.listConts img {
    max-width: 100%;
}

.listConts {
	margin: 40px 0 0;
}
.listConts .lc_pic {
	display: inline-block;
	width: 440px;
	height: 330px;
	text-align: center;
	line-height: 0;
	overflow: hidden;
}
.listConts .lc_pic>img {
	min-width: 100%;
	height: 100%;
	transition: 0.5s;
}
.listConts .lc_pic:hover>img {
	transform: scale(1.06);
}
.listConts .lc_right {
	float: right;
	width: 720px;
}
.listConts .lc_right .lrt_left {
	float: left;
	max-width: 380px;
}
.listConts .lrt_left>p {
	font-size: 18px;
	color: #222;
	line-height: 1;
	margin-bottom: 18px;
}
.listConts .lrt_left>p:nth-of-type(1) {
	margin-top: 24px;
}
.listConts .lc_right .lrt_right {
	float: right;
	line-height: 0;
	text-align: center;
}
.listConts .lrt_right>img {
	width: 140px;
	height: 140px;
}
.listConts .lrt_right>p {
	font-size: 18px;
	color: #222;
	line-height: 1;
	margin-top: 12px;
}
.listConts .lr_bottom {
	margin-top: 30px;
}
.listConts .lr_bottom>p:nth-of-type(1) {
	font-size: 22px;
	color: #244b78;
	line-height: 1;
}
.listConts .lr_bottom>p:nth-of-type(2) {
	font-size: 14px;
	color: #666;
	line-height: 1;
	margin-top: 10px;
}
.listConts .lr_bottom>div {
	margin-top: 24px;
}
.listConts .lr_bottom>div>a {
	display: inline-block;
	line-height: 0;
}
.listConts .lr_bottom>div>.lb_phone {
	display: inline-block;
	line-height: 0;
	margin-left: 38px;
}
.listConts .lb_phone>img {
	float: left;
	margin-top: 5px;
}
.listConts .lb_phone>div {
	float: left;
	margin-left: 13px;
}
.listConts .lb_phone>div>p:nth-of-type(1) {
	font-size: 14px;
	color: #666;
	line-height: 1;
}
.listConts .lb_phone>div>p:nth-of-type(2) {
	font-size: 22px;
	color: #6eba35;
	line-height: 1;
	margin-top: 10px;
}

.listConts .slideTxtBox {
	margin-top: 25px;
}
.listConts .hd ul {
	border: 1px solid #bfbfbf;
	font-size: 0;
}
.listConts .hd li {
	font-size: 18px;
	color: #222;
	line-height: 40px;
	display: inline-block;
	padding: 0 54px;
	border-right: 1px solid #bfbfbf;
	cursor: pointer;
}
.listConts .hd li.on {
	border: 1px solid #244b78;
	color: #244b78;
}
.listConts .bd {
	margin-top: 30px;
	line-height: 30px;
}