html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

ul,
li {
	list-style: none;
}

body {
	font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, sans-serif
}

.header {
	background: #2963af;
	height: 78px;
	width: 100%;
}

.head_body {
	width: 1160px;
	height: 78px;
	padding: 0px;
	margin: 0 auto;
	overflow: hidden;
	_zoom: 1;
	position: relative;
}

.header .logo {
	height: 78px;
	width: 275px;
	float: left;
}

.head_r {
	float: right;
	font: 400 12px/52px "微软雅黑";
}

.navbar {
	position: relative;
}

.top-nav {
	float: right;
	z-index: 100;
	height: 78px;
	line-height: 78px;
	width: 730px
}

.top-nav ul {
	width: 1160px;
	margin: 0 auto;
	overflow: hidden;
}

.top-nav ul li {
	float: left;
}

.top-nav ul li a {
	display: block;
	color: #fff;
	margin: 0 5px;
	padding: 0 25px;
	text-decoration: none;
	font-size: 18px;
}

.top-nav ul li a:hover {
	background: #165090;
}

.top-nav ul li.sel {
	background: #033c71;
}

.product_box {
	width: 100%;
	margin-bottom: 00px;
	padding: 40px 0;
	/*background: url(../klb_images/solutions_box.jpg) no-repeat center #f2f2f2;*/
	background: #f2f2f2;
	padding-bottom:0px;
}

.product_box:after {
	clear: both;
	content: '.';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.product_box .title {
	width: 1160px;
	margin: 00px auto 0px;
	text-align: center;
}

.product_box .title h3 {
	font-size: 26px;
	color: #3f76bb;
	font-weight: bold;
	padding-bottom: 25px;
	background: url(../klb_images/index_m_bar.gif) no-repeat bottom center;
}

.product_box .title p {
	font-size: 14px;
	color: #9d9d9d;
	font-weight: normal;
	line-height: 50px;
}

.product_ul {
	width: 1160px;
	margin: 20px auto 0px;
}

.product_ul ul {
	overflow: hidden;
	margin-bottom: 30px;
}

.product_ul li {
	width: 25%;
	text-align: center;
	float: left;
}

.product_ul li .pic {
	margin: 10px auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.product_ul div a {
	display: block;
}

.product_ul div a img {
	padding: 10px;
}

.product_ul h4 a {
	font-size: 16px;
	color: #5b5c5c;
	text-decoration: none;
}

li.pro02 .pic {
	background: #3ca907
}

li.pro03 .pic {
	background: #ff9600
}

li.pro04 .pic {
	background: #ba1b5e
}

li.pro05 .pic {
	background: #259c90
}

li.pro06 .pic {
	background: #d75372
}

li.pro07 .pic {
	background: #3d9cbf
}

li.pro08 .pic {
	background: #96ac4a
}

/*li.pro01 .pic:hover {
	-webkit-box-shadow: 0px 0px 50px 2px rgba(9, 110, 209, .3);
	-moz-box-shadow: 0px 0px 50px 2px rgba(9, 110, 209, .3);
	-o-box-shadow: 0px 0px 50px 2px rgba(9, 110, 209, .3);
	box-shadow: 0px 0px 50px 2px rgba(9, 110, 209, .3);
}*/
.solutions_box {
	width: 100%;
	margin-bottom: 20px;
	padding: 40px 0;
	/*height: 200px;*/
	padding-bottom:0px;
}

.solutions_box:after {
	clear: both;
	content: '.';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.solutions_box .title {
	width: 1160px;
	margin: 0px auto 0px;
	text-align: center;
}

.solutions_box .title h3 {
	font-size: 26px;
	color: #3f76bb;
	font-weight: bold;
	padding-bottom: 25px;
	background: url(../klb_images/index_m_bar.gif) no-repeat bottom center;
}

.solutions_box .title p {
	font-size: 14px;
	color: #9d9d9d;
	font-weight: normal;
	line-height: 50px;
}

.solutions_ul {
	width: 1160px;
	margin: 20px auto 0px;
}

.solutions_ul li {
	width: 20%;
	text-align: center;
	float: left;
}

.solutions_ul li .pic {
	background: #fff;
	margin: 10px 5px;
	padding: 10px 0 20px 0;
	border: #ff8933 1px solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.solutions_ul .pic span {
	display: block;
	background: #f7f7f7;
	width: 94px;
	height: 94px;
	margin: 16px auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.solutions_ul div a {
	display: block;
}

.solutions_ul div a img {
	padding-top: 21px;
}

.solutions_ul h4 a {
	font-size: 16px;
	color: #5b5c5c;
	text-decoration: none;
	line-height: 30px;
}

.case_box {
	width: 100%;
	margin-bottom: -20px;
	padding: 40px 0;
}

.case_box:after {
	clear: both;
	content: '.';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.case_box .title {
	width: 1160px;
	margin: 00px auto 0px;
	text-align: center;
}

.case_box .title h3 {
	font-size: 26px;
	color: #3f76bb;
	font-weight: bold;
	padding-bottom: 25px;
	background: url(../klb_images/index_m_bar.gif) no-repeat bottom center;
}

.case_box .title p {
	font-size: 14px;
	color: #9d9d9d;
	font-weight: normal;
	line-height: 50px;
}

.case_ul {
	width: 1160px;
	margin: 20px auto 0px;
}

.case_ul li {
	width: 25%;
	text-align: center;
	float: left;
	height: 250px;
}

.case_ul .pic {
	width: 282px;
	height: 181px;
	overflow: hidden;
}

.case_ul .pic a img {
	-webkit-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	transition: all 1s ease 0s;
}

.case_ul .pic a:hover img {
	transform: scale(1.1);
}

.case_ul h4 {
	padding: 15px 0
}

.case_ul h4 a {
	font-size: 14px;
	color: #454545;
	text-decoration: none;
}

.consumer_box {
	width: 100%;
	margin-bottom: 20px;
	padding: 40px 0;
	background: #e1fbfb;
}

.consumer_box:after {
	clear: both;
	content: '.';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.consumer_box .title {
	width: 1160px;
	margin: 00px auto 0px;
	text-align: center;
}

.consumer_box .title h3 {
	font-size: 26px;
	color: #3f76bb;
	font-weight: bold;
	padding-bottom: 25px;
	background: url(../klb_images/index_m_bar.gif) no-repeat bottom center;
}

.consumer_box .title p {
	font-size: 14px;
	color: #9d9d9d;
	font-weight: normal;
	line-height: 50px;
}

.consumer_ul {
	width: 1160px;
	margin: 20px auto 0px;
}

.consumer_ul li {
	width: 16.6666%;
	text-align: center;
	float: left;
}

.consumer_ul .pic {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: #e5e5e5 1px solid;
	padding: 2px;
	margin: 10px;
	background: #fff;
	overflow: hidden;
}

.consumer_ul .pic {
	-webkit-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	transition: all 1s ease 0s;
}

.consumer_ul .pic:hover {
	transform: scale(0.9);
}

.consumer_ul h4 {
	padding: 15px 0
}

.consumer_ul h4 a {
	font-size: 14px;
	color: #454545;
	text-decoration: none;
}

dd {
	list-style: none outside;
	padding: 0;
	margin: 0
}

dl {
	margin: 0
}

.sibebox {
	overflow: hidden;
}

.sibebox .navs {
	text-align: center;
}

.sibebox .navs dl {
	position: relative;
}

.sibebox .navs dd {
	display: inline-block;
	padding: 30px 0 10px 0;
	overflow: hidden
}

.sibebox .navs dd a {
	line-height: 30px;
	height: 30px;
	width: 88px;
	margin: 0px 5px;
	font-size: 16px;
	outline: none;
	display: inline-block;
	text-align: center;
	color: #9d9d9d;
	text-decoration: none;
	-webkit-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	transition: all .5s ease 0s;
}

.sibebox .navs dd.sel a {
	color: #fff;
	background-color: #2963af;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.sibebox .content .within {
	display: none;
	clear: both;
}

.contact_box {
	width: 100%;
	margin-bottom: 20px;
	padding: 20px 0;
	height: 335px;
	background: url(../klb_images/solutions_box.jpg) no-repeat center #f2f2f2;
}

.contact_box:after {
	clear: both;
	content: '.';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.contact_box .title {
	width: 1160px;
	margin: 0px auto 0px;
	text-align: center;
}

.contact_box .title h3 {
	font-size: 26px;
	color: #3f76bb;
	font-weight: bold;
	padding-bottom: 25px;
	background: url(../klb_images/index_m_bar.gif) no-repeat bottom center;
}

.contact_box .title p {
	font-size: 14px;
	color: #9d9d9d;
	font-weight: normal;
	line-height: 50px;
}

.contact_ul {
	width: 1160px;
	margin: 20px auto 0px;
}

.contact_ul li {
	width: 33.3333%;
	text-align: center;
	float: left;
}

.contact_ul li .pic {
	height: 50px;
}

.contact_ul h4 {
	padding: 15px 0;
	width: 68%;
	margin: 0 auto;
	font-size: 18px;
	color: #6e6e6e;
	line-height: 30px;
}

.contact_ul h4 a {
	font-size: 18px;
	color: #6e6e6e;
	text-decoration: underline;
}

.mail H4,
.tel H4 {
	line-height: 60PX;
}

.feedback_box {
	width: 100%;
	padding: 20px 0 40px;
	background: url(../klb_images/ly_bg.jpg);
}

.feedback_box:after {
	clear: both;
	content: '.';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.feedback_box .title {
	width: 1160px;
	margin: 00px auto 0px;
	text-align: center;
}

.feedback_box .title h3 {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 25px;
}

.feedback_ul {
	width: 1160px;
	margin: 20px auto 0px;
}

.feedback_ul li {
	width: 70%;
	margin: 0px auto;
	padding: 13px 0;
	overflow: hidden
}

.feedback_ul li input,
.feedback_ul li textarea {
	background: #fff;
	border: #c03a32 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	height: 47px;
	line-height: 47px;
	padding: 0 15px;
	font-size: 16px;
	font-family: "微软雅黑", Arial;
}

.fee_name {
	width: 45%;
	float: left;
}

.fee_email {
	width: 45%;
	float: right;
}

.feedback_ul .fee_con {
	width: 100%;
	height: 126px;
}

.feedback_ul .fee_btn {
	background: #4a1714;
	border: #360705 1px solid;
	color: #fff;
	font-size: 16px;
	font-family: "微软雅黑", Arial;
	cursor: pointer;
	width: 154px;
	margin: 0 auto;
	display: block;
	-webkit-box-shadow: 0px 3px 5px 2px rgba(50, 158, 17, .3);
	-moz-box-shadow: 0px 3px 5px 2px rgba(50, 158, 17, .3);
	-o-box-shadow: 0px 3px 5px 2px rgba(50, 158, 17, .3);
	box-shadow: 0px 0px 15px 2px rgba(54, 0, 0, .4);
	-webkit-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	transition: all .5s ease 0s;
}

.feedback_ul .fee_btn:hover {
	transform: scale(1.05);
}

.footer {
	background: url(../klb_images/footer_bg.jpg) center;
	width: 100%;
	padding: 20px 0;
	height: 247px;
}

.foot-main {
	width: 1160px;
	margin: 0 auto;
	color: #fff;
	overflow: hidden;
}

.foot-main ul {
	float: left;
}

.foot_link {}

.foot_link li {
	float: left;
	padding-right: 90px;
	margin-top: 15px;
}

.foot_link li.li1,
.foot_link li li2 {
	width: 150px;
}

.foot_link li.li3 {
	width: 400px;
	padding-right: 0px;
}

.foot_link li h2 {
	font-size: 18px;
	width: 150px;
	border-bottom: #6f6f6f 1px solid;
	line-height: 70px;
	margin-bottom: 10px;
}

.foot_link li a,
.foot_link li span {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	display: block;
	line-height: 40px;
}

.foot_link li a:hover {
	color: #fff;
}

.foot-tel {
	font-size: 28px;
	line-height: 50px;
	padding: 50px 0
}

.foot-tel span {
	display: block;
	float: left;
	background: url(../klb_images/broswer_home.png) no-repeat -150px -60px;
	width: 50px;
	height: 50px;
}

ul.foot-QRcode {
	padding: 27px 0;
	float: right;
	width: 200px;
}

.foot-QRcode h4 {
	float: left;
	font-size: 12px;
	line-height: 95px;
	padding-right: 15px;
	background: url(../klb_images/broswer_home.png) no-repeat -147px 37px
}

.foot-QRcode h4 a {
	color: #fff;
	text-decoration: none;
}

.foot-QRcode span {
	display: block;
	width: 95px;
	float: right;
	height: 95px;
}

.copyright {
	clear: both;
	overflow: hidden;
	background: #1a1a1a;
	text-align: center;
	color: #fff;
	padding: 35px 0;
	line-height: 20px;
	font-size: 14px;
}

.sol01 .pic .curr {
	background: #21b99b;
}

.sol02 .pic .curr {
	background: #899b21;
}

.sol03 .pic .curr {
	background: #df1c1c;
}

.sol04 .pic .curr {
	background: #b94589;
}

.sol05 .pic .curr {
	background: #f28d2c;
}

.solutions_ul h4 a:hover {
	color: #0e79cc;
}