@import url("header.css");
@import url("banner.css");
@import url("footer.css");
html{
	font-size: 14px;
}
*{
	font-family: "Microsoft YaHei", serif;
}

img{
	max-width: 100%;
}
button:focus{
	outline: none;
	opacity: 0.8;
}
.container{
	max-width: 1200px !important;
	padding: 0;
}
.text-white{
	color: #ffffff;
}
.bg-f5{
	background-color: #f5f5f5;
}
.bg-ef{
	background-color: #efefef;
}
.kh-fl{
	float: left;
}
.kh-fr{
	float: right;
}
.kh-B50{
	width: 50%;
}
.kh-B100{
	width: 100%;
}
.kh-hide{
	display: none !important;
}
.kh-shadow{
	box-shadow: 0 0 12px #ccc;
}
.kh-of-hidden{
	overflow: hidden;
}
.kh-overflow{
	overflow: unset !important;
}
.kh-p0{
	padding: 0 !important;
}
.kh-ptb-0{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.kh-pages{
	min-height: 320px;
	overflow: hidden;
	box-sizing: content-box;
	padding: 10px 55px 80px;
}
.kh-empty{
	line-height: 10rem;
	font-size: 1.714rem;
	text-align: center;
	width: 100%;
	color: #ccc;
}
.kh-ellipsis{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.ajax-tips{
	background-color: #333;
	color: #fff;
	box-sizing: border-box;padding-top: 25px;
	border-radius: 8px;
	width: 120px;
	height: 120px;
	line-height: 35px;
	font-size: 12px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -60px;
	margin-left: -60px;
	text-align: center;
	display: none;
}
.ajax-tips-loading{
	font-size: 2.285rem;
}
.kh-mobile{
	display: none;
}
.kh-mobilepc{
    visibility: visible;
}

/*可视化按钮*/
	.kh-container-visual{
		visibility: visible;
		position: relative;
		box-sizing: border-box;
	}
	.kh-btn-visual{
		width: 100%;
		height: 100%;
		text-align: center;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99999;
		display: none;
		background-color: rgba(0,0,0,0.16) !important;
	}
	.kh-container-visual:hover > .kh-btn-visual{
		display: block;
	}
	.visual-btn{
		height: 38px;
		line-height: 38px;
		padding: 0 18px;
		background-color: #2d8cf0;
		color: #fff;
		white-space: nowrap;
		text-align: center;
		font-size: 14px;
		border-radius: 4px;
		cursor: pointer;
		outline: 0;
		transition: all .3s;
		-webkit-transition: all .3s;
		box-sizing: border-box;
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -19px auto auto -50px;
		width: 100px;
	}
	.visual-link{
		width: 50px;
		height: 20px;
		line-height: 20px;
		text-align: center;
		position: absolute;
		left: calc(50% + 35px);
		top: calc(50% + 15px);
		display: block;
		font-size: 12px;
		background-color: red;
		border-radius: 3px 0 0 0;
		color: #FFFFFF;
		cursor: pointer;
	}
	.kh-visual-add .kh-btn-visual{
		display: block !important;
	}
	.pic {
		margin-left: 130px;
	}
	.pic dl {
		float: left;
		position: relative;
	}
	.pic dl dd {
		position: absolute;
		right: 5px;
		top: 5px;
		cursor: pointer;
		background: #666;
		color: #fff;
		padding: 2px;
	}
	.pic img {
		max-height: 100px;
		margin: 5px 0;
		margin-right: 5px;
	}
	.layer-visual .layui-layer-title{
		margin: 0 !important;
	}
	.layer-visual .layui-show{
		padding: 5px 25px;
	}
	.layadmin-header{
		display: none;
	}

/* 浮动客服 */
	.kh-float-contact{
		position: fixed;
		right: 2%;
		bottom: 10%;
		border: none !important;
		color: #EA5413;
		font-size: 18px !important;
		padding: 0 !important;
		margin: 0 !important;
		width: 35px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		z-index: 9999;
		border-radius: 50%;
		background-color: #ebf9ff;
	}

/*产品列表页-----------------------------------------------------------------------------------------*/
	.kh-service-model{
		width: 1200px;
		overflow: hidden;
		padding: 55px;
		margin: auto;
		box-sizing: content-box;
	}
	.kh-page-title{
		font-size: 3.428rem;
		width: 100%;
		text-align: center;
		padding: 80px 0 60px 0;
		font-weight: 100;
	}
	.kh-service-model > dt.kh-service-img{
		width: 48%;
		float: right;
	}
	.kh-service-model > dd.kh-service-text{
		width: 48%;
		float: left;
	}
	.kh-service-model > .kh-service-img img{
		max-width: 100%;
		box-shadow: 0 0 55px rgba(0,0,0,0.2);
		border-radius: 12px;
	}
	.kh-service-model:nth-of-type(2n) > .kh-service-img{
		float: left;
	}
	.kh-service-model:nth-of-type(2n) > dd.kh-service-text{
		float: right;
	}
	.kh-service-title{
		font-size: 2.928rem;
		color: #666666;
		font-weight: 100;
		display: block;
	}
	.kh-service-subtitle{
		display: block;
		color: #666666;
		font-weight: 100;
		padding: 23px 0;
	}
	.kh-service-desc{
		display: block;
		color: #999999;
		line-height: 2.285rem;
	}

/*解决方案列表-----------------------------------------------------------------------------------------*/
	/*行业解决方案*/
	.kh-case-page{
		overflow: hidden;
	}
	.kh-page-title{
		width: 100%;
	}
	.kh-case-model{
		width: 42%;
		float: left;
		padding-top: 109px;
	}
	.kh-case-model:nth-of-type(1),.kh-case-model:nth-of-type(2){
		padding-top: 0;
	}
	.kh-case-model:nth-of-type(2n){
		float: right;
	}
	.kh-case-model-0 .kh-case-img{
		width: 100%;
		overflow: hidden;
		text-align: center;
	}
	.kh-case-model-0 .kh-case-img img{
		max-width: 100%;
		height: 300px;
	}
	.kh-case-title,.kh-case-desc{
		display: block;
		color: #666666;
		font-weight: 100;
		line-height: 42px;
		padding-top: 30px;
		padding-bottom: 17px;
	}
	.kh-case-desc{
		line-height: 40px;
		padding: 0;
	}

	/*客服支持*/
	.kh-client-img{
		width: 100%;
		text-align: center;
		overflow: hidden;
		padding: 46px 0;
		background-color: rgba(219, 219, 219, 0.2);
	}
	.kh-client-img > img{
		max-width: 100%;
	}

	/*服务流程*/
	.kh-case-model-1 .kh-case-desc{
		display: none;
	}
	.kh-case-model-1{
		width: 25%;
		float: left !important;
		background-color: #FFFFFF;
		transition: all 0.5s;
		text-align: center;
		padding: 3rem 0 !important;
	}
	.kh-case-model-1:nth-of-type(2),
	.kh-case-model-1:nth-of-type(4),
	.kh-case-model-1:nth-of-type(5),
	.kh-case-model-1:nth-of-type(7),
	.kh-case-model-1:nth-of-type(10),
	.kh-case-model-1:nth-of-type(12){
		background-color: #F5F5F5;
	}
	.kh-case-model-1 > .kh-case-img{
		font-size: 0;
		width: 126px;
		height: 126px;
		line-height: 126px;
		border-radius: 50%;
		margin: auto;
		text-align: center;
		background-color: #F5F5F5;
	}
	.kh-case-model-1:nth-of-type(2) > .kh-case-img,
	.kh-case-model-1:nth-of-type(4) > .kh-case-img,
	.kh-case-model-1:nth-of-type(5) > .kh-case-img,
	.kh-case-model-1:nth-of-type(7) > .kh-case-img,
	.kh-case-model-1:nth-of-type(10) > .kh-case-img,
	.kh-case-model-1:nth-of-type(12) > .kh-case-img
	{
		background-color: #FFFFFF;
	}

	.kh-case-model-1:hover > .kh-case-img{
		background-color:#EA5413;
	}

	.kh-case-model-1 > .kh-case-img img{
		max-height: 100%;
		max-width: 100%;
		vertical-align: middle;
	}

	.kh-case-model-1.activate{
		transform: scale(1.1);
		box-shadow: 0 0 15px rgba(0,0,0,0.6);
	}
	.kh-case-model-1 .kh-case-title{
		font-size: 1.714rem;
		padding-bottom: 0;
	}

	/*底部表单*/
	.kh-page-contact{
		width: 100%;
		background-image: linear-gradient(to left top, #FFBE86, #FF8668);
		text-align: center;
		padding: 38px 0;
	}
	.kh-page-contact-text{
		line-height: 50px;
		color: #FFFFFF;
		padding: 40px 0;
		display: block;
	}
	.kh-page-form{
		display: block;
		text-align: center;
	}
	.kh-page-form > *{
		display: inline-block;
		height: 46px;
		line-height: 44px;
		box-sizing: border-box;
	}
	.kh-btn-input-tel{
		width: 353px;
		padding: 0 10px;
		background-color: #ffffff;
		text-align: left;
		position: relative;
	}
	.kh-input-tips{
		position: absolute;
		top: 0;
		height: 46px;
		right: 5px;
		color: red;
		display: none;
	}

	.kh-btn-input-tel > input{
		box-sizing: border-box;
		margin: 0;
		border: none;
		padding-left: 10px;
		width: 300px;
		max-width: 80%;
		height: 46px;
		line-height: 46px;
		outline:none;
	}
	.kh-btn-input-contact{
		width: 185px;
		border: none;
		outline:none;
		margin-left: 18px;
		padding: 0 10px;
	}
	.kh-btn-submit{
		width: 200px;
		border: none;
		color: #FFFFFF;
		background-color: #EA5413;
		margin-left: 22px;
		font-size: 18px;
	}
	input.kh-btn-input-contact:focus, .kh-page-form > .activate{
		box-shadow: 0 0 15px rgba(234, 84, 19, 0.6);
	}

	/*新闻资讯----------------------------------------------------------------------------------*/
	.kh-page-category-model{
		position: relative;
		height: 0;
		border: none;
	}
	.kh-page-category{
		width: 100%;
		line-height: 4.142rem;
		text-align: center;
		background-color: rgba(71,71,71,0.92);
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.kh-page-category-item{
		display: inline-block;
		line-height: 1.714rem;
		color: #fff;
		padding: 0 2.357rem;
		border-left: 0.285rem solid #fff;
	}
	.kh-page-category-item:nth-of-type(1){
		border-left: none;
	}
	.kh-page-category-item:hover,.kh-page-category-item.active{
		color: #FFB056;
	}

	.kh-pages-news{
		overflow: hidden;
	}
	.kh-news-pagelist{
		background-color: #F5F5F5;
		padding: 90px 0;
	}
	.kh-news-pagelist:hover{
		cursor: pointer;
	}
	.kh-news-pagelist:nth-of-type(2n){
		background-color: #ffffff;
	}
	.kh-model-news{
		max-width: 1200px;
		margin: auto;
		overflow: hidden;
	}

	.kh-model-news-text{
		width: 385px;
		float: left;
	}

	.kh-model-news-img{
		width: 600px;
		/* max-height: 320px; */
		float: left;
		padding-left: 30px;
		padding-right: 0;
		text-align: center;
		box-sizing: content-box;
	}
	.kh-model-news-img > a{
		display: block;
		width: 100%;
		position: relative;
	}
	.kh-model-news-img > a > img{
		max-width: 100%;
	}
	.kh-model-news-time{
		width: 185px;
		float: left;
		text-align: right;
		margin-top: 100px;
	}
	.kh-news-timemd{
		font-size: 3.428rem;
		line-height: 4.571rem;
		display: block;
	}
	.kh-news-timey{
		line-height: 2.285rem;
		display: block;
	}
	.kh-model-news-text .kh-news-title{
		font-size: 3rem;
		line-height: 3.928rem;
		font-weight: 100 !important;
		color: #000000;
		display: block;
	}
	.kh-model-news-text .kh-news-desc{
		color: #333333;
		line-height: 2.142rem;
		padding-top: 1rem;
		display: block;
	}
	.kh-news-more{
		display: block;
		border: 2px solid #B5B3B3;
		line-height: 2.714rem;
		border-radius: 1.357rem;
		padding: 0 2rem;
		text-align: center;
		float: left;
		color: #7E7E7E;
		margin-top: 1rem;
	}
	.kh-news-more:hover{
		color: #FFFFFF;
		background-color: #EA5413;
		border: 2px solid #EA5413;
	}

	.kh-news-pagelist:nth-of-type(2n) div.kh-model-news-text{
		float: right;
	}
	.kh-news-pagelist:nth-of-type(2n) div.kh-model-news-img{
		float: right;
		padding-left: 0;
		padding-right: 30px;
	}
	.kh-news-pagelist:nth-of-type(2n) div.kh-model-news-time{
		width: unset;
		max-width: 185px;
	}
	.kh-page-html{
		max-width: 1200px;
		width: 100%;
		margin: auto;
		overflow: hidden;
	}
	.kh-page-html nav{
		float: right;
	}
	.page-num,.page-link{
		margin-left: 12px;
		border-radius: 3px;
		color: #000;
	}

	.kh-page-html .pagination > a:first-child,.kh-page-html .pagination > a:last-child{
		display: none;
	}

	.page-num-current,.page-num:hover,.page-link:hover{
		background-color: #EA5413;
		border-color: #EA5413;
		color: #fff;
	}
	.not-page-link,.not-page-link:hover{
		background-color: #e9ecef;
		border: #e9ecef;
		color: #ccc;
	}

	.page-numbar .page-num{
		padding: 0;
	}

	/*新闻详情*/
	.kh-page-left{
		padding-top: 4.571rem;
		width: 72%;
		overflow: hidden;
	}
	.kh-detail-time{
		color: #EA5413;
		line-height: 4.07rem;
	}
	.kh-detail-title{
		line-height: 4.571rem;
	}
	.kh-detail-author{
		line-height: 4.857rem;
		color: #666;
	}
	.kh-detail-content{
		border-top: 1px solid #707070;
		padding-top: 2.857rem;
		color: #666;
		line-height: 2.143rem;
	}
	.kh-detail-content img{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.kh-page-right{
		padding-top: 4.571rem;
		width: 22%;
		overflow: hidden;
	}
	.kh-detail-category-model{
		padding: 2.571rem;
		background-color: #f1f1f1;
		margin-bottom: 1.571rem;
	}
	.kh-detail-category-model > dt {
		color: #666;
		font-weight: 300;
		line-height: 2.75rem;
	}
	.kh-detail-category{
		width: 100%;
	}
	.kh-detail-category-item{
		color: #999;
		display: block;
		width: 100%;
		line-height: 2.8rem;
	}
	.kh-detail-category-item:hover,.kh-detail-category-item.active{
		color: #EA5413;
	}

	.kh-page-right-bottom{
		overflow: hidden;
	}
	.kh-page-right-bottom > *{
		display: block;
		max-width: 100%;
		margin-bottom: 1.571rem;
	}

	/* old */
	.kh-details-attr{
		color: #666666;
		text-align: center;
		line-height: 110px;
		margin-top: -55px;
		border-bottom: 1px solid #707070;
	}
	.kh-details-content{
		padding: 50px 0;
	}
	.kh-details-content *{
		max-width: 100%;
		box-sizing: border-box;
		line-height: 30px;
	}
	.kh-details-content img{
		padding-top: 32px;
		padding-bottom: 32px;
	}
	.kh-details-share{
		width: 100%;
		overflow: hidden;
		text-align: center;
		padding: 50px 0;
	}
	.kh-details-share > *{
		margin: 0 8px;
		font-size: 1.428rem;
		color: #EA5413;
	}
	.kh-details-share img:hover{
		transition: all 0.3s;
		transform: scale(1.2);
	}

	/*更多*/
	.kh-details-morelist{
		width: 100%;
		overflow: hidden;
		padding-bottom: 35px;
	}
	.kh-details-morelist > .kh-details-more{
		width: 30%;
		float: left;
		margin-right: 5%;
	}
	.kh-details-morelist > .kh-details-more:nth-of-type(3n){
		margin-right: 0;
	}
	.kh-details-moreimg{
		height: 296px;
		overflow: hidden;
		text-align: center;
		display: block;
	}
	.kh-details-moreimg > img{
		height: 100%;
		/*max-width: unset !important;*/
		transition: all 0.3s;
	}
	.kh-details-moreimg:hover > img{
		transform: scale(1.2);
	}
	.kh-details-moretitle{
		display: block;
		line-height: 2.214rem;
		color: #666666;
		padding: 20px 0 16px 0;
	}
	.kh-details-desc{
		line-height: 30px;
		color: #999999;
	}
	.kh-details-moretitle:hover{
		color: #EA5413;
	}
	.kh-details-morebtn{
		display: block;
		margin: 55px auto 150px auto;
		width: 200px;
		line-height: 57px;
		text-align: center;
		background-color: #EA5413;
		color: #ffffff;
		transition: all 0.3s;
	}
	.kh-details-morebtn:hover{
		background-color: rgba(234, 84, 19, 0.8);
		color: #FFFFFF;
	}

	/*关于我们----------------------------------------------------------------------------------*/
	.kh-model-about{
		padding-top: 150px;
		overflow: hidden;
	}
	.kh-model-aboutleft{
		padding-right: 10%;
	}
	.kh-model-abouttitle{
		display: block;
		color: #999999;
	}
	.kh-model-aboutsubtitle{
		display: block;
		font-weight: 100;
		font-size: 3.428rem;
		line-height: 5rem;
		padding: 43px 0;
		color: #333333;
	}
	.kh-model-aboutmore{
		display: block;
		width: 11rem;
		line-height: 4.285rem;
		text-align: center;
		color: #ffffff;
		background-color: #EA5413;
		font-weight: 100;
		transition: all 0.3s;
	}
	.kh-model-aboutmore:hover{
		background-color: rgba(234, 84, 19, 0.8);
		color: #ffffff;
	}
	.kh-model-aboutcontent{
		color: #999999;
		line-height: 2.142rem;
	}
	.kh-model-aboutcontent p{
		padding-bottom: 2rem;
	}

	/*联系方式*/
	.kh-model-contact{
		padding-top: 150px;
		overflow: hidden;
	}
	.kh-model-contacttitle{
		line-height: 3.571rem;
		color: #EA5413;
		display: block;
	}
	.kh-model-contactsubtitle{
		display: block;
		font-weight: 100;
		font-size: 3.428rem;
		line-height: 5rem;
		padding: 43px 0;
		color: #333333;
	}
	.kh-model-contactattr{
		overflow: hidden;
		padding-top: 24px;
	}
	.kh-model-contactattr > dt{
		color: #666666;
		font-weight: 100;
		line-height: 2.285rem;
	}
	.kh-model-contactattr > dd{
		font-weight: 300;
		font-size: 3rem;
		line-height: 3.928rem;
		color: #EA5413;
	}

	/*交通*/
	dl.kh-model-traffic{
		width: 1200px;
		padding: 10px 10px 150px 10px;
		box-sizing: content-box;
		margin: auto;
		overflow: hidden;
	}
	dl.kh-model-traffic > dt{
		font-size: 3.428rem;
		text-align: center;
		display: block;
		font-weight: 100;
		color: #666666;
		padding-bottom: 75px;
		width: 100%;
	}
	dl.kh-model-traffic > dd{
		display: block;
		float: left;
		width: 30%;
		height: 352px;
		margin-right: 5%;
		text-align: center;
		box-shadow: 0 0 10px rgba(0,0,0,0.16);
		padding: 54px 45px;
	}
	dl.kh-model-traffic > dd:nth-of-type(3n){
		margin-right: 0;
	}
	dl.kh-model-traffic > dd img{
		max-width: 100%;
		height: 75px;
		display: block;
		margin: auto;
	}
	.kh-model-traffic-title{
		color: #666666;
		display: block;
		padding-bottom: 30px;
	}
	.kh-model-traffic-desc{
		color: #666666;
		display: block;
		line-height: 2rem;
		padding-top: 12px;
	}
	.kh-hr{
		display: block;
		width: 80%;
		height: 1px;
		overflow: hidden;
		margin: auto;
		border-top: 1px dashed #707070;
	}

@media only screen and (max-width: 1700px){
	.swiper-container .swiper-button-prev{
		left: 2%;
	}
	.swiper-container .swiper-button-next{
		right: 2%;
	}
}
@media only screen and (max-width: 1420px){
	.swiper-container .swiper-button-prev,.swiper-container .swiper-button-next{
		display: none !important;
	}
}
/*小于等于1200px时*/
@media only screen and (max-width: 1200px){
	.kh-pages{
		padding: 5px 0 10px;
	}
}
/*sm屏幕以下（小于等于576px时）*/
@media only screen and (max-width: 576px) {
	.kh-mobile{
		display: block;
	}
	.kh-pc{
		display: none;
	}
	.kh-page-right,.kh-page-left{
		padding-top: 0;
		width: 100%;
	}

	.container{
		padding: 8px 0;
		box-sizing: border-box;
	}
	/*导航栏*/
	nav > .container{
		padding: 5px 3%;
	}
	.navbar-collapse{
		line-height: 3rem;
	}
	.navbar-light .navbar-nav .nav-link{
		font-size: 1rem;
	}
	.navbar-brand img.logo-sm-height{
		max-height: 35px;
	}

	/*幻灯片*/
	.kh-pictext{
		left: 0.5rem;
		top: 20% !important;
	}
	.kh-pictext > h1{
		padding-bottom: 0.5rem;
	}
	.kh-pictext > h4{
		padding-bottom: 0.5rem;
	}
	.kh-btn-web{
		line-height: 2.8rem;
		padding: 0.5rem 0.8rem;
	}
    .swiper-button-prev,.swiper-button-next{
        display: none !important;
    }

	/*首页模块通用*/
	.kh-model{
		padding:2rem 0 0.5rem 0;
	}
	.kh-model-title{
		line-height: 3rem;
	}
	.kh-model-desc{
		line-height: 2rem;
	}
	.kh-model > .container{
		min-height: unset;
	}
	.kh-custom-model{
		text-align: center;
	}
	.kh-custom-model .kh-model-img{
		position: unset;
	}
	.kh-simple-model .kh-model-img{
		padding-top: 0;
		margin-top: 2rem;
	}
	
	/*首页新闻*/
	.kh-news-item .kh-news-img,.kh-news-text{
		width: 100% !important;
		position: unset;
		padding-left: 0;
		padding-right: 0;
	}
	.kh-news-time{
		padding-top: 1rem;
	}
	.kh-news-item .kh-news-img > img{
		height: unset;
	}
	.kh-news-text > *{
		padding: 0 1.2%;
	}
	.kh-news-text > .kh-news-key,.kh-news-text > .kh-news-time{
		display: none;
	}

	/*页脚*/
	.kh-footer-nav-model,.kh-footer-copyright-model{
		padding: 2rem 3%;
	}
	.kh-footer-logo{
		display: none;
	}
	.kh-footer-nav,.kh-footer-about,.kh-footer-contact{
		width: 100%;
	}
	.kh-footer-copy{
		position: unset;
		padding-top: 1rem;
	}

	/*内页通用*/
	.kh-pages{
		padding-bottom: 15px;
	}
	.kh-page-pic{
		width: 150%;
		margin-left: -25%;
	}
	.kh-page-banner-text{
		width: unset;
		height: 80px;
		top: 50%;
		margin-top: -40px;
		padding-top: 5px;
		padding-right: 5px;
		padding-left: 5px;
	}
	.kh-text-line{
		width: 50px;
		height: 4px;
		margin: 5px 0;
	}
	.kh-page-title{
		font-size: 1.714rem;
		padding: 20px 0 10px 0;
	}

	/*产品服务*/
	.kh-service-model{
		width: 100%;
		padding: 0 3%;
		margin-bottom: 35px;
		box-sizing: border-box;
	}
	.kh-service-model > dt.kh-service-img,.kh-service-model > dd.kh-service-text{
		width: 100%;
	}
	.kh-service-title{
		font-size: 1.714rem;
		padding: 10px 0;
	}
	.kh-service-subtitle{
		padding: 10px 0;
	}

	/*解决方案*/
		.kh-case-model{
			width: 100%;
			padding: 10px 3%;
			text-align: center;
		}
		.kh-case-model:nth-of-type(1), .kh-case-model:nth-of-type(2){
			padding-top: 10px;
		}
		.kh-case-model:nth-of-type(2n){
			background-color: #F5F5F5;
		}
		.kh-case-model-0 .kh-case-img img{
			height: auto;
		}
		.kh-case-title{
			line-height: 32px;
			padding-top: 10px;
			padding-bottom: 5px;
		}
		.kh-case-desc{
			line-height: 20px;
		}
		/*客户支持*/
		.kh-client-img{
			padding: 1rem 2%;
		}
		/*	服务流程*/
		.kh-case-model-1:nth-of-type(2),
		.kh-case-model-1:nth-of-type(4),
		.kh-case-model-1:nth-of-type(5),
		.kh-case-model-1:nth-of-type(7),
		.kh-case-model-1:nth-of-type(10),
		.kh-case-model-1:nth-of-type(12){
			background-color: unset;
		}
		.kh-case-model-1{
			width: 33.33%;
			background-color: #ffffff;
			padding: 1rem 0 !important;
		}
		.kh-case-model-1:nth-of-type(2n){
			background-color: #F5F5F5 !important;
		}

		.kh-case-model-1:nth-of-type(2) > .kh-case-img,
		.kh-case-model-1:nth-of-type(4) > .kh-case-img,
		.kh-case-model-1:nth-of-type(5) > .kh-case-img,
		.kh-case-model-1:nth-of-type(7) > .kh-case-img,
		.kh-case-model-1:nth-of-type(10) > .kh-case-img,
		.kh-case-model-1:nth-of-type(12) > .kh-case-img{
			background-color: unset;
		}
		.kh-case-model-1 > .kh-case-img{
			background-color: #F5F5F5 !important;
			width: 90px;
			height: 90px;
			line-height: 90px;
		}
		.kh-case-model-1:nth-of-type(2n) > .kh-case-img{
			background-color: #FFFFFF !important;
		}
		.kh-case-model-1 .kh-case-title{
			font-size: 1rem;
		}
		/*页面底部表单*/
		.kh-page-contact{
			padding: 18px 0;
		}
		.kh-page-contact-text{
			padding: 10px 0;
			line-height: unset;
		}
		.kh-btn-input-tel,.kh-btn-input-contact,.kh-btn-submit{
			width: 100%;
			margin: 8px 0 8px 0;
		}

	/*新闻资讯*/
		.kh-news-pagelist{
			padding: 20px 0 0 0;
			width: 100%;
		}
		.kh-pages-news > li{
			padding: 30px 3%;
			box-sizing: border-box;
		}
		.kh-model-news-text{
			width: 76%;
			float: right;
		}
		.kh-model-news-text .kh-news-title{
			width: 100%;
			font-size: 1.143rem;
			line-height: 1.5rem;
			font-weight: bold !important;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			float: left;
		}
		.kh-news-wap-more{
			max-width: 20%;
			float: right;
			overflow: hidden;
			font-size: 12px;
			color: #EA5413;
		}
		.kh-model-news-text .kh-news-desc{
			font-size: 1rem;
			line-height: 1.6rem;
			padding: 5px 0;
		}
		.kh-model-news-img{
			width: 24%;
			padding: 10px 4% 0 0;
			float: left;
			box-sizing: border-box;
		}

		.kh-news-pagelist:nth-of-type(2n) div.kh-model-news-img{
			padding: 10px 4% 0 0;
		}

		.kh-model-news-time{
			display: none;
		}
		.kh-page-title{
			margin: 0;
		}
		.kh-details-attr{
			line-height: 22px;
			margin: 0;
		}
		.kh-details-content{
			padding: 20px 0;
		}
		.kh-details-share{
			padding: 15px 0;
		}
		.kh-details-morelist > .kh-details-more{
			width: 100%;
			margin: 15px 0 0 0;
		}
		.kh-details-moreimg{
			width: 24%;
			height: 90px;
			float: left;
			padding-right: 4%;
			padding-top: 15px;
			box-sizing: border-box;

		}
		.kh-details-moreimg > img{
			height: unset;
		}
		.kh-details-moretitle,.kh-details-desc{
			width: 76%;
			float: left;
			padding: 0;
		}
		.kh-details-desc{
			line-height: 22px;
		}
		.kh-details-morebtn{
			margin: 15px auto;
			line-height: 45px;
			width: 180px;
		}

		.kh-page-category{
			line-height: 2.285rem;
			bottom: 0;
		}
		.kh-page-category-item{
			border-left: 0.142rem solid #fff;
			padding: 0 2rem;
		}

		.kh-detail-author{
			line-height: 2rem;
			overflow: hidden;
		}
		.kh-detail-time{
			line-height: 2rem;
			float: right;
		}
		.kh-detail-content{
			padding-top: 1.857rem;
			line-height: 1.571rem;
		}
		.kh-detail-content img{
			padding-top: 0.5rem;
			padding-bottom: 0.5rem;
		}

		.kh-details-more .kh-news-wap-more{
			line-height: 2.214rem;
		}
		.kh-details-morelist{
			padding-bottom: 5px;
		}

	/*关于我们*/
		.kh-model-about{
			padding-top: 20px;
		}
		.kh-model-aboutleft{
			width: 100%;
			padding: 0;
			text-align: center;
		}
		.kh-model-aboutsubtitle{
			padding: 10px 0;
			font-size: 2rem;
			line-height: 2.3rem;
		}
		.kh-model-aboutmore{
			margin: auto;
			line-height: 2.8rem;
			width: 8rem;
		}
		.kh-model-aboutcontent{
			width: 100%;
			line-height: 1.6rem;
			padding-top: 15px;
		}
		.kh-model-aboutcontent p{
			padding-bottom: 5px;
		}

		/*联系方式*/
		.kh-model-contact{
			padding-top: 20px;
		}
		.kh-model-contact > .kh-B50{
			width: 100%;
		}
		.kh-model-contactsubtitle{
			padding: 20px 0 20px 0;
			font-size: 2rem;
			line-height: 2.3rem;
		}
		.kh-model-contactattr > dd{
			font-size: 2.6rem;
		}

		/*交通方式*/
		dl.kh-model-traffic{
			width: 100%;
			padding: 0 0 25px 0;
		}
		dl.kh-model-traffic > dt{
			padding: 10px;
			font-size: 2rem;
		}
		dl.kh-model-traffic > dd{
			width: 80%;
			height: 300px;
			margin: auto;
			float: unset;
		}
		dl.kh-model-traffic > dd:nth-of-type(3n){
			margin: auto;
		}
		.kh-model-traffic-title{
			padding-bottom: 20px;
		}

}

@media only screen and (max-width: 414px){
	.kh-page-contact-text{
		font-size: 1.142rem;
	}
}
@media only screen and (max-width: 366px){
	.kh-page-contact-text{
		font-size: 1rem;
	}
}

	/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
	.fs-sm-48{
		font-size: 3.428rem;
	}
}
