﻿ @charset "utf-8";
/* CSS Document */



.bodyhidden {
	position: relative;
	overflow-y: hidden
}
.indexbox {
	position: absolute;
	left: 0;
}
.headerwrap {
	width: 100%;
	height: 82px;
	background: #fff;
	z-index: 999;
}
.headerwrap.headerabsolute {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 99;
}
.firstscreen {
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.firstscreen img.bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.firstscreen img.top {
	position: absolute;
	left: 50%;
	margin-left: -51px;
	top: -51px;
	z-index: 10;
	cursor: pointer;
}
.firstscreen img.bottom {
	position: absolute;
	left: 50%;
	margin-left: -51px;
	bottom: -51px;
	z-index: 10;
	cursor: pointer;
}
.lastscreen {
	position: relative;
}
.lastscreen .back-top {
	position: absolute;
	left: 50%;
	margin-left: -51px;
	top: -51px;
	z-index: 10;
	cursor: pointer;
}
body {
	background-color: #fff;
	background-image: url(about:blank); /* for IE6 */
	background-attachment: fixed; /*必须*/
}
.index-header {
	width: 1100px;
	height: 48px;
	margin: 0 auto;
	padding-top: 34px;
	position: relative;
}
.index-header .logo {
	float: left;
}
.index-header .nav {
	float: left;
	margin: 0 -10px 0 20px;
}
.index-header .nav a {
	line-height: 48px;
	margin-right: 36px;
	color: #626765;
}
.index-header .nav .active {
	color: #ed5d22;
}
.index-header .seek {
	position: absolute;
	top: 34px;
	right: 77px;
	display: inline-block;
	padding-left: 29px;
	height: 48px;
	overflow: hidden;
}
.index-header .import {
	float: left;
	border: none;
	line-height: 48px;
	height: 48px;
	font-size: 15px;
	color: #666666;
	/* background: url(../images/importBg.png) no-repeat; */
	width: 0;
	margin-right: -29px;
}
.index-header .seek-btn {
	background: none;
	border: none;
	display: inline-block;
	width: 48px;
	height: 48px;
	/* background: url(../images/btnBg.png) no-repeat; */
	margin-left: 6px;
	cursor: pointer;
}
.index-header .tel {
	float: right;
	width: 48px;
	height: 48px;
	margin-left: 8px;
	position: absolute;
	top: 34px;
	right: 0;
}
.inside-header .TopTel {
	position: absolute;
	top: 50px;
	right: -165px;
	display: block;
	font-size: 18px;
	color: #ec5920;
	line-height: 18px;
	height: 18px;
	width: 160px;
}
.indexbanner {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.indexbanner ul {
	margin: 0 auto;
	padding: 0px;
	position: absolute;
	top: 132px;
	left: 50%;
	margin-left: -960px;
}
.indexbanner ul li {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 50%;
	margin-left: 0;
}
.indexbanner ul li a {
	display: block;
}
.indexbanner ul li img {
	display: block;
	margin: 0 auto;
}
.indexbanner .inddot {
	width: 1100px;
	position: absolute;
	bottom: 80px;
	left: 50%;
	margin-left: -550px;
	text-align: center;
	z-index: 99;
}
.indexbanner .inddot a {
	display: inline-block;
	margin: 0px 0px 0px 2px;
	background: url(../images/blackBtn.png) no-repeat;
	width: 17px;
	height: 17px;
	overflow: hidden;
	position: relative;
	line-height: 300px;
}
.indexbanner .inddot a.cur {
	background: url(../images/orangeBtn.png) no-repeat;
}
.indexbanner .indexleftBtn, .indexbanner .indexrightBtn {
	position: absolute;
	top: 255px;
	display: block;
	width: 67px;
	height: 67px;
	border: none;
	cursor: pointer;
	z-index: 99;
	display: none;
}
.indexbanner .indexleftBtn {
	left: 50%;
	margin-left: -550px;
	/* background: url(../images/leftBtnBg.png) no-repeat; */
}
.indexbanner .indexrightBtn {
	right: 50%;
	margin-right: -550px;
	/* background: url(../images/rightBtnBg.png) no-repeat; */
}
/*共用竖线*/

.vertical-line {
	width: 1px;
	height: 23px;
	background-color: #d5d5d3;
	margin: 0 auto;
}
/*共用*/





/*内容第一部分样式*/

.first-tier {
	width: 100%;
	min-width: 1100px;
	margin: 0 auto;
	position: absolute;
	z-index: 10;
	z-index: 2;
}
.first-title {
	text-align: center;
}
.first-tier .first-title h3 {
	width: 500px;
	height: 14px;
	font-size: 14px;
	line-height: 14px;
	margin: 10px auto;
	color: #a8a8a8;
}
.first-tier .first-title h2 {
	width: 360px;
	height: 36px;
	font-size: 36px;
	line-height: 36px;
	margin: 10px auto;
	color: #000000;
}
.first-tier .btns {
	width: 421px;
	height: 31px;
	border-left: 1px solid #dddddc;
	margin: 40px auto 124px auto;
	overflow: hidden;
}
.first-tier .btns span {
	float: left;
	width: 208px;
	line-height: 31px;
	border-right: 1px solid #dddddc;
	color: #4c4c4c;
	font-size: 30px;
	text-align: center;
	cursor: pointer;
}
.first-tier .btns .active {
	color: #ec5920;
}
.first-tier .bottom {
	position: absolute;
	left: 50%;
	margin-left: -51px;
	bottom: -51px;
	z-index: 1;
}
/*第一部分两块共用

.first-tier .list {

	width: 1100px;

	margin: 0 auto;

	height: 330px;

	overflow: hidden;

}

.first-tier ul {

	width: 1120px;

	height: 330px;

	margin-right: -20px;

	overflow: hidden;

}

.first-tier ul li {

	width: 260px;

	height: 330px;

	margin-right: 20px;

	float: left;

	background-color: #fff;

}*/

.product-center span {
	display: block;
	font-size: 23px;
	color: #333333;
	text-align: center;
	line-height: 52px;
	margin-top: 18px;
	height: 52px;
	overflow: hidden;
}
.product-center p {
	width: 200px;
	font-size: 14px;
	color: #4c4b4b;
	text-align: center;
	margin: 0 auto;
}
.Definitely-solution span {
	display: block;
	font-size: 23px;
	color: #333333;
	text-align: center;
	line-height: 52px;
	margin-top: 18px;
	height: 52px;
	overflow: hidden;
}
.Definitely-solution p {
	width: 200px;
	font-size: 14px;
	color: #4c4b4b;
	text-align: center;
	margin: 0 auto;
}
/*中间banner图*/

.main-banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0;
}
.main-banner ul.images {
	margin: 0 auto;
	padding: 0px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}
.main-banner ul.images li {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 50%;
	margin-left: 0;
}
.main-banner ul.images li a {
	display: block;
}
.main-banner ul.images li img {
	display: block;
	margin: 0 auto;
}
.main-banner .leftBtn, .main-banner .rightBtn {
	position: absolute;
	top: 255px;
	display: block;
	width: 67px;
	height: 67px;
	border: none;
	cursor: pointer;
	z-index: 99;
}
.main-banner .leftBtn {
	left: 50%;
	margin-left: -550px;
	/* background: url(../images/leftBtnBg.png) no-repeat; */
}
.main-banner .rightBtn {
	right: 50%;
	margin-right: -550px;
	/* background: url(../images/rightBtnBg.png) no-repeat; */
}
.main-banner .inddot {
	width: 1100px;
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -550px;
	text-align: center;
	z-index: 99;
}
.main-banner .inddot a {
	display: inline-block;
	margin: 0px 0px 0px 2px;
	/* background: url(../images/blackBtn.png) no-repeat; */
	width: 17px;
	height: 17px;
	overflow: hidden;
	position: relative;
	line-height: 300px;
}
.main-banner .inddot a.cur {
	/* background: url(../images/orangeBtn.png) no-repeat; */
}
/*内容第三部分样式*/

.three-tier {
	width: 100%;
	min-width: 1100px;
	margin: 0 auto;
	padding-top: 21px;
	position: absolute;
	z-index: 2;
}
.three-tier .top {
	position: absolute;
	top: -51px;
	left: 50%;
	margin-left: -51px;
}
.three-tier .bottom {
	position: absolute;
	left: 50%;
	margin-left: -51px;
	bottom: -102px;
	z-index: 11;
}
.main .three-title {
	text-align: center;
}
.three-tier .three-title h3 {
	font-size: 60px;
	line-height: 60px;
	margin: 0 auto;
	color: #5f5f5f;
	text-align: center;
}
.three-tier .three-title h2 {
	font-size: 36px;
	line-height: 74px;
	margin: 10px auto;
	color: #ec5920;
	text-align: center;
}
.three-tier .three-title span {
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #666666;
	text-align: center;
}
.three-tier .tier-content {
	/* background: url(../images/threeContentBg.png) no-repeat; */
	width: 1100px;
	height: 450px;
	margin: -10px auto 0 auto;
	padding-top: 30px;
}
.tier-content .top-icons {
	width: 930px;
	height: 257px;
	margin: 0 auto;
	overflow: hidden;
}
.tier-content .top-icons ul {
	width: 944px;
	overflow: hidden;
}
.tier-content .top-icons li {
	float: left;
	margin-right: 16px;
	width: 220px;
	height: 257px;
	font-size: 20px;
	text-align: center;
	color: #ec5920;
	line-height: 360px;
	position: relative;
}
.tier-content .top-icons li a {
	display: block;
	width: 220px;
	height: 257px;
}
.tier-content .top-icons li img {
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
	height: 257px;
	display: none;
}
.tier-content .top-icons .active img {
	display: block;
}
.tier-content .top-icons .icon1 {
	/* background: url(../images/threeTierSmallBg-01.png) no-repeat; */
}
.tier-content .top-icons .icon2 {
	/* background: url(../images/threeTierSmallBg-02.png) no-repeat; */
}
.tier-content .top-icons .icon3 {
	/* background: url(../images/threeTierSmallBg-03.png) no-repeat; */
}
.tier-content .top-icons .icon4 {
	/* background: url(../images/threeTierSmallBg-04.png) no-repeat; */
}
.tier-content .bottom-icons {
	width: 603px;
	height: 138px;
	margin: 0 auto;
	overflow: hidden;
}
.tier-content .bottom-icons ul {
	width: 720px;
	overflow: hidden;
	padding-left: 20px;
}
.tier-content .bottom-icons li {
	float: left;
	margin-right: 150px;
	width: 86px;
	height: 138px;
	font-size: 20px;
	text-align: center;
	color: #ec5920;
	line-height: 360px;
}
.tier-content .bottom-icons a {
	display: block;
	padding-top: 90px;
}
.tier-content .bottom-icons li h3 {
	font-size: 18px;
	color: #ec5920;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
}
.tier-content .bottom-icons li span {
	display: block;
	font-size: 12px;
	color: #c1c1c1;
	text-align: center;
	line-height: 12px;
}
.tier-content .bottom-icons .icon1 {
	/* background: url(../images/threeTierIcon-01.png) no-repeat; */
}
.tier-content .bottom-icons .icon2 {
	/* background: url(../images/threeTierIcon-02.png) no-repeat; */
}
.tier-content .bottom-icons .icon3 {
	/* background: url(../images/threeTierIcon-03.png) no-repeat; */
}
.tier-content .bottom-icons .icon4 {
	/* background: url(../images/threeTierIcon-04.png) no-repeat; */
}
/*内容第四部分样式*/

.four-tier {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	min-width: 1100px;
	z-index: 2;
}
.four-tier .bottom {
	position: absolute;
	left: 50%;
	margin-left: -51px;
	bottom: -51px;
}
.main .four-title {
	text-align: center;
}
.four-tier .four-title h3 {
	font-size: 60px;
	line-height: 60px;
	margin: 0 auto;
	color: #fff;
	/* background: url(../images/text-about.png) no-repeat; */
	width: 318px;
	height: 46px;
}
.four-tier .four-title h2 {
	font-size: 36px;
	line-height: 54px;
	margin: 10px auto;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.four-tier .four-title span {
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	text-align: center;
}
.four-tier-content {
	width: 996px;
	padding: 24px 12px;
	margin: 20px auto 0 auto;
	background-color: #fff;
	overflow: hidden;
}
.four-tier-content .content-left {
	float: left;
	width: 460px;
	position: relative;
}
.four-tier-content .content-left .photo {
	width: 461px;
	height: 241px;
}
.four-tier-content .content-left .small-embellish {
	position: absolute;
	top: 189px;
	left: 350px;
}
.four-tier-content .content-left p {
	font-size: 14px;
	line-height: 21px;
	color: #4c4c4c;
	text-indent: 8px;
	margin-top: 50px;
}
.four-tier-content .content-right {
	width: 492px;
	float: right;
}
.four-tier-content li {
	padding: 9px 17px;
	overflow: hidden;
	margin-bottom: 16px;
}
.four-tier-content .left {
	float: left;
	width: 77px;
	border-right: 1px solid #f3f3f3;
}
.four-tier-content .left h3 {
	font-size: 48px;
	color: #666666;
	line-height: 45px;
	text-align: center;
}
.four-tier-content .left span {
	font-size: 12px;
	color: #999999;
}
.four-tier-content .right {
	float: left;
	margin-left: 18px;
	width: 360px;
}
.four-tier-content .right a {
	display: block;
	font-size: 16px;
	color: #4c4c4c;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.four-tier-content .right p {
	font-size: 12px;
	line-height: 16px;
	height: 40px;
	color: #666666;
	overflow: hidden;
	margin-top: 5px;
}
.four-tier-content .active {
	background-color: #f8761e;
}
.four-tier-content .active .left h3, .four-tier-content .active .left span, .four-tier-content .active .right a, .four-tier-content .active .right p {
	color: #FFF;
}
.four-tier .back-top {
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: -40px;
	cursor: pointer;
	width: 80px;
	height: 80px;
}
.four-tier .back-top img {
	display: block;
	width: 80px;
	height: 80px;
}
/*页脚*/

.footer {
	min-height: 300px;
	min-width: 1000px;
	margin-top: 80px;
	z-index: -1;
	overflow: hidden;
	background: #0060aa;
}
.footer .top {
	height: 111px;
	border-bottom: 1px solid #0060aa;
	font-size: 18px;
	line-height: 150px;
	color: #fff;
	text-align: center;
}
.footer .top span {
	font-size: 30px;
	vertical-align: -5px;
}
.footer .content {
	width: 1120px;
	height: 256px;
	margin: 0 auto;
	overflow: hidden;
}
.footer .content ul {
	overflow: hidden;
	padding-top: 40px;
	float: left;
}
.footer .content li {
	padding-right: 30px;
	float: left;
}
.footer .content li h5 {
	font-size: 14px;
	color: #d8d8d8;
	margin-bottom: 40px;
	line-height: 18px;
}
.footer .content li a {
	display: block;
	font-size: 12px;
	line-height: 24px;
	color: #aaa;
	height: 24px;
	overflow: hidden;
}
.footer .bottom {
	height: 45px;
	background-color: #0060aa;
	border-top: 1px solid #0f3c73;
}
.footer .icons {
	width: 117px;
	margin: 0 auto;
	height: 31px;
	padding: 19px 0;
	overflow: hidden;
}
.footer .icons a {
	float: left;
	margin: 0 4px;
}
.footer .bottom .Record-varchar {
	text-align: center;
	font-size: 12px;
	color: #999;
	line-height: 18px;
}
.footer .Record-varchar span {
	margin-left: 18px;
}
.footer .website-information {
	text-align: center;
	font-size: 12px;
	color: #999;
	line-height: 18px;
}
.index-footer {
	margin-top: 0;
}
/*首页点击移动页面浮动按钮*/

.move-page {
	position: fixed;
	right: 20px;
	top: 50%;
	margin-top: -110px;
	width: 37px;
	height: 173px;
	/* background: url(../images/TZBg.png) no-repeat; */
	padding: 10px 0;
	z-index: 999;
}
.move-page .homeBtn {
	display: block;
	width: 36px;
	height: 26px;
	margin: 2px 0;
	cursor: pointer;
}
.move-page ul {
}
.move-page li {
	width: 37px;
	height: 31px;
	margin: 3px 0;
	cursor: pointer;
}
.move-page .weiboBtn {
	display: block;
	width: 37px;
	height: 26px;
	margin-top: 26px;
}
.nqhbodymovebtn {
	cursor: pointer;
}
/*内页页面头部导航和左侧导航样式*/

.inside-header {
	width: 1000px;
	height: 48px;
	margin: 0 auto;
	padding-top: 34px;
	position: relative;
	margin-bottom: 25px;
}
.inside-header .logo {
	float: left;
}
.inside-header .logo img {
	display: block;
	height: 48px;
}
.inside-header .nav {
	float: left;
	margin: 0 -10px 0 30px;
}
.inside-header .nav a {
	line-height: 48px;
	margin-right: 18px;
	color: #626765;
}
.inside-header .nav .active {
	color: #ed5d22;
}
.inside-header .seek {
	position: absolute;
	top: 20px;
	right: 186px;
	padding-left: 29px;
	display: inline-block;
	overflow: hidden;
}
.inside-header .import {
	border: none;
	line-height: 48px;
	height: 48px;
	font-size: 15px;
	color: #666666;
	background: url(../images/importBg.png) no-repeat;
	width: 0;
	margin-right: -29px;
	float: left;
	border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
}
.inside-header .seek-btn {
	background: none;
	border: none;
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url(../images/btnBg.png) no-repeat;
	margin-left: 6px;
	cursor: pointer;
}
.inside-header .tel {
	float: right;
	width: 48px;
	height: 48px;
	margin-left: 8px;
}
.inside-banner {
	height: 360px;
	min-width: 1100px;
	overflow: hidden;
}
.languagelink {
	float: right;
	width: 48px;
	height: 48px;
	margin-left: 8px;
}
.languagelink img {
	display: block;
	width: 48px;
	height: 48px;
}
.inside-main {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 38px;
}
.inside-main-title {
	height: 76px;
	background-color: #f2f2f2;
	overflow: hidden;
}
.inside-main-title h3 {
	float: left;
	/* background: url(../images/insideNavBg.jpg) no-repeat; */
	width: 260px;
	height: 76px;
	line-height: 76px;
	padding-left: 16px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.inside-left {
	float: left;
	width: 260px;
}
.inside-right {
	float: right;
	width: 710px;
	padding: 25px 0 25px 28px;
	overflow: hidden;
	background: #FFF;
}
.inside-nav {
	padding: 10px 10px 50px;
	background: #FFF;
}
.inside-nav a {
	display: block;
	/* background: url(../images/NavSmallIcon_gay.png) no-repeat right center; */
	height: 48px;
	border-bottom: 1px solid #bbb;
	line-height: 48px;
	font-size: 14px;
	color: #4c4c4c;
	text-indent: 10px;
}
.inside-nav span {
	display: block;
	/* background: url(../images/NavSmallIcon_gay.png) no-repeat right center; */
	height: 48px;
	border-bottom: 1px solid #bbb;
	line-height: 48px;
	font-size: 14px;
	color: #4c4c4c;
	text-indent: 10px;
	font-weight: bold;
}
.inside-nav a:hover {
	/* background: url(../images/NavSmallIcon_orange.png) no-repeat right center; */
	color: #154981;
}
.inside-nav .active {
	/* background: url(../images/NavSmallIcon_orange.png) no-repeat right center; */
	color: #154981;
}
.inside-aboutUs, .inside-Service {
	display: block;
	width: 184px;
	height: 80px;
	padding: 20px 0 0 76px;
	position: relative;
	margin-top: 30px;
}
.inside-aboutUs {
	/* background: url(../images/ContactUsBg.jpg) no-repeat; */
}
.inside-Service {
	/* background: url(../images/ServiceBg.jpg) no-repeat; */
}
.inside-aboutUs img {
	position: absolute;
	left: 23px;
	top: 25px;
}
.inside-Service img {
	position: absolute;
	left: 16px;
	top: 27px;
}
.inside-aboutUs h3, .inside-Service h3 {
	font-size: 26px;
	color: #fff;
	line-height: 36px;
}
.inside-aboutUs span, .inside-Service span {
	font-size: 16px;
	color: #fff;
}
.crumbs {
	height: 76px;
	background-color: #f2f2f2;
	overflow: hidden;
}
.crumbs-name {
	line-height: 76px;
	padding: 0 18px 0 25px;
	float: right;
	position: relative;
}
.crumbs-name img {
	position: absolute;
	left: 0;
	top: 27px;
}
.crumbs-name span {
	color: #ed5e22;
}
/*公司简介内容主体样式*/

.intro-top {
	height: 211px;
	padding: 0 20px 0 0;
	overflow: hidden;
}
.intro-top .left {
	float: left;
	/* background: url(../images/introTopBg.png) no-repeat; */
	width: 443px;
	height: 152px;
	padding-left: 5px;
	font-size: 30px;
	color: #ed5e22;
	line-height: 40px;
	margin-top: 14px;
}
.intro-top .left span {
	display: block;
	line-height: 50px;
	font-size: 24px;
	color: #4c4c4c;
	margin: 0 0 10px 67px;
}
.intro-top img {
	float: right;
}
.intro-bottom {
	margin-top: 50px;
	font-size: 14px;
	line-height: 24px;
}
.intro-bottom img {
	display: block;
	margin: 30px auto;
}
/*康振文化内容主体样式*/

.culture-main {
	padding-bottom: 26px;
}
.culture-top {
	display: block;
	width: 710px;
	/* background: url(../images/cultureTopImgBg.png) no-repeat; */
	height: 246px;
	padding: 23px 0;
	overflow: hidden;
}
.culture-top img {
	display: block;
	height: 246px;
	margin: 0 auto;
}
.culture-bottom {
	margin: 41px 0;
}
.culture-bottom li {
	border: 1px solid #e8e8e8;
	margin-bottom: 14px;
}
.culture-bottom img {
	display: block;
	margin: 22px auto 0 auto;
}
.culture-bottom h3 {
	line-height: 56px;
	font-size: 18px;
	color: #ed5e22;
	text-align: center;
}
.culture-bottom span {
	display: block;
	font-size: 14px;
	color: #545454;
	text-align: center;
	margin-bottom: 28px;
}
/*康振精神内容主体样式*/

.spirit-main {
	padding-bottom: 26px;
}
.spirit-top {
	display: block;
	width: 710px;
	margin-bottom: 53px;
}
.spirit-bottom li {
	overflow: hidden;
	margin-bottom: 24px;
	zoom: 1;
	clear: both;
}
.spirit-bottom .left-img {
	float: left
}
.spirit-bottom .right-img {
	float: right;
}
.spirit-bottom .right {
	float: right;
	width: 526px;
	margin-top: 20px;
}
.spirit-bottom .left {
	float: left;
	width: 526px;
	margin-top: 20px;
}
.spirit-bottom h3 {
	/* background: url(../images/gayLineBg.png) repeat-x center; */
	height: 40px;
	overflow: hidden;
}
.spirit-bottom h3 span {
	line-height: 40px;
	padding-right: 18px;
	background-color: #fff;
	font-size: 28px;
	color: #d7261d;
	font-family: '华文细黑';
	display: inline;
}
.spirit-bottom span {
	display: block;
	font-size: 16px;
	color: #313131;
	line-height: 28px;
}
.spirit-bottom p {
	font-size: 13px;
	color: #666;
	line-height: 21px;
}
.spirit-bottom .left h3 span {
	padding: 0 0 0 18px;
	background-color: #fff;
	font-size: 28px;
	color: #d7261d;
	float: right;
}
.spirit-bottom .left span {
	text-align: right;
}
.spirit-bottom .left p {
	text-align: right;
}
/*康振荣誉内容主体样式*/

.honor-main {
	min-height: 500px;
}
.honor-image {
	position: relative;
	width: 710px;
	overflow: hidden;
	padding-bottom: 30px;
	/* background: url(../images/honorMainBg.png) no-repeat center bottom; */
}
.honor-image .image-show {
	display: block;
	width: 488px;
	margin: 0 auto;
}
.honor-image .leftBtn, .honor-image .rightBtn {
	position: absolute;
	top: 50%;
	margin-top: -9px;
	cursor: pointer;
	display: block;
	width: 48px;
	height: 48px;
}
.honor-image .leftBtn {
	left: 0;
	/* background: url(../images/honorGayLeftbtn.jpg) no-repeat; */
}
.honor-image .leftAlso {
	/* background: url(../images/honorOrangeLeftbtn.jpg) no-repeat; */
}
.honor-image .rightBtn {
	right: 0;
	/* background: url(../images/honorGayRightbtn.jpg) no-repeat; */
}
.honor-image .rightAlso {
	/* background: url(../images/honorOrangeRightbtn.jpg) no-repeat; */
}
.honor-images-list {
	width: 640px;
	height: 90px;
	margin: 20px auto;
	overflow: hidden;
	position: relative;
}
.honor-images-list ul {
	height: 90px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.honor-images-list li {
	float: left;
	height: 88px;
	width: 118px;
	border: 1px solid #bfbfbf;
	margin-right: 10px;
}
.honor-images-list .active {
	border: 1px solid #ed5e22;
}
.honor-images-list li img {
	max-height: 88px;
	max-width: 118px;
	display: block;
	margin: 0 auto;
	_width: 118px;
	_height: 88px;
}
/*联系康振内容主体样式*/

.contact-main h3 {
	font-size: 24px;
	line-height: 24px;
	color: #333;
	margin-bottom: 20px;
}
.contact-main li {
	font-size: 14px;
	line-height: 26px;
	color: #666;
}
/*.contact-main img{width:710px;margin-top:40px;}*/



/*公司新闻内容主体样式*/

.news-main {
	padding-top: 10px;
}
.news-main-top {
	width: 710px;
	height: 188px;
	overflow: hidden;
	margin-bottom: 40px;
}
.news-main-top img {
	float: left;
}
.news-main-top .right {
	float: right;
	width: 420px;
	margin-right: 15px;
}
.news-main-top h3 {
	font-size: 18px;
	line-height: 18px;
	color: #f07b22;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-main-top span {
	font-size: 14px;
	color: #999;
	line-height: 40px;
}
.news-main-top p {
	margin-bottom: 10px;
	height: 96px;
	overflow: hidden;
	font-size: 13px;
	color: #4c4c4c;
	line-height: 24px;
}
.news-main-top a {
	display: block;
	color: #ed5e22;
	font-size: 13px;
	margin-top: 15px;
}
.news-list {
	width: 700px;
}
.news-list li {
	/* background: url(../images/newsListBg.png) no-repeat left center; */
	padding-left: 24px;
	height: 59px;
	line-height: 59px;
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden;
}
.news-list li a {
	color: #4c4c4c;
	font-size: 14px;
	float: left;
	width: 560px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-list li span {
	float: right;
	font-size: 12px;
	color: #999999;
}
/*全网站共用*/

.page-turning {
	height: 37px;
	overflow: hidden;
	margin: 30px auto;
	width: auto;
}
.page-turning a {
	float: left;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-right: 15px;
	color: #9e9e9e;
	border: 1px #bbb solid;
	color: #878787;
}
.page-turning span {
	float: left;
	margin: 0 5px 0 14px;
	line-height: 37px;
	color: #bbb;
}
.page-turning input {
	float: left;
	width: 40px;
	height: 35px;
	text-align: center;
	border: 1px #bbb solid;
	color: #878787;
}
.page-turning button {
	float: left;
	width: 37px;
	height: 37px;
	border: 1px #bbb solid;
	text-align: center;
	color: #878787;
	margin-left: 5px;
}
.page-turning .active {
	background-color: #fe6808;
	color: #fff;
	border: 1px solid #fe6808;
}
.page-turning .apostrophe {
	border: none;
	height: 37px;
	width: 16px;
}
/*产品中心内容主体样式*/

.product-list {
	width: 710px;
	overflow: hidden;
}
.product-list ul {
	width: 724px;
	overflow: hidden;
}
.product-list li {
	width: 326px;
	height: 311px;
	padding: 11px;
	float: left;
	margin: 0 14px 14px 0;
	background-color: #e9e9e9;
}
.product-list li img {
	display: block;
	width: 326px;
	height: 183px;
	margin-bottom: 20px;
}
.product-list li span {
	display: block;
	width: 194px;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #555555;
	margin: 0 auto;
}
.product-list li a.lookBtn {
	display: block;
	width: 130px;
	height: 34px;
	padding: 0;
	margin: 14px auto;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 34px;
	background-color: #ed5e22;
}
.product-list .hover {
	background-color: #ed5e22;
}
.product-list .hover span {
	color: #fff;
}
.product-list .hover a {
	color: #ed5e22;
	background-color: #e9e9e9;
}
.product-list .hover a.lookBtn {
	background-color: #fff;
	color: #ed5e22
}
.product-news {
	width: 710px;
}
.news-list-title {
	height: 41px;
	overflow: hidden;
	border-bottom: 2px solid #cacaca;
	background-color: #eeeeee;
	padding: 0 12px;
}
.news-list-title h4 {
	float: left;
	line-height: 41px;
	font-size: 16px;
	color: #666666;
}
.news-list-title a {
	float: right;
	line-height: 41px;
	font-size: 14px;
	color: #999999;
}
/*产品特色内容主体样式*/

.product-presentation {
	clear: both;
	position: relative;
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px;
}
.product-presentation .left {
	float: right;
	width: 346px;
	margin-right: 33px;
}
.product-presentation .left h3 {
	font-size: 21px;
	line-height: 21px;
	color: #ed5e22;
	font-weight: bold;
}
.product-presentation .left p {
	font-size: 12px;
	line-height: 24px;
	color: #666;
	margin: 20px 0;
}
.product-presentation .left li {
	/* background: url(../images/orangeSquare.png) no-repeat left center; */
	padding-left: 20px;
	font-size: 13px;
	color: #666;
	line-height: 24px;
	display: none;
}
.product-presentation .insidePPright {
	float: left;
	width: 305px;
	position: relative;
}
.insidePPright img {
	display: block;
	width: 305px;
	height: 204px;
}
.share {
	height: 24px;
	overflow: hidden;
	margin-top: 18px;
	zoom: 1;
	clear: both;
	text-align: right
}
.share-list {
	float: right;
}
.share-list a {
	margin-left: 8px;
}
.share span {
	float: right;
	line-height: 24px;
}
.product-detailedness-title {
	height: 42px;
	background-color: #ffa57f;
	overflow: hidden;
	margin-top: 18px;
}
.product-detailedness-title span {
	float: left;
	height: 42px;
	line-height: 42px;
	padding: 0 30px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.product-detailedness-title .active {
	background-color: #ed5e22;
}
.product-feature {
	margin-top: 30px;
}
.product-feature li {
	/* background: url(../images/orangeRoundness.png) no-repeat left 9px; */
	line-height: 26px;
	font-size: 12px;
	color: #666;
	padding-left: 20px;
}
.product-feature img {
	display: block;
	width: 710px;
	margin: 20px 0;
}
.product-detailedness .return {
	display: block;
	width: 100px;
	height: 32px;
	line-height: 28px;
	background-color: #ed5d22;
	color: #fff;
	font-size: 18px;
	margin: 30px 0 10px 0;
	text-align: center;
	cursor: pointer;
	font-family: "Microsoft YaHei UI";
}
.product-detailedness .last {
	display: block;
	margin: 20px 0;
	font-size: 13px;
	color: #4c4c4c;
}
.product-detailedness .next {
	display: block;
	font-size: 13px;
	color: #4c4c4c;
}
div.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
	height: 200px;
	background: #ffffff;
	border: 1px solid #ccc;
	display: none;
	text-align: center;
	overflow: hidden;
}
div.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}
/*技术参数内容主体样式*/

.product-parameter {
	margin-top: 16px;
	width: 710px;
	padding: 0;
	background-color: #f0f0f0;
}
.product-parameter td {
	background-color: #fff;
	height: 39px;
	width: 50%;
	text-indent: 20px;
	margin: 0;
}
/*相关视频内容主体样式*//*视频中心页面调用*/

.product-video-list {
	width: 756px;
	overflow: hidden;
	margin-top: 27px;
}
.product-video-list li {
	float: left;
	width: 334px;
	height: 337px;
	border: 1px solid #dadada;
	margin: 0 38px 38px 0;
	position: relative;
	cursor: pointer;
}
.product-video-list .hover {
	border: 1px solid #ed5e22;
}
.product-video-list .hover h4 {
	color: #ed5e22;
}
.product-video-list img {
	display: block;
	width: 334px;
	height: 250px;
	border-bottom: 1px solid #dadada;
}
.product-video-list h4 {
	font-size: 18px;
	color: #494949;
	line-height: 27px;
	text-align: center;
	width: 300px;
	height: 54px;
	overflow: hidden;
	margin: 12px auto;
}
.product-video-list a {
	display: block;
	width: 334px;
	height: 337px;
	/* background: url(../images/videoIcon.png) no-repeat center 92px; */
	position: absolute;
	left: 0;
	top: 0;
}
/*相关案例内容主体样式*/

.product-case {
	margin-top: 10px;
}
.product-case li {
	width: 710px;
	height: 180px;
	overflow: hidden;
	padding-bottom: 25px;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 25px;
}
.product-case img {
	float: left;
	width: 270px;
	height: 180px;
}
.product-case .right {
	float: right;
	width: 410px;
	margin-right: 15px;
}
.product-case h3 {
	font-size: 16px;
	max-height: 40px;
	line-height: 20px;
	color: #f07b22;
	overflow: hidden;
}
.product-case p {
	margin-bottom: 10px;
	height: 66px;
	overflow: hidden;
	font-size: 13px;
	color: #4c4c4c;
	line-height: 22px;
	margin-top: 30px;
}
.product-case a {
	display: block;
	color: #ed5e22;
	font-size: 13px;
	margin-top: 24px;
}
/*下载中心内容主体样式*/

.download-list {
	width: 710px;
	overflow: hidden;
}
.download-list ul {
	width: 724px;
	overflow: hidden;
}
.download-list li {
	width: 227px;
	height: 270px;
	float: left;
	margin: 0 14px 14px 0;
	background-color: #e9e9e9;
	border-bottom: 3px solid #c8c8c8;
}
.download-list li img {
	display: block;
	width: 215px;
	height: 160px;
	margin: 5px auto;
}
.download-list li span {
	display: block;
	width: 194px;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #555555;
	margin: 0 auto;
}
.download-list li a {
	display: block;
	width: 116px;
	height: 32px;
	line-height: 30px;
	/* background: url(../images/downloadBtnBg.png) no-repeat; */
	padding: 0;
	margin: 14px auto;
	font-size: 14px;
	color: #fff;
	text-indent: 28px;
}
.recommend-title {
	height: 41px;
	overflow: hidden;
	border-bottom: 2px solid #cacaca;
	background-color: #eeeeee;
	padding: 0 12px;
	margin-bottom: 30px;
}
.recommend-title h4 {
	float: left;
	line-height: 41px;
	font-size: 16px;
	color: #666666;
}
.recommend-title a {
	float: right;
	line-height: 41px;
	font-size: 14px;
	color: #999999;
}
.recommend {
}
/*视频中心内容主体样式*/

.pop-up-window {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	background: rgba(0,0,0, 0.6)!important;
	filter: Alpha(opacity=60);
	background: #000;
	display: none;
}
.window-main {
	position: relative;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	width: 650px;
	height: 640px;
	background-color: #fff;
	left: 50%;
	margin-left: -352px;
	padding: 0 27px;
	position: relative;
}
.window-main h3 {
	font-size: 16px;
	color: #ed5d22;
	font-weight: bold;
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}
.window-main .video-position {
	width: 650px;
	height: 426px;
}
.window-main .video-position img {
	display: block;
}
.window-main h4 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	line-height: 50px;
	margin-top: 10px;
}
.window-main p {
	color: #444;
	font-size: 13px;
	line-height: 28px;
	padding-bottom: 5px;
}
.window-main .closeBtn {
	position: absolute;
	left: 670px;
	top: 10px;
	display: block;
	/* background: url(../images/closeBtn.png) no-repeat; */
	width: 23px;
	height: 23px;
	cursor: pointer;
}
.window-main .window-content {
	width: 100%;
	height: 70px;
	overflow: auto;
}
/*成功案例内容主体样式*/

.successful-case-main {
	overflow: hidden;
}
.successful-case-list ul {
	width: 721px;
	overflow: hidden;
}
.successful-case-list li {
	float: left;
	width: 227px;
	margin: 0 11px 11px 0;
	position: relative;
	overflow: hidden;
}
.successful-case-list li img {
	display: block;
	width: 227px;
	height: 169px;
	border-bottom: 1px solid #dfdfdf;
}
.successful-case-list li h4 {
	font-size: 14px;
	color: #000;
	line-height: 21px;
	width: 206px;
	max-height: 42px;
	overflow: hidden;
	margin: 6px auto;
	padding: 4px 0;
}
.successful-case-list li a:hover h4 {
	color: #ed5e22;
}
.successful-case-list li p {
	font-size: 12px;
	line-height: 22px;
	color: #999;
	max-height: 88px;
	overflow: hidden;
	width: 206px;
	margin: 0 auto;
}
.successful-case-list li a {
	width: 227px;
	height: 169px;
	line-height: 196px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	position: relative;
}
.successful-case-list .hover a {
	display: block;
}
/*成功案例内容主体样式*/

.details-top {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 20px;
}
.details-top h2 {
	font-size: 20px;
	color: #444;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
}
.details-top .message {
	width: 250px;
	height: 30px;
	margin: 30px auto 0 auto;
	overflow: hidden;
	line-height: 30px;
	font-size: 13px;
	color: #666;
	text-align: center;
}
.details-top .source {
	float: left;
}
.details-top .time {
	float: right;
}
.details-bottom {
	margin-top: 36px;
	line-height: 24px;
	font-size: 14px;
}
.details-bottom img {
	display: block;
	margin: 0 auto;
}
.successful-details-main .main-body {
	padding-bottom: 20px;
	border-bottom: 1px solid #dbdbdb;
}
.successful-details-main .return {
	display: block;
	width: 100px;
	height: 32px;
	line-height: 32px;
	background-color: #ed5d22;
	color: #fff;
	font-size: 18px;
	margin: 60px 0 10px 0;
	cursor: pointer;
	font-family: "Microsoft YaHei UI";
}
.successful-details-main .last {
	display: inline-block;
	margin: 10px 0;
	font-size: 13px;
	color: #4c4c4c;
	float: left;
}
.successful-details-main .next {
	display: inline-block;
	font-size: 13px;
	color: #4c4c4c;
	float: right;
	margin: 10px 20px 10px 0;
}
/*诚聘英才内容主体样式*/

.recruit-main ul {
	padding-left: 10px;
}
.recruit-main-title {
	height: 18px;
	padding-bottom: 21px;
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden;
}
.recruit-main-title h3 {
	font-size: 18px;
	color: #ed5e22;
	height: 18px;
	float: left;
}
.recruit-main-title span {
	float: right;
	margin-right: 18px;
	width: 19px;
	height: 13px;
	/* background: url(../images/upBtn.jpg) no-repeat; */
	cursor: pointer;
}
.position-list {
	border-bottom: 1px solid #e8e8e8;
}
.position-title {
	overflow: hidden;
	zoom: 1;
	cursor: pointer;
}
.position-title h4 {
	float: left;
	/* background: url(../images/gayDot.png) no-repeat left center; */
	padding-left: 16px;
	line-height: 66px;
}
.position-title span {
	float: right;
	margin-right: 18px;
	width: 19px;
	height: 66px;
	/* background: url(../images/downBtn.jpg) no-repeat center center; */
}
.position-condition {
	padding-left: 38px;
	display: none;
}
.condition-list h5 {
	line-height: 78px;
	color: #4c4c4c;
	font-size: 14px;
	font-weight: bold;
}
.condition-list li {
	line-height: 24px;
	color: #4c4c4c;
}
.condition-list li span {
	display: inline-block;
	width: 13px;
	line-height: 24px;
	/* background: url(../images/numberBg.png) no-repeat left center; */
	text-align: center;
	font-size: 10px;
	margin-right: 16px;
}
.position-condition input {
	font-size: 16px;
	color: #fff;
	line-height: 38px;
	padding: 0 14px;
	background-color: #ed5d22;
	margin: 40px 0;
}
.position-active .position-title h4 {
	/* background: url(../images/orangeDot.png) no-repeat left center; */
	color: #ed5e22;
}
.position-active .position-title span {
	/* background: url(../images/upBtn.jpg) no-repeat center center; */
}
.position-active .position-condition {
	display: block;
}
/*合作伙伴内容主体样式*/

.partner-main table {
	border-collapse: collapse;
	border-left: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
}
.partner-main td {
	width: 235px;
	height: 105px;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 15px;
}
.partner-main td img {
	display: block;
	max-width: 235px;
	max-height: 80px;
	_width: 190px;
	margin: 0 auto;
}
/*常见问题内容主体样式*/

.question-main li {
	border-left: 4px solid #ed5d22;
	padding: 26px 16px;
	background-color: #f2f2f2;
	margin-bottom: 8px;
}
.question-main li h3 {
	padding-left: 60px;/*background:url(../images/questionBgQ.jpg) no-repeat left;height:56px;*/
	line-height: 50px;
	font-size: 18px;
	color: #ed5d22;
}
.question-main li p {
	padding-left: 60px;/*background:url(../images/questionBgA.jpg) no-repeat left top;*/
	line-height: 24px;
	height: 48px;
	font-size: 13px;
	color: #4c4c4c;
	overflow: hidden;
}
.question-main .active p {
	height: auto;
}
.question-main li input {
	margin: 20px 0 10px 56px;
	background: none;
	border: none;
	color: #ed5d22;
	font-size: 13px;
	cursor: pointer;
}
/*20150711*/

.four-tier-content .right p {
	height: 32px;
}
.four-tier-content .right p a {
	font-size: 12px;
	line-height: 16px;
	color: #666;
	display: block;
	height: 32px;
	overflow: hidden;
	white-space: normal;
}
/*20150804添加*/

.UsContactWay {
	padding-top: 20px;
	background-color: #f2f2f2;
}
.UsContactWay dl {
	overflow: hidden;
	zoom: 1;
	padding: 4px 10px;
}
.UsContactWay dt {
	float: left;
	font-size: 13px;
	color: #666;
	line-height: 20px;
	font-weight: bold;
}
.UsContactWay dd {
	font-size: 12px;
	line-height: 20px;
	color: #666;
}
/*20150818*/

.footer .content li h5 {
	margin-bottom: 16px;
}
.footer .content li {
	height: 204px;
}
/*20150820*/

.section {
	position: relative;
	overflow: hidden;
}
.headerwrap {
	position: absolute;
	top: 0;
	left: 0;
}
/* .indexbanner {
	margin-top: 0;
} */
/*.nqhoneScreen{padding-top:109px;}*/

.nqhtwoScreen {
	background:url(../images/boxBg.png) repeat;
	background-size: cover;
}
.nqhfourScreen {
	background:url(../images/boxBg.png) repeat;	
	background-size: cover;
}
.nqhfiveScreen {	
	background-size: cover;
}
.section img.top {
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -40px;
	z-index: 99;
	cursor: pointer;
	display: block;
	height: 80px;
}
.section img.bottom {
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -40px;
	z-index: 99;
	cursor: pointer;
	display: block;
	height: 80px;
}
.section img.back-bottom {
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -40px;
	z-index: 99;
	cursor: pointer;
	display: block;
	height: 80px;
}
.indexFooter {
	margin-top: 0;
}
.back-top {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: -40px;
	z-index: 99;
	cursor: pointer;
	display: block;
	height: 80px;
	width: 80px;
}
.back-top img {
	display: block;
	width: 80px;
	height: 80px;
}
/*20150929*/

.nqhoneScreen .headerwrap {
	padding-bottom: 31px;
}
/*20151014*/

.client-case ul li {
	overflow: hidden;
	zoom: 1;
	background: none;
	padding: 0;
	border: 1px solid #e8e8e8;
	border-top: none;
}
.client-case ul li span {
	float: left;
	width: 30px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 25px;
	margin: 17px 15px 0 15px;
	background-color: #ed5e22;
}
.client-case ul li a {
	float: left;
	padding: 0 18px;
	width: 280px;
	height: 59px;
	overflow: hidden;
	border-left: 1px solid #e8e8e8;
}
/*20151110 nqh*/

.inside-banner {
	position: relative;
	width: 100%;
}
.inside-banner img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	height: 360px;
}
/*20161117 links*/

.bottom-links {
	width: 880px;
	margin: 0 auto;
	border-bottom: 1px dotted #333;
}
.bottom-links li {
	display: inline-block;
	margin: 0;
	line-height: 40px;
}
.bottom-links li a:link, .bottom-links li a:visited {
	color: #aaa;
}
.bottom-links li a:hover, .bottom-links li a:active {
	color: #CC6633;
}
