img {
	display: block;
}
* {
	box-sizing: border-box;
}
.clr {
	clear: both;
}
.inner {
	width: 1200px;
	margin: 0 auto;
}
@media (max-width: 1199px) {
	.inner {
		width: 100%;
		padding: 0 4%;
	}
}

.lh_pageban {
	width: 100%;
}
.lh_pageban img {
	width: 100%;
}

.lh_breadnav {
	background: #f5f5f5;
}
.lh_breadnav .inner {
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #666666;
}
.lh_breadnav .inner a {
	font-size: 14px;
	color: #666666;
}



.lh_pagecontent {
	padding: 35px 0;
}

.lh_pubtitle {
	text-align: center;
}
.lh_pubtitle h1 {
	font-size: 48px;
	color: #e5e5e5;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: -20px;
}
.lh_pubtitle h2 {
	font-size: 24px;
	font-weight: bold;
	color: #ba0b15;
	line-height: 1;
}
.lh_pubtitle .lh_titleline {
	width: 140px;
	height: 3px;
	background: #d4af62;
	border-top: 1px solid #ebdab6;
	border-bottom: 1px solid #ebdab6;
	margin: 10px auto 0;
}


.lh_dckftext {
	margin-top: 15px;
}
.lh_dckftext p {
	font-size: 15px;
	color: #333333;
	line-height: 1.8;
	text-indent: 30px;
}

.lh_dckftoppic {
	margin-top: 15px;
}

.lh_dckfswiper .btn_right {
	background-image: url(../img/lh_arrowright.png);
	right: 0;
}
.lh_dckfswiper .btn_left {
	background-image: url(../img/lh_arrowleft.png);
	left: 0;
}
.lh_dckfswiper .swiper-button-next, .swiper-button-prev {
	width: 32px;
	height: 50px;
	background-size: 100% 100%;
}


.lh_dbxm {
	margin-top: 45px;
}
.lh_dbxmlist {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lh_dbxmlist li {
	width: 49.16%;
	background: #f5f5f5;
	padding: 3% 4.5%;
	position: relative;
	margin-bottom: 20px;
}
.lh_dbxmlist li>h1 {
	font-size: 20px;
	color: #333333;
	line-height: 1;
	font-weight: bold;
	padding-left: 15px;
	border-left: 4px solid #ba0b15;
}
.lh_dbxmlist li>p {
	font-size: 15px;
	color: #333333;
	line-height: 1.8;
	margin-top: 20px;
}
.lh_dbxmmask {
	opacity: 0;
	transition: 0.4s all;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.lh_dbxmmask .lh_dckfcoverpic {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lh_dbxmmask h2 {
	font-size: 20px;
	color: #fff;
	line-height: 1;
	font-weight: bold;
	padding-left: 15px;
	position: absolute;
	top: 13%;
	left: 8%;
}
.lh_dbxmmask .lh_searchbtn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.lh_dbxmlist li:hover .lh_dbxmmask {
	opacity: 1;
	z-index: 10;
}
@media (max-width: 768px) {
	.lh_dbxmlist li {
		width: 100%;
	}
	.lh_dbxmlist li>p {
		font-size: 12px;
		line-height: 1.5;
	}
	.lh_dbxmlist li>h1 {
		font-size: 16px;
	}
	.lh_dbxmmask h2 {
		font-size: 16px;
		top: 5%;
		left: 5%;
	}
}

.lh_ybxmtop {
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 25px;
	border-bottom: 1px solid #999999;
}
.lh_ybxmtop li {
	width: 20%;
	cursor: pointer;
	position: relative;
}
.lh_ybxmtop li img {
	width: 100%;
}
.lh_ybxmtop li h1 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 25%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
	font-size: 14px;
	color: #ffffff;
	transition: 0.3s all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lh_ybxmtop li:hover h1 {
	height: 100%;
}
.lh_ybxmtop li.on:after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -25px;
	width: 14px;
	height: 13px;
	background: url(../img/lh_arrowup.png) 100% 100%/cover no-repeat;
}


.lh_ybxmmain {
	padding: 30px 0;
}
.lh_ybxmtabbox {
	display: none;
}
.lh_ybxmtabbox h1 {
	font-size: 18px;
	color: #333333;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}
.lh_ybxmtext {
	margin-top: 15px;
}
.lh_ybxmtext p {
	font-size: 15px;
	color: #333333;
	line-height: 1.8;
	text-indent: 30px;
}
.lh_ybxmpicbox {
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lh_ybxmpicbox img {
	width: 49.16%;
}

.lh_ybxmbigbox {
	overflow-x: scroll;
}
.lh_ybxmbigbox .lh_ybxmtop {
	width: 1200px;
}
.lh_ybxmbigbox::-webkit-scrollbar {
	display: none;
}

@media (max-width: 768px) {
	.lh_ybxmpicbox img {
		width: 100%;
	}
}


.lh_contacttop {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.lh_contacttop img {
	width: 50%;
}
.lh_contactinfobox {
	width: 47%;
}
.lh_contactinfobox h1 {
	border-bottom: 1px solid #e6e6e6;
}
.lh_contactinfobox h1 span {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 1;
	padding-bottom: 27px;
	border-bottom: 3px solid #e6e6e6;
}
.lh_contactinfolist {
	margin-top: 10px;
}
.lh_contactinfolist li {
	font-size: 16px;
	color: #333333;
	line-height: 1;
	margin-top: 20px;
}

.lh_contactbot {
	margin-top: 40px;
}
.lh_contactbot>h1 {
	display: flex;
	align-items: center;
	padding-left: 15px;
	border-left: 6px solid #ba0b15;
	line-height: 1;
	font-size: 24px;
	font-weight: normal;
	color: #ba0b15;
	/*margin-bottom: 45px;*/
}
.lh_contactbot>h1>span {
	color: #f0f0f0;
	font-weight: bold;
	text-transform: uppercase;
}

.lh_conbotlist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lh_conbotlist>li {
	width: 47%;
	margin-top: 50px;
}
.lh_conbotlist li h1 {
	border-bottom: 1px solid #e6e6e6;
}
.lh_conbotlist li h1 span {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 1;
	padding-bottom: 27px;
	border-bottom: 3px solid #e6e6e6;
}
.lh_conbotlist li .lh_contactinfolist li {
	font-size: 14px;
}


@media (max-width: 768px) {
	.lh_contacttop img {
		width: 100%;
	}
	.lh_contactinfobox {
		width: 100%;
	}
	.lh_conbotlist>li {
		width: 100%;
	}
	.lh_contactbot>h1 {
		font-size: 18px;
	}
}


.lh_jobtop {
	background: #666666;
	padding: 2.3% 3.3%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lh_jobtop h1 {
	font-size: 14px;
	color: #ffffff;
	line-height: 1;
}
.lh_jobtop h1 span {
	font-size: 20px;
	color: #fff;
	line-height: 0;
}
.lh_jobtop a {
	font-size: 14px;
	color: #ffffff;
	line-height: 1;
}


.lh_jobinfolist {
	padding: 30px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #e6e6e6;
}
.lh_jobinfolist li {
	font-size: 14px;
	color: #333333;
	line-height: 2;
	width: 25%;
}
.lh_jobinfolist li:nth-child(3n) {
	width: 50%;
}

.lh_jobinfobot {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 35px;
}
.lh_jobinfobot .lh_jobinfobotbox {
	width: 50%;
}
.lh_jobinfobot .lh_jobinfobotbox h1 {
	font-size: 18px;
	color: #333333;
	line-height: 1;
	margin-bottom: 10px;
}
.lh_jobinfobot .lh_jobinfobotbox pre {
	font-size: 14px!important;
	color: #333333!important;
	line-height: 2!important;
	padding-right: 15px!important;
}
.lh_jobinfobot .lh_jobinfobotbox p {
	font-size: 14px;
	color: #333333;
	line-height: 2;
	padding-right: 15px;
}




@media (max-width: 768px) {
	.lh_jobinfolist li {
		width: 100% !important; 
	}
	.lh_jobtop h1 {
		max-width: 75%;
	}
	.lh_jobtop h1 span {
		display: block;
		line-height: 1.5;
	}
	.lh_jobinfobot .lh_jobinfobotbox {
		width: 100%;
		margin-top: 20px;
	}
}












































































