@charset "utf-8";
/****************************************************************************/
/*
	bootstrap重定义
*/
.affix {
	width: 100%;
	top: 0px;
}
/****************************************************************************/
/*
	全局
*/
.fit-container {
	width: 1200px;
	margin: 0 auto;
}
.fit-row {
	display: flex;
	justify-content: space-between;
}
/****************************************************************************/
/*
	页眉区
*/
.fit-top {}
/*
	顶端-功能区
*/
.fit-top-function-bar {
	height: 100px;
	background-image: url("../fitImages/fit-top-function-bar-back.jpg");
	background-repeat: repeat-x;
	background-position: center top;
}
.fit-top-function {
	height: 100px;
	background-image: url("../fitImages/fit-top-function-back.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	position: relative;
}
/*
	顶端-小链接区
*/
.fit-top-small-link-area {
	font-size: 12px;
	text-align: right;
	color: #fff;
	position: absolute;
	top: 10px;
	right: 0px;
}
.fit-top-small-link-area a {
	color: #fff;
}
.fit-top-small-link-area span {
	color: #fff;
	padding-right: 15px;
	padding-left: 15px;
}
/*
	顶端-搜索区
*/
.fit-top-search-area {
	height: 30px;
	display: inline-block;
	position: absolute;
	top: 50px;
	right: 0px;
}
.fit-top-search-area .fit-top-search {
	position: relative;
}
.fit-top-search-area input {
	width: 260px;
	height: 30px;
	color: #666;
	background-color: #f5f5f5;
	border-radius: 15px;
	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: 30px;
	height: 30px;
	color: #999;
	background: none;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
}
/****************************************************************************/
/*
	顶端-导航区
*/
.fit-top-nav-area-i {
	height: 90px;
	background-color: #e5f6fc;
	background-image: url("../fitImages/fit-block-bottom-shadow.png");
	background-repeat: no-repeat;
	background-position: center 70px;
	padding-top: 20px;
/*	z-index: 99;*/
}
.fit-top-nav-area-ii {
	height: 50px;
	background-image: url("../fitImages/fit-top-nav-area-back.gif");
	background-repeat: repeat-x;
	background-position: center top;
	z-index: 109;
}
.fit-top-nav-area-iii {
	width: 1200px;
	height: 50px;
	position: relative;
	margin: 0 auto;
	z-index: 99;
}
/*
	页眉区-导航区-逐级下拉菜单
*/
.fit-top-nav {
	list-style: none;
	height: 50px;
	font-size: 18px;
	white-space: nowrap;
	display: inline-block;
}
.fit-top-nav > li {
	height: 50px;
	position: relative;
	z-index: 9;
	display: inline-block;
}
.fit-top-nav > li > a.fit-active {
	color: #fff;
	background-image: url("../fitImages/fit-top-nav-active-back.gif");
	background-repeat: repeat-x;
	background-position: center top;
	height: 50px;
}
.fit-top-nav > li > a {
	/*width: 170px;*/
	height: 50px;
	line-height: 50px;
	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 38px;
}
.fit-top-nav > li > a:hover {
	color: #fff;
	background-image: url("../fitImages/fit-top-nav-active-back.gif");
	background-repeat: repeat-x;
	background-position: center top;
	height: 50px;
}
.fit-top-nav > li > a:focus { 
	-moz-outline-style: none; 
}
.fit-top-nav > li .fit-top-nav-2 {
	position: absolute;
	top: 50px;
	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-area {
	height: 450px;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing: content-box;
}
.fit-top-banner {
	height: 450px;
	background-color: #ddd;
	overflow: hidden;
}
.KMSPrefix_kinMaxShow_image_item {
	background-size: cover !important;
}
/****************************************************************************/
/*
	主体区
*/
.fit-body-i {
	background-image: url("../fitImages/fit-body-back-top.gif");
	background-position: center top;
	background-repeat: repeat-x;
}
.fit-body-ii {
	min-height: 800px;
	background-image: url("../fitImages/fit-body-back-bottom.gif");
	background-position: center bottom;
	background-repeat: repeat-x;
	padding-top: 10px;
}
.fit-body-ii > .fit-container {
	background-color: #fff;
	padding: 20px 10px 10px 10px;
}
/****************************************************************************/
/*
	首页-热点轮转图
*/
.fit-home-hot-pic {
	width: 520px;
	color: #333;
/*	float: right;*/
}
.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: 520px;
	height: 340px;
	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;
}
.fit-home-panel-02 {
	width: 440px;
	padding-top: 20px;
}
.fit-home-panel-03 {
	width: 100%;
}
.fit-panel-head {
	height: 40px;
	background-color: #448aca;
	background-image: url("../fitImages/fit-panel-head-icon.png");
	background-position: 4px bottom;
	background-repeat: no-repeat;
	padding-left: 70px;
}
.fit-panel-head.fit-condensed {}
.fit-panel-head .fit-tab {
/*	width: 150px;*/
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-right: -3px;
	margin-bottom: -2px;
	display: inline-block;
}
.fit-panel-head .fit-tab:hover,
.fit-panel-head .fit-tab.fit-active,
.fit-panel-head .fit-tab.fit-hover {
	color: #fff;
	background-color: #2b6ab5;
}
.fit-panel-head .fit-tab a {
/*	width: 150px;*/
	height: 40px;
	color: #fff;
	padding-right: 30px;
	padding-left: 30px;
	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: #fff;
}
.fit-panel-head.fit-condensed .fit-tab {
	width: auto;
}
.fit-panel-head.fit-condensed .fit-tab a {
	width: auto;
	padding: 0 15px;
}
.fit-panel-head .fit-more {
	width: 40px;
	height: 40px;
	background-image: url("../fitImages/fit-panel-head-more.png");
	background-position: center center;
	background-repeat: no-repeat;
	float: right;
}
.fit-panel-body {}
.fit-home-panel-01 .fit-panel-body {
	width: 630px;
	height: 300px;
}
.fit-home-panel-02 .fit-panel-body {
	width: 440px;
	height: 280px;
}
.fit-home-panel-03 .fit-panel-body {}
.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-special-topic {
	list-style: none;
	width: 260px;
	height: 350px;
	background-image: url("../fitImages/fit-special-topic-back.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	padding: 50px 10px 0 15px;
}
.fit-home-special-topic li {
	width: 235px;
	height: 60px;
	margin-bottom: 10px;
/*	display: inline-block;*/
}
.fit-home-special-topic li a {}
.fit-home-special-topic li img {
	width: 235px;
	height: 60px;
}
/****************************************************************************/
/*
	首页-图册区
*/
.fit-home-gallery {
	width: 1180px;
	height: 200px;
	position: relative;
	padding-top: 20px;
}
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: 1120px;
	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-body-bottom {
	height: 60px;
	background-color: #dff3fc;
	background-image: url("../fitImages/fit-block-bottom-shadow.png");
	background-repeat: no-repeat;
	background-position: center top;
}
/*
	页脚区
*/
.fit-foot {
	min-height: 185px;
	font-size: 12px;
	text-align: center;
	line-height:  30px;
	color: #fff;
	background-color: #266baf;
}
.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;
	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;
	margin-top: 40px;
	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;
	margin-bottom: 50px;
	float: right;
}
.fit-main-container.fit-full-main-container {
	width: 100%;
	padding-left: 0;
	float: none;
}
/****************************************************************************/









