@charset "utf-8";
/****************************************************************************/
/*
	全局
*/
.fit-container {
	width: 1200px;
	margin: 0 auto;
}
/*
	语言-英文版
*/
.fit-language-en {}
/****************************************************************************/
/*
	页眉区
*/
.fit-top {}
/*
	页眉区-顶端栏
*/
.fit-top-bar {
	height: 10px;
	background-color: #1573b1;
}
/*
	页眉区-功能区
*/
.fit-top-function {
	width: 100% !important;
	background-color: #fff !important;
	z-index: 999;
}
.fit-top-function.affix {
	border-bottom: 1px solid #e0e0e0;
}
/*
	页眉区-导航区
*/
.fit-top-nav-container {
	width: 1440px;
	height: 130px;
	background-color: #fff;
	text-align: right;
	position: relative;
}
@media (max-width: 1500px) {
	.fit-top-nav-container {
		width: 1200px;
	}
}
.fit-top-logo {
	width: 165px;
	height: 130px;
	background-image: url("logo.jpg");
	background-position: 10px center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	display: block;
	z-index: 119;
}
/****************************************************************************/
/*
	页眉区-顶端小链接区
*/
.fit-top-small-link {
	height: 40px;
	line-height: 40px;
	text-align: right;
	font-size: 12px;
	color: #203e9a;
	display: inline-block;
}
.fit-top-small-link .fit-top-service-phone {
	height: 40px;
	line-height: inherit;
	color: #203e9a;
	background-image: url("fit-icon-phone.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-left: 15px;
	display: inline-block;
}
.fit-top-small-link ul.fit-top-mini-button {
	list-style: none;
	display: inline-block;
	padding: 0 15px;
}
.fit-top-small-link ul.fit-top-mini-button > li {
	padding: 0 3px;
	display: inline-block;
	position: relative;
}
.fit-top-small-link ul.fit-top-mini-button > li .fit-badge {
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background-color: #f00;
	border-radius: 30px;
	position: absolute;
	display: block;
	top: 2px;
	right: -5px;
}
.fit-top-small-link ul.fit-top-mini-button > li > a {
	color: #fff;
	border-radius: 3px;
	padding: 1px 7px;
}
.fit-top-small-link ul.fit-top-mini-button > li > a:hover {
	text-decoration: none;
	color: #ff0;
}
.fit-top-small-link ul.fit-top-mini-button > li > a.fit-login {
	 background-color: #1573b1;
}
.fit-top-small-link ul.fit-top-mini-button > li > a.fit-reg {
	background-color: #1573b1;
}
.fit-top-small-link ul.fit-top-mini-button > li > a.fit-sys {
	background-color: #1573b1;
}
.fit-top-small-link a {
	color: #203e9a;
}
.fit-top-small-link a:hover {
	color: #f00;
}
.fit-top-small-link .fit-space {
	padding: 0 4px;
}
/****************************************************************************/
/*
	页眉区-导航区-逐级下拉菜单
*/
.fit-top-nav {
	list-style: none;
	height: 90px;
	font-size: 16px;
	/*text-align: right;*/
	white-space: nowrap;
	display: inline-block;
	margin: 0px auto;
	position: absolute;
	left: 185px;
}
.fit-top-nav li {
	height: 90px;
	position: relative;
	z-index: 9;
	display: inline-block;
}
.fit-top-nav li a.fit-active {
	color: #1573b1;
	height: 90px;
	border-bottom: 2px solid #1573b1;
}
.fit-top-nav li a {
	text-decoration: none;
	color: #000;
	background-color: #fff;
	height: 90px;
	line-height: 90px;
	padding: 0px 40px;
	blr: expression(this.onFocus=this.close());
	blr: expression(this.onFocus=this.blur());
	display: inline-block;
	white-space: nowrap;
}
.fit-top-nav li a:hover {
	color: #1573b1;
	background-color: #f9f9f9;
	height: 90px;
	border-bottom: 2px solid #1573b1;
}
.fit-top-nav li a:focus { 
	-moz-outline-style: none; 
}
.fit-top-nav li .fit-top-nav-2 {
	position: absolute;
	top: 90px;
	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("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 10px 0px 20px;
	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 {}
/****************************************************************************/
/*
	页眉区-顶端搜索
*/
.fit-top-search {
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 25px;
	right: 0;
}
.fit-top-search .fit-top-search-content {
	position: relative;
}
.fit-top-search input {
	width: 220px;
	height: 38px;
	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 input:focus {
	width: 260px;
}
.fit-top-search button {
	width: 38px;
	height: 38px;
	color: #999;
	background: none;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
}
/****************************************************************************/
/*
	页眉区-导航区-导航菜单区域
*/
.fit-top-nav-area {
	height: 90px;
	display: inline-block;
}
.fit-top-nav-area-ii {
	width: 1440px;
	height: 89px;
	position: relative;
	margin: 0 auto;
	z-index: 109;
}
@media (max-width: 1500px) {
	.fit-top-nav-area-ii {
		width: 1200px;
	}
}
/****************************************************************************/
/*
	页眉区-导航区-整体下拉菜单
*/
.fit-top-nav-area-ii .box {
	width: 1440px;
	height: 0;
	text-align: left;
	background: #fff;
	border: 1px solid #f5f5f5;
	border-bottom: 2px solid #1573b1;
	position: absolute;
	left: 0px;
	top: 90px;
	overflow: hidden;
	filter: alpha(opacity=0);
	opacity: 0;
}
@media (max-width: 1500px) {
	.fit-top-nav-area-ii .box {
		width: 1200px;
	}
}
.fit-top-nav-area-ii .cont {
	position: relative;
	padding: 25px;
}
.fit-top-nav-sub {
	list-style: none;
}
.fit-top-nav-sub.fit-not-horizontal {
	float: left;
}
.fit-top-nav-sub > li {
	width: 170px;
	font-size: 14px;
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;
	/*-webkit-box-sizing: border-box;*/
}
.fit-top-nav-sub.fit-not-horizontal > li {
	float: none;
}
.fit-top-nav-sub > li a {
	color: #000;
}
.fit-top-nav-sub > li a:hover {
	color: #f00;
}
.fit-top-nav-sub > li > h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0;
}
.fit-top-nav-sub > li > ul {
	list-style: none;
}
.fit-top-nav-sub > li > ul > li {
	padding: 3px 0;
}
.fit-top-nav-sub.fit-clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
/* sublist */
/*
.sublist li{float:left;width:168px;padding-right:24px;padding-bottom:24px;}
.sublist li h3.mcate-item-hd{font-family:'微软雅黑';padding-left:2px;font-size:14px;height:26px;line-height:26px;border-bottom:1px dashed #666666;}
.sublist li p.mcate-item-bd{padding-left:2px;}
.sublist li p.mcate-item-bd a{height:26px;line-height:26px;margin-right:5px;font-size:12px;color:#666666;text-decoration:none;display:inline-block;}
.sublist li p.mcate-item-bd a:hover{color:#6c5143;text-decoration:underline;}
*/
/****************************************************************************/
/*
	页眉区-主banner
*/
.fit-top-banner {
	height: 380px;
	background: #ddd;
	overflow: hidden;
}
.KMSPrefix_kinMaxShow_image_item {
	background-size: cover !important;
}
/****************************************************************************/
/*
	首页-单元标题
*/
.fit-home-unit-title {
	text-align: center;
	color: #333;
	padding-top: 40px;
	padding-bottom: 30px;
}
.fit-home-unit-title h4 {
	font-size: 34px;
	font-weight: normal;
	color: inherit;
}
.fit-home-unit-title .fit-intro {
	font-size: 18px;
	color: inherit;
}
/****************************************************************************/
/*
	首页-产品列表
*/
.fit-home-product-list {
	list-style: none;
	margin: 0 auto;
}
.fit-home-product-list li {
	width: 238px;
	height: 158px;
	text-align: center;
	display: inline-block;
	float: left;
}
.fit-home-product-list li:hover {
	background-color: #f5f5f5;
}
.fit-home-product-list-2 {}
.fit-home-product-list-2 li {
	width: 300px;
}
.fit-home-product-list li:last-child {}
.fit-home-product-list li a {
	width: 238px;
	height: 158px;
	display: inline-block;
}
.fit-home-product-list-2 li a {
	width: 300px;
}
.fit-home-product-list li .fit-home-product-icon {
	width: 88px;
	height: 88px;
	background-position: center center;
	background-repeat: no-repeat;
	/*border: 1px solid #1573b1;*/
	border-radius: 5px;
	display: inline-block;
	margin-top: 20px;
}
.fit-home-product-list li .fit-home-product-icon.fit-icon-1-1 {
	background-image: url("fit-home-product-icon-1-1.png");
}
.fit-home-product-list li .fit-home-product-icon.fit-icon-1-2 {
	background-image: url("fit-home-product-icon-1-2.png");
}
.fit-home-product-list li .fit-home-product-icon.fit-icon-1-3 {
	background-image: url("fit-home-product-icon-1-3.png");
}
.fit-home-product-list li .fit-home-product-icon.fit-icon-1-4 {
	background-image: url("fit-home-product-icon-1-4.png");
}
.fit-home-product-list li .fit-home-product-icon.fit-icon-1-5 {
	background-image: url("fit-home-product-icon-1-5.png");
}
.fit-home-product-list li .fit-home-product-icon.fit-icon-1-6 {
	background-image: url("fit-home-product-icon-1-6.png");
}
.fit-home-product-list li .fit-home-product-icon.fit-icon-2-1 {
	background-image: url("fit-home-product-icon-2-1.png");
}
.fit-home-product-list li .fit-home-product-icon.fit-icon-2-2 {
	background-image: url("fit-home-product-icon-2-2.png");
}
.fit-home-product-list li .fit-home-product-icon.fit-icon-2-3 {
	background-image: url("fit-home-product-icon-2-3.png");
}
.fit-home-product-list li .fit-home-product-icon.fit-icon-2-4 {
	background-image: url("fit-home-product-icon-2-4.png");
}
.fit-home-product-list li .fit-home-product-icon.fit-icon-2-5 {
	background-image: url("fit-home-product-icon-2-5.png");
}
.fit-home-product-list li h4 {
	font-size: 16px;
	font-weight: normal;
	color: #1573b1;
}
/****************************************************************************/
/*
	首页-次banner
*/
.fit-home-minor-banner {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 40px;
	margin-bottom: 40px;
}
.fit-home-minor-banner.fit-1 {
	height: 240px;
	background-image: url("fit-home-minor-banner-01.gif");
}
.fit-home-minor-banner.fit-1-en {
	height: 240px;
	background-image: url("fit-home-minor-banner-01-en.gif");
}
/****************************************************************************/
/*
	首页-简介区
*/
.fit-home-intro {
	list-style: none;
}
.fit-home-intro li {
	width: 590px;
	height: 150px;
	display: inline-block;
}
.fit-home-intro li .fit-home-intro-pic {
	width: 100px;
	height: 100px;
	display: inline-block;
}
.fit-home-intro li .fit-home-intro-pic img {
	width: 100px;
	height: 100px;
}
.fit-home-intro li .fit-home-intro-word {
	width: 455px;
	color: #323232;
}
.fit-home-intro li .fit-home-intro-word h4 {
	font-size: 14px;
	font-weight: bold;
	color: inherit;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}
.fit-home-intro li .fit-home-intro-word a {
	color: #323232;
}
.fit-home-intro li .fit-home-intro-word a:hover {
	color: #f00;
}
.fit-home-intro li .fit-home-intro-word span {
	height: 100px;
	line-height: 20px;
	color: inherit;
	display: block;
}
.fit-home-intro li .fit-home-intro-word p {
	padding: 0;
	margin: 0;
}
.fit-home-intro li:nth-child(odd) {
	padding-right: 10px;
}
.fit-home-intro li:nth-child(odd) .fit-home-intro-pic {
	float: right;
}
.fit-home-intro li:nth-child(odd) .fit-home-intro-word {
	text-align: right;
	float: left;
}
.fit-home-intro li:nth-child(even) {
	padding-left: 10px;
}
.fit-home-intro li:nth-child(even) .fit-home-intro-pic {
	float: left;
}
.fit-home-intro li:nth-child(even) .fit-home-intro-word {
	text-align: left;
	float: right;
}
/****************************************************************************/
/*
	首页-简介区-2
*/
.fit-home-intro-ii {
	list-style: none;
	margin-bottom: 50px;
}
.fit-home-intro-ii.fit-en {}
.fit-home-intro-ii * {
	-webkit-box-sizing: border-box;
}
.fit-home-intro-ii li {
	width: 290px;
	min-height: 290px;
	display: inline-block;
	padding: 10px;
}
.fit-home-intro-ii li .fit-home-intro-item {
	width: 100%;
	height: 270px;
	border: 1px solid #ccc;
	padding: 20px;
	position: relative;
}
.fit-home-intro-ii li .fit-home-intro-item h4 {
	min-height: 33px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color:  #333;
	border-bottom: 2px solid #1573b1;
	padding-bottom: 5px;
	margin: 0;
}
.fit-home-intro-ii.fit-en li .fit-home-intro-item h4 {
	height: 43px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.fit-home-intro-ii li .fit-home-intro-item h4 a {
	color:  #333;
}
.fit-home-intro-ii li .fit-home-intro-item h4 a:hover {
	color:  #f00
}
.fit-home-intro-ii li .fit-home-intro-item .fit-home-intro-pic {
	height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-box-sizing: content-box;
}
.fit-home-intro-ii li .fit-home-intro-item .fit-home-intro-pic img {
	width: 228px;
	height: 100px;
}
.fit-home-intro-ii li .fit-home-intro-item .fit-home-intro-word {
	height: 60px;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.fit-home-intro-ii.fit-en li .fit-home-intro-item .fit-home-intro-word {
	margin-bottom: 15px;
}
.fit-home-intro-ii li .fit-home-intro-item .fit-home-intro-word span {
	line-height: 21px;
}
.fit-home-intro-ii li .fit-home-intro-item .fit-home-intro-word p {
	padding: 0;
	margin: 0;
}
.fit-home-intro-ii li .fit-home-intro-item a.fit-home-intro-more {
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #1573b1;
	border-radius: 3px;
	display: inline-block;
	margin: 0 auto;
	position: absolute;
	left: 105px;
}
/****************************************************************************/
/*
	首页-简介区-3
*/
.fit-home-intro-3 {
	list-style: none;
	text-align: center;
	padding-bottom: 50px;
}
.fit-home-intro-3 li {
	width: 270px;
	height: 270px;
	margin: 12px;
	display: inline-block;
}
.fit-home-intro-3 li a {}
.fit-home-intro-3 li img {
	width: 270px;
	height: 270px;
}
/****************************************************************************/
/*
	首页-简介区-4
*/
.fit-home-intro-4 {
	list-style: none;
	text-align: center;
	padding-bottom: 50px;
}
.fit-home-intro-4 li {
	width: 270px;
	height: 270px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 12px;
	display: inline-block;
	overflow: hidden;
}
.fit-home-intro-4 li a {
	width: 270px;
	height: 270px;
	text-align: center;
	display: block;
}
.fit-home-intro-4 li a img {
	width: 135px;
	height: 135px;
	margin: 25px auto 15px auto;
}
.fit-home-intro-4 li a h4 {
	width: 260px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	display: inline-block;
	margin: 0;
	margin-bottom: 5px;
}
.fit-home-intro-4 li a span {
	width: 260px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	display: inline-block;
}
/*
	首页-简介区-4-英文版
*/
.fit-home-intro-4-en li a h4 {
	font-size: 16px;
}
.fit-home-intro-4-en li a span {
	font-size: 14px;
}
/****************************************************************************/
/*
	首页-新闻区
*/
.fit-home-news-out {
	background-color: #eee;
	padding-bottom: 70px;
	margin-bottom: 70px;
}
.fit-home-news-out .fit-home-news {}
.fit-home-news-out .fit-home-news-hot {
	width: 450px;
	color: #333;
	float: left;
}
.fit-home-news-out .fit-home-news-hot .fit-pic {
	width: 450px;
	height: 240px;
}
.fit-home-news-out .fit-home-news-hot .fit-pic img {
	width: 450px;
	height: 240px;
}
.fit-home-news-out .fit-home-news-hot h4 {
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	color: inherit;
}
.fit-home-news-out .fit-home-news-hot a {
	color: #333;
}
.fit-home-news-out .fit-home-news-hot a:hover {
	color: #f00;
}
.fit-home-news-out .fit-home-news-hot span {
	height: 100px;
	font-size: 12px;
	line-height: 21px;
	display: block;
}
.fit-home-news-out .fit-home-news-list {
	width: 670px;
	list-style: none;
	float: right;
}
.fit-home-news-out .fit-home-news-list li {
	width: 670px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.fit-home-news-out .fit-home-news-list li .fit-pic {
	width: 100px;
	height: 100px;
	float: left;
}
.fit-home-news-out .fit-home-news-list li .fit-pic img {
	width: 100px;
	height: 100px;
}
.fit-home-news-out .fit-home-news-list li .fit-word {
	width: 550px;
	height: 100px;
	float: right;
}
.fit-home-news-out .fit-home-news-list li .fit-word h4 {
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	color: inherit;
	margin: 0;
}
.fit-home-news-out .fit-home-news-list li .fit-word a {
	color: #333;
}
.fit-home-news-out .fit-home-news-list li .fit-word a:hover {
	color: #f00;
}
.fit-home-news-out .fit-home-news-list li .fit-word span {
	font-size: 12px;
	line-height: 21px;
}
/****************************************************************************/
/*
	首页-新闻区
*/
.fit-home-news-container {
	background-color: #eee;
	padding-bottom: 70px;
	margin-bottom: 70px;
}
.fit-home-news-container .fit-home-news {}
.fit-home-news-container .fit-home-news-list {
	width: 490px;
	list-style: none;
	float: left;
}
.fit-home-news-container .fit-home-news-list .fit-home-news-list-more {
	width: inherit;
	height: 30px;
	margin-top: 20px;
}
.fit-home-news-container .fit-home-news-list .fit-home-news-list-more > a {
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #1573b1;
	border-radius: 3px;
	display: block;
	margin: 0 auto;
}
.fit-home-news-container .fit-home-news-hot {
	width: 650px;
	color: #333;
	float: right;
	
	position: relative;
}
.fit-home-news-container .fit-home-news-hot .banner {
	position: relative;
	overflow: auto;
	text-align: center;
	width: inherit;
	margin:0 auto;
	
	/*-webkit-box-sizing: content-box;*/
}
.fit-home-news-container .fit-home-news-hot .banner ul {
	z-index: 1;
	overflow: hidden;
}
.fit-home-news-container .fit-home-news-hot .banner ul > li {
	width: 550px;
	height: 427px;
	float: left;
	position: relative;
	overflow: hidden;
}
.fit-home-news-container .fit-home-news-hot .banner ul > li > a {}
.fit-home-news-container .fit-home-news-hot .banner ul > li > a > img {
	width: 550px;
	height: 367px;
}
.fit-home-news-container .fit-home-news-hot .banner ul > li > a > span {
	width: 550px;
	max-height: 60px;
	font-size: 14px;
	line-height: 21px;
	text-align: left;
	color: #333;
	/*background-color: rgba(0,0,0,0.35);*/
	position: absolute;
	padding: 10px 15px;
	left: 50px;
	bottom: 0px;
}
.fit-home-news-container .fit-home-news-hot .banner .btn-arrow {}
.fit-home-news-container .fit-home-news-hot .fit-unslider-arrow {
	position:absolute;
	width:40px;
	height:100px;
	top: 40%;
	/*margin-top: -18px;*/
	overflow: hidden;
	z-index: 2999;
	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-news-container .fit-home-news-hot .fit-unslider-arrow#al {
	background-image: url("banner-arrowl.png");
	left: -40px;
}
.fit-home-news-container .fit-home-news-hot .fit-unslider-arrow#ar {
	background-image: url("banner-arrowr.png");
	right:-40px;
}
.fit-home-news-container .fit-home-news-hot .banner .arrow {
	position:absolute;
	width:40px;
	height:100px;
	top: 40%;
	margin-top: -18px;
	overflow: hidden;
	z-index: 299;
	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-news-container .fit-home-news-hot .banner #al {
	background-image: url("banner-arrowl.png");
	left:0px;
}
.fit-home-news-container .fit-home-news-hot .banner #ar {
	background-image: url("banner-arrowr.png");
	right:0px;
}
.fit-home-news-container .fit-home-news-hot .banner .dots {
	position:absolute;
	left:0;
	right:0;
	bottom:70px;
	z-index:3;
}
.fit-home-news-container .fit-home-news-hot .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-news-container .fit-home-news-hot .banner .dots li.active {
	background:#fff;
	opacity:1;
}
.fit-home-news-container .fit-home-news-hot .banner .progress{
	width: 15%;
	height: 3px;
	background-color: #1573b1;
	position: absolute;
	left: 50px;
	bottom: -20px;
	overflow: hidden;
	z-index: 2;
}
/****************************************************************************/
/*
	分类标题区
*/
.fit-sort-title {
	height: 40px;
	line-height: 40px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	background-color: #f5f5f5;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 0 20px;
	margin-bottom: 20px;
}
/****************************************************************************/
/*
	页脚区
*/
.fit-foot {}
.fit-foot-nav-out {
	background-color: #363636;
	padding: 40px 0 40px 0;
}
/*
	页脚-导航区
*/
.fit-foot-nav {
	list-style: none;
	float: left;
}
.fit-foot-nav > li {
	color: #a6a6a6;
	display: block;
	padding-right: 60px;
	float: left;
}
.fit-foot-nav > li h4 {
	color: inherit;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 20px;
}
.fit-foot-nav > li a {
	color: #a6a6a6;
}
.fit-foot-nav > li a:hover {
	color: #a6a6a6;
	text-decoration: underline;
}
.fit-foot-nav > li .fit-foot-nav-2 {
	list-style: none;
}
.fit-foot-nav > li .fit-foot-nav-2 li {
	padding: 5px 0;
}
/*
	页脚-导航区-英文版
*/
.fit-foot-en .fit-foot-nav > li {
	padding-right: 30px;
}
.fit-foot-en .fit-foot-nav > li h4 {
	font-size: 14px;
}
.fit-foot-en .fit-foot-nav > li .fit-foot-nav-2 li {
	font-size: 12px;
}
/*
	页脚-联系我们区
*/
.fit-foot-contact {
	width: 470px;
	text-align: right;
	float: right;
	position: relative;
}
.fit-foot-contact-qrcode {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.fit-foot-contact-qrcode img {}
.fit-foot-contact-info {
	width: 330px;
	font-size: 12px;
	text-align: left;
	color: #a6a6a6;
	line-height: 24px;
	border-left: 1px dotted #89adce;
	padding-left: 20px;
	margin-left: 20px;
	display: inline-block;
	box-sizing: border-box;
}
.fit-foot-contact-info a {}
.fit-foot-contact-info p {
	margin: 0;
}
/*
	页脚-页脚-扩展信息
*/
.fit-foot-ex-info {
	color: #a6a6a6;
	padding-top: 20px;
}
/*
	页脚-导航区-英文版
*/
.fit-foot-en .fit-foot-contact {
	width: 400px;
}
.fit-foot-en .fit-foot-contact-info {
	width: 260px;
}
/*
	页脚-落款区
*/
.fit-foot-info-out {
	background-color: #3f3f3f;
}
.fit-foot-info {
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	color: #777;
}
.fit-foot-info-intro {
	text-align: left;
	float: left;
}
.fit-foot-info-link {
	text-transform: uppercase;
	text-align: right;
	float: right;
}
.fit-foot-info a {
	color: #777;
}
.fit-foot-info a:hover {
	color: #777;
	text-decoration: underline;
}
.fit-foot-info span {
	padding: 0 5px;
}
/****************************************************************************/
/*
	内页-页眉区
*/
.fit-top-banner-2 {
	height: 240px;
	color: #fff;
	background-color: #ddd;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 60px;
	overflow: hidden;
}
.fit-top-banner-2.fit-pic-1 {
	background-image: url("fit-top-banner-2-01.jpg");
}
.fit-top-banner-2 h4 {
	font-size: 48px;
	font-weight: bold;
	border-bottom: 2px solid #fff;
	padding-bottom: 20px;
	margin-top: 100px;
	display: inline-block;
}
.fit-top-banner-2 h5 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
}
/****************************************************************************/
/*
	内页-主体区
*/
.fit-main-body {
	min-height: 800px;
}
/****************************************************************************/
/*
	内页-路径
*/
.fit-path-container {
	height: 60px;
	border-bottom: 1px solid #ccc;
}
.fit-path {
	height: 60px;
	line-height: 60px;
	color: #787878;
	font-size: 14px;
	padding-left: 30px;
}
.fit-path a {
	color: #787878;
}
.fit-path a:hover {
	color: #f00;
}
.fit-path span {
	padding: 0 10px;
}
/****************************************************************************/
/*
	内页-横向导航按钮
*/
.fit-horizontal-nav-btn {
	list-style: none;
	text-align: center;
}
.fit-horizontal-nav-btn li {
	width: 130px;
	height: 50px;
	margin: 0 10px;
	display: inline-block;
	position: relative;
}
.fit-horizontal-nav-btn li a {
	width: 128px;
	height: 38px;
	line-height: 35px;
	text-align: center;
	font-size: 15px;
	color: #1573b1;
	background-color: #fff;
	border: 1px solid #1573b1;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.fit-horizontal-nav-btn li.fit-active {}
.fit-horizontal-nav-btn li > a:hover,
.fit-horizontal-nav-btn li.fit-active a {
	color: #fff;
	background-color: #1573b1;
}
.fit-language-en .fit-horizontal-nav-btn li a {
	height: 48px;
	line-height: 18px;
	font-size: 14px;
	padding: 5px;
}
/****************************************************************************/
/*
	内页-侧边导航-容器
*/
.fit-side-nav-container {
	width: 240px;
	list-style: none;
	float: left;
	padding-bottom: 80px;
}
.fit-side-nav-container h4 {
	height: 54px;
	line-height:  54px;
	font-size: 24px;
	text-indent: 30px;
	color: #1573b1;
	border-bottom: 1px dotted #ccc;
	margin: 0;
	padding: 0;
}
.fit-side-nav-container h4 a {
	height: 54px;
	color: #1573b1;
	text-decoration: none;
	display: block;
}
.fit-side-nav-container h4 a:hover {
	color: #f00;
}
/****************************************************************************/
/*
	内页-侧边(产品)类别导航
*/
ul.fit-side-sort-nav {
	list-style: none;
}
ul.fit-side-sort-nav li {}
ul.fit-side-sort-nav li h4 {
	height: 54px;
	line-height:  54px;
	font-size: 20px;
	font-weight: bold;
	text-indent: 0;
	color: #000;
	border-bottom: 2px solid #1573b1;
	margin: 0;
	padding: 0;
	margin-top: 40px;
	margin-bottom: 10px;
}
ul.fit-side-sort-nav li h4 a {
	color: #000;
}
ul.fit-side-sort-nav-2 {
	list-style: none;
}
ul.fit-side-sort-nav-2 li {
	height: 40px;
	line-height:  40px;
	text-indent: 20px;
	font-size: 14px;
	color: #666;
}
ul.fit-side-sort-nav-2 li.fit-active {}
ul.fit-side-sort-nav-2 li a {
	height: 40px;
	color: #666;
	background-image: url("fit-icon-side-nav-expand.gif");
	background-position: right 20px center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #e8e8e8;
	border-left: 3px solid #fff;
	display: block;
	transition: all .5s ease;
}
ul.fit-side-sort-nav-2 li a:hover,
ul.fit-side-sort-nav-2 li.fit-active a {
	background-color: #f8f8f8;
	border-left: 3px solid #1573b1;
}
/****************************************************************************/
/*
	内页-侧边导航
*/
.fit-side-nav {
	width: 100%;
	list-style: none;
}
.fit-side-nav li {
	min-height: 54px;
	line-height:  54px;
	text-indent: 30px;
	font-size: 16px;
	color: #666;
	
}
.fit-side-nav > li {
	font-size: 16px;
	color: #666;
}
.fit-side-nav > li a {
	height: 54px;
	color: #666;
	border-bottom: 1px dotted #ccc;
	display: block;
}
.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 {
	height: 54px;
	line-height:  54px;
	text-indent: 50px;
	font-size: 14px;
	color: #666;
	background-color: #f9f9f9;
}
.fit-side-nav > li > .fit-side-nav-2 > li > a:before {
	content: "+ ";
}
.fit-side-nav > li > .fit-side-nav-2 > li > a {
	color: #666;
}
.fit-side-nav > li > .fit-side-nav-2 > li > a:hover {
	color: #f00;
}
.fit-side-nav li.fit-active {
	background-image: url("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 {
	font-weight: bold;
	color: #1573b1 !important;
}
/****************************************************************************/
/*
	内页-侧边导航-2(jQuery多级手风琴)
*/
.fit-side-nav-container ul.mtree {
	margin-left: 0;
	opacity: 0;
}
.fit-side-nav-container ul.mtree li {
	list-style: none;
}
.fit-side-nav-container ul.mtree ul {}
.fit-side-nav-container ul.mtree a {
	display: block;
}
.fit-side-nav-container ul.mtree li.mtree-node > a {
	/*font-weight: bold;*/
}
.fit-side-nav-container ul.mtree a {
	text-decoration: none;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
/*
	内页-侧边导航-2(jQuery多级手风琴)-皮肤-默认
*/
.fit-side-nav-container ul.mtree.default ul {
	border-top: 1px dotted #ccc;
	margin-left: 15px;
}
.fit-side-nav-container ul.mtree.default li {
	font-size: 16px;
	border-bottom: 1px dotted #ccc;
}
.fit-side-nav-container ul.mtree.default a {
	height: 44px;
	line-height:  44px;
	color: #1573b1;
	text-indent: 30px;
}
.fit-side-nav-container ul.mtree.default ul li {
	font-size: 16px;
}
.fit-side-nav-container ul.mtree.default li.mtree-node > a:after {
	/*font-weight: bold;*/
	content: '+';
	margin-right: 20px;
	float: right
}
.fit-side-nav-container ul.mtree.default li.mtree-node > a {
	/*font-weight: bold;*/
	/*text-transform: upperCase;*/
}
.fit-side-nav-container ul.mtree.default > li {}
.fit-side-nav-container ul.mtree.default > li:last-child {
	/*border-bottom: none;*/
}
.fit-side-nav-container ul.mtree.default li:last-child > a {}
.fit-side-nav-container ul.mtree.default > li.mtree-open > a {
	/*font-weight: bold;*/
	color: #fff;
	background-color: #1573b1;
}
.fit-side-nav-container ul.mtree.default > li.mtree-open > a:hover {
	color: #fff;
	background-color: #1573b1;
}
.fit-side-nav-container ul.mtree.default li > a:hover {
	color: #1573b1;
	background-color: #ddd;
}
.fit-side-nav-container ul.mtree.default li.mtree-active > a {
	/*font-weight: bold;*/
	color: #fff;
	background-color: #5b9dc8;
}
.fit-side-nav-container ul.mtree.default li li:last-child {
	border-bottom: none;
}
.fit-side-nav-container ul.mtree.default li li > a {
	text-indent: 20px;
}
.fit-side-nav-container ul.mtree.default li li li > a {
	text-indent: 30px;
}
.fit-side-nav-container ul.mtree.default li li li li > a {
	text-indent: 40px;
}
.fit-side-nav-container ul.mtree.default li li li li li > a {
	text-indent: 50px;
}
/****************************************************************************/
/*
	内页-正文区
*/
.fit-main-content {
	width: 960px;
	min-height: 700px;
	margin-bottom: 200px;
	
	padding-top: 50px;
	padding-left: 50px;
	float: left;
	
	box-sizing: border-box;
}
.fit-main-content-2 {
	width: 900px;
	min-height: 700px;
	border-right: 1px solid #ccc;
	margin-bottom: 200px;
	padding-right: 50px;
	float: left;
}
/****************************************************************************/
/*
	侧边文章导读区
*/
.fit-side-article-hot {
	width: 300px;
	padding-top: 40px;
	float: left;
}
.fit-side-article-hot .fit-ad-pic {
	width: 260px;
	height: 180px;
	float: right;
}
.fit-side-article-hot .fit-ad-pic img {
	width: 260px;
	height: 180px;
}
.fit-side-article-hot h4 {
	height: 55px;
	line-height: 55px;
	font-size: 21px;
	color: #1573b1;
	background-color: #eee;
	background-image: url("fit-icon-side-nav-expand.gif");
	background-position: right 20px center;
	background-repeat: no-repeat;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding-right: 40px;
	padding-left: 40px;
	margin-bottom: 0;
	overflow: hidden;
}
.fit-side-article-hot .fit-side-article-list {
	list-style: none;
}
.fit-side-article-hot .fit-side-article-list li {
	height: 55px;
	line-height: 55px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px dotted #ccc;
	padding-right: 20px;
	padding-left: 40px;
	overflow: hidden;
}
.fit-side-article-hot .fit-side-article-list li a {
	color: #666;
}
.fit-side-article-hot .fit-side-article-list li a:hover {
	color: #f00;
}
/****************************************************************************/
.toolbar{
	width:45px;
	position:fixed;
	top:150px;
	right:55px;
	z-index:100;
}
.toolbar * {
	-webkit-box-sizing: content-box;
}
.toolbar a{
	width:45px;
	height:45px;
	display: inline-block;
	margin-top:5px;
	position:relative;
	z-index:1;
	background:url(toolbar_icon.png) no-repeat;
}
.toolbar a#toolbar-email{
	background-position:0px 0px;
}
.toolbar a#toolbar-tel{
	background-position:0px -50px;
}
.toolbar a#toolbar-weibo{
	background-position:0px 0px;
}
.toolbar a:hover#toolbar-weibo{
	background-position:-50px 0px;
}
.toolbar a#toolbar-txwb{
	background-position:0px -50px;
}
.toolbar a:hover#toolbar-txwb{
	background-position:-50px -50px;
}
.toolbar a#toolbar-weixin{
	background-position:0px -100px;
}
.toolbar a:hover#toolbar-weixin{
	background-position:-50px -100px;
}
.toolbar a#toolbar-qq{
	background-position:0px -150px;
}
.toolbar a:hover#toolbar-qq{
	background-position:-50px -150px;
}
.toolbar a#toolbar-top{
	background-position:0px -200px;
}
.toolbar a:hover#toolbar-top{
	background-position:-50px -200px;
}
.toolbar a .right-fz-text{
	position:absolute;
	top:50%;
	right:-999px;
	color:#fff;
	float:left;
	font-size:12px;
	padding-right:52px;
	opacity:0;
	filter:alpha(opacity=0);
	width:68px;
	height:21px;
	overflow:hidden;
	background:url(toolbar_icon_tip_bg.png) left center no-repeat;
	margin-top:-10px;
}
.toolbar a .right-fz-text >span{
	float:right;
	height:21px;
	line-height:21px;
	font-size:12px;
	color:#fff;
	text-align:right;
	padding-right:12px;
	background:url(toolbar_icon_tip_bg.png) right center no-repeat;
}
.toolbar a:hover .right-fz-text{
	right:0;
	opacity:1;
	filter: alpha(opacity=100);
}
.toolbar a,
.toolbar a .right-fz-text{
	-webkit-transition:opacity 0.8s ease-in-out;
	   -moz-transition:opacity 0.8s ease-in-out;
	    -ms-transition:opacity 0.8s ease-in-out;
	        transition:opacity 0.8s ease-in-out;
}
.toolbar_weixin_qrcode {
	width: 130px;
	height: 150px;
	left: -140px;
	top: 10px;
	position: absolute;
	padding-top: 5px;
	padding-bottom: 3px;
	background-color: #ffffff;
	text-align: center;
}
.toolbar_weixin_qrcode .text {
	padding-top: 5px;
	text-align: center;
}
.toolbar a#toolbar-email .right-fz-text {
	width:168px;
	background-image: url("toolbar_icon_tip_bg_160.png");
}
.toolbar a#toolbar-tel .right-fz-text {
	width:125px;
	/*background-image: url("toolbar_icon_tip_bg_160.png");*/
}
/****************************************************************************/



