.clr {
	clear: both;
}

.inner {
	width: 1200px;
	margin: 0 auto;
	max-width: 100%;
}
.tran02 {
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}

@media screen and (max-width: 1399px) {
	.inner {
		width: 100%;
		padding: 0 2%;
	}
}

.lh_main {
	float: right;
	width: calc(100% - 248px);
}
.lh_leftside {
	float: left;
	width: 248px;
	box-shadow: 0px 0px 20px 0px rgba(124, 124, 124, 0.14);
	height: 100vh;
	position: fixed;
	background: #fff;
	z-index: 9999;
}
/* 左侧导航栏 */
.logobox {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 155px;
	width: 100%;
	position: relative;
}
.logo img {
	display: block;
	max-width: 100%;
}
.mbbutton {
	position: absolute;
	top: 10px;
	right: -40px;
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
	background: #1f497d;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 998;
	display: none;
}
.mbbutton span {
	display: block;
	width: 18px;
	height: 1px;
	background: #fff;
	margin: 2.5px 0;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.mbbutton.close span:nth-child(1) {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	margin: 0;
}
.mbbutton.close span:nth-child(2) {
	display: none;
}
.mbbutton.close span:nth-child(3) {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	margin: 0;
	margin-top: -1px;
}



.lh_ltbotbox {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	/* height: 120px; */
	background: url(../images/lh/navbotbg.jpg);
	/* padding-top: 20px; */
	padding: 20px 0;
}
.lh_ltbotbox h1 {
	font-size: 16px;
	line-height: 1;
	color: #ffffff;
	margin: 0 0 10px;
}
.lh_ltbotbox h2 {
	font-size: 22px;
	line-height: 1;
	color: #ffffff;
	font-weight: bold;
}

.lh_mddemo {
	overflow: auto;
	height: calc(100% - 303px);
	width: 100%;
}
.lh_nav>li {
	height: 76px;
	border-top: 1px solid #f0f0f0;
}
.lh_nav>li:last-child {
	border-bottom: 1px solid #f0f0f0;
}
.lh_nav>li .lh_navlitxt {
	display: flex;
	align-items: center;
	padding-left: 43px;
	cursor: pointer;
	width: 100%;
	height: 100%;
	background: #fff;
}
.lh_nav>li .lh_navlitxt i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 17px;
	height: 16px;
	margin-right: 20px;
}
.lh_nav>li .lh_navlitxt i .show1 {
	display: block;
}
.lh_nav>li .lh_navlitxt i .show2 {
	display: none;
}
.lh_nav>li .lh_navlitxt a {
	font-size: 16px;
	color: #333333;
	display: block;
	line-height: 1;
}
.lh_nav>li:hover .lh_navlitxt {
	background: #1f497d;
} 
.lh_nav>li:hover .lh_navlitxt i .show1 {
	display: none;
}
.lh_nav>li:hover .lh_navlitxt i .show2 {
	display: block;
}
.lh_nav>li:hover .lh_navlitxt a {
	color: #ffffff;
}

.lh_subnavbox {
	position: absolute;
	height: 100vh;
	top: 0;
	left: 100%;
	width: 140px;
	background-color: #1f497d;
	display: none;
}
.lh_subnavboxtop {
	padding: 40px 0;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.lh_subnavboxtopicon {
	width: 27px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.lh_subnavboxtopicon img {
	display: block;
	max-width: 100%;
}
.lh_subnavboxtop h1 {
	font-size: 18px;
	color: #ffffff;
	line-height: 1;
	margin-top: 18px;
}
.lh_subnavlist li {
	margin-top: 30px;
	padding-left: 35px;
}
.lh_subnavlist li a {
	position: relative;
	font-size: 14px;
	color: #ffffff;
}
.lh_subnavlist li:first-child a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -24px;
	width: 14px;
	height: 1px;
	background: #ffffff;
}
.mbnavmask {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.2);
	z-index: 9998;
	display: none;
}
.bodylock {
	overflow: hidden;
}
@media (max-width: 1399px) {
	.lh_leftside {
		width: 200px;
	}
	.lh_main {
		width: calc(100% - 200px);
	}
	.lh_nav>li {
		height: 65px;
	}
	.lh_nav>li .lh_navlitxt {
		padding-left: 38px;
	}
	.lh_ltbotbox h2 {
		font-size: 18px;
	}
}
@media (max-width: 992px) {
	.lh_leftside {
		transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-ms-transition: 0.5s all;
		-o-transition: 0.5s all;
	}
	.lh_leftside.on {
		transform: translateX(0);
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
	}
	.mbbutton {
		display: flex;
	}
	.lh_main {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.lh_leftside {
		width: 180px;
	}
	.logobox {
		height: 100px;
	}
	.logo img {
		height: 60px;
	}
	.lh_nav>li .lh_navlitxt a {
		font-size: 14px;
	}
	.lh_nav>li {
		height: 50px;
	}
	.lh_ltbotbox {
		/* padding-top: 15px; */
		/* height: 70px; */
	}
	.lh_ltbotbox img {
		width: 35px;
	}
	.lh_ltbotbox h1 {
		font-size: 12px;
		/* margin: 5px 0; */
		margin-bottom: 5px;
	}
	.lh_ltbotbox h2 {
		font-size: 14px;
	}
	.lh_subnavboxtop {
		padding: 25px 0;
	}
	.lh_subnavboxtop h1 {
		font-size: 14px;
		margin-top: 10px;
	}
	.lh_subnavlist li {
		margin-top: 20px;
	}
	.lh_subnavlist li a {
		font-size: 12px;
	}
	.lh_subnavbox {
		width: 125px;
	}
	.lh_mddemo {
		height: calc(100vh - 200px);
	}
}


.hmbanner .swiper-slide img {
	display: block;
	width: 100%;
}
.hmbanner .swiper-pagination-bullet {
	width: 84px;
	height: 3px;
	background: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	transform: skew(-45deg);
	-webkit-transform: skew(-45deg);
	-moz-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	-o-transform: skew(-45deg);
}

.lh_pubtitle {
	text-align: center;
}
.lh_pubtitle h2 {
	font-size: 60px;
	font-weight: bold;
	font-family: Arial;
	line-height: 1;
	color: #f0f0f0;
	text-transform: uppercase;
}
.lh_pubtitle h1 {
	font-size: 26px;
	color: #333333;
	line-height: 1;
	margin-top: -24px;
}
.lh_pubtitle span {
	display: block;
	margin: 12px auto 0;
	width: 40px;
	height: 2px;
	background: #1f497d;
}
@media (max-width: 992px) {
	.lh_pubtitle h2 {
		font-size: 50px;
		font-weight: bold;
		font-family: Arial;
		line-height: 1;
		color: #f0f0f0;
		text-transform: uppercase;
	}
	.lh_pubtitle h1 {
		font-size: 22px;
		color: #333333;
		line-height: 1;
		margin-top: -20px;
	}
}
@media (max-width: 768px) {
	.lh_pubtitle h2 {
		font-size: 36px;
		font-weight: bold;
		font-family: Arial;
		line-height: 1;
		color: #f0f0f0;
		text-transform: uppercase;
	}
	.lh_pubtitle h1 {
		font-size: 18px;
		color: #333333;
		line-height: 1;
		margin-top: -16px;
	}
}

.lh_hmblockone {
	padding: 80px 0;
}
.lh_hmcplist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}
.lh_hmcplist li {
	width: 23.83%;
	margin-bottom: 30px;
}
.lh_hmcplipic {
	width: 100%;
	height: 230px;
	border: 1px solid #f3f3f3;
}
.lh_hmcplipic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lh_hmcplitext {
	background: #f3f3f3;
	height: 60px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lh_hmcplitext h1 {
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100% - 25px);
}
.lh_hmcplitext span {
	display: inline-block;
	line-height: 1;
	font-size: 22px;
	color: #aaaaaa;
}
.lh_hmcplist li:hover .lh_hmcplipic {
	border-color: #1f497d;
}
.lh_hmcplist li:hover .lh_hmcplitext {
	background: #1f497d;
}
.lh_hmcplist li:hover .lh_hmcplitext h1 {
	color: #ffffff;
}
.lh_hmcplist li:hover .lh_hmcplitext span {
	color: #ffffff;
}
.hmmore {
	text-transform: uppercase;
	display: block;
	width: 110px;
	height: 36px;
	border: solid 1px #1f497d;
	text-align: center;
	line-height: 34px;
	color: #1f497d;
	margin: 10px auto 0;
}
@media (max-width: 1399px) {
	.lh_hmcplipic {
		height: 210px;
	}
	.lh_hmcplitext {
		height: 56px;
	}
}
@media (max-width: 992px) {
	.lh_hmcplitext {
		height: 50px;
	}
}
@media (max-width: 768px) {
	.hmmore {
		width: 90px;
		height: 30px;
		line-height: 28px;
		font-size: 12px;
	}
	.hmbanner .swiper-pagination-bullet {
		width: 30px;
		height: 2px;
	}
	.lh_hmblockone {
		padding: 30px 0;
	}
	.lh_hmcplist {
		margin-top: 25px;
	}
	.lh_hmcplist li {
		width: 49%;
		margin-bottom: 15px;
	}
	.lh_hmcplitext {
		height: 36px;
		padding: 0 10px;
	}
	.lh_hmcplitext h1 {
		font-size: 12px;
	}
	.lh_hmcplitext span {
		font-size: 18px;
	}
	.lh_hmcplipic {
		height: 39vw;
	}
}

.lh_hmblocktwo {
	padding: 65px 0;
	background: url(../images/lh/hmaboutbg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.lh_hmblocktwo .lh_pubtitle h2 {
	color: #a7a7a7;
}
.lh_hmblocktwo .lh_pubtitle h1 {
	color: #ffffff;
}

.lh_hmaboutmain {
	margin-top: 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;	
}
.lh_hmaboutmain_l {
	width: 36%;
	padding-left: 50px;
	position: relative;
	height: 460px;
}
.lh_hmaboutmain_l_inn {
	width: 100%;
	height: 100%;
	border: solid 2px #f8f8f8;
}
.lh_hmaboutmain_l img {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.lh_hmaboutmain_r {
	width: 64%;
	padding: 80px 0 80px 260px;
	color: #ffffff;
	background-image: url(../images/lh/quote-icon1.png),url(../images/lh/quote-icon2.png);
	background-size: auto,auto;
	background-position: top 20px right,bottom left 30px;
	background-repeat: no-repeat,no-repeat;
}
.lh_hmaboutmain_r>h1 {
	font-size: 22px;
	color: #ffffff;
	line-height: 1;
}
.lh_hmaboutmain_r>span {
	display: block;
	width: 40px;
	height: 2px;
	background: #1f497d;
	margin: 20px 0 30px;
}
.lh_hmaboutmain_r>p {
	font-size: 14px;
	line-height: 30px;
	color: #e4e4e4;
}
.lh_hmablist {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}
.lh_hmablist li {
	text-align: center;
	flex: 1;
}
.lh_hmablist li .lh_hmabliicon {
	width: 86px;
	height: 96px;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.lh_hmabliicon1 {
	background-image: url(../images/lh/hmabicon1.png);
}
.lh_hmabliicon2 {
	background-image: url(../images/lh/hmabicon2.png);
}
.lh_hmabliicon3 {
	background-image: url(../images/lh/hmabicon3.png);
}
.lh_hmablist li:hover .lh_hmabliicon1 {
	background-image: url(../images/lh/hmabicon11.png);
}
.lh_hmablist li:hover .lh_hmabliicon2 {
	background-image: url(../images/lh/hmabicon22.png);
}
.lh_hmablist li:hover .lh_hmabliicon3 {
	background-image: url(../images/lh/hmabicon33.png);
}
.lh_hmablist li h3 {
	font-size: 14px;
	line-height: 1;
	color: #ffffff;
	margin-top: 18px;
}
@media (max-width: 1399px) {
	.lh_hmaboutmain_l img {
		width: 580px;
	}
}
@media (max-width: 1199px) {
	.lh_hmaboutmain_l img {
		width: 500px;
	}
	.lh_hmaboutmain_r {
		padding: 60px 0 60px 200px;
	}
	.lh_hmablist li .lh_hmabliicon {
		width: 70px;
		height: 80px;
	}
	.lh_hmablist li h3 {
		font-size: 12px;
	}
}
@media (max-width: 768px) {
	.lh_hmblocktwo {
		padding: 30px 0;
	}
	.lh_hmaboutmain {
		margin-top: 25px;
	}
	.lh_hmaboutmain_l {
		width: 100%;
		padding-left: 0;
		height: auto;
	}
	.lh_hmaboutmain_l img {
		width: 100%;
		position: relative;
		transform: unset;
		-webkit-transform: unset;
		-moz-transform: unset;
		-ms-transform: unset;
		-o-transform: unset;
	}
	.lh_hmaboutmain_l_inn {
		display: none;
	}
	.lh_hmaboutmain_r {
		width: 100%;
		padding: 30px 0;
		background: none;
	}
	.lh_hmaboutmain_r>h1 {
		font-size: 18px;
	}
	.lh_hmaboutmain_r>p {
		line-height: 24px;
		font-size: 12px;
	}
}

.lh_hmblockthree {
	padding: 40px 0 45px;
}
.lh_hminfolist {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lh_hminfolist li {
	width: 25%;
	text-align: center;
	border-right: 1px solid #eaeaea;
}
.lh_hminfolist li:last-child {
	border-right: none;
}
.lh_hminfolist li p {
	font-size: 16px;
	color: #666666;
	line-height: 1;
	margin-top: 20px;
}
@media (max-width: 1199px) {
	.lh_hminfolist li p {
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	.lh_hmblockthree {
		padding: 30px 0;
	}
	.lh_hminfolist li {
		width: 50%;
	}
	.lh_hminfolist li {
		border-right: none;
		margin-bottom: 25px;
	}
	.lh_hminfolist li p {
		font-size: 12px;
	}
}

.footer {
	padding: 30px 0;
	background: url(../images/lh/footbg.jpg) 100% 100%/cover no-repeat;
}
.footer .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.ftr {
	text-align: center;
}
.ftr p {
	text-align: center;font-size: 14px;
	color: #f5f5f5;
	margin-top: 10px;
}

.ftnav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.ftnav li {
	padding: 0 15px;
	line-height: 1;
	border-right: 1px solid #fff;
}
.ftnav li:first-child {
	padding-left: 0;
}
.ftnav li:last-child {
	padding-right: 0;
	border-right: none;
}
.ftnav li a {
	font-size: 14px;
	color: #ffffff;
}
.ftl p {
	font-size: 14px;
	line-height: 1;
	margin-top: 13px;
	color: #afafaf;
}

@media (max-width: 768px) {
	.ftnav {
		display: none;
	}
	.footer .inner {
		flex-direction: column-reverse;
	}
	.ftl p {
		text-align: center;
		font-size: 12px;
	}
}

.pageban img {
	width: 100%;
	object-fit: cover;
}
@media (max-width: 768px) {
	.pageban {
		height: 90px;
	}
	.pageban img {
		height: 100%;
	}
}

.pglocation {
	border-bottom: 1px solid #eeeeee;
}
.pglocation .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pgloleft {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #999999;
	height: 45px;
}
.pgloleft img {
	margin-right: 10px;
}

.pshow {
	display: none;
}
.pgsubnav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.pgsubnav li {
	position: relative;
	height: 45px;
	line-height: 45px;
}
.pgsubnav li:not(:first-child) {
	margin-left: 60px;
}
.pgsubnav li a {
	font-size: 17px;
	color: #666666;
}
.pgsubnav li.active a {
	color: #1f497d;
} 
.pgsubnav li.active::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 50%;
	width: 30px;
	height: 1px;
	background: #1f497d;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.pgcontent {
	padding: 60px 0;
}

@media (max-width: 768px) {
	.pglocation .inner {
		padding: 0;
	}
	.pshow {
		display: block;
	}
	.pglocation {
		border-bottom: none;
	}
	.pgloleft {
		width: 100%;
		border-bottom: 1px solid #eeeeee;
		height: 30px;
		font-size: 12px;
		padding: 0 2%;
	}
	.pgloright {
		width: 100%;
		background: #1f497d;
		margin:10px 2% 0;
	}
	.phone_nav {
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        padding: 3px 15px;
        border-bottom: 1px solid #4b5c98;
	}
	.phone_nav em{
	  font-size: 22px;
	  font-family: '黑体';
	}
	.pgsubnav {
		display: none;
	}
	.pgsubnav li {
		position: relative;
		height: 30px;
		line-height: 30px;
		width: 100%;
		margin-left: 0;
		border-bottom: 1px dashed #4b5c98;
		padding: 0 15px;
	}
	.pgsubnav li:not(:first-child) {
		margin-left: 0;
	}
	.pgsubnav li a {
		color: #fff;
		font-size: 12px;
	}
	.pgsubnav li.active a {
		color: #fff;
	}
	.pgsubnav li.active::after {
		display: none;
	}

	.pgcontent {
		padding: 30px 0;
	}
}

.downloadlist {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.downloadlist li {
	width: 49.17%;
	padding: 0 40px 0 36px;
	background-color: #ffffff;
	border-radius: 2px;
	border: solid 1px #eeeeee;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 117px;
	margin-bottom: 30px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
}
.downloadli_l {
	display: flex;
	align-items: center;
	width: calc(100% - 100px);
}
.downloadli_l img {
	margin-right: 34px;
}
.downloadli_l_txt h1 {
	font-size: 14px;
	color: #333333;
	line-height: 1;
}
.downloadli_l_txt p {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	margin-top: 9px;
}
.downloadbtn {
	width: 84px;
	height: 31px;
	background-color: #ffffff;
	border: solid 1px #1f497d;
	line-height: 29px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	color: #1f497d;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
}
.downloadlist li:hover {
	box-shadow: 0px 0px 12px 0px 
		rgba(55, 19, 15, 0.14);
	border: solid 1px #eeeeee;
}
.downloadbtn:hover {
	background: #1f497d;
	color: #ffffff;
}
@media (max-width: 992px) {
	.downloadlist li {
		width: 100%;
		margin-bottom: 15px;
		padding: 0 15px;
		height: 100px;
	}
	.downloadli_l img {
		margin-right: 20px;
	}
	.downloadli_l_txt h1 {
		font-size: 12px;
	}
	.downloadli_l_txt p {
		font-size: 14px;
	}
	.downloadbtn {
		width: 70px;
		height: 26px;
		line-height: 24px;
		font-size: 12px;
	}
}

.pgnewslist {
	margin-top: 50px;
}
.pgnewslist li {
	margin-bottom: 25px;
}
.pgnewslist li a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: #f5f5f5;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.pgnewslipic {
	width: 350px;
	height: 170px;
}
.pgnewslipic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pgnewslimain {
	width: calc(100% - 350px);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pgnewslitime {
	padding: 10px 80px;
	text-align: center;
	border-left: 1px solid #dcdcdc;
}
.pgnewslitime h1 {
	font-size: 50px;
	font-weight: bold;
	line-height: 1;
	color: #666666;
	font-family: fantasy;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.pgnewslitime h4 {
	font-size: 13px;
	color: #808080;
	line-height: 1;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.pgnewsliinfo {
	padding: 0 40px;
	width: calc(100% - 230px);
}
.pgnewsliinfo h1 {
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.pgnewsliinfo p {
	font-size: 12px;
	line-height: 24px;
	color: #808080;
	margin-top: 20px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.pgnewslist li:hover a {
	background: #1f497d;
}
.pgnewslist li:hover .pgnewslitime h1 {
	color: #ffffff;
}
.pgnewslist li:hover .pgnewslitime h4 {
	color: #ffffff;
}
.pgnewslist li:hover .pgnewsliinfo h1 {
	color: #ffffff;
}
.pgnewslist li:hover .pgnewsliinfo p {
	color: #ffffff;
}
@media (max-width:1199px) {
	.pgnewslitime {
		padding: 10px 40px;
	}
	.pgnewsliinfo {
		padding: 0 25px;
		width: calc(100% - 140px);
	}
}
@media (max-width:768px) {
	.pgnewslist {
		margin-top: 25px;
	}
	.pgnewslipic {
		width: 100%;
		height: 46vw;
	}
	.pgnewslimain {
		width: 100%;
		padding: 15px 0;
	}
	.pgnewsliinfo {
		padding: 0 10px;
		width: calc(100% - 75px);
	}
	.pgnewsliinfo h1 {
		font-size: 14px;
	}
	.pgnewsliinfo p {
		font-size: 12px;
		line-height: 1.6;
	}
	.pgnewslitime {
		padding: 5px 10px;
	}
	.pgnewslitime h1 {
		font-size: 36px;
	}
	.pgnewslitime h4 {
		font-size: 12px;
	}
}

.pgnewstitle {
	text-align: center;
}
.pgnewstitle h1 {
	font-size: 24px;
	color: #333333;
}
.pgnewstitle h2 {
	font-size: 12px;
	color: #999999;
	margin-top: 15px;
	line-height: 1;
}

.pgnewscontent {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	margin-top: 35px;
	padding-bottom: 50px;
}
.pgnewscontent img {
	max-width: 100%;
}
.pgnewsbtn {
	overflow: hidden;
}
.pgnewsbtn a {
	display: block;
	width: 150px;
	background-color: #1f497d;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	float: right;
}

.pgnewsbot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px 0;
	border-top: 1px solid #efefef;
	margin-top: 40px;
}
.pgnewsbot p {
	font-size: 12px;
	color: #666666;
	max-width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (max-width:768px) {
	.pgnewstitle h1 {
		font-size: 18px;
	}
	.pgnewscontent {
		font-size: 12px;
		line-height: 1.8;
		margin-top: 20px;
		padding-bottom: 30px;
	}
	.pgnewsbtn a {
		font-size: 12px;
		width: 100px;
		line-height: 36px;
	}
	.pgnewsbot p {
		width: 100%;
		max-width: 100%;
	}
}


.contacttop {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contacttopbox {
	width: 23.75%;
	padding: 30px 0 40px;
	text-align: center;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
	border-bottom: 2px solid #1f497d;
}
.contacttopbox img {
	display: block;
	height: 30px;
	margin: 0 auto;
}
.contacttopbox span {
	display: block;
	width: 26px;
	height: 1px;
	background-color: #1f497d;
	margin: 20px auto;
}
.contacttopbox h1 {
	font-size: 18px;
	color: #333333;
	line-height: 1;
}
.contacttopbox p {
	font-size: 16px;
	color: #666666;
	margin-top: 15px;
	line-height: 1;
}
@media (max-width:768px) {
	.contacttop {
		margin-top: 25px;
	}
	.contacttopbox {
		width: 49%;
		padding: 20px 0;
		margin-bottom: 10px;
	}
	.contacttopbox img {
		height: 25px;
	}
	.contacttopbox span {
		width: 18px;
	}
	.contacttopbox h1 {
		font-size: 14px;
	}
	.contacttopbox p {
		font-size: 12px;
		margin-top: 10px;
	}
}

.contactbot {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
}
.contactform {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 36.5%;
}
.contactformrow {
	width: 47.3%;
	margin-bottom: 25px;
}
.contactformrow h1 {
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	color: #000;
}
.contactformrow input {
	display: block;
	width: 100%;
	height: 36px;
	background-color: #ffffff;
	border: solid 1px #e1e2e6;
	padding: 0 15px;
	margin-top: 7px;
	font-size: 12px;
	outline: none;
}
.contactformrow textarea {
	display: block;
	width: 100%;
	height: 129px;
	background-color: #ffffff;
	border: solid 1px #e1e2e6;
	padding: 10px 15px;
	margin-top: 7px;
	font-size: 12px;
	outline: none;
}
.contactformrow.contactformrow2 {
	width: 100%;
	margin-bottom: 20px;
}
.tijiaobtn {
	display: block;
	width: 100%;
	width: 100%;
	height: 36px;
	background-color: #1f497d;
	color: #ffffff;
}
.allmap {
	width: 60%;
	height: 380px;
}
#map {
	width: 100%;
	height: 380px;
}
@media (max-width:768px) {
	.contactbot {
		margin-top: 25px;
	}
	.contactform {
		width: 100%;
	}
	.contactformrow {
		margin-bottom: 15px;
		width: 100%;
	}
	.allmap {
		width: 100%;
		margin-top: 25px;
	}
}


.pgabblockone {
	padding: 60px 0 80px;
}
.abbomain {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}
.abbomain_l {
	/* width: 467px; */
	/* padding-left: 70px; */
}
.abbopic {
	border: solid 3px #e5e5e5;
	position: relative;
}
.abbopic img {
	display: block;
	width: 600px;
	transform: translate(30px,20px);
	-webkit-transform: translate(30px,20px);
	-moz-transform: translate(30px,20px);
	-ms-transform: translate(30px,20px);
	-o-transform: translate(30px,20px);
}
.abbopic span {
	display: block;
	text-align: center;
	background-color: #1f497d;
	padding: 13px 24px;
	color: #ffffff;
	font-size: 16px;
	position: absolute;
	left: -70px;
	bottom: -8px;
}

.abbomain_r {
	width: calc(100% - 700px);
	padding-right: 65px;
	padding-top: 40px;
	padding-bottom: 20px;
	background-image: url(../images/lh/abbobg.png);
	background-position: right 65px top;
	background-repeat: no-repeat;
}
.abbomain_r h1 {
	font-size: 30px;
	color: #1f497d;
	line-height: 1;
}
.abbomain_r h2 {
	font-size: 18px;
	color: #999999;
	line-height: 1;
	margin-top: 10px;
}
.abbomain_r p {
	font-size: 18px;
	line-height: 38px;
	color: #666666;
	margin-top: 25px;
}
@media (max-width:1199px) {
	.abbomain_l {
		/* padding-left: 45px; */
	}
	.abbopic span {
		font-size: 14px;
		left: -45px;
		padding: 10px 20px;
	}
	.abbomain_r {
		width: calc(100% - 450px);
		padding-right: 0;
		background-position: right top;
	}
	.abbopic img {
		width: 330px;
	}
}
@media (max-width:768px) {
	.pgabblockone {
		padding: 30px 0 40px;
	}
	.abbomain {
		margin-top: 25px;
	}
	.abbomain_l {
		padding-left: 0;
		width: 100%;
	}
	.abbopic {
		border: none;
	}
	.abbomain_l img {
		width: 100%;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
	}
	.abbopic span {
		bottom: 10px;
		left: 0;
		font-size: 12px;
		padding: 5px 15px;
	}
	.abbomain_r {
		width: 100%;
		background: none;
		padding: 20px 0 0;
	}
	.abbomain_r h1 {
		font-size: 18px;
	}
	.abbomain_r h2 {
		font-size: 12px;
	}
	.abbomain_r p {
		font-size: 12px;
		line-height: 20px;
		margin-top: 15px;
	}
}

.pgabblocktwo {
	background: url(../images/lh/abbtwobg.jpg) no-repeat;
	background-size: auto 320px;
	background-position: center top;
	padding: 60px 0 40px;
}
.pgabblocktwo .lh_pubtitle h2 {
	color: rgba(255,255,255,0.24);
}
.pgabblocktwo .lh_pubtitle h1 {
	color: #ffffff;
}
.pgabblocktwo .lh_pubtitle span {
	background: #ffffff;
}
.abgsysmain {
	margin-top: 50px;
	padding: 30px;
	background-color: #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(177, 177, 177, 0.3);
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.abgsyspic {
	width: 560px;
}
.abgsyspic img {
	display: block;
	width: 100%;
}
.abgsystext {
	width: calc(100% - 610px);
	padding-right: 15px;
}
.abgsystext p {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	text-align: justify;
}
.abgsystext .lh_hmablist li h3 {
	color: #333333;
}
@media (max-width:1399px) {
	.abgsyspic {
		width: 49%;
	}
	.abgsystext {
		width: 49%;
		padding-right: 0;
	}
	.abgsystext p {
		line-height: 24px;
	}
}
@media (max-width:768px) {
	.pgabblocktwo {
		padding: 30px 0 20px;
	}
	.abgsysmain {
		padding: 3%;
		margin-top: 25px;
	}
	.abgsyspic {
		width: 100%;
	}
	.abgsystext {
		width: 100%;
		padding: 20px 0;
	}
	
}

.pgabblockthree {
	padding: 20px 0 80px;
}
.pgabblockthree img {
	display: block;
	width: 100%;
	margin-top: 40px;
}
@media (max-width:768px) {
	.pgabblockthree {
		padding: 10px 0 40px;
	}
	.pgabblockthree img {
		margin-top: 25px;
	}
}

.pgabblockfour {
	padding: 60px 0;
	background: #f7f7f7;
}
.abfourmain {
	margin-top: 50px;
}
.abcfzs {
	padding-bottom: 45px;
}
.abcfzs .swiper-slide {
	height: 240px;
}
.abcfzs .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.abcfzs .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #1f497d;
}
.abcfzs .swiper-pagination.swiper-pagination2 {
	bottom: 0;
}
@media (max-width:1399px) {
	.abfourmain {
		margin: 50px auto 0;
		width: 800px;
		max-width: 100%;
	}
}
@media (max-width:768px) {
	.pgabblockfour {
		padding: 30px 0;
	}
	.abfourmain {
		margin: 25px auto 0;
		width: 370px;
	}
	.abcfzs .swiper-slide {
		height: 230px;
	}
}


.pgabblockfive {
	padding: 80px 0;
}
.absbzsdemo {
	margin-top: 50px;
	position: relative;
}
/* .sbzsmain .swiper-slide {
	width: 447px;
} */
.sbzsmain .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.absbzsdemo .swiper-button-prev, .absbzsdemo .swiper-button-next {
	width: 53px;
	height: 105px;
	margin-top: -52.5px;
	background-size: 100% 100%;
	outline: none;
}
.absbzsdemo .swiper-button-prev {
	background-image: url(../images/lh/abarrowl.jpg);
	left: -70px;
}
.absbzsdemo .swiper-button-next {
	background-image: url(../images/lh/abarrowr.jpg);
	right: -70px;
}
@media (max-width:1399px) {
	.absbzsdemo .swiper-button-prev {
		left: 0;
	}
	.absbzsdemo .swiper-button-next {
		right: 0;
	}
}
@media (max-width:768px) {
	.absbzsdemo .swiper-button-prev {
		display: none;
	}
	.absbzsdemo .swiper-button-next {
		display: none;
	}
}

.pgcptop {
	padding: 60px 0 60px;
}
.pgcptop .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.cptoppic {
	width: 456px;
	border: 1px solid #ededed;
	background: #fff;
}
.pgcpswpic .swiper-slide img {
	width: 100%;
}
.pgcpswpic .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #1f497d;
	outline: none;
}

.cptopinfo {
	width: calc(100% - 550px);
}
.cptopinfo h1.cptitle {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	padding: 20px 0 25px;
	border-bottom: 1px solid #ececea;
}
.cptopinfo_p {
	font-size: 14px;
	line-height: 32px;
	color: #666666;
	padding: 25px 0;
}
.cptopinfobot {
	margin-top: 30px;
	display: flex;
	align-items: center;
}
.cptopinfobot h1 {
	font-size: 16px;
	color: #333333;
}
.cptopinfobot h1 b {
	color: #b11707;
	font-size: 22px;
}
@media (max-width:1199px) {
	.cptoppic {
		width: 400px;
	}
	.cptopinfo {
		width: calc(100% - 450px);
	}
}
@media (max-width:768px) {
	.pgcptop {
		padding: 30px 0;
	}
	.cptoppic {
		width: 100%;
	}
	.cptopinfo {
		width: 100%;
	}
	.cptopinfo h1.cptitle {
		font-size: 16px;
		padding: 20px 0 15px;
	}
	.cptopinfo_p {
		font-size: 12px;
		line-height: 20px;
		padding: 15px 0;
	}
	.cptopinfobot {
		margin-top: 15px;
	}
	.cptopinfobot h1 {
		font-size: 12px;
	}
	.cptopinfobot h1 b {
		font-size: 16px;
	}
}

.pgcpbot {
	padding: 60px 0 80px;
	background: url(../images/lh/cpdetailbg.jpg);
}
.reccpdemo {
	position: relative;
}
.rectitle {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}
.cpdetailrec {
	margin-top: 35px;
}
.cpdetailrec .swiper-slide .cprecpic {
	width: 100%;
    height: 230px;
    border: 1px solid #f3f3f3;
}
.cpdetailrec .swiper-slide .cprecpic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cpdetailrec .swiper-slide .cprectext {
	background: #eaeaea;
    height: 60px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cpdetailrec .swiper-slide .cprectext h1 {
	font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 25px);
}
.cpdetailrec .swiper-slide .cprectext span {
	display: inline-block;
    line-height: 1;
    font-size: 22px;
    color: #aaaaaa;
}
.cpdetailrec .swiper-slide:hover .cprecpic {
	border-color: #1f497d;
}
.cpdetailrec .swiper-slide:hover .cprectext {
	background: #1f497d;
}
.cpdetailrec .swiper-slide:hover .cprectext h1 {
	color: #ffffff;
}
.cpdetailrec .swiper-slide:hover .cprectext span {
	color: #ffffff;
}
.reccpdemo .btn_left444, .reccpdemo .btn_right444 {
	width: 32px;
	height: 32px;
	margin-top: 0;
	background-size: 100% 100%;
	outline: none;
	right: auto;
	left: auto;
	top: 0;
	opacity: 0.7;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.reccpdemo .btn_right444 {
	background-image: url(../images/lh/recarrowr.jpg);
	right: 0;
}
.reccpdemo .btn_left444 {
	background-image: url(../images/lh/recarrowl.jpg);
	right: 47px;
}
.reccpdemo .btn_right444:hover {
	opacity: 1;
}
.reccpdemo .btn_left444:hover {
	opacity: 1;
}

@media (max-width:768px) {
	.pgcpbot {
		padding: 30px 0 40px;
	}
	.cpdetailrec .swiper-slide .cprecpic {
		height: 38vw;
	}
	.cpdetailrec .swiper-slide .cprectext {
		height: 36px;
    	padding: 0 10px;
	}
	.cpdetailrec .swiper-slide .cprectext h1 {
		font-size: 12px;
	}
	.cpdetailrec .swiper-slide .cprectext span {
		font-size: 18px;
	}
}


.equipmentpic img {
	display: block;
	width: 100%;
}
.cpdownloadbtn {
	width: 122px;
	height: 36px;
	background-color: #1f497d;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #ffffff;
	margin-left: 25px;
}

.equipmentbot {
	padding-bottom: 80px;
}
.equipmentbotmain {
	border: solid 1px #ededed;
}
.equipmentbotmaintitle {
	text-align: center;
	border-bottom: solid 1px #ededed;
	padding: 30px 0;
	font-weight: bold;
	font-size: 24px;
}
.equipmentbotmaintext {
	padding: 20px 0;
}
.equipmentbotmaintext img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
@media (max-width:768px) {
	.cpdownloadbtn {
		width: 80px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.equipmentbotmaintitle {
		font-size: 16px;
		padding: 10px 0;
	}
	.equipmentbot {
		padding-bottom: 40px;
		margin-top: 20px;
	}
}














































































































































































