﻿/* 客户心声样式 */
.nav-wrap ul {
    border: none;
    border-bottom: 1px solid #dddfdf;
    border-radius: 0;
    background: none;
    text-align: center;
    padding: 0;
}
.nav-wrap ul li {
    float: none;
}
.nav-wrap li a.cp_on, .nav-wrap li a:hover {
    border-bottom: 1px solid #3172ca;
    background: none;
    padding: 0;
    margin: 0 20px;
}
/* banner开始 */
.m-banner {
    display: none;
}
/* banner结束 */
.khxs {
    width: 100%;
    height: auto;
    background: #fff;
    padding-bottom: 63px;
}
.khxs-main {
    width: 1160px;
    margin: 0 auto;
}
.khxs-main .khxs-title {
    padding-top: 34px;
    font-size: 34px;
    text-align: center;
    font-weight: bold;
    line-height: 200%;
	color: #333333;
	margin-bottom: 34px;
}
.khxs_content{
	width: 100%;
	height: auto;
	background: #fff;
	padding: 70px;
	box-sizing: border-box;
	
}
.khxs_content ul{
	margin-bottom: 50px;
}
.khxs_content ul li{
	background: #f2f3f4;
	width: 30% !important;
	height: auto;
	border-radius: 10px;
}
.khxs-img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
	border-radius: 10px 10px 0 0;
}
.khxs-content{
	width: 100%;
	height: auto;
	padding: 30px;
	box-sizing: border-box;
	background: url(../image/khxs-text-bg.png) no-repeat;
	background-position: center 45%;
}
.khxs-text{
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	text-align: justify;
}
.khxs-author{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	align-items: center;
}
.khxs-author-logo{
	width: auto;
	height: auto;
	max-width: 40%;
}
.khxs_content ul li:nth-child(5) .khxs-author-logo{
	height: 40px;
}
.khxs-author-name{
	font-size: 16px;
	line-height: 32px;
	color: #666666;
}
.khxs-new{
	width: 100%;
	height: auto;
	padding-bottom: 63px;
}
.khxs-new-main{
	width: 1160px;
	margin: 0 auto;
}
.khxs-new_content{
	width: 100%;
	height: auto;
}
.khxs-new_content>ul{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 30px;
}
.khxs-new_content>ul li{
	width: 48%;
	border-bottom: 1px solid #e8e8e8;
}
.khxs-new_content>ul li a{
	width: 100%;
}
.khxs-new_content>ul li a p{
	color: #666666;
	font-size: 16px;
	line-height: 32px;
	display: flex;
	padding: 15px 0;
}
.khxs-new_content>ul li a p span.khxs-new-icon{
	color: #0f7dbe;
	font-size: 24px;
	line-height: inherit;
	margin-right:5px;
}
.m-khxs-title{
	display: none;
}

/* 内容开始 */
/* 内容结束 */
/* 手机端开始 */
@media (min-width: 320px) and (max-width: 1200px){
	.bannerbox{
		margin-top: 0 !important;
	}
	.banner{
		display: none !important;
	}
	.m-banner{
		display:block;
	}
	.m-banner img{
		width: 100% !important;
		vertical-align: bottom;
	}
	.down_center{
		padding: 0;
	}
	.cp_bottom{
		width: 7rem;
		margin: 0.94rem auto 0;
	}
	.khxs-main{
		width: 100%;
	}
	.khxs{
		padding-bottom: 0.3rem;
	}
	.khxs-title{
		display: none;
	}
	.m-khxs-title{
		display: block;
		width: 7rem;
		height: 0.4rem;
		color: #666;
		line-height: 0.58rem;
		font-size: 0.24rem;
		margin: 0 auto;
		margin-bottom: 0.57rem;
		border-bottom: 1px solid #e5e5e5;
	}
	.m-khxs-title .cp1-line {
	    width: 0.05rem;
	    height: 0.4rem;
	    background: #2e68b9;
	    float: left;
	    display: block;
	    margin-top: 0.1rem;
	}
	.m-khxs-title .cp1-title {
	    font-size: 0.38rem;
	    line-height: 0.56rem;
	    color: #333;
	    display: block;
	    float: left;
	    padding-left: 0.21rem;
	    background: #fff;
	    padding-right: 0.2rem;
	}
	.khxs_content ul li{
		width: 100% !important;
	}
	.khxs-content{
		padding: 0.22rem;
	}
	.khxs-text{
		font-size: 0.28rem;
		line-height: 150%;
	}
	.khxs-author-logo{
		/* height: 1rem; */
		max-width: 50%;
	}
	.khxs_content ul li:nth-child(5) .khxs-author-logo{
		height: 1rem;
	}
	.khxs-author-name{
		font-size: 0.28rem;
		line-height: 200%;
	}
	.khxs-new{
		padding-bottom: 0rem;
	}
	.khxs-new-main{
		width: 100%;
	}
	.khxs-new_content>ul{
		padding-bottom: ;
	}
	.khxs-new_content>ul li{
		width: 100%;
	}
	.khxs-new_content>ul li a p{
		font-size: 0.26rem;
		line-height: 150%;
		padding: 0.3rem 0;
	}
	.khxs-new_content>ul li a p span.khxs-new-icon{
		font-size: 0.36rem;
	}
}
/* 手机端结束 */