@charset "utf-8";
/****************************************************************************/
/*
	bootstrap重定义
*/
.affix {
	width: 100%;
	top: 0px;
}
/****************************************************************************/
/*
	页眉区
*/
.fit-top {}
/*
	顶端-功能区
*/
.fit-top-function {
	background-color: #fff;
}
/*
	顶端-条
*/
.fit-top-bar {
	height: 5px;
	background-color: #205abb;
}
/*
	顶端-标题区
*/
.fit-top-title-area {
	text-align: left;
}
.fit-top-title-col {
	text-align: left;
	padding-right: 0;
	padding-left: 0;
}
.fit-top-title {
	width: 465px;
	height: 120px;
	background-image: url("../fitImages/fit-top-title.gif");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
}
/*
	顶端-搜索区
*/
.fit-top-search-col {
	text-align: right;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
}
.fit-top-search-group {
	height: 35px;position: relative;
}
.fit-top-search-group input {
	width: 240px;
	height: 33px;
	color: #757575;
	background-color: #ddd;
	border-radius: 5px;
	border: 1px solid #bbb;
	padding-left: 15px;
	outline: none;
	position: relative;
	transition: .3s linear;
}
.fit-top-search-group input:focus {
	width: 300px;
}
.fit-top-search-group button {
	width: 28px;
	height: 33px;
	color: #999;
	background: none;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
}
@media (max-width:992px) {
	.fit-top-search-col {
		padding-top: 45px;
	}
	.fit-top-search-group input:focus {
		width: 240px;
	}
}
@media (max-width:768px) {
	.fit-top-title-area {
		padding-bottom: 10px;
	}
	.fit-top-title-col {
		padding-left: 5px;
	}
	.fit-top-title {
		height: 45px;
	}
	.fit-top-search-col {
		text-align: left;
		padding-top: 5px;
		padding-left: 5px;
	}
	.fit-top-search-group input {
		padding-left: 25px;
	}
	.fit-top-search-group input:focus {
		width: 340px;
	}
	.fit-top-search-group button {
		right: auto;
		left: 0;
	}
}
/****************************************************************************/
/*
	导航条 navbar
*/
.fit-navbar {
	min-height: 60px;
	background-color: #205abb;
	z-index: 99;
}
.fit-navbar .navbar {
	min-height: 60px;
	margin-bottom: 0;
	border: none;
}
@media (min-width:768px) {
	.fit-navbar .navbar .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
	.fit-navbar .navbar .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
}
.fit-navbar .navbar .navbar-nav > li > a {
	font-size: 18px;
	color: #fff;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}
.fit-navbar .navbar .navbar-nav > li:hover > a,
.fit-navbar .navbar .navbar-nav > li > a:focus,
.fit-navbar .navbar .navbar-nav > li.active,
.fit-navbar .navbar .navbar-nav > li.open > a,
.fit-navbar .navbar .navbar-nav > li.open > a:hover,
.fit-navbar .navbar .navbar-nav > li.open > a:focus {
	background-color: #00498e;
}
@media (max-width:1200px) {
	.fit-navbar .navbar .navbar-nav > li > a {
		padding-right: 35px;
		padding-left: 35px;
	}
}
@media (max-width:992px) {
	.fit-navbar .navbar .navbar-nav > li > a {
		padding-right: 20px;
		padding-left: 20px;
	}
}
.fit-navbar .navbar-toggle .icon-bar {
	background-color: #fff;
}
.fit-navbar .dropdown-menu {
	min-width: 210px;
	background-color: #bfe7f9;
	border: none;
}
.fit-navbar .dropdown-menu .divider {
	background-color: #7fcff4;
}
.fit-navbar .dropdown-menu > li > a {
	color: #000;
	padding: 16px 20px;
}
.fit-navbar .dropdown-menu > li > a:hover {
	color: #fff;
	background-color: #7fcff4;
}
@media (max-width:768px) {
	.fit-navbar .open .dropdown-menu > li > a {
		color: #fff;
		padding: 16px 20px;
	}
}
/****************************************************************************/
/*
	页眉区-主banner
*/
.fit-top-banner {
	height: 450px;
	background: #ddd;
	overflow: hidden;
}
.KMSPrefix_kinMaxShow_image_item {
	background-size: cover !important;
}
@media (max-width:992px) {
	.fit-top-banner,
	#kinMaxShow,
	.KMSPrefix_kinMaxShow_image_box,
	.KMSPrefix_kinMaxShow_image_item {
		height: 360px !important;
	}
}
@media (max-width:768px) {
	.fit-top-banner,
	#kinMaxShow,
	.KMSPrefix_kinMaxShow_image_box,
	.KMSPrefix_kinMaxShow_image_item {
		height: 270px !important;
	}
}
/****************************************************************************/
/*
	主体区
*/
.fit-main-body {}
.fit-row {
	margin-top: 20px;
}
/****************************************************************************/
/*
	面板单元
*/
.fit-board {
	background-color: #fff;
	padding: 20px;
}
/****************************************************************************/
/*
	首页-热点轮转图
*/
.fit-home-hot-pic {
	padding-left: 0px;
}
.fit-home-hot-pic .banner {
	width: 450px;
	height: 300px;
	text-align: center;
	position: relative;
	overflow: auto;
	margin: 0 auto;
	/*-webkit-box-sizing: content-box;*/
}
.fit-home-hot-pic .banner ul {
	width: inherit;
	height: inherit;
	z-index: 1;
	overflow: hidden;
}
.fit-home-hot-pic .banner ul > li {
	width: inherit;
	height: inherit;
	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:35px;
	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 {
	padding-right: 0;
	padding-left: 0;
}
@media (min-width:992px) and (max-width:1200px) {
	.fit-home-panel-01 {
		width: 460px;
		float: right;
	}
}
.fit-panel-head {
	height: 50px;
	border-bottom: 2px solid #ccc;
}
.fit-panel-head.fit-primary {
	height: 50px;
}
.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: 50px;
	line-height: 50px;
	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-panel-foot {}
/****************************************************************************/
/*
	首页-头条
*/
.fit-home-headlines {
	border-bottom: 1px dotted #ccc;
	padding: 20px 30px 20px 30px;
}
@media (min-width:992px) and (max-width:1200px) {
	.fit-home-headlines {
		width: 460px;
	}
}
.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-product {
	list-style: none;
	margin: 0;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
}
.fit-home-product > li {
	width: 275px;
	height: 180px;
}
@media (min-width:992px) and (max-width:1200px) {
	.fit-home-product > li {
		width: 225px;
		height: 147px;
	}
}
@media (max-width:992px) {
	.fit-home-product {
		justify-content: space-around;
		flex-wrap: wrap;
	}
}
@media (min-width:620px) and (max-width:992px) {
	.fit-home-product > li {
		width: 275px;
		height: 180px;
		margin-bottom: 20px;
	}
}
@media (min-width:520px) and (max-width:620px) {
	.fit-home-product > li {
		width: 225px;
		height: 147px;
		margin-bottom: 20px;
	}
}
@media (max-width:520px) {
	.fit-home-product > li {
		width: 200px;
		height: 131px;
		margin-bottom: 20px;
	}
}
.fit-home-product > li > a {
	width: inherit;
	height: inherit;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
}
/****************************************************************************/
/*
	首页-解决方案
*/
.fit-home-solution {
	list-style: none;
	margin: 0;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}
.fit-home-solution > li {
	width: 535px;
	height: 260px;
	background-color: #fff;
	padding: 20px;
	box-sizing: content-box;
}
@media (min-width:992px) and (max-width:1200px) {
	.fit-home-solution > li {
		width: 438px;
		height: 213px;
	}
}
@media (min-width:768px) and (max-width:992px) {
	.fit-home-solution > li {
		width: 335px;
		height: 163px;
		padding: 15px;
	}
}
@media (max-width:768px) {
	.fit-home-solution {
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.fit-home-solution > li {
		margin-bottom: 20px;
	}
}
@media (min-width:520px) and (max-width:600px) {
	.fit-home-solution > li {
		width: 450px;
		height: 219px;
	}
}
@media (max-width:520px) {
	.fit-home-solution > li {
		width: 400px;
		height: 194px;
	}
}
.fit-home-solution > li > a {
	width: inherit;
	height: inherit;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
}
/****************************************************************************/
/*
	页脚区
*/
.fit-foot {
	min-height: 185px;
	font-size: 12px;
	text-align: center;
	line-height:  30px;
	color: #fff;
	background-color: #00498e;
}
.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: #000;
	background-color: #ddd;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
/*	margin-bottom: 40px;*/
	overflow: hidden;
}
.fit-page-head-banner h4 {
	font-size: 36px;
	font-weight: bold;
	border-bottom: 2px solid #000;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 140px;
	margin-bottom: 0;
	display: inline-block;
}
.fit-page-head-banner h5 {
	font-size: 18px;
}
@media (max-width:992px) {
	.fit-page-head-banner {
		height: 260px;
	}
	.fit-page-head-banner h4 {
		margin-top: 110px;
	}
}
@media (max-width:768px) {
	.fit-page-head-banner {
		height: 230px;
	}
	.fit-page-head-banner h4 {
		margin-top: 90px;
	}
}
/****************************************************************************/
/*
	面包屑
*/
.fit-breadcrumb {
	height: 80px;
	color: #787878;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	padding-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 {
	background-color: #fff;
	padding-bottom: 50px;
/*	display: flex;*/
	
}
/****************************************************************************/
/*
	侧边导航-容器
*/
.fit-side-nav-container {
	list-style: none;
	padding-top: 30px;
	padding-bottom: 80px;
}
@media (max-width:992px) {
	.fit-side-nav-container {
		display: none;
	}
}
.fit-side-nav-container.fit-right {
	padding-left: 0;
}
/*
	侧边-广告位
*/
.fit-side-ad-area {
	text-align: right;
	padding-bottom: 10px;
}
.fit-side-ad-area a {
	width: 260px;
	height: 180px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}
@media (max-width:1200px) {
	.fit-side-ad-area a {
		width: 210px;
		height: 145px;
	}
}
/*
	侧边导航-1级导航标题
*/
.fit-side-nav-container h4 {
	height: 54px;
	line-height:  54px;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	color: #03619a;
	background-color: #f5f5f5;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 0;
}
.fit-side-nav-container h4.fit-title {
	font-size: 21px;
	text-align: left;
	text-indent: 20px;
}
.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-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;
}
@media (max-width:1200px) {
	.fit-side-nav > li a {
		padding-left: 15px;
	}
}
.fit-side-nav.fit-article {}
.fit-side-nav.fit-article li {
	font-size: 14px;
}
.fit-side-nav.fit-article > li a {
	padding-left: 20px;
}
.fit-side-nav.fit-article > li a:before {
	content: "+ ";
}
/****************************************************************************/
/*
	内页-正文区
*/
.fit-main-container {
	min-height: 700px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 50px;
}
@media (max-width:992px) {
	.fit-main-container {
		padding-left: 30px;
	}
}
.fit-main-container.fit-left {
	padding-right: 50px;
	padding-left: 30px;
	border-right: 1px solid #ccc;
}
@media (max-width:992px) {
	.fit-main-container.fit-left {
		padding-right: 30px;
	}
}
/****************************************************************************/



