

body{
	background: white !important;
}


/*concept style begin*/
nav{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.concept {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.concept_cont {
	position: absolute;
	left: 50%;
	top: 60%;
	margin-left: -248px;
	margin-top: -292px;
	background: url("../images/imgs/dm.png"/*tpa=http://km.cnltjz.com/statics/pc/images/imgs/dm.png*/) no-repeat left top;
	padding-top: 262px;
	z-index: 1;
	height: 292px;
	text-align: center;
	font-size: 18px;
	color: #272936;
}

.logbaner {
	-webkit-animation-name: logo;
	animation-name: logo;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes logo {
	0% {
		opacity: 0;
		margin-top: -340px;
	}
	100% {
		opacity: 1;
		margin-top: -292px;
	}
}

@-moz-keyframes logo {
	0% {
		opacity: 0;
		margin-top: -340px;
	}
	100% {
		opacity: 1;
		margin-top: -292px;
	}
}

.brand_title {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	min-height: 230px;
}



/*arrow style begin*/

.arrow {
	position: absolute;
	left: 50%;
	top: 95%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.arrow-1 {
	-webkit-animation: arrow-movement 2s ease-in-out infinite;
	animation: arrow-movement 2s ease-in-out infinite;
}

.arrow-2 {
	-webkit-animation: arrow-movement 2s 1s ease-in-out infinite;
	animation: arrow-movement 2s 1s ease-in-out infinite;
}

.arrow:before,
.arrow:after {
	background: #272936;
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.arrow:before {
	-webkit-transform: rotate(45deg) translateX(-23%);
	transform: rotate(45deg) translateX(-23%);
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

.arrow:after {
	-webkit-transform: rotate(-45deg) translateX(23%);
	transform: rotate(-45deg) translateX(23%);
	-webkit-transform-origin: top right;
	transform-origin: top right;
}

@-webkit-keyframes arrow-movement {
	0% {
		opacity: 0;
		top: 90%;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes arrow-movement {
	0% {
		opacity: 0;
		top: 90%;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


/*concept style end*/




/*server style begin*/

.server,
.WeChat,
.team {
	width: 100%;
	height: 670px;
	overflow: hidden;
	position: relative;
}

.server_xm {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99;
}


/*server style end*/


.row {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: white;
}

.row-1 {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 480px;
	margin-top: 80px;
}

.row-1 .free_left {
	width: 50%;
	height: 100%;
	background: url("../images/imgs/free_pic01.jpg"/*tpa=http://km.cnltjz.com/statics/pc/images/imgs/free_pic01.jpg*/) no-repeat right top;
	float: left;
}

.row-1 .free_right {
	width: 50%;
	height: 100%;
	float: left;
	background: url("../images/imgs/free_pic02.jpg"/*tpa=http://km.cnltjz.com/statics/pc/images/imgs/free_pic02.jpg*/) no-repeat left top;
}

.row-2 {
	width: 100%;
	height: 540px;
	overflow: hidden;
	position: relative;
}
.row-2 .row_2_l{
	position: relative;
	z-index: 99;
}
.row-2 .free_left {
	width: 50%;
	height: 100%;
	background: url("../images/imgs/free_pic03.jpg"/*tpa=http://km.cnltjz.com/statics/pc/images/imgs/free_pic03.jpg*/) no-repeat right top;
	float: left;
}

.row-2 .free_right {
	width: 50%;
	height: 100%;
	float: left;
	background: url("../images/imgs/free_pic04.jpg"/*tpa=http://km.cnltjz.com/statics/pc/images/imgs/free_pic04.jpg*/) no-repeat left top;
}

.row-3 {
	width: 100%;
	margin: -60px auto 80px auto;
	height: 420px;
	overflow: hidden;
	position: relative;
}

.row-3 .free_mid {
	width: 100%;
	height: 100%;
	background: url("../images/imgs/free_pic05.jpg"/*tpa=http://km.cnltjz.com/statics/pc/images/imgs/free_pic05.jpg*/) no-repeat center top;
}



.row-4 {
	width: 1152px;
	margin: 40px auto 100px auto;
	background: url("../images/imgs/section_2.jpg"/*tpa=http://km.cnltjz.com/statics/pc/images/imgs/section_2.jpg*/) no-repeat center top;
	padding-top: 705px;
}

.slidesBox .bd {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.slidesBox .prev,
.slidesBox .next {
	position: absolute;
	top: 50%;
	background: url("../images/imgs/cooper_btn.jpg"/*tpa=http://km.cnltjz.com/statics/pc/images/imgs/cooper_btn.jpg*/) no-repeat;
	width: 40px;
	height: 80px;
	display: block;
	margin-top: -40px;
}

.slidesBox .prev {
	background-position: left top;
	left: -60px;
}

.slidesBox .next {
	background-position: right top;
	right: -60px;
}



.case_all {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: white;
}

.case {
	width: 1152px;
	margin: 80px auto;
	overflow: hidden;
	height: 650px;
	position: relative;
}

.slideBox .bd {
	width: 768px;
	background: #ccc;
	height: 542px;
	position: absolute;
	left: 0;
	top: 54px;
	z-index: 2;
}

.slideBox .txt {
	width: 576px;
	background: url("../images/imgs/case_title.jpg"/*tpa=http://km.cnltjz.com/statics/pc/images/imgs/case_title.jpg*/) no-repeat left top #e60012;
	height: 650px;
	position: absolute;
	right: 0;
	top: 0;
}

.slideBox .hd {
	margin-top: 250px;
	display: block;
	overflow: hidden;
	padding-left: 234px;
}

.slideBox .hd li {
	display: none;
	font-size: 30px;
	font-weight: bold;
	color: #fdce0c;
}

.slideBox .hd li.on {
	display: block;
}

.slideBox .txt a {
	display: block;
	margin-left: 234px;
	margin-top: 202px;
	border: 1px solid white;
	width: 120px;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	color: white;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	text-align: center;
}

.slideBox .txt a:hover {
	background: white;
	color: #e3161e;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
	position: absolute;
	z-index: 99;
	left: 0;
	top: 50%;
	margin-top: -50px;
	display: block;
	width: 60px;
	height: 100px;
	background: url("../images/imgs/slider-arrow.png"/*tpa=http://km.cnltjz.com/statics/pc/images/imgs/slider-arrow.png*/) 0 0 no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 0;
}

.slideBox .prev {
	background-position: -120px 0;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}

.fs_all {
	width: 100%;
	height: 560px;
	position: relative;
	overflow: hidden;
	margin-bottom: 80px;
}



.fs_mid {
	width: 384px;
	position: absolute;
	left: 50%;
	margin-left: -192px;
	top: 0;
}

.fs {
	height: 140px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.fs .fs_left {
	width: 384px;
	position: absolute;
	left: 50%;
	margin-left: -576px;
	top: 0;
}

.fs .fs_right {
	width: 384px;
	position: absolute;
	right: 50%;
	margin-right: -576px;
	top: 0;
}


/*pro style begin*/

.pro {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 300px;
	background: white;
}

.pro_title,
.server_title {
	width: 100%;
	height: 180px;
	position: relative;
	margin-bottom: 80px;
}

.pro_title .title {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -325px;
}

.pro_row1 {
	width: 100%;
	height: 480px;
	position: relative;
}

.pro_row1 .pro_left {
	width: 100%;
	height: 480px;
	background: url("../images/imgs/pro_pic01.jpg"/*tpa=http://km.cnltjz.com/statics/pc/images/imgs/pro_pic01.jpg*/) no-repeat left top;
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -960px;
	top: 0;
}

.pro_row2 {
	width: 100%;
	height: 660px;
	position: relative;
}

.pro_row2 .pro_right {
	width: 1536px;
	height: 600px;
	background: url("../images/imgs/pro_pic02.jpg"/*tpa=http://km.cnltjz.com/statics/pc/images/imgs/pro_pic02.jpg*/) no-repeat left top;
	position: absolute;
	z-index: 0;
	right: 50%;
	top: -60px;
	margin-right: -960px;
}

.pro_row3 {
	width: 100%;
	height: 420px;
	position: absolute;
	bottom: 0;
}

.pro_row3 .pro_right {
	width: 1459px;
	height: 420px;
	background: url("../images/imgs/pro_pic03.jpg"/*tpa=http://km.cnltjz.com/statics/pc/images/imgs/pro_pic03.jpg*/) no-repeat left top;
	position: absolute;
	z-index: 4;
	right: 50%;
	top: -80px;
	margin-right: -960px;
}



/*server style begin*/

.servers {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: white;
}

.server_title .title {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -153px;
}

.server_row {
	width: 100%;
	height: 380px;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}

.server_row .wow {
	width: 384px;
	height: 380px;
	position: absolute;
	top: 0;
}

.server_row .se_left {
	left: 50%;
	margin-left: -576px;
}

.server_row .se_mid {
	left: 50%;
	margin-left: -192px;
}

.server_row .se_right {
	right: 50%;
	margin-right: -576px;
}

