.clr {
	clear: both;
}
.inner {
	width: 1200px;
	margin: 0 auto;
}
.pd70 {
	padding: 70px 0;
}
@media screen and (max-width: 1199px) {
	.inner {
		width: 100%;
		padding: 0 3%;
	}
	.pd70 {
		padding: 8% 0;
	}
}

.lh_pgban img {
	display: block;
	width: 100%;
}
.lh_breadnav {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e6e6e6;
	height: 50px;
}
.lh_breadnav .inner {
	font-size: 14px;
	color: #333333;
}
.lh_breadnav .inner a {
	font-size: 14px;
	color: #333333;
}
@media screen and (max-width: 1199px) {
	.lh_breadnav {
		height: 40px;
	}
}
@media screen and (max-width: 768px) {
	.lh_breadnav {
		height: 30px;
	}
	.lh_breadnav .inner {
		font-size: 12px;
	}
	.lh_breadnav .inner a {
		font-size: 12px;
	}
}

.lh_pgcase {
	padding: 45px 0 30px;
}
.lh_pgcaselist {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lh_pgcaselist li {
	width: 32.5%;
	padding: 55px 35px 75px;
	background: #ebe9ea;
	margin-bottom: 20px;
	cursor: pointer;
}
.lh_pgcaselist li h1 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.lh_pgcaselist li .lh_brownline {
	width: 106px;
	height: 5px;
	background-color: #ac7f47;
	margin: 15px 0 40px;
}
.lh_pgcaselist li .lh_pgcasepicbox {
	width: 100%;
}
.lh_pgcaselist li .lh_pgcasepicbox img {
	width: 100%;
}
@media screen and (max-width: 1199px) {
	.lh_pgcaselist li {
		padding: 4% 3% 5%;
	}
}
@media screen and (max-width: 768px) {
	.lh_pgcaselist li {
		width: 100%;
	}
	.lh_pgcaselist li .lh_brownline  {
		margin: 15px 0 25px;
	}
}

.lh_pgabout {
	padding-top: 40px;
}
.lh_aboutnav {
	display: flex;
	align-items: center;
	justify-content: center;
}
.lh_aboutnav li {
	width: 195px;
	border-left: 1px solid #cccccc;
	text-align: center;
}
.lh_aboutnav li:last-child {
	border-right: 1px solid #cccccc;
}
.lh_aboutnav li a {
	font-size: 16px;
	color: #999999;
	font-weight: bold;
}
.lh_aboutnav li.cur a {
	color: #00767f;
}
.lh_qyjjmain {
	margin-top: 30px;
	margin-bottom: 50px;
	padding: 30px 3% 40px;
	background: #f5f5f5;
}
.lh_qyjjmain h1 {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.lh_qyjjmain p {
	font-size: 15px;
	line-height: 2;
	color: #333333;
	text-indent: 30px;
	margin-top: 30px;
}
@media screen and (max-width: 768px) {
	.lh_aboutnav li a {
		font-size: 14px;
	}
	.lh_qyjjmain h1 {
		font-size: 20px;
	}
	.lh_qyjjmain p {
		font-size: 12px;
		line-height: 1.8;
		text-indent: 24px;
		margin-top: 24px;
	}
	.lh_qyjjmain {
		margin-top: 20px;
		margin-bottom: 30px;
	}
}
.lh_ppjsmain p {
	text-indent: 0;
}

.lh_qywhmain {
	margin: 35px 0 40px;
	background: #f5f5f5;
	padding-bottom: 48px;
}
.lh_qywhmain img {
	display: block;
	width: 100%;
	margin-bottom: 40px;
}
.lh_qywhtext {
	text-align: center;
}
.lh_qywhtextbox {
	margin-top: 40px;
}
.lh_qywhtextbox h1 {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	line-height: 1;
}
.lh_qywhtextbox p {
	font-size: 18px;
	color: #333333;
	line-height: 1.2;
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	.lh_qywhtextbox {
		margin-top: 20px;
	}
	.lh_qywhtextbox h1 {
		font-size: 16px;
	}
	.lh_qywhtextbox p {
		font-size: 14px;
		margin-top: 15px;
	}
}

.lh_contacttext {
	padding: 0 35px;
}
.lh_contacttext h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
.lh_grayline {
	width: 100%;
	height: 1px;
	background-color: #e6e6e6;
	margin: 22px 0 28px;
}
.lh_contactlist {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.lh_contactlist li {
	width: 43%;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.lh_contactlist li .lh_contactlipic {
	height: 26px;
	width: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}
.lh_contactlist li img {
	width: auto;
	margin-bottom: 0;
}
.lh_contactlist li h5 {
	line-height: 1;
	font-size: 15px;
	color: #333333;
}
@media screen and (max-width: 768px) {
	.lh_contacttext {
		padding: 0 5%;
	}
	.lh_contactlist li {
		width: 100%;
	}
	.lh_contacttext h1 {
		font-size: 16px;
	}
	.lh_contactlist li h5 {
		font-size: 13px;
	}
}

.lh_pubtitle {
	font-size: 24px;
	color: #333333;
	line-height: 1;
	text-align: center;
}
.lh_pubtitle span {
	color: #cccccc;
}
@media screen and (max-width: 768px) {
	.lh_pubtitle span {
		display: block;
	}
}
.lh_pgcpys {
	padding: 60px 0 80px;
}
.lh_cpystopbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}
.lh_cpystopbox_l {
	width: 50%;
	height: 600px;
	background-image: url(../images/lh_cpysbg1.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.lh_cpystopbox_l_inn {
	width: 230px;
	height: 100%;
	background: rgba(0,0,0,0.2);
	max-width: 100%;
}
.lh_cpystopbox_l_inn_inn {
	width: 200px;
	height: 100%;
	background: rgba(0,0,0,0.4);
	padding: 45px 15px;	
	color: #ffffff;
	max-width: 100%;
}
.lh_cpystopbox_l_inn_inn h1 {
	text-align: center;
	text-decoration: underline;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}
.lh_cpystopbox_l_inn_inn p {
	font-size: 15px;
	line-height: 2;
	color: #ffffff;
	margin-top: 25px;
}

.lh_cpystopbox_r {
	width: 50%;
	height: 600px;
	background-image: url(../images/lh_cpysbg2.jpg);
	background-position: left bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.lh_cpystopbox_r_list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.lh_cpystopbox_r_list li {
	width: 250px;
	margin: 9px;
}
.lh_cpystopbox_r_list li:nth-child(1), .lh_cpystopbox_r_list li:nth-child(2) {
	margin-top: 0;
}
.lh_cpystopbox_r_list li img {
	width: 100%;
}
.lh_cpystopbox_r_list li .lh_cpystopbox_r_li_text {
	background-color: #f5f5f5;
	padding: 10px 15px;
}
.lh_cpystopbox_r_list li .lh_cpystopbox_r_li_text h1 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 1;
}
.lh_cpystopbox_r_list li .lh_cpystopbox_r_li_text p {
	font-size: 13px;
	color: #333333;
	line-height: 18px;
	margin-top: 5px;
}
@media screen and (max-width: 1199px) {
	.lh_cpystopbox_r_list {
		align-items: flex-start;
	}
	.lh_cpystopbox_r_list li {
		width: 45%;
		margin: 1%;
	}
}
@media screen and (max-width: 768px) {
	.lh_pgcpys {
		padding: 40px 0 50px;
	}
	.lh_cpystopbox {
		margin-top: 30px;
	}
	.lh_cpystopbox_l {
		width: 100%;
		height: auto;
	}
	.lh_cpystopbox_r {
		width: 100%;
		height: auto;
		margin-top: 10px;
		background-image: none;
	}
	.lh_cpystopbox_r_list {
		justify-content: space-between;
	}
	.lh_cpystopbox_r_list li {
		width: 100%;
		margin: 10px auto;
	}
	.lh_cpystopbox_l_inn_inn p {
		font-size: 12px;
		line-height: 1.6;
	}
}

.lh_cpysbot {
	margin-top: 75px;
}
.lh_cpysbot img {
	margin-top: 55px;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.lh_cpysbot img {
		margin-top: 30px;
	}
}

.lh_gxdzp {
	font-size: 16px;
	color: #000000;
	text-align: center;
	margin-top: 10px;
}
.lh_gxdzdemo {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lh_gxdzdemo_l {
	width: 46.67%;
}
.lh_gxdzdemo_l img {
	display: block;
	max-width: 100%;
}
.lh_gxdzdemo_r {
	width: 50%;
}
.lh_gxdzrow {
	display: flex;
	flex-wrap: wrap;
}
.lh_gxdzrow h1 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 50px;
	width: 16.67%;
}
.lh_gxdzrow input {
	display: block;
	width: 83.33%;
	height: 50px;
	padding: 0 15px;
	outline: none;
	background: #f5f5f5;
	font-size: 14px;
}
.lh_gxdzrow2 {
	margin: 20px 0;
}
.lh_gxdzrow textarea {
	display: block;
	width: 83.33%;
	height: 160px;
	padding: 15px;
	background: #f5f5f5;
	outline: none;
	resize: none;
}
.lh_tjbtnbox {
	display: flex;
	align-items: center;
	width: 83.33%;
	margin-top: 33px;
}
.lh_tjbtnbox .lh_tjbtn {
	display: block;
	width: 160px;
	height: 40px;
	border: solid 1px #333333;
	background: none;
	font-size: 16px;
	margin-right: 10px;
}
@media screen and (max-width: 1199px) {
	.lh_gxdzdemo_l {
		width: 100%;
	}
	.lh_gxdzdemo_l img {
		margin: 0 auto;
	}
	.lh_gxdzdemo_r {
		width: 70%;
		margin: 0 auto;
		margin-top: 30px;
	}
}
@media screen and (max-width: 768px) {
	.lh_gxdzdemo_r {
		width: 100%;
	}
	.lh_gxdzrow h1 {
		width: 100%;
	}
	.lh_gxdzrow input {
		width: 100%;
	}
	.lh_gxdzrow textarea {
		width: 100%;
	}
	.lh_tjbtnbox {
		margin: 20px auto 0;
	}
	.lh_tjbtnbox .lh_tjbtn {
		margin-right: 0;
		margin: 0 5px;
	}
}


.lh_pggchz {
	background: #f5f5f5;
	padding: 50px 0;
}
.lh_gchzlist {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.lh_gchzlist li {
	width: 32.33%;
	background: #ffffff;
	margin-bottom: 18px;
	padding: 35px 0;
	text-align: center;
}
.lh_gchzlipic {
	max-width: 90%;
	width: 320px;
	height: 240px;
	margin: 0 auto;
}
.lh_gchzlipic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lh_gchzlist li>h1 {
	font-size: 14px;
	color: #333333;
	line-height: 1;
	margin-top: 30px;
	margin-bottom: 8px;
}
.lh_gchzlist li>a {
	font-size: 14px;
	color: #e21c2a;
	line-height: 1;
	margin-top: 10px;
}
@media screen and (max-width: 1199px) {
	.lh_gchzlipic {
		height: 200px;
	}
}
@media screen and (max-width: 992px) {
	.lh_gchzlipic {
		height: auto;
	}
}
@media screen and (max-width: 768px) {
	.lh_gchzlist li {
		width: 49%;
	}
}


.lh_pgshbz {
	padding: 50px 0;
}
.lh_shbztoplist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}
.lh_shbztoplist li {
	width: 29%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 40px;
}
.lh_shbztoplist li img {
	width: 101px;
	margin-right: 30px;
}
.lh_shbztoplist li .lh_shbztoplitext h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	color: #333333;
	padding-top: 10px;
}
.lh_shbztoplist li .lh_shbztoplitext p {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 15px;
}
@media screen and (max-width: 992px) {
	.lh_shbztoplist li {
		width: 45%;
		justify-content: flex-start;
	}
}
@media screen and (max-width: 768px) {
	.lh_shbztoplist li {
		flex-direction: column;
		align-items: center;
	}
	.lh_shbztoplist li img {
		margin-right: 0;
		margin: 0 auto;
	}
	.lh_shbztoplist li .lh_shbztoplitext {
		text-align: center;
	}
	.lh_shbztoplist li .lh_shbztoplitext h1 {
		font-size: 16px;
		padding-top: 10px;
	}
	.lh_shbztoplist li .lh_shbztoplitext p {
		font-size: 14px;
		margin-top: 15px;
	}
}

.lh_shbzmid {
	margin-top: 30px;
}
.lh_shbzmid img {
	margin-top: 40px;
	max-width: 100%;
}

.lh_shbzbot {
	margin-top: 60px;
}
.lh_shbzbot_p {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	margin-top: 25px;
}
.lh_shbzbotlist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}
.lh_shbzbotlist li {
	width: 23.33%;
	height: 300px;
	border: solid 2px #666666;
	padding: 60px 0;
	text-align: center;
}
.lh_shbzbotlist li a>img {
	display: block;
	margin: 0 auto;
	height: 66px;
}
.lh_shbzbotlist li a>h1 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 1;
	margin-top: 25px;
}
.lh_shbzbotlist li .lh_brownline {
	width: 30px;
	height: 4px;
	background-color: #ac7f47;
	margin: 15px auto 10px;
}
.lh_shbzbotlist li p {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 1.8;
}

@media screen and (max-width: 992px) {
	.lh_shbzbotlist li {
		width: 48%;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 768px) {
	.lh_shbzbotlist li {
		width: 90%;
		margin: 0 auto 20px;
	}
}


.lh_pgcpdetail {
	padding: 60px 0;
}
.lh_cpdetailtop {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lh_cpdetailtop_l {
	width: 50%;
}
.lh_cpdetailtop_l img {
	width: 100%;
}
.lh_cpdetailbtn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.lh_cpdetailbtn .btn_left {
	position: relative;
	margin-top: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 36px;
	height: 36px;
	background-image: url(../images/lh_cpdetailarrowleft.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	outline: none;
	margin: 0 5px;
}
.lh_cpdetailbtn .btn_right {
	position: relative;
	margin-top: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 36px;
	height: 36px;
	background-image: url(../images/lh_cpdetailarrowright.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	outline: none;
	margin: 0 5px;
}

.lh_cpdetailtop_r {
	width: 44.5%;
}
.lh_cptitle {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	line-height: 1.5;
}
.lh_cpdetailpricedemo {
	margin-top: 20px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 20px 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.lh_cpdetailpricedemo_l {
	font-size: 16px;
	font-weight: bold;
	color: #e21c2a;
}
.lh_cpdetailpricedemo_l a {
	font-size: 24px;
	color: #e21c2a;
	font-weight: bold;
}
.lh_cpdetailpricedemo_r {
	font-size: 14px;
	color: #999999;
}
.lh_cpdetailcanshu {
	padding-top: 20px;
	padding-bottom: 5px;
}
.lh_cpdetailcanshu li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}
.lh_cpdetailcanshu li h1 {
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	min-width: 85px;
	width: 14.5%;
}
.lh_cpdetailcanshu li p {
	max-width: 85.5%;
	line-height: 20px;
	border: solid 1px #e21c2a;
	padding: 5px 10px;
	font-size: 14px;
	color: #333333;
}


.lh_cpxiaoliangdemo {
	display: flex;
	align-items: center;
	padding: 16px 0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.lh_cpxiaoliangdemo li {
	display: flex;
	align-items: center;
	margin-right: 30px;
	font-size: 14px;
	color: #666666;
	cursor: pointer;
}
.lh_cpxiaoliangdemo li img {
	margin-right: 10px;
}
@media screen and (max-width: 768px) {
	.lh_pgcpdetail {
		padding: 30px 0 40px;
	}
	.lh_cpdetailtop_l {
		width: 100%;
		margin-bottom: 30px;
	}
	.lh_cpdetailtop_r {
		width: 100%;
	}
	.lh_cptitle {
		font-size: 20px;
	}
	.lh_cpdetailpricedemo_l {
		font-size: 14px;
	}
	.lh_cpdetailpricedemo_l a {
		font-size: 18px;
	}
	.lh_cpxiaoliangdemo {
		justify-content: space-between;
	}
	.lh_cpxiaoliangdemo li {
		margin-right: 0;
		font-size: 12px;
	}
	.lh_cpdetailcanshu li {
		margin-bottom: 15px;
	}
}

.lh_cpdetailbot {
	margin-top: 40px;
}
.lh_cpdetailcatenav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.lh_cpdetailcatenav li {
	flex: 1;
	border-left: 1px solid #e5e5e5;
	height: 50px;
}
.lh_cpdetailcatenav li:last-child {
	border-right: 1px solid #e5e5e5;
}
.lh_cpdetailcatenav li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #000000;
	transition: 0.2s all;
}
.lh_cpdetailcatenav li a:hover {
	background: #e21c2a;
	color: #fff;
}

.lh_cpdetailbotpubtitle {
	height: 70px;
	background-color: #00767f;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
}
#lh_cpdetail_cpxq {
	background: #f5f5f5;
}
#lh_cpdetail_cpxq img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
#lh_cpdetail_xjtp {
	background: #f5f5f5;
}
#lh_cpdetail_cpys {
	background: #f5f5f5;
}
#lh_cpdetail_sdgx {
	background: #f5f5f5;
}
#lh_cpdetail_shrq {
	background: #f5f5f5;
}
#lh_cpdetail_cnbz {
	background: #f5f5f5;
}
#lh_cpdetail_shbz {
	background: #f5f5f5;
}
.lh_cpdetail_xjtp_inn {
	padding: 50px 0;
}
.lh_cpdetail_xjtp_inn img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.lh_cpdetail_cpys_inn {
	padding: 0 45px 50px;
}
.lh_cpdetail_sdgx_inn {
	padding: 50px 0;
}
.lh_cpdetail_cnbz_inn {
	padding: 0 45px;
}
.lh_cpdetail_sdgx_inn img {
	display: block;
	max-width: 100%;
}
.lh_cpdetail_24hour_inn {
	padding: 0 45px 50px;
}
@media screen and (max-width: 768px) {
	.lh_cpdetailbotpubtitle {
		height: 40px;
		font-size: 18px;
	}
	.lh_cpdetail_cpys_inn {
		padding: 0 0 30px;
	}
	.lh_cpdetail_xjtp_inn {
		padding: 30px 0;
	}
	.lh_cpdetail_sdgx_inn {
		padding: 30px 0;
	}
	.lh_cpdetail_cnbz_inn {
		padding: 0;
	}
	.lh_cpdetail_24hour_inn {
		padding: 0 0 30px;
	}
	#lh_cpdetail_cpxq {
		background: #fff;
	}
	#lh_cpdetail_xjtp {
		background: #fff;
	}
	#lh_cpdetail_cpys {
		background: #fff;
	}
	#lh_cpdetail_sdgx {
		background: #fff;
	}
	#lh_cpdetail_shrq {
		background: #fff;
	}
	#lh_cpdetail_cnbz {
		background: #fff;
	}
	#lh_cpdetail_shbz {
		background: #fff;
	}
	
	.lh_cpdetailcatenav li {
		font-size: 12px;
		text-align: center;
		padding: 0 1%;
	}
}

.lh_mask {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
}
.lh_getpricedemo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	width: 500px;
	max-width: 92%;
}
.lh_getpricetitle {
	height: 55px;
    font-size: 24px;
    line-height: 55px;
    color: #fff;
    text-indent: 20px;
    background-color: #00767f;
    font-weight: bold;
}
.lh_getpricemain {
	background: #fff;
    padding: 18px 26px;
    overflow: hidden;
    z-index: 20;
}
.lh_getpricemain p {
	text-align: center;
    color: #ff8575;
    font-size: 18px;
    margin-bottom: 15px;
}
.lh_maskclosebtn {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(50%,-50%);
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	background: #aaa;
	font-size: 20px;
    line-height: 26px;
	text-align: center;
	cursor: pointer;
	transition: 0.2s all;
	font-family: '黑体';
}
.lh_maskclosebtn:hover {
	background: rgb(55, 101, 253);
}
.lh_getpricerow {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.lh_getpricerow h1 {
	font-size: 14px;
    color: #333;
    width: 30%;
    height: 30px;
    line-height: 30px;
    text-align: right;
}
.lh_getpricerow_r {
	line-height: 30px;
    width: 70%;
}
.lh_getpricerow_r input {
	display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #555;
    font-size: 12px;
    height: 29px;
    line-height: 20px;
    padding: 8px 6px;
	width: 210px;
	max-width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
}
.lh_getpricebtn input {
	height: 40px;
    width: 250px;
    background: #00767f;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	margin: 10px auto 20px;
	outline: none;
}

.gotop {
	width: 42px;
	height: 42px;
	background: url(../images/gotop.png) 100% 100%/cover no-repeat;
	position: fixed;
	right: 20px;
	bottom: 50px;
	cursor: pointer;
	transition: 0.2s all;
}
.gotop:hover {
	opacity: 0.5;
}
@media screen and (max-width: 768px) {
	.gotop {
		width: 30px;
		height: 30px;
		right: 10px;
		bottom: 10px;
	}
}



.section1 .st_img img {
	transition: 0.2s all;
}
.section1 .st_img:hover img {
	transform: scale(1.05);
}
.section3 .enginer_left_ul li {
	transition: 0.2s all;
}
.section3 .enginer_left_ul li:hover {
	box-shadow: 0 0 10px #ccc
}
.section3 .enginer_left_ul li img {
	transition: 0.2s all;
}
.section3 .enginer_left_ul li:hover img {
	transform: scale(1.05);
}
.section3 .enginer_left_ul li .enginer_left_img {
	overflow: hidden;
}
.section7 .fast_ul li p:hover a {
	transition: 0.2s all;
	color: #e21c2a;
}

.lh_contactlist li.mbshow {
	display: none;
}
.lh_contactlist li.mbhide {
	display: flex;
}
@media (max-width:768px) {
	.lh_contactlist li.mbshow {
		display: flex;
	}
	.lh_contactlist li.mbhide {
		display: none;
	}
}


.lh_shbzbotlist li {
	position: relative;
}
.lh_24hourmask {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	background: #fff;
	transition: 0.2s all;
}
.lh_24hourmask img {
	max-width: 100%;
	max-height: 100%;
}
.lh_shbzbotlist li:hover .lh_24hourmask {
	opacity: 1;
}
.lh_24hourmask h5 {
	font-size: 24px;
    color: #e21c2a;
}

.lh_mask2 {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	top: 0;
	left: 0;
	display: none;
	z-index: 999999;
}
.lh_mask2center {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lh_mask2centerinn {
	width: 800px;
	max-height: 96vh;
	max-width: 96vw;
}
.lh_mask2c_hd {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 30px;
	background: #f5f5f5;
	padding: 10px 20px;
}
.lh_mask2c_hd h1 {
	font-size: 16px;
}
.lh_mask2c_hd span {
	font-size: 29px;
	margin-top: -5px;
	cursor: pointer;
}
.lh_mask2inn {
	max-width: 100%;
	max-height: calc(100% - 30px);
}
.lh_mask2inn iframe {
	max-width: 100% !important;
	max-height: 100% !important;
}
@media (max-width:768px) {
	.lh_mask2inn iframe {
		height: 60vw;
	}
	.lh_mask2c_hd h1 {
		font-size: 12px;
	}
	.lh_mask2c_hd span {
		font-size: 20px;
		margin-top: -5px;
		cursor: pointer;
	}
}













