@charset "utf-8";
/****************************************************************************/
/*
	bootstrap重定义
*/
.affix {
	width: 100%;
	top: 0px;
}
/****************************************************************************/
/*
	全局
*/
.fit-container {
	width: 1200px;
	margin: 0 auto;
}
.fit-row {
	margin-top: 30px;
}
/****************************************************************************/
/*
	页眉区
*/
.fit-top {}
/*
	顶端-功能区
*/
.fit-top-function {}
/*
	顶端-条
*/
.fit-top-bar {
	height: 5px;
	background-color: #03619a;
}
/*
	顶端-标题区
*/
.fit-top-title-area {
	height: 120px;
	text-align: left;
	position: relative;
}
.fit-top-title {
	width: 602px;
	height: 120px;
	background-image: url("../fitImages/fit-top-title.gif");
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
}
/*
	顶端-搜索区
*/
.fit-top-search-area {
	height: 30px;
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 0px;
}
.fit-top-search-area .fit-top-search {
	position: relative;
}
.fit-top-search-area input {
	width: 240px;
	height: 28px;
	color: #666;
	background-color: #f5f5f5;
	border-radius: 5px;
	border: 1px solid #eee;
	padding-left: 15px;
	outline: none;
	position: relative;
	transition: .3s linear;
}
.fit-top-search-area input:focus {
	width: 300px;
}
.fit-top-search-area button {
	width: 28px;
	height: 28px;
	color: #999;
	background: none;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
}
/****************************************************************************/
/*
	顶端-导航区
*/
.fit-top-nav-area-i {
	height: 60px;
	background-color: #03619a;
	z-index: 99;
}
.fit-top-nav-area-ii {
	width: 1200px;
	height: 60px;
	position: relative;
	margin: 0 auto;
	z-index: 109;
}
/*
	页眉区-导航区-逐级下拉菜单
*/
.fit-top-nav {
	list-style: none;
	height: 60px;
	font-size: 18px;
	white-space: nowrap;
	display: inline-block;
}
.fit-top-nav > li {
	height: 60px;
	position: relative;
	z-index: 9;
	display: inline-block;
}
.fit-top-nav > li > a.fit-active {
	color: #fff;
	height: 60px;
}
.fit-top-nav > li > a {
	/*width: 170px;*/
	height: 60px;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	blr: expression(this.onFocus=this.close());
	blr: expression(this.onFocus=this.blur());
	display: inline-block;
	white-space: nowrap;
	padding: 0 50px;
}
.fit-top-nav > li > a:hover {
	color: #fff;
	background-color: #0474ae;
	height: 60px;
}
.fit-top-nav > li > a:focus { 
	-moz-outline-style: none; 
}
.fit-top-nav > li .fit-top-nav-2 {
	position: absolute;
	top: 60px;
	left: 0px;
	list-style: none;
	background-color: #eee;
	display: none;
	z-index: 10;
	border-top: 1px solid #f2f2f2;
}
.fit-top-nav > li .fit-top-nav-2 li {
	width: auto;
	height: 50px;
	text-align: left;
	clear: left;
	position: relative;
	display: block;
	border: 1px solid #f2f2f2;
	border-top: none;
}
.fit-top-nav > li .fit-top-nav-2 li a.fit-expand {
	background-color: #bfe7f9;
	background-image: url("../fitImages/fit-icon-top-nav-expand.gif");
	background-position: right center;
	background-repeat: no-repeat;
}
.fit-top-nav > li .fit-top-nav-2 li a {
	width: 180px;
	height: 50px;
	line-height: 50px;
	color: #000;
	background-color: #bfe7f9;
	padding: 0px 15px 0px 30px;
	display: inline-block;
	font-size: 14px;
}
.fit-top-nav > li .fit-top-nav-2 li a:hover {
	color: #fff;
	background-color: #7fcff4;
}
.fit-top-nav > li .fit-top-nav-3 {
	position: absolute;
	top: 0px;
	left: 180px;
	list-style: none;
	background-color: #eee;
	display: none;
	z-index: 20;
}
.fit-top-nav > li .fit-top-nav-3 li {}
.fit-top-nav > li .fit-top-nav-3 li a {}
.fit-top-nav > li .fit-top-nav-3 li a:hover {}
/****************************************************************************/
/*
	页眉区-主banner
*/
.fit-top-banner {
	height: 450px;
	background: #ddd;
	overflow: hidden;
}
.KMSPrefix_kinMaxShow_image_item {
	background-size: cover !important;
}
/****************************************************************************/
/*
	侧边悬浮广告(首页)
*/
.fit-side-float-ad {
	width: 80px;
	height: 200px;
	background-image: url("../fitImages/fit-side-float-ad.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	right: 30px;
	top: 665px;
	z-index: 999;
	-webkit-box-shadow: 0 0px 12px rgba(0,0,0,0.3);
	   -moz-box-shadow: 0 0px 12px rgba(0,0,0,0.3);
	        box-shadow: 0 0px 12px rgba(0,0,0,0.3);
	position: absolute;
	
}
.fit-side-float-ad.fit-ad-02 {
	width: 200px;
	height: 200px;
	background-image: url("../fitImages/fit-side-float-ad-02.gif");
}
.fit-side-float-ad.affix {
	position: fixed;
	z-index: 999;
	top: 90px;
}
/****************************************************************************/
/*
	首页-热点轮转图
*/
.fit-home-hot-pic {
	width: 540px;
	color: #333;
	float: left;
}
.fit-home-hot-pic .banner {
	position: relative;
	overflow: auto;
	text-align: center;
	width: inherit;
	margin:0 auto;
	/*-webkit-box-sizing: content-box;*/
}
.fit-home-hot-pic .banner ul {
	z-index: 1;
	overflow: hidden;
}
.fit-home-hot-pic .banner ul > li {
	width: 540px;
	height: 360px;
	float: left;
	position: relative;
	overflow: hidden;
}
.fit-home-hot-pic .banner ul > li > a {}
.fit-home-hot-pic .banner ul > li > a > img {
	width: 100%;
}
.fit-home-hot-pic .banner ul > li > a > span {
	width: 100%;
	max-height: 60px;
	font-size: 14px;
	line-height: 21px;
	text-align: left;
	color: #fff;
	background-color: rgba(0,0,0,0.35);
	position: absolute;
	padding: 10px 15px;
	left: 0;
	bottom: 0px;
}
.fit-home-hot-pic .banner .btn-arrow {}
.fit-home-hot-pic .banner .arrow {
	position:absolute;
	width:40px;
	height:100px;
	top: 40%;
	margin-top: -18px;
	overflow: hidden;
	z-index: 2;
	opacity: 0.75;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-position: center center;
	background-repeat: no-repeat;
}
.fit-home-hot-pic .banner #al {
	background-image: url("../fitImages/fit-banner-arrowl.png");
	left:0px;
}
.fit-home-hot-pic .banner #ar {
	background-image: url("../fitImages/fit-banner-arrowr.png");
	right:0px;
}
.fit-home-hot-pic .banner .dots {
	position:absolute;
	left:0;
	right:0;
	bottom:45px;
	z-index:3;
}
.fit-home-hot-pic .banner .dots li {
	display:inline-block;
	width:7px;
	height:7px;
	margin:0 4px;
	text-indent:-999em;
	border:2px solid #fff;
	border-radius:6px;
	cursor:pointer;
	opacity:.4;
	-webkit-transition:background .5s,opacity .5s;
	-moz-transition:background .5s,opacity .5s;
	transition:background .5s,opacity .5s;
}
.fit-home-hot-pic .banner .dots li.active {
	background:#fff;
	opacity:1;
}
.fit-home-hot-pic .banner .progress{
	width: 15%;
	height: 3px;
	background-color: #1573b1;
	position: absolute;
	left: -1px;
	bottom: -20px;
	overflow: hidden;
	z-index: 2;
}
/****************************************************************************/
/*
	面板
*/
.fit-panel {}
.fit-home-panel-01 {
	width: 630px;
	float: right;
}
.fit-home-panel-02 {
	width: 460px;
	float: right;
}
.fit-home-panel-03 {
	width: 260px;
}
.fit-home-panel-04 {
	width: 260px;
}
.fit-panel-head {
	height: 50px;
	border-bottom: 2px solid #ccc;
}
.fit-panel-head.fit-primary {
	height: 60px;
}
.fit-panel-head .fit-tab {
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	border-bottom: 2px solid #ccc;
	margin-right: -3px;
	margin-bottom: -2px;
	display: inline-block;
}
.fit-panel-head.fit-primary .fit-tab {
	height: 60px;
	line-height: 60px;
	font-size: 22px;
}
.fit-panel-head .fit-tab:hover,
.fit-panel-head .fit-tab.fit-active,
.fit-panel-head .fit-tab.fit-hover {
	color: #03619a;
	border-bottom: 2px solid #03619a;
}
.fit-panel-head .fit-tab a {
	width: 150px;
	height: 50px;
	color: #000;
	display: inline-block;
}
.fit-panel-head .fit-tab:hover a,
.fit-panel-head .fit-tab.fit-active a,
.fit-panel-head .fit-tab.fit-hover a {
	color: #03619a;
}
.fit-panel-head.fit-primary a {
	height: 60px;
}
.fit-panel-body {}
.fit-home-panel-01 .fit-panel-body {
	width: 630px;
	height: 300px;
}
.fit-home-panel-02 .fit-panel-body {
	width: 460px;
	height: 370px;
}
.fit-home-panel-03 .fit-panel-body {
	width: 260px;
	height: 140px;
}
.fit-home-panel-04 .fit-panel-body {
	width: 260px;
	height: 110px;
}
.fit-panel-foot {}
/****************************************************************************/
/*
	首页-头条
*/
.fit-home-headlines {
	border-bottom: 1px dotted #ccc;
	padding: 30px 30px 23px 30px;
}
.fit-home-headlines-title {
	border-left: 3px solid #03619a;
	padding-left: 12px;
	margin-bottom: 10px;
}
.fit-home-headlines-title h1 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fit-home-headlines-title h1 a {
	color: #000;
}
.fit-home-headlines-title h1 a:hover {
	color: #03619a;
}
.fit-home-headlines-title i {
	color: #666;
	font-size: 14px;
	font-style: normal;
}
.fit-home-headlines-intro {
	width: 570px;
	height: 40px;
	color: #666;
	font-size: 14px;
	line-height: 21px;
	padding-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: normal;
	display: block;
}
/****************************************************************************/
/*
	首页-公司简介
*/
.fit-home-company-intro {
	width: 420px;
	height: 420px;
	background-color: #f5f5f5;
	background-image: url("../fitImages/fit-company-logo-01.png");
	background-position: center 20px;
	background-repeat: no-repeat;
	color: #000;
	border: 1px solid #ddd;
	font-size: 14px;
	line-height: 28px;
	text-indent: 28px;
	padding: 80px 30px 30px 30px;
	overflow: hidden;
	float: left;
}
.fit-home-company-intro p {
	margin: 0;
	padding: 0px;
}
/****************************************************************************/
/*
	首页-专题
*/
.fit-home-special-topic {
	list-style: none;
	width: 910px;
	height: 160px;
	background-image: url("../fitImages/fit-special-topic-back.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 40px 0 0 20px;
}
.fit-home-special-topic li {
	width: 270px;
	height: 100px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 0 10px;
	padding: 4px;
	display: inline-block;
}
.fit-home-special-topic li a {}
.fit-home-special-topic li img {
	width: 260px;
	height: 90px;
}
/****************************************************************************/
/*
	首页-系统-入口
*/
.fit-home-system-entrace {
	width: 260px;
	height: 200px;
	background-image: url("../fitImages/fit-home-system-entrace.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}
/****************************************************************************/
/*
	首页-图册区
*/
.fit-home-gallery {
	width: 1200px;
	height: 200px;
	position: relative;
	padding-top: 30px;
}
a.fit-home-gallery-btn {
	width: 28px;
	height: 130px;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
}
a.fit-home-gallery-btn.fit-left {
	background-image: url(../fitImages/fit-scroll-left-btn.png);
	background-position: left center;
	left: 0px;
}
a.fit-home-gallery-btn.fit-right {
	background-image: url(../fitImages/fit-scroll-right-btn.png);
	background-position: right center;
	right: 0px;
}
.fit-home-gallery-scroll-container {
	padding-left: 30px;
}
.fit-home-gallery-scroll-area {
	width: 1140px;
	height: 170px;
	overflow: hidden;
}
.fit-home-gallery-scroll {
	width: 4300px;
	height: 170px;
	list-style: none;
	overflow: hidden;
}
.fit-home-gallery-scroll li {
	width: 210px;
	text-align: center;
	display: inline-block;
	padding-right: 20px;
}
.fit-home-gallery-scroll li a.pic {
	width: 190px;
	height: 130px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	display: block;
	margin-bottom: 10px;
}
.fit-home-gallery-scroll li img{
	width: 180px;
	height: 120px;
}
.fit-home-gallery-scroll li a.fit-word {
	width: 190px;
	font-size: 14px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
	display: inline-block;
}
.fit-home-gallery-scroll li a.fit-word:hover {
	color: #f00;
}
/****************************************************************************/
/*
	友情链接
*/
.fit-site-link {
	background-color: #e8e8e8;
	padding: 20px;
}
ul.fit-site-link-pic {
	list-style: none;
}
ul.fit-site-link-pic li {
	width: 88px;
	height: 31px;
	margin: 0px 15px 15px 0px;
	display: inline-block;
}
ul.fit-site-link-pic li img {
	width: 88px;
	height: 31px;
}
ul.fit-site-link-word {
	list-style: none;
}
ul.fit-site-link-word li {
	padding: 0px 15px 10px 0px;
	display: inline-block;
}
ul.fit-site-link-word li a {
	color: #000;
}
ul.fit-site-link-word li a:hover {
	color: #f00;
}
/****************************************************************************/
/*
	页脚区
*/
.fit-foot {
	min-height: 185px;
	font-size: 12px;
	text-align: center;
	line-height:  30px;
	color: #fff;
	background-color: #155177;
	margin-top: 50px;
}
.fit-foot-a {
	min-height: 30px;
	background-image: url("../fitImages/fit-foot-spacing-line.gif");
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 5px 0;
}
.fit-foot-b {
	padding-top: 10px;
}
.fit-foot p {
	margin: 0;
}
.fit-foot a {
	color: #fff;
}
.fit-foot a:hover {
	color: #fff;
	text-decoration: underline;
}
/****************************************************************************/
/*
	内页-顶端-主banner
*/
.fit-page-head-banner {
	height: 300px;
	color: #fff;
	background-color: #ddd;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 60px;
	overflow: hidden;
}
.fit-page-head-banner.fit-pic-1 {}
.fit-page-head-banner h4 {
	font-size: 36px;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-top: 140px;
	display: inline-block;
}
/****************************************************************************/
/*
	路径
*/
.fit-breadcrumb {
	height: 60px;
	line-height: 60px;
	color: #787878;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	padding-left: 30px;
}
.fit-breadcrumb a {
	color: #787878;
}
.fit-breadcrumb a:hover {
	color: #f00;
}
.fit-breadcrumb span {
	padding: 0 10px;
}
/****************************************************************************/
/*
	内页-主体区
*/
.fit-page-body {
	min-height: 800px;
}
/****************************************************************************/
/*
	侧边导航-容器
*/
.fit-side-nav-container {
	width: 240px;
	list-style: none;
	float: left;
	padding-top: 30px;
	padding-bottom: 80px;
}
/*
	侧边-系统-入口
*/
.fit-side-system-entrace {
	width: 240px;
	height: 120px;
	background-image: url("../fitImages/fit-side-system-entrace.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 20px;
}
/*
	侧边导航-1级导航标题
*/
.fit-side-nav-container h4 {
	height: 54px;
	line-height:  54px;
	font-size: 24px;
	font-weight: normal;
	text-indent: 30px;
	color: #03619a;
	background-color: #f5f5f5;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 0;
}
.fit-side-nav-container h4 a {
	height: 54px;
	color: #03619a;
	text-decoration: none;
	display: block;
}
.fit-side-nav-container h4 a:hover {
	color: #f00;
}
/*
	侧边导航-专题
*/
.fit-side-special-topic {
	margin: 30px 0px;
}
.fit-side-special-topic > ul {
	list-style: none;
}
.fit-side-special-topic > ul > li {
	padding-top: 10px;
}
.fit-side-special-topic > ul > li > a {}
.fit-side-special-topic > ul > li > img {
	width: 240px;
	height: 80px;
}
/*
	侧边导航
*/
.fit-side-nav {
	width: 100%;
	list-style: none;
}
.fit-side-nav li {
	font-size: 16px;
	color: #666;
}
.fit-side-nav > li {
	font-size: 16px;
	color: #666;
}
.fit-side-nav > li a {
	color: #666;
	border-bottom: 1px dotted #ccc;
	display: block;
	padding: 15px 10px 15px 30px;
}
.fit-side-nav > li a:hover {
	color: #f00;
}
.fit-side-nav > li > .fit-side-nav-2 {
	list-style: none;
}
.fit-side-nav > li > .fit-side-nav-2 > li {
	font-size: 16px;
	color: #666;
}
.fit-side-nav > li > .fit-side-nav-2 > li > a {
	color: #666;
	padding-left: 50px;
}
.fit-side-nav > li > .fit-side-nav-2 > li > a:hover {
	color: #f00;
}
.fit-side-nav li.fit-active {
	font-weight: bold;
	background-image: url("../fitImages/fit-icon-side-nav-expand.gif");
	background-position: right 20px center;
	background-repeat: no-repeat;
	border-right: 1px solid #fff;
}
.fit-side-nav li.fit-active a {
	color: #03619a !important;
}
/****************************************************************************/
/*
	内页-正文区
*/
.fit-main-container {
	width: 960px;
	min-height: 700px;
	padding-bottom: 50px;
	padding-top: 30px;
	padding-left: 50px;
	float: right;
}
/****************************************************************************/









