@charset "utf-8";
.lncdiv {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kkcdiv img{max-width: 100%;}
.kkcdiv img.p50{max-width: 47%; margin: 1%; }
.qyzsbdiv {
	color: #666;
	line-height: 30px;
}
.qyzsbdiv strong{
	color: #333;
}

@media (max-width: 500px){
.kkcdiv img.p50{max-width: 97%; }
}
.kkcdiv .kkd2 {
	font-size: 18px;
	line-height: 35px;
	color: #666;
}
.kkcdiv .kkd2 .kkchs {
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
	color: #333;
}
@media (max-width: 500px){
.kkcdiv .kkd2 {
	font-size: 14px;
	line-height: normal;
}
	.kkcdiv .kkd2 .kkchs {
	font-size: 18px;
}
}
.kkcdiv .kkd2 .kkchs:nth-of-type(2){
	clear: both;
}


.kkcdiv .fpicd {
	float: left;
	margin: 0px 30px 30px 0px;
}

.lncdiv img{
	max-width:100%;
	max-height: 100%;
}
.lncdiv>div{
	margin-bottom: 5%;
}
.lncdiv>div:first-child,.lncdiv>div:last-child{
	width:54%;
}
.lncdiv>div:nth-child(2),.lncdiv>div:nth-child(3){
	width:36%;
}

@media (max-width: 500px){
.lncdiv>div{
	width: 100%;
}
	.lncdiv>div:first-child,.lncdiv>div:last-child{
	width:100%;
}
.lncdiv>div:nth-child(2),.lncdiv>div:nth-child(3){
	width:100%;
}
	
}


.lncdiv .hd{
	font-size: 40px;
	color: #161616;
}

.lncdiv .cd{
	font-size: 24px;
	color: #666;
	margin-top: 20px;
	line-height: 38px;
}
.lncdiv .hx{
	border: 2px solid #ba1b21;
	display: inline-block;
	width: 80px;
}
@media (max-width: 1000px){
.lncdiv .hd{
	font-size: 32px;
}
	.lncdiv .cd{
	font-size: 18px;
		line-height: normal;
		margin-top: 10px;
}
}
@media (max-width: 800px){
.lncdiv .hd{
	font-size: 22px;
}
	.lncdiv .cd{
	font-size: 16px;
}
}

.lndiv1{
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	margin: 2% 0px;
}
.lndiv1 img{
	max-width: 90%;

}
