
/*清除浮动*/
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	zoom:1;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
ul,ol,li,dl,dt,dd {
	list-style: none;
}
body,div,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,select,option,
table,tr,th,td,span,i,em,audio,video,img,section,article,a,font {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  border-radius: 0;
  vertical-align: baseline;
  background: transparent;
  word-wrap: break-word;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: #fff3f4;
}

::-webkit-scrollbar-thumb {
	background: #007cc3;
	height: 60px;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #007cc3;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #007cc3;
}


/* 解决方案 */
.caseSection{padding-bottom:70px;}
.caseSection .img{position:relative;height:100%;overflow:hidden;}
.caseSection .img img{width:100%;height:100%;display:block;-webkit-user-select: none;}
.caseSection .text{position: absolute;width:100%;height:84px;padding:10px 45px;text-align:center;color:#fff;bottom:-100px;left:0;background:#007cc3;-webkit-transition:all 0.5s;transition:all 0.5s;}
.caseSection .p{width:100%;height:100%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.caseSection h4{font-size:24px;text-align:center;margin-top:20px;line-height:50px;opacity: 0;}

.flipster ul{width:1080px!important;height:510px!important;}
.flipster ul li{height:100%;}
.flip-content{position:relative;}
.flip-content a{position:absolute;width:100%;height:100%;left:0;top:0;display:none;}
.flip-current{box-shadow:0 0 0 rgba(0,0,0,0);}
.flip-current a{display:block;}
.flip-current .text{bottom:0;}
.flip-current h4{opacity: 1;}
.flipto-prev,
.flipto-next{position: absolute;width:50px;height:50px;bottom:0;background:red;text-indent: -9999px;overflow: hidden;}
.flipto-prev{left:200px;background:url(../images/krj_zjt.png) no-repeat center;background-size:20px 30px;}
.flipto-next{right:200px;background:url(../images/krj_yjt.png) no-repeat center;background-size:20px 30px;}

@media screen and (min-width:1440px) and (max-width:1599px){
	.flipster ul{width:915px!important;height:432px!important;}
	.flipto-prev{left:215px;}
	.flipto-next{right:215px;}
}

@media screen and (min-width:1200px) and (max-width:1439px){
	.flipster ul{width:790px!important;height:373px!important;}
	.flipto-prev{left:165px;}
	.flipto-next{right:165px;}
}

@media screen and (min-width:992px) and (max-width:1199px){
	.caseSection{padding-bottom:65px;}
	.caseSection h4{font-size:22px;margin-top:15px;}
	.flipster ul{width:680px!important;height:322px!important;}
	.caseSection .text{padding:10px 15px;}
	.flipto-prev{left:125px;}
	.flipto-next{right:125px;}
}

@media screen and (min-width:768px) and (max-width:991px){
	.caseSection{padding-bottom:60px;}
	.caseSection h4{font-size:20px;margin-top:10px;}
	.caseSection .text{height:62px;}
	.caseSection .p{-webkit-line-clamp:2;}
	.flipster ul{width:520px!important;height:245px!important;}
	.caseSection .text{padding:10px 15px;}
	.flipto-prev{left:85px;}
	.flipto-next{right:85px;}
	
}

@media screen and (min-width:0px) and (max-width:767px){
	.caseSection{width:345px;overflow: hidden;padding-bottom:0;}
	.flipster ul{width:100%!important;height:220px!important;}
	.caseSection .text{display: none;}
	.caseSection h4{position: absolute;left:0;bottom:0;width:100%;font-size:16px;margin-top:0;color:#fff;background:#007cc3;line-height:40px;}
	.flipto-prev, .flipto-next{height:40px;width:40px;}
	.flipto-prev{left:52px;}
	.flipto-next{right:52px;}
}

@media screen and (min-width:0px) and (max-width:374px){
	.caseSection{width:290px;}
	.caseSection h4{line-height:35px;font-size:15px;}
	.flipster ul{height:190px!important;}
}
/* 解决方案 */


.prod-box .index_title h2,
.prod-box .index_title span{
	color: #fff;
}
.index_pro_bg {
	background: url(../images/krj_prod_bg.png) no-repeat center;
  background-size:cover;
}

.prod-box{
    padding: 35px 0 80px;
}

/* 六大优势 */
.ldys{
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	align-content: stretch;
	/* width: 78.2%; */
}
.ldys li{
	width: 16%;
	height: 360px;
	/* border: 1px solid #d9dcdd; */
}
.ldys li .blue{
	display: none;
	padding-top: 56%;
	width: 100%;
	height: 100%;
}
.ldys li .blue img{
	display: block;
	margin: 0 auto 15%;
	width: 34%;
	height: auto;
}
.ldys li .blue h4{
	text-align: center;
	font-size: 24px;
	color: #fff;
}

.ldys li .white{
	padding-top: 38%;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	color: #333;
}
.ldys li .white h4{
	margin-bottom: 10%;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-indent: 32px;
	font-size: 24px;
	background-position: 32% center;
	background-repeat: no-repeat;
	background-size: 26px auto;
}
.ldys li .white p{
	margin: 0 auto;
	width: 88%;
	font-size: 14px;
	line-height: 20px;
	max-height:120px;
	overflow: hidden;
}
.ldys li .white .arrow{ 
	margin-top: 15%;
	width: 100%;
	height: 20px;
	background: url(../images/krj_arrow.png) no-repeat center;
	background-size: 45px 12px;
	visibility: hidden;
	opacity: 0;
}
.ldys li .aq-wh h4{
	background-image: url(../images/krj_ico_aq_blue.png);
}
.ldys li .gm-wh h4{
	background-image: url(../images/krj_ico_gm_blue.png);
}
.ldys li .cb-wh h4{
	background-image: url(../images/krj_ico_cb_blue.png);
}
.ldys li .jy-wh h4{
	background-image: url(../images/krj_ico_jy_blue.png);
}
.ldys li .fw-wh h4{
	background-image: url(../images/krj_ico_fw_blue.png);
}
.ldys li .wh-wh h4{
	background-image: url(../images/krj_ico_wh_blue.png);
}
.ldys li:hover{
	cursor: pointer;
}
.ldys li:hover .blue{
	display: none;
}
.ldys li:hover .white{
	display: block;
	background:#007cc3;
	color:#fff;
}
.ldys li:hover .white .arrow{
	visibility: visible;
	opacity: 1;
}
.ldys li:hover .aq-wh h4{
	background-image: url(../images/krj_ico_aq_white.png);
}
.ldys li:hover .gm-wh h4{
	background-image: url(../images/krj_ico_gm_white.png);
}
.ldys li:hover .cb-wh h4{
	background-image: url(../images/krj_ico_cb_white.png);
}
.ldys li:hover .jy-wh h4{
	background-image: url(../images/krj_ico_jy_white.png);
}
.ldys li:hover .fw-wh h4{
	background-image: url(../images/krj_ico_fw_white.png);
}
.ldys li:hover .wh-wh h4{
	background-image: url(../images/krj_ico_wh_white.png);
}

/* 新闻中心 */
.news-box{
	background-color: #f5f5f5;
}
.in-news-list{
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	/* width: 78.2%; */
}
.in-news-list li{
	width: 24%;
	padding: 10px;
	background-color: #fff;
}
.in-news-list li a{
	display: block;
	width: 100%;
}
.in-news-list li a img{
	width: 100%;
}
.in-news-list li h5{
	margin: 15px 0 10px;
	font-size: 18px;
	color: #333;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.in-news-list .time{
	font-size: 14px;
	color: #333;
}
.in-news-list li p{
	margin: 10px 0 10px;
	height: auto;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.in-news-list li .arrow{
	width: 44px;
	height: 10px;
}
.in-news-list li a:hover h5{
	color: #007cc3;
}
.in-news-list li a:hover .arrow{
	background: url(../images/krj_arrow_blue.png) no-repeat center;
	background-size: cover;
}

/* 合作伙伴 */
.in-hzhb-list{ 
	flex-direction: row;
}
.in-hzhb-list li{
	padding: 0;
	margin-bottom: 50px;
	width: 18%;
	border: 1px solid #bfbfbf;
}
.in-hzhb-list li img{
	width: 100%;
}
.in-hzhb-list li:hover{
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
}

.wlzj{
	width: 100%;
}
.wlzj img{
	display: block;
	width: 100%;
}

.foot-box{
	padding-top: 25px;
	width: 100%;
	background-color: #262626;
}
.db-line{
	width: 100%;
	height: 1px;
	background-color: #4f4f4f;
}
.dibu{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	width: 80%;
	font-size: 16px;
	color: #f5f5f5;
}
.dibu a{
	height: 40px;
	line-height: 40px;
	color: #bfbfbf;
}
.dibu .le{
	width: 60%;
}
.dibu .ri{
	width: 40%;
	text-align: right;
}

.fb-list{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 25px;
	width: 80%;
}
.fb-list .li1{
	width: 32%;
	color: #bfbfbf;
	font-size: 14px;
}
.fb-list .li1 .logo{
	margin-bottom: 20px;
	width: 28%;
}
.fb-list .li1 .logo img{
	width: 100%;
}
.fb-list .li1 p{
	line-height: 25px;
}
.fb-list .li2{
	padding-top: 25px;
	width: 30%;
	text-align: center;
	color: #bfbfbf;
}
.fb-list .li2 .lxfs{
	font-size: 20px;
}
.fb-list .li2 .mobile{
	margin: 25px 0 35px;
	font-size: 30px;
	color: #f5f5f5;
}
.fb-list .li2 .mobile a{
	color: #f5f5f5;
}
.fb-list .li2 .address{
	font-size: 20px;
	color: #bfbfbf;
}
.fb-list .li3{
	padding-top: 55px;
	width: 9.5%;
}
.fb-list .li3 img{
	width: 100%;
}
.fb-list .li3 p{
	margin-top: 10px;
	width: 100%;
	color: #bfbfbf;
	text-align: center;
}

.init-nav{
	width: 100%;
	height: 100px;
	background-color: #fff;
}
.nav-view{  
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 auto;
	width: 80%;
	height: 100%;
}
.nav-view .logo{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 9%;
	height: 100%;
}
.nav-view .logo img{
	width: 100%;
}
.nav-view .pc-nav{
	width: 62%;
}
.nav-view .pc-nav ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 20px;
	width: 100%;
	height: 100%;
}
.nav-view .pc-nav ul li{
	position: relative;
	width: 12.5%;
	height: 100%;
}
.nav-view .pc-nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 80px;
	font-size: 16px;
	color: #333;
	text-align: center;
}
.nav-view .pc-nav ul li:hover a:after,
.nav-view .pc-nav ul li .active:after{
	content: "";
	position: absolute;
	left: 0;
	top: -20px;
	width: 100%;
	height: 2px;
	background-color: #007cc3;
	text-indent: 1000;
}
.nav-view .pc-nav ul li:hover a{
	color: #fff;
	background-color: #007cc3;
}
.nav-view .pc-nav ul li .active{
	color: #fff;
	background-color: #007cc3;
}
.ico-mobile{
	display: none;
	margin-right: 5%;
	padding: 25px 10px 0;
	width: 50px;
	height: 100%;
	cursor: pointer;
}
.ico-mobile span{
	display: block;
	margin-bottom: 4px;
	width: 100%;
	height: 3px;
	background-color: #007cc3;
}

.mobile-nav-box{
	display: none;
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 99;
	width: 100%;
}
.mobile-nav{
	background-color: #fff;
	border-top: 1px dashed #007cc3;
	border-bottom: 1px dashed #007cc3;
}
.mobile-nav li{
	width: 100%;
}
.mobile-nav li a{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #333;
}
.mobile-nav li.mb-active a{
	color: #fff;
	background-color: #007cc3;
}

/* @media screen and (min-width: 1600px){ } */

@media screen and (min-width: 1200px) and (max-width: 1599px) {
	.prod-box {
		padding: 25px 0 50px;
	}
	.index_title {
		margin-bottom: 30px;
	}
	.ldys{
		width: 94%;
	}
	.ldys li{
		width: 16%;
		height: 280px;
	}
	.ldys li .blue {
		padding-top: 45%;
	}
	.ldys li .blue img {
		width: 28%;
	}
	.ldys li .blue h4 {
		font-size: 20px;
	}
	.ldys li .white {
		padding-top: 15%;
	}
	.ldys li .white h4 {
		margin-bottom: 10%;
		height: 30px;
		line-height: 30px;
		text-indent: 24px;
		font-size: 18px;
		background-position: 30% center;
		background-size: 20px auto;
	}

	.in-news-list{
		width: 94%;
	}

	.fb-list .li2 {
		width: 40%;
	}
	
	.init-nav {
		height: 90px;
	}
	.nav-view {
		width: 94%;
	}
	.nav-view .pc-nav{
		width: 78%;
	}
	.nav-view .pc-nav ul {
		padding-top: 10px;
	}
	.nav-view .pc-nav ul li:hover a:after, 
	.nav-view .pc-nav ul li .active:after {
		top: -10px;
	}

	.mobile-nav-box{
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	#pic {  
		display: none;
	}
	.container22{
		display: block;
		width: 75%;
	}

	.prod-box {
		padding: 45px 0;
	}
	.index_title {
		margin-bottom: 30px;
	}
	.ldys{
		width: 100%;
	}
	.ldys li{
		width: 16%;
		height: 280px;
	}
	.ldys li .blue {
		padding-top: 56%;
	}
	.ldys li .blue img {
		width: 28%;
	}
	.ldys li .blue h4 {
		font-size: 20px;
	}
	.ldys li .white {
		padding-top: 15%;
	}
	.ldys li .white h4 {
		margin-bottom: 10%;
		height: 30px;
		line-height: 30px;
		text-indent: 24px;
		font-size: 18px;
		background-position: 30% center;
		background-size: 20px auto;
	}
	.in-news-list{
		width: 100%;
	}
	.in-news-list li h5 {
		margin: 10px 0 5px;
		font-size: 16px;
	}
	.in-news-list .time {
		font-size: 12px;
	}
	.in-news-list li p {
		margin: 5px 0 5px;
		font-size: 12px;
		line-height: 20px;
	}

	.fb-list {
		width: 90%;
	}
	.fb-list .li1 {
		width: 50%;
	}
	.fb-list .li2 {
		padding-top: 50px;
		width: 45%;
	}
	/* .fb-list .li3 {
		display: none;
	} */
	.fb-list .li2 .lxfs {
		font-size: 16px;
	}
	.fb-list .li2 .mobile {
		margin: 15px 0 20px;
		font-size: 20px;
	}
	.fb-list .li2 .address {
		font-size: 16px;
	}
	.dibu {
		width: 90%;
		font-size: 14px;
	}

	.init-nav {
		height: 70px;
	}
	.nav-view {
		width: 94%;
	}
	.nav-view .pc-nav{
		width: 84%;
	}
	.nav-view .pc-nav ul {
		padding-top: 10px;
	}
	.nav-view .pc-nav ul li a {
		line-height: 60px;
		font-size: 14px;
	}
	.nav-view .pc-nav ul li:hover a:after, 
	.nav-view .pc-nav ul li .active:after {
		top: -10px;
	}

	.mobile-nav-box{
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.prod-box {
		padding: 40px 0 25px;
	}
	.ldys li{
		width: 32%;
		height: 280px;
		margin-bottom:15px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px){
	#pic {  
		display: none;
	}
	.container22{
		display: block;
	}
	.container22{
		display: block;
		width: 85%;
	}

	.prod-box {
		padding: 35px 0 20px;
	}
	.index_title {
		margin-bottom: 30px;
	}
	.ldys{
		width: 100%;
	}
	.ldys li{
		width: 32%;
		height: auto;
		margin-bottom:15px;
	}
	.ldys li .blue {
		padding-top: 8%;
	}
	.ldys li .blue img {
		margin: 0 auto 6%;
		width: 20%;
	}
	.ldys li .blue h4 {
		font-size: 16px;
	}
	.ldys li .white {
		padding-top: 15%;
		padding-bottom: 15%;

	}
	.ldys li .white h4 {
		margin-bottom: 10%;
		height: 30px;
		line-height: 30px;
		text-indent: 24px;
		font-size: 18px;
		background-position: 30% center;
		background-size: 20px auto;
	}
	/* .ldys li:hover .blue{
		display: block;
	}
	.ldys li:hover .white{
		display: none;
	} */
	.in-news-list{
		width: 96%;
	}
	.in-news-list li {
		width: 48%;
		padding: 5px;
		margin-bottom: 10px;
	}
	.in-news-list li h5 {
		margin: 10px 0 5px;
		font-size: 14px;
	}
	.in-news-list .time {
		font-size: 12px;
	}
	.in-news-list li p {
		margin: 5px 0 5px;
		font-size: 12px;
		line-height: 20px;
	}

	.in-hzhb-list li {
		width: 30%;
	}

	.fb-list {
		margin: 0 auto 10px;
		width: 98%;
	}
	.fb-list .li1 {
		width: 100%;
	}
	.fb-list .li1 .logo {
		margin: 0 auto 20px;
		width: 20%;
	}
	.fb-list .li1 p {
		line-height: 22px;
	}
	.fb-list .li2 {
		display: none;
	}
	.fb-list .li3 {
		width:140px;
		padding-top:0;margin:0 auto;
	}
	.db-line {
		margin-bottom: 10px;
	}
	.dibu {
		width: 98%;
		font-size: 14px;
	}
	.dibu a{
		height: auto;
		line-height: 26px;
	}
	.dibu .le {
		width: 100%;
		text-align: center;
	}
	.dibu .ri {
		width: 100%;
		text-align: center;
	}

	.init-nav {
		height: 70px;
	}
	.nav-view {
		width: 90%;
	}
	.nav-view .logo {
		width: 13%;
	}
	.nav-view .pc-nav{
		display: none;
	}

	.ico-mobile{
		display: block;
		margin-right: 0%;
	}

	.mobile-nav-box{
		display: block;
	}
	.mobile-nav{
		display: none;
	}
}

@media only screen and (max-width: 479px) {
	#pic {  
		display: none;
	}
	.container22{
		display: block;
		width: 90%;
	}

	.prod-box {
		padding: 30px 0 20px;
	}
	.index_title {
		margin-bottom: 20px;
	}
	.ldys{
		width: 100%;
	}
	.ldys li{
		width: 48%;
		height: auto;
		margin-bottom:10px;
	}
	.ldys li .blue {
		padding-top: 12%;
	}
	.ldys li .blue img {
		margin: 0 auto 6%;
		width: 36%;
	}
	.ldys li .blue h4 {
		font-size: 16px;
	}
	.ldys li .white {
		padding-top: 15%;
		padding-bottom: 15%;

	}
	.ldys li .white h4 {
		margin-bottom: 10%;
		height: 30px;
		line-height: 30px;
		text-indent: 24px;
		font-size: 18px;
		background-position: 30% center;
		background-size: 20px auto;
	}
	/* .ldys li:hover .blue{
		display: block;
	}
	.ldys li:hover .white{
		display: none;
	} */
	.in-news-list{
		width: 96%;
	}
	.in-news-list li {
		width: 48%;
		padding: 5px;
		margin-bottom: 10px;
	}
	.in-news-list li h5 {
		margin: 10px 0 5px;
		font-size: 14px;
	}
	.in-news-list .time {
		font-size: 12px;
	}
	.in-news-list li p {
		margin: 5px 0 5px;
		font-size: 12px;
		line-height: 20px;
	}

	.in-hzhb-list li {
		width: 46%;
	}

	.fb-list {
		margin: 0 auto 5px;
		width: 98%;
	}
	.fb-list .li1 {
		width: 100%;
	}
	.fb-list .li1 .logo {
		margin: 0 auto 20px;
		width: 20%;
	}
	.fb-list .li1 p {
		line-height: 22px;
	}
	.fb-list .li2 {
		display: none;
	}
	.fb-list .li3 {
		width:140px;
		padding-top:0;margin:0 auto;
	}
	.db-line {
		margin-bottom: 5px;
	}
	.dibu {
		width: 98%;
		font-size: 14px;
	}
	.dibu a{
		height: auto;
		line-height: 26px;
	}
	.dibu .le {
		width: 100%;
		text-align: center;
	}
	.dibu .ri {
		width: 100%;
		text-align: center;
	}

	.init-nav {
		height: 70px;
	}
	.nav-view {
		width: 92%;
	}
	.nav-view .logo {
		width: 18%;
	}
	.nav-view .pc-nav{
		display: none;
	}

	.ico-mobile{
		display: block;
		margin-right: 0%;
	}

	.mobile-nav-box{
		display: block;
	}
	.mobile-nav{
		display: none;
	}
}