html,
body {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
*{
-webkit-touch-callout:none; /系统默认菜单被禁用/
-webkit-user-select:none; /webkit浏览器/
-khtml-user-select:none; /早期浏览器/
-moz-user-select:none;/火狐/
-ms-user-select:none; /IE10/
user-select:none;
}

.clr {
	clear: both;
}

.inner {
	width: 1400px;
	margin: 0 auto;
}

.pd70 {
	padding: 70px 0;
}

@media screen and (max-width: 1399px) {
	.inner {
		width: 100%;
		padding: 0 3%;
	}

	.pd70 {
		padding: 8% 0;
	}
}

.lh_header {
	background: #ffffff;
}
.lh_header .lh_hdinner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
}
.logo {
	display: flex;
	align-items: center;
}
.logo img {
	display: block;
	margin-right: 30px;
}
.logo p {
	line-height: 71px;
	padding-left: 30px;
	border-left: 1px solid #dcdcdc;
	font-size: 17px;
	letter-spacing: 1px;
	color: #333333;
}
.lh_hdteldemo {
	display: flex;
	align-items: center;
}
.lh_hdteldemo_r {
	margin-left: 10px;
}
.lh_hdteldemo_r h1 {
	font-size: 15px;
	color: #666666;
}
.lh_hdteldemo_r h1 b {
	font-size: 23px;
	color: #ff1416;
}

.lh_navbtn	{
	width: 30px;
    height: 20px;
    display: none;
    position: relative;
}
.lh_navbtn span {
	width: 30px;
    display: block;
    height: 2px;
    background: #333;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: all .2s linear;
}
.lh_navbtn span:nth-child(1) {
	top: 0;
}
.lh_navbtn span:nth-child(2) {
	top: 10px;
}
.lh_navbtn span:nth-child(3) {
	top: 20px;
}
.lh_navbtn span.no1 {
    transform: rotate(45deg);
    top: 10px;
}
.lh_navbtn span.no2 {
    visibility: hidden;
    opacity: 0;
}
.lh_navbtn span.no3 {
    transform: rotate(-45deg);
    top: 10px;
}

.lh_hmnav {
	background: #119146;
}
.lh_navlist {
	height: 49px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lh_navlist li {
	/* width: 98px; */
	flex: 1;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}
.lh_navlist li a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	position: relative;
	line-height: 1;
}
.lh_navlist li a:after {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 15px;
	background-color: rgba(255,255,255,0.2);
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.lh_navlist li:last-child a:after {
	display: none;
}
.lh_navlist li.active {
	background: #ffffff;
}
.lh_navlist li.active a {
	color: #333333;
}
.lh_navlist li.active a:before {
	display: none;
}
.lh_navlist li.active a:after {
	display: none;
}

.lh_hdtelmobile {
	display: none;
}
.lh_hdtelmobile img {
	display: block;
	width: 20px;
}
.lh_hdtelmobile .lh_hdtelmobile_r a {
	font-size: 14px;
	font-weight: bold;
	color: ##ff1416;
	margin-left: 5px;
}

.secnav {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
	z-index: 10000;
	display: none;
}
.secnav li a {
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	line-height: 40px;
	height: 40px;
}
.secnav li:hover a {
	background: #119146;
	color: #ffffff;
}
@media (max-width:992px) {
	.lh_navbtn {
		display: block;
	}
	.logo p {
		display: none;
	}
	.lh_hdteldemo {
		display: none;
	}
	.lh_hdtelmobile {
		display: flex;
		align-items: center;
	}
	.lh_header .lh_hdinner {
		height: auto;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.logo img {
		height: 50px;
	}
}
@media (max-width:768px) {
	.lh_header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 99999;
	}
	.mb60 {
		height: 60px;
	}
	.lh_hmnav {
		display: none;
		width: 100%;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 9999;
	}
	.lh_hmnav .inner {
		padding: 0;
	}
	.lh_navlist {
		height: auto;
		padding: 0;
	}
	.lh_navlist li {
		width: 100%;
		flex: auto;
	}
	.lh_navlist li a {
		line-height: 36px;
		font-size: 14px;
	}
	.lh_navlist li a:before {
		display: none;
	}
	.lh_navlist li a:after {
		display: none;
	}
	.lh_navlist li.active {
		background: #f0f0f0;
	}
}


.hmbanner img {
	display: block;
	width: 100%;
}
.hmbanner .btn_right111 {
	width: 60px;
    height: 60px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    background-size: 60px 60px;
    background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/lh/banarrowright.png);
}
.hmbanner .btn_left111 {
	width: 60px;
    height: 60px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    background-size: 60px 60px;
    background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/lh/banarrowleft.png);
}
@media (max-width:768px) {
	.hmbanner .btn_right111 {
		display: none;
	}
	.hmbanner .btn_left111 {
		display: none;
	}
}


.hmdatalist {
	padding: 15px 20px;
	background-color: #ffffff;
	box-shadow: 0px 2px 31px 0px rgba(5, 5, 5, 0.1);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 9000;
	position: relative;
	display: flex;
	align-items: flex-start;
}
.hmdatalist li {
	width: 25%;
	padding: 30px 0;
	text-align: center;
}
.hmdatalist li h1 {
	position: relative;
	font-size: 50px;
	color: #666666;
	line-height: 1;
	display: inline-block;
}
.hmdatalist li h1 sup {
	font-size: 16px;
	position: absolute;
	top: 5px;
	right: -25px;
}
.hmdatalist li span {
	display: block;
	width: 30px;
	height: 2px;
	background-color: #42a350;
	margin: 20px auto;
}
.hmdatalist li p {
	font-size: 16px;
	color: #666666;
	line-height: 1;
}
.hmdatalist li:hover {
	background: #119146;
}
.hmdatalist li:hover h1 {
	color: #ffffff;
}
.hmdatalist li:hover span {
	background-color: #fff;
}
.hmdatalist li:hover p {
	color: #ffffff;
}
@media (max-width:1199px) {
	.hmdatalist li h1 {
		font-size: 40px;
	}
	.hmdatalist li h1 sup {
		font-size: 14px;
		top: 5px;
		right: -25px;
	}
	.hmdatalist li span {
		display: block;
		width: 30px;
		height: 2px;
		background-color: #42a350;
		margin: 20px auto;
	}
	.hmdatalist li p {
		font-size: 14px;
		color: #666666;
		line-height: 1;
	}
}
@media (max-width:992px) {
	.hmdatademo .inner {
		padding: 0;
	}
	.hmdatalist {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		padding: 10px;
	}
	.hmdatalist li {
		width: 25%;
		padding: 20px 0;
		text-align: center;
	}
}
@media (max-width:768px) {
	.hmdatalist {
		padding: 0;
		flex-wrap: wrap;
		justify-content: center;
	}
	.hmdatalist li {
		width: 50%;
		padding: 15px 0;
	}
	.hmdatalist li h1 {
		font-size: 28px;
	}
	.hmdatalist li h1 sup {
		font-size: 12px;
		top: 0;
		right: -15px;
	}
	.hmdatalist li span {
		display: block;
		width: 20px;
		height: 2px;
		background-color: #42a350;
		margin: 10px auto;
	}
	.hmdatalist li p {
		font-size: 12px;
		color: #666666;
		line-height: 1;
	}
}


.hmblockone {
	padding: 55px 0 70px;
	margin-top: -95px;
}
.hmtitle {
	text-align: center;
}
.hmtitle h1 {
	font-size: 70px;
	font-weight: bold;
	color: rgba(0,0,0,0.1);
	text-transform: uppercase;
	line-height: 1;
}
.hmtitle h2 {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	transform: translateY(-100% );
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	margin-top: -8px;
}
.hmtitle h2 span {
	color: #0080c2;
}
.hmtitle .greenline {
	width: 51px;
	height: 2px;
	background-color: #0080c2;
	margin: 0 auto;
	margin-top: -8px;
}
@media (max-width:768px) {
	.hmtitle h1 {
		font-size: 36px;
	}
	.hmtitle h2 {
		font-size: 18px;
		margin-top: -4px;
	}
	.hmtitle .greenline {
		width: 30px;
		margin-top: -4px;
	}
}

.hmcpdemo {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hmcpcatalist {
	width: 18.57%;
}
.hmcpcatalist li {
	text-align: center;
	height: 110px;
	background-color: #eeeeee;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 3px;
	cursor: pointer;
}
.hmcpcatalist li:last-child {
	margin-bottom: 0;
}
.hmcpcatalist li h5 {
	font-size: 14px;
	line-height: 1;
	color: rgba(0,0,0,0.5);
}
.hmcpcatalist li h1 {
	font-size: 20px;
	line-height: 1;
	color: #333333;
	margin-top: 15px;
}
.hmcpcatalist li.cur {
	background: #119146;
}
.hmcpcatalist li.cur h5 {
	color: rgba(255,255,255,0.5);
}
.hmcpcatalist li.cur h1 {
	color: #ffffff;
}

.hmcpmain {
	width: 78.5%;
}
.hmcpmainbox {
	display: none;
}
.hmcpmaintop {
	background: #eeeeee;
	padding: 10px;
	display: flex;
}
.hmcpmaintoppic {
	width: 37%;
	height: 270px;
}
.hmcpmaintoppic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hmcpmaintop_r {
	width: 63%;
	padding: 20px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.hmcpmaintop_r_t h1 {
	font-size: 20px;
	color: #119146;
	line-height: 1;
	font-weight: bold;
}
.hmcpmaintop_r_t h1 span {
	font-size: 16px;
	color: #333333;
	opacity: 0.5;
	font-weight: normal;
	margin-left: 10px;
}
.hmcpmaintop_r_t p {
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	margin-top: 15px;
}
.hmcpmaintop_r_b {
	display: flex;
	align-items: center;
}
.hmcpmaintop_r_b a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	height: 40px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}
.hmcpmaintop_r_b a.hmcpmaintopbtn1 {
	background: #119146;
}
.hmcpmaintop_r_b a.hmcpmaintopbtn2 {
	background: #999999;
	margin-left: 30px;
}

.hmcpmainbot {
	margin-top: 18px;
	overflow: hidden;
}
/* .hmcpmainbot .swiper-slide {
	border: 1px solid #e5e5e5;
	width: 280px;
} */
.hmcpmainbot li {
	border: 1px solid #e5e5e5;
	width: 280px;
	margin-right: 22px;
	float: left;
}
.hmcpswiperpic {
	width: 100%;
	height: 192px;
}
.hmcpswiperpic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.hmcpswipertext {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #eeeeee;
	padding: 0 20px;
	height: 60px;
}
.hmcpswipertext h1 {
	font-size: 16px;
	color: #333333;
	max-width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hmcpswipertext_r {
	display: flex;
	align-items: center;
}
.hmcpswipertext_r span {
	font-size: 14px;
	color: #999999;
}
.hmcpswipertext_r em {
	display: block;
	width: 14px;
	height: 8px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(../images/lh/hmcpicon1.png);
	margin-left: 13px;
}
/* .hmcpmainbot .swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	margin: 0 auto;
} */
.hmcpmainbot li:hover .hmcpswipertext h1 {
	color: #119146;
	font-weight: bold;
}
.hmcpmainbot li:hover .hmcpswipertext_r span {
	color: #119146;
}
.hmcpmainbot li:hover .hmcpswipertext_r em {
	background-image: url(../images/lh/hmcpicon2.png);
}

@media (max-width:1199px) {
	.hmcpmaintop_r_t p {
		line-height: 1.6;
		font-size: 12px;
	}
	.hmcpcatalist li h1 {
		font-size: 16px;
	}
}
@media (max-width:992px) {
	.hmblockone {
		margin-top: 0;
	}
}
@media (max-width:768px) {
	.hmblockone {
		padding: 30px 0;
	}
	.hmcpdemo {
		margin-top: 30px;
	}
	.hmcpcatalist {
		width: 100%;
	}
	.hmcpcatalist li {
		height: auto;
		padding: 5px 0;
	}
	.hmcpcatalist li h5 {
		font-size: 12px;
	}
	.hmcpcatalist li h1 {
		font-size: 14px;
		margin-top: 5px;
	}
	.hmcpmain {
		width: 100%;
		margin-top: 3px;
	}
	.hmcpmaintop {
		flex-wrap: wrap;
	}
	.hmcpmaintoppic {
		width: 100%;
		height: 58.6vw;
	}
	.hmcpmaintop_r {
		width: 100%;
		padding: 15px 0;
	}
	.hmcpmaintop_r_b {
		margin-top: 15px;
	}
	.hmcpmainbot li {
		width: 160px;
		margin-right: 5px;
	}
	.hmcpswiperpic {
		height: 28.6vw;
	}
	.hmcpswipertext {
		height: 40px;
		padding: 0 5px;
	}
	.hmcpswipertext h1 {
		font-size: 12px;
		max-width: 80%;
	}
	.hmcpswipertext_r span {
		display: none;
	}
	.hmcpmainbot {
		margin-top: 15px;
	}
}

.hmblocktwo {
	background: #f2f8f6;
	padding: 60px 0 80px;
}
.hmadvdemo {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hmadvdemo li {
	width: 23.36%;
	background: #fff;
}
.hmadvlitop {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	padding: 40px 0 30px;
}
.hmadvlitop b {
	color: #119146;
}
.hmadvlipic {
	width: 100%;
}
.hmadvlipic img {
	display: block;
	width: 100%;
}
.hmadvlitext {
	padding: 20px;
}
.hmadvlitext p {
	font-size: 14px;
	color: #666666;
	line-height: 2;
	position: relative;
	padding-left: 15px;
}
.hmadvlitext p em {
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #119146;
	position: absolute;
	top: 12px;
	left: 0;
}
@media (max-width:992px) {
	.hmadvlitop {
		font-size: 16px;
		padding: 30px 0 20px;
	}
	.hmadvlitext {
		padding: 15px 10px;
	}
	.hmadvlitext p {
		font-size: 12px;
		padding-left: 10px;
		line-height: 1.8;
	}
	.hmadvlitext p em {
		top: 8px;
	}
}
@media (max-width:768px) {
	.hmblocktwo {
		padding: 30px 0;
	}
	.hmadvdemo {
		margin-top: 20px;
	}
	.hmadvdemo li {
		width: 49.5%;
		margin-bottom: 5px;
	}
	.hmadvlitext {
		padding: 10px 5px;
	}
	.hmadvlitext p {
		padding-left: 10px;
		line-height: 1.6;
	}
	.hmadvlitext p em {
		top: 7px;
	}
}

.hmblockthree {
	padding: 60px 0 80px;
}
.hmjhgctop {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.hmjhgctoppic {
	width: 50%;
}
.hmjhgctoppic img {
	display: block;
	width: 100%;
}
.hmjhgctoptext {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px 0;
}
.hmjhgctoptext_t {
	padding-left: 40px;
}
.hmjhgctoptext_t h1 {
	font-size: 18px;
	color: #333333;
	line-height: 1;
}
.hmjhgctoptext_t p {
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	margin-top: 20px;
}
.hmjhgctoptext_b {
	padding: 30px 0 30px 40px;
	font-size: 14px;
	font-weight: bold;
	line-height: 34px;
	color: #ffffff;
	background: #119146;
}
@media (max-width:1199px) {
	.hmjhgctoptext_t {
		padding-left: 20px;
	}
	.hmjhgctoptext_t p {
		line-height: 20px;
	}
	.hmjhgctoptext_b {
		padding: 15px 0 15px 20px;
	}
}
@media (max-width:992px) {
	.hmjhgctop {
		flex-wrap: wrap;
	}
	.hmjhgctoppic {
		width: 100%;
	}
	.hmjhgctoptext {
		width: 100%;
		display: block;
		padding: 15px 0;
	}
	.hmjhgctoptext_t {
		padding-left: 0;
	}
	.hmjhgctoptext_t p {
		line-height: 18px;
		margin-top: 15px;
	}
	.hmjhgctoptext_b {
		padding: 10px 15px;
		font-size: 12px;
		line-height: 20px;
		margin-top: 15px;
	}
}

.hmjhgclist {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hmjhgclist li {
	width: 24%;
	box-shadow: 2px 1px 20px 0px rgba(5, 5, 5, 0.08);
}
.hmjhgclipic {
	width: 100%;
	height: 180px;
}
.hmjhgclipic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hmjhgclitext {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	padding: 0 20px;
	height: 70px;
}
.hmjhgclitext h1 {
	font-size: 16px;
	color: #666666;
	max-width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hmjhgclitext_r {
	display: flex;
	align-items: center;
}
.hmjhgclitext_r span {
	font-size: 14px;
	color: #999999;
}
.hmjhgclitext_r em {
	display: block;
	width: 14px;
	height: 8px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(../images/lh/hmcpicon1.png);
	margin-left: 13px;
}
.hmjhgclist li:hover .hmjhgclitext h1 {
	color: #119146;
	font-weight: bold;
}
.hmjhgclist li:hover .hmjhgclitext_r span {
	color: #119146;
}
.hmjhgclist li:hover .hmjhgclitext_r em {
	background-image: url(../images/lh/hmcpicon2.png);
}
@media (max-width:992px) {
	.hmjhgclipic {
		height: 140px;
	}
	.hmjhgclitext {
		padding: 0 15px;
		height: 60px;
	}
}
@media (max-width:768px) {
	.hmjhgctop {
		margin-top: 20px;
	}
	.hmblockthree {
		padding: 30px 0;
	}
	.hmjhgclist li {
		width: 49.5%;
		margin-bottom: 5px;
	}
	.hmjhgclipic {
		height: 25.6vw;
	}
	.hmjhgclitext {
		padding: 0 5px;
		height: 40px;
	}
	.hmjhgclitext_r span {
		display: none;
	}
	.hmjhgclitext h1 {
		font-size: 12px;
		max-width: 80%;
	}
	.hmjhgclist {
		margin-top: 0;
	}
}

.hmblockfour {
	padding: 60px 0 80px;
	background: #f2f8f6;
}
.hmprocesslist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}
.hmprocesslist li {
	width: 16.5%;
	text-align: center;
	padding: 30px 0 40px;
	background: #329f5f;
	position: relative;
}
.hmprocesslist li:nth-child(2n) {
	background: #c8c8c8;
}
.hmprocesslist li h1 {
	font-size: 16px;
	color: #ffffff;
	line-height: 1;
}
.hmprocesslist li img {
		margin: 20px auto 0;
}
.hmprocesslist li span {
	font-size: 40px;
	color: #fff;
	opacity: 0.2;
	position: absolute;
	bottom: 5%;
	right: 5%;
}
@media (max-width:992px) {
	.hmblockfour {
		padding: 30px 0;
	}
	.hmprocesslist {
		margin-top: 20px;
	}
	.hmprocesslist li {
		width: 33%;
		padding: 20px 0 30px;
		margin-bottom: 1px;
	}
	.hmprocesslist li h1 {
		font-size: 14px;
	}
	.hmprocesslist li img {
		margin-top: 15px;
		height: 35px;
	}
	.hmprocesslist li span {
		font-size: 20px;
	}
}

.hmblockfive {
	padding: 60px 0 80px;
}
.hmcaselist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}
.hmcaselist li {
	width: 32.15%;
	box-shadow: 2px 1px 20px 0px rgba(5, 5, 5, 0.08);
}
.hmcaselipic {
	width: 100%;
	height: 283px;
}
.hmcaselipic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hmcaselitext {
	text-align: center;
	padding: 30px;
	background: #fff;
}
.hmcaselitext h1 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hmcaselitext .greenline {
	width: 30px;
	height: 1px;
	background-color: #119146;
	margin: 20px auto 15px;
}
.hmcaselitext p {
	font-size: 14px;
	line-height: 26px;
	color: #666666;
}
.hmcaselitext_b {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}
.hmcaselitext_b span {
	font-size: 14px;
	color: #999999;
}
.hmcaselitext_b em {
	display: block;
	width: 14px;
	height: 8px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(../images/lh/hmcpicon1.png);
	margin-left: 13px;
}
.hmcaselist li:hover .hmcaselitext h1 {
	color: #119146;
}
.hmcaselist li:hover .hmcaselitext_b span {
	color: #119146;
}
.hmcaselist li:hover .hmcaselitext_b em {
	background-image: url(../images/lh/hmcpicon2.png);
}
@media (max-width:992px) {
	.hmcaselipic {
		height: 200px;
	}
	.hmcaselitext {
		padding: 15px;
	}
	.hmcaselitext h1 {
		font-size: 16px;
	}
	.hmcaselitext .greenline {
		width: 25px;
		height: 1px;
		margin: 15px auto 10px;
	}
	.hmcaselitext p {
		font-size: 12px;
		line-height: 18px;
	}
}
@media (max-width:768px) {
	.hmcaselist li {
		width: 100%;
		margin-bottom: 10px;
	}
	.hmcaselipic {
		height: 59.5vw;
	}
	.hmcaselitext h1 {
		font-size: 14px;
	}
	.hmcaselitext_b span {
		font-size: 12px;
	}
	.hmblockfive {
		padding: 30px 0;
	}
	.hmcaselist {
		margin-top: 20px;
	}
}

.hmblocksix {
	padding: 60px 0 80px;
	background: url(../images/lh/hmaboutbg.jpg) 100% 100%/cover no-repeat;
}
.hmaboutmain {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}
.hmaboutmain_l {
	background: #f9fafb;
	width: 48%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 40px;
}
.hmaboutmain_l h1 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}
.hmaboutmain_l h2 {
	font-size: 16px;
	color: #999999;
	margin-top: 5px;
}
.hmaboutmain_l .greenline {
	width: 50px;
	height: 2px;
	background-color: #119146;
	margin-top: 15px;
}
.hmaboutmain_l p {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	margin-top: 50px;
}
.hmaboutmain_r {
	width: 48%;
}
.hmaboutmain_r img {
	display: block;
	width: 100%;
}
@media (max-width:1199px) {
	.hmaboutmain_l p {
		margin-top: 20px;
		line-height: 20px;
	}
	.hmaboutmain_l h1 {
		font-size: 18px;
	}
	.hmaboutmain_l h2 {
		font-size: 14px;
		margin-top: 4px;
	}
	.hmaboutmain_l .greenline {
		margin-top: 10px;
		width: 40px;
	}
}
@media (max-width:992px) {
	.hmaboutmain_l {
		width: 100%;
		padding: 15px;
	}
	.hmaboutmain_r {
		width: 100%;
	}
	.hmaboutmain_l p {
		margin-top: 20px;
		line-height: 20px;
		font-size: 12px;
	}
	.hmaboutmain {
		margin-top: 20px;
	}
	.hmblocksix {
		padding: 30px 0;
	}
}

.hmblockseven {
	padding: 60px 0 80px;
}
.hmnewsdemo {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}
.hmnewsdemo_l {
	background-color: #ffffff;
	box-shadow: 2px 1px 20px 0px rgba(5, 5, 5, 0.08);
	width: 50%;
}
.hmnewsbigpic {
	width: 100%;
	height: 300px;
}
.hmnewsbigpic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hmnewsbigtext {
	padding: 15px 40px;
}
.hmnewsbigtext_t {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 25px 0;
}
.hmnewsbigtext_t h1 {
	font-size: 20px;
	color: #333333;
	/* font-weight: bold; */
	/* line-height: 1; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 90%;
}
.hmnewsbigtext_t em {
	display: block;
	width: 20px;
	height: 10px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(../images/lh/hmnewsicon1.png);
}
.hmnewsbigtext_b {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hmnewsbigtext_b_time {
	width: 100px;
	padding-right: 30px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right: 1px solid rgba(0,0,0,0.2);
}
.hmnewsbigtext_b_time h1 {
	font-size: 30px;
	line-height: 1;
	color: #333333;
}
.hmnewsbigtext_b_time h5 {
	font-size: 20px;
	color: #999999;
	line-height: 1;
	margin-top: 19px;
}
.hmnewsbigtext_b_intro {
	width: calc(100% - 100px);
	padding-left: 30px;
	font-size: 14px;
	line-height: 26px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.hmnewsdemo_l:hover .hmnewsbigtext_t h1 {
	color: #119146;
	font-weight: bold;
}
.hmnewsdemo_l:hover .hmnewsbigtext_t em {
	background-image: url(../images/lh/hmnewsicon2.png);
}

.hmnewsdemo_r {
	width: 46.5%;
}
.hmnewsdemo_r ul li {
	background-color: #ffffff;
	box-shadow: 2px 1px 20px 0px rgba(5, 5, 5, 0.08);
	margin-bottom: 25px;
}
.hmnewsdemo_r ul li:last-child {
	margin-bottom: 0;
}
.hmnewsdemo_r ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 30px;
}
.hmnewslitime {
	width: 100px;
	padding-right: 30px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right: 1px solid rgba(0,0,0,0.2);
}
.hmnewslitime h1 {
	font-size: 30px;
	line-height: 1;
	color: #333333;
}
.hmnewslitime h5 {
	font-size: 20px;
	color: #999999;
	line-height: 1;
	margin-top: 19px;
}
.hmnewslitext {
	width: calc(100% - 100px);
	padding-left: 30px;
}
.hmnewslitext_t {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hmnewslitext_t h1 {
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 90%;
}
.hmnewslitext_t em {
	display: block;
	width: 20px;
	height: 10px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(../images/lh/hmnewsicon1.png);
}
.hmnewslitext_b {
	font-size: 14px;
	line-height: 26px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 15px;
}
.hmnewsdemo_r ul li:hover .hmnewslitext_t h1 {
	font-weight: bold;
	color: #119146;
}
.hmnewsdemo_r ul li:hover .hmnewslitext_t em {
	background-image: url(../images/lh/hmnewsicon2.png);
}
@media (max-width:768px) {
	.hmnewsdemo_l {
		width: 100%;
	}
	.hmnewsbigpic {
		height: 40vw;
	}
	.hmnewsbigtext {
		padding: 10px 15px;
	}
	.hmnewsbigtext_t {
		margin: 5px 0;
	}
	.hmnewsbigtext_t h1 {
		font-size: 14px;
	}
	.hmnewsbigtext_t em {
		width: 14px;
		height: 8px;
	}
	.hmnewsbigtext_b_time {
		width: 60px;
		padding-right: 15px;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		border-right: 1px solid rgba(0,0,0,0.2);
	}
	.hmnewsbigtext_b_time h1 {
		font-size: 14px;
		line-height: 1;
		color: #333333;
	}
	.hmnewsbigtext_b_time h5 {
		font-size: 12px;
		color: #999999;
		line-height: 1;
		margin-top: 10px;
	}
	.hmnewsbigtext_b_intro {
		width: calc(100% - 60px);
		padding-left: 15px;
		font-size: 12px;
		line-height: 1.4;
		-webkit-line-clamp: 3;
	}
	.hmnewsdemo_r {
		width: 100%;
		margin-top: 15px;
	}
	.hmnewsdemo_r ul li {
		margin-bottom: 15px;
	}
	.hmnewsdemo_r ul li a {
		padding: 10px 15px;
	}
	.hmnewslitime {
		width: 60px;
		padding-right: 15px;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.hmnewslitime h1 {
		font-size: 14px;
		line-height: 1;
		color: #333333;
	}
	.hmnewslitime h5 {
		font-size: 12px;
		color: #999999;
		line-height: 1;
		margin-top: 10px;
	}
	.hmnewslitext {
		width: calc(100% - 60px);
		padding-left: 15px;
	}
	.hmnewslitext_t h1 {
		font-size: 14px;
	}
	.hmnewslitext_t em {
		display: block;
		width: 14px;
		height: 8px;
	}
	.hmnewslitext_b {
		font-size: 12px;
		line-height: 1.4;
		margin-top: 5px;
	}
	.hmnewsdemo {
		margin-top: 20px;
	}
	.hmblockseven {
		padding: 30px 0;
	}
}


.ftbot {
	background: #313131;
}
.ftbot .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
}
.ftbot .inner span {
	font-size: 12px;
	color: #fffefe;
	opacity: 0.7;
	text-align: center;
}

.fttop {
	background: #404040;
	padding: 55px 0;
	color: #c6c6c6;
}
.fttop .inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fttop_l {
	width: 28.5%;
}
.fttop_l h1 {
	font-size: 14px;
	line-height: 1;
}
.fttop_l h2 {
	font-size: 14px;
	line-height: 1;
	margin-top: 30px;
}
.fttop_l .grayline {
	width: 300px;
	height: 1px;
	background-color: #c6c6c6;
	max-width: 90%;
	margin: 15px 0;
}
.fttop_l p {
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 1px;
}

.fttop_r {
	width: 17.85%;
	overflow: hidden;
}
.fttop_r_inn {
	float: right;
	text-align: center;
}
.fttop_r_inn p {
	color: #ffffff;
	font-size: 14px;
	line-height: 1;
	margin-top: 20px;
}

.fttop_c {
	width: 53.65%;
	border-left: 1px dashed #ffffff;
	border-right: 1px dashed #ffffff;
	padding: 0 3%;
	display: flex;
	justify-content: space-between;
}
.fttop_c a {
	color: #c6c6c6;
}
.fttop_c h1 {
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
}
.fttop_c_box1 {
	width: 35%;
}
.fttop_c_box2 {
	width: 38%;
}
.fttop_c_box3 {
	/* width: 20%; */
}
.fttop_c_box3 h1 {
	margin-bottom: 16px;
}
.fttop_c_boxlist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fttop_c_boxlist li {
	width: 50%;
	line-height: 1;
	margin-bottom: 12px;
}
@media (max-width:1199px) {
	.fttop_c {
		padding: 0 3%;
	}
}
@media (max-width:992px) {
	.fttop_c {
		display: none;
	}
	.fttop_l {
		width: 60%;
	}
	.fttop_r {
		width: 40%;
	}
}
@media (max-width:768px) {
	.fttop_l {
		width: 100%;
	}
	.fttop_r {
		width: 100%;
	}
	.fttop_r_inn {
		float: none;
		margin-top: 20px;
		display: inline-block;
	}
	.fttop {
		padding: 30px 0;
	}
	.ftbot .inner {
		flex-wrap: wrap;
		padding: 10px 0;
	}
	.ftbot .inner span {
		display: block;
		width: 100%;
	}
}


.fixed_right {
    width: 60px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    z-index: 999999;
}

.fixed_right>ul>li {
    position: relative;
    margin-bottom: 1px;
    cursor: pointer;
}

.fixed_right>ul>li>img {
    width: 100%;
    height: auto;
    transition: .3s
}

.fixeds {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    right: -200px;
    top: 0;
    height: 70px;
    width: 150px;
    background-color: #119146;
    z-index: -1;
    font-size: 15px;
    color: #fff;
    transition: .4s;
}

.fixed_right>ul>li:hover>img {
    opacity: 0.8;
}

.fixed_right>ul>li:hover .fixeds {
    right: 60px;
}

.qx_product_right {
	padding-bottom: 80px;
}


.mbbotfix {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
}
.mbbotfixinn {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mbbotfixinn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 50px;
	font-size: 14px;
	color: #ffffff;
}
.mbbotfixinn a span {
	margin-left: 10px;
}
@media (max-width: 768px) {
	.fixed_right {
		display: none;
	}
	.qx_product_right {
		padding-bottom: 30px;
	}
	.mbbotfix {
		display: block;
	}
	.lh_footer {
		margin-bottom: 50px;
	}
}



/* 尾部样式 */
