.clr {
	clear: both;
}

.inner {
	width: 1200px;
	margin: 0 auto;
}
.p80 {
	padding: 80px 0;
}
@media screen and (max-width: 1199px) {
	.inner {
		width: 100%;
		padding: 0 3%;
	}
	.p80 {
		padding: 30px 0;
	}
}

.header {
	background: url(../images/lh/hdbg.jpg) 100% 100%/cover no-repeat;
}
.header .hdinner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}
.header .hdinner a.logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .hdinner a.logo img {
	display: block;
}
.header .hdinner a.logo img:first-child {
	margin-right: 25px;
}
.hdsearchdemo {
	display: flex;
	align-items: center;
	border: 1px solid #d4d8db;
}
.hdsearchdemo .searchinp {
	display: block;
	width: 250px;
	background: transparent;
	height: 30px;
	outline: none;
	padding: 0 15px;
	font-size: 14px;
}
.hdsearchdemo .searchbtn {
	display: block;
	width: 45px;
	height: 30px;
	background: url(../images/lh/searchbtn.jpg) 100% 100% no-repeat;
	outline: none;
}
.languagedemo {
	display: flex;
	align-items: center;
}
.languagedemo a {
	display: block;
	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;
}
.languagedemo a img {
	display: block;
}
.languagedemo a:first-child {
	margin-right: 15px;
}
.languagedemo a:hover {
	opacity: 1;
}

.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: #f07a18;
}
.lh_navlist {
	height: 38px;
	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;
}
.lh_navlist li a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	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.3);
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.lh_navlist li:first-child a:before{
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 15px;
	background-color: rgba(255,255,255,0.3);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.lh_navlist li.active {
	background: #ee954c;
}
.lh_navlist li.active a:before {
	display: none;
}
.lh_navlist li.active a:after {
	display: none;
}

@media (max-width:992px) {
	.hdsearchdemo {
		display: none;
	}
	.lh_hdteldemo {
		display: none;
	}
}
@media (max-width:768px) {
	.header .hdinner {
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.header .hdinner a.logo img {
		height: 40px;
	}
	.header .hdinner a.logo img:first-child {
		margin-right: 0;
	}
	.header .hdinner a.logo img:last-child {
		display: none;
	}
	.languagedemo a img {
		height: 20px;
	}
	.lh_hmnav {
		display: none;
	}
	.lh_hmnav .inner {
		padding: 0;
	}
	.lh_navbtn {
		display: block;
	}
	.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: #ee954c;
	}
}


.hmbanner img {
	display: block;
	width: 100%;
}
.hmbanner .swiper-pagination {
	bottom: 25px;
}
.hmbanner .swiper-pagination-bullet {
	background: #fff;
	border-radius: 0;
	width: 110px;
	height: 3px;
	outline: none;
	transform: skew(-45deg);
}
@media (max-width:768px) {
	.hmbanner .swiper-pagination {
		bottom: 5px;
	}
	.hmbanner .swiper-pagination-bullet {
		background: #fff;
		border-radius: 0;
		width: 30px;
		height: 2px;
		outline: none;
		transform: skew(-45deg);
	}
}

.pubtitle {
	text-align: center;
}
.pubtitle h1 {
	font-size: 70px;
	font-weight: bold;
	color: #f2f2f2;
	text-transform: uppercase;
	line-height: 1;
}
.pubtitle h2 {
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	transform: translateY(-85% );
	-webkit-transform: translateY(-85% );
	-moz-transform: translateY(-85% );
	-ms-transform: translateY(-85% );
	-o-transform: translateY(-85% );
}
.pubtitle .orangeline {
	width: 40px;
	height: 2px;
	background-color: #f07a18;
	margin: 0 auto;
	margin-top: -5px;
}
@media (max-width:768px) {
	.pubtitle h1 {
		font-size: 28px;
	}
	.pubtitle h2 {
		font-size: 18px;
		margin-top: -4px;
	}
	.pubtitle .orangeline {
		width: 30px;
		margin-top: -4px;
	}
}


.hmblockone {
	background: url(../images/lh/hmcpbg.jpg) 100% 100%/cover no-repeat;
}
.hmcplist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}
.hmcplist li {
	width: 31.66%;
	height: 280px;
	position: relative;
	margin-bottom: 30px;
}
.hmcplist li img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hmcplimask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 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;
}
.hmcplimaskinn {
	width: 240px;
	max-width: 100%;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	line-height: 1;
	padding: 15px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0 15px;
}
.hmcplist li:hover .hmcplimask {
	opacity: 1;
}
.cpreadmore {
	margin: 20px auto 0;
}
@media (max-width:992px) {
	.hmcplist li {
		height: 200px;
	}
}
@media (max-width:768px) {
	.hmcplist {
		margin-top: 25px;
	}
	.hmcplist li {
		width: 48.5%;
		margin-bottom: 15px;
		height: 33.6vw;
	}
	.hmcplimaskinn {
		font-size: 12px;
	}
	.cpreadmore {
		margin: 10px auto 0;
	}
}

.readmore {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 44px;
	border: solid 1px #f07a18;
	font-size: 16px;
	color: #f07a18;
	background: transparent;
}
@media (max-width:768px) {
	.readmore {
		font-size: 12px;
		width: 100px;
		height: 30px;
	}
}

.hmappmain {
	margin-top: 50px;
}
.hmapp .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
.hmapp .swiper-slide:nth-child(2n) {
	flex-direction: column-reverse;
}
.hmapp .swiper-slide img {
	display: block;
	width: 100%;
}
.hmapp .swiper-slide .hmappslidebot {
	height: 127px;
	background: #fff;
	text-align: center;
	position: relative;
	padding-top: 40px;
	width: 100%;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.hmapp .swiper-slide:nth-child(2n) .hmappslidebot {
	padding-top: 30px;
}
.hmapp .swiper-slide .hmappslidebot h1 {
	font-size: 18px;
	color: #333333;
	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;
}
.hmapp .swiper-slide .hmappslidebot h2 {
	font-size: 36px;
	color: #e7e7e7;
	font-weight: bold;
	line-height: 1;
	margin-top: 15px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.hmapp .swiper-slide .hmappslidebot span {
	display: block;
	width: 1px;
	height: 44px;
	position: absolute;
	left: 50%;
	top: -22px;
	background-color: #aeaeae;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.hmapp .swiper-slide:nth-child(2n) .hmappslidebot span {
	left: 50%;
	top: auto;
	bottom: -22px;
}
.hmapp .swiper-slide:hover .hmappslidebot {
	background: #f07a18;
}
.hmapp .swiper-slide:hover .hmappslidebot h1 {
	color: #ffffff;
}
.hmapp .swiper-slide:hover .hmappslidebot h2 {
	color: #ffffff;
}
.hmapp .swiper-slide:hover .hmappslidebot span {
	background: #fff;
}
.hmapp .swiper-slide .hmappslidemask {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
	top: 0;
	left: 0;
	padding: 10px;
	opacity: 0;
}
.hmapp .swiper-slide .hmappslidemask .hmappslidemaskinn {
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
}
.hmapp .swiper-slide:hover .hmappslidemask {
	opacity: 1;
}

.hmapparrowdemo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}
.swiper-button-next.btn_right111, .swiper-button-prev.btn_left111 {
	position: relative;
	outline: none;
	margin-top: 0;
	left: auto;
	right: auto;
	bottom: auto;
	top: auto;
	width: 26px;
	height: 26px;
	margin: 0 10px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.swiper-button-next.btn_right111 {
	background-image: url(../images/lh/apparrowright.png);
}
.swiper-button-prev.btn_left111 {
	background-image: url(../images/lh/apparrowleft.png);
}
.swiper-button-next.btn_right111:after {
	position: absolute;
	content: '';
	width: 148px;
	height: 1px;
	background-color: #efefef;
	top: 50%;
	left: 200%;
}
.swiper-button-prev.btn_left111:after {
	position: absolute;
	content: '';
	width: 148px;
	height: 1px;
	background-color: #efefef;
	top: 50%;
	right: 200%;
}
@media (max-width:768px) {
	.swiper-button-next.btn_right111:after {
		display: none;
	}
	.swiper-button-prev.btn_left111:after {
		display: none;
	}
	.hmapp .swiper-slide .hmappslidebot {
		height: 80px;
		padding-top: 20px;
	}
	.hmapp .swiper-slide:nth-child(2n) .hmappslidebot {
		padding-top: 20px;
	}
	.hmapp .swiper-slide .hmappslidebot h1 {
		font-size: 14px;
	}
	.hmapp .swiper-slide .hmappslidebot h2 {
		font-size: 20px;
		margin-top: 5px;
	}
	.hmapp .swiper-slide .hmappslidebot span {
		height: 30px;
	}
	.hmapparrowdemo {
		margin-top: 20px;
	}
	.hmappmain {
		margin-top: 25px;
	}
}

.hmblockthree {
	background: url(../images/lh/hmaboutbg.jpg) 100% 100%/cover no-repeat;
}
.hmaboutmain {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}
.hmaboutpic {
	width: 50%;
}
.hmaboutpic img {
	display: block;
	width: 100%;
}
.hmabouttxt {
	width: 50%;
	border: solid 1px #d0d0d0;
	padding: 50px 40px;
}
.hmabouttxt p {
	font-size: 14px;
	color: #666666;
	line-height: 34px;
}
.hmabouttxt p b {
	font-size: 18px;
	color: #333333;
}
.aboutmore {
	margin-top: 40px;
}
@media (max-width:768px) {
	.hmaboutpic {
		width: 100%;
	}
	.hmabouttxt {
		width: 100%;
		border: solid 1px #d0d0d0;
		padding: 30px 5%;
	}
	.hmabouttxt p {
		font-size: 12px;
		line-height: 20px;
	}
	.hmabouttxt p b {
		font-size: 14px;
	}
}


.hmnewslist {
	margin-top: 50px;
}
.hmnewslist li {
	margin-bottom: 10px;
}
.hmnewslist li a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	padding: 12px 3%;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.hmnewstime {
	width: 135px;
	text-align: right;
	padding-top: 25px;
}
.hmnewstime h1 {
	font-size: 44px;
	color: #999999;
	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;
}
.hmnewstime h5 {
	font-size: 18px;
	color: #999999;
	line-height: 1;
	margin-top: 10px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.hmnewstime em {
	display: block;
	width: 63px;
	height: 7px;
	background: url(../images/lh/newsarrow.png) 100% 100% no-repeat;
	margin-top: 30px;
}

.hmnewsmain {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width: calc(100% - 160px);
}
.hmnewspic {
	width: 350px;
	height: 182px;
}
.hmnewspic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hmnewstext {
	padding-left: 40px;
	width: calc(100% - 350px);
}
.hmnewstext h1 {
	font-size: 18px;
	color: #333333;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.hmnewstext p {
	font-size: 14px;
	color: #999999;
	margin-top: 20px;
	line-height: 1.8;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.hmnewslist li:hover a {
	background: #f07a18;
	box-shadow: 0px 3px 26px 0px rgba(69, 89, 43, 0.35);
}
.hmnewslist li:hover .hmnewstime h1 {
	color: #ffffff;
}
.hmnewslist li:hover .hmnewstime h5 {
	color: #ffffff;
}
.hmnewslist li:hover .hmnewstext h1 {
	color: #ffffff;
}
.hmnewslist li:hover .hmnewstext p {
	color: #ffffff;
}

@media (max-width:768px) {
	.hmnewstime {
		width: 100%;
		padding-top: 0;
	}
	.hmnewstime h1 {
		font-size: 16px;
	}
	.hmnewstime h5 {
		font-size: 12px;
	}
	.hmnewstime em {
		margin-top: 0;
	}
	.hmnewsmain {
		width: 100%;
	}
	.hmnewspic {
		width: 100%;
	}
	.hmnewstext {
		width: 100%;
		padding: 10px 3%;
	}
	.hmnewstext h1 {
		font-size: 14px;
	}
	.hmnewstext p {
		font-size: 12px;
		margin-top: 10px;
	}
}

.ftbot {
	background: #3f3f3f;
}
.ftbot .inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 46px;
	font-size: 14px;
	color: #838383;
}

.fttop {
	background: #2d2d2d;
	color: #d4d4d4;
	padding: 60px 0;
}
.fttop .inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fttitle {
	margin-bottom: 25px;
}
.fttitle h1 {
	font-size: 16px;
	color: #ffffff;
	line-height: 1;
	letter-spacing: 2px;
}
.fttitle .orangeline {
	width: 35px;
	height: 2px;
	background-color: #f07a18;
	margin-top: 10px;
}
.fttop_l_b p {
	font-size: 12px;
	line-height: 1;
	margin-bottom: 17px;
}
.fttop_l_b_b {
	display: flex;
	align-items: center;
	font-size: 14px;
}
.fttop_l_b_b a:not(:last-child) {
	margin-right: 20px;
}

.ftnav {
	width: 170px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ftnav li {
	padding-left: 10px;
	background: url(../images/lh/ftnavicon.png) no-repeat;
	background-size: 4px 8px;
	background-position: center left;
	line-height: 1;
	margin-bottom: 37px;
}
.ftnav li a {
	font-size: 12px;
}
.ftmsgdemo {
	width: 540px;
	max-width: 100%;
}
.ftmsgtop {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ftmsgtop input {
	display: block;
	width: 48.5%;
	height: 38px;
	background-color: #343434;
	outline: none;
	padding: 0 15px;
	font-size: 12px;
	color: #ffffff;
	margin-bottom: 10px;
}
.ftmsgbot {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ftmsgbot textarea {
	resize: none;
	outline: none;
	background-color: #343434;
	padding: 10px 15px;
	font-size: 12px;
	color: #ffffff;
	height: 75px;
	width: calc(100% - 50px);
}
.ftmsgbot input {
	display: block;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	width: 34px;
	height: 75px;
	background: url(../images/lh/tijiao.jpg) 100% 100%/cover no-repeat;
	outline: none;
}

@media (max-width:1199px) {
	.ftnav {
		width: 135px;
	}
	.ftmsgdemo {
		width: 450px;
	}
}
@media (max-width:992px) {
	.fttop_r {
		width: 100%;
		margin-top: 20px;
	}
	.fttop_l {
		width: 50%;
	}
	.fttop_m {
		width: 50%;
	}
	.ftmsgdemo {
		width: 100%;
	}
}
@media (max-width:768px) {
	.fttop {
		padding: 30px 0;
	}
	.fttop_l {
		width: 100%;
	}
	.fttop_m {
		display: none;
	}
	.ftbot .inner {
		flex-wrap: wrap;
	}
	.ftbot .inner span {
		display: block;
		text-align: center;
	}
}


.pgban img {
	display: block;
	width: 100%;
}
.breadnav {
	border-bottom: 1px solid #f5f5f5;
}
.breadnav .inner {
	display: flex;
	align-items: center;
	height: 42px;
	font-size: 12px;
	color: #656565;
}
.breadnav .inner img {
	margin-right: 10px;
}
.breadnav .inner a {
	font-size: 12px;
	color: #656565;
	/* margin: 0 5px; */
}
@media (max-width:768px) {
	.breadnav .inner {
		height: 30px;
	}
}

.pgabtopmain {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.pgabtopmain_l {
	position: relative;
	width: 65%;
}
.pgabtopmain_l>img {
	display: block;
	max-width: 100%;
	transform: translateX(78px);
	-webkit-transform: translateX(78px);
	-moz-transform: translateX(78px);
	-ms-transform: translateX(78px);
	-o-transform: translateX(78px);
}
.pgabtopmain_l_tag {
	position: absolute;
	left: 0;
	bottom: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 30px;
	background: #f07a18;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
.pgabtopmain_l_tag img {
	margin-right: 15px;
}
.pgabtopmain_r {
	width: 35%;
	position: relative;
	z-index: 9;
	background-color: #ffffff;
	box-shadow: 0px 0px 16px 0px rgba(173, 173, 173, 0.2);
	padding: 40px 33px;
	font-size: 14px;
	line-height: 38px;
	color: #666666;
}
@media (max-width:1199px) {
	.pgabtopmain_l>img {
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
	}
	.pgabtopmain_r {
		line-height: 28px;
		padding: 30px 25px;
	}
}
@media (max-width:992px) {
	.pgabtopmain_l {
		width: 100%;
	}
	.pgabtopmain_r {
		width: 100%;
		line-height: 24px;
		padding: 20px;
	}
	.pgabtopmain_l>img {
		width: 100%;
	}
	.pgabtopmain_l_tag {
		bottom: 10px;
		padding: 5px 10px;
		background: #f07a18;
		font-size: 14px;
		font-weight: bold;
		color: #ffffff;
	}
	.pgabtopmain_l_tag img {
		margin-right: 15px;
	}
	.pgabtopmain {
		margin-top: 30px;
	}
}


.pgabmid {
	background: url(../images/lh/pgabbg.jpg) 100% 100%/cover no-repeat;
	padding: 60px 0;
}
.swiper-button-prev.prev2 {
	width: 26px;
	height: 26px;
	background: #fff url(../images/lh/apparrowleft.png) no-repeat center/100% 100%;
	left: 0;
	margin-top: -13px;
	z-index: 999;
	border-radius: 100%;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.swiper-button-next.next2 {
	width: 26px;
	height: 26px;
	background: #fff url(../images/lh/apparrowright.png) no-repeat center/100% 100%;
	right: 0;
	margin-top: -13px;
	z-index: 999;
	border-radius: 100%;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.swiper_body {
	width: 227px;
	margin: 0 auto;
}
.swiper_body h3 {
	font-family: SourceHanSansCN-Bold;
	font-size: 16px;
	font-weight: bold;
	color: #f07a18;
	text-align: center;
	margin-bottom: 13px;
}
.swiper2 {
	position: relative;
	margin-top: 50px;
}
.swiper_body p {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
.swiper2 .swiper-slide {
	position: relative;
	text-align: center;
}
.swiper2 .swiper-slide::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background-color: #fff;
	border: 3px solid #f07a18;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(54, 54, 54, 0.35);
	box-shadow: 0px 0px 6px 0px rgba(54, 54, 54, 0.35);
}
.swiper2 .swiper-slide:nth-child(2n+1) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.swiper2 .swiper-slide:nth-child(2n+1) .swiper_body {
	padding-top: 25px;
	height: 100px;
	max-height: 100px;
	overflow: hidden;
}
.swiper2 .swiper-slide:nth-child(2n) .swiper_body {
	padding-bottom: 25px;
	height: 100px;
	max-height: 100px;
	overflow: hidden;
}
.swiper_body1 {
	height: 100px;
}
.swiper2::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #ccc;
}
@media (max-width:768px) {
	.swiper2 .swiper-slide:nth-child(2n+1) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.swiper2 .swiper-slide:nth-child(2n+1) .swiper_body {
		padding-bottom: 25px;
		padding-top: 0;
	}
	.pgabmid {
		padding: 30px 0 0;
	}
}

.pgabbotmain {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}
.pgabbotbox {
	width: 48.75%;
	background: #f9f9f9;
	position: relative;
}
.pgabbotbox img {
	display: block;
	width: 100%;
}
.pgabbotboxtext {
	padding: 35px 45px 55px;
}
.pgabbotboxtext h1 {
	text-align: center;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 1;
}
.pgabbotboxtext p {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	margin-top: 15px;
}
.pgabbotbox:after {
	position: absolute;
	content: '';
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	width: 30px;
	height: 3px;
	background-color: #f07a18;
}
@media (max-width:992px) {
	.pgabbotboxtext {
		padding: 20px 25px 35px;
	}
	.pgabbotbox:after {
		bottom: 20px;
	}
}
@media (max-width:768px) {
	.pgabbotmain {
		margin-top: 30px;
	}
	.pgabbotbox {
		width: 100%;
		margin-bottom: 15px;
	}
	.pgabbotboxtext {
		padding: 15px 20px 35px;
	}
	.pgabbotboxtext p {
		line-height: 24px;
	}
}

.pgcaontact {
	padding: 15px 0 50px;
}
.contactbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 40px 0;
	border-bottom: 1px solid #f5f5f5;
	overflow: hidden;
}
.contactbox:last-child {
	border-bottom: none;
}
.contactmap {
	padding: 16px;
	border: 1px solid #f07a18;
	width: 55%;
	position: relative;
}
.mapbox>div {
	width: 100%;
	height: 280px;
}
.mapcover1 {
	width: 90px;
    height: 90px;
    transform: rotate(45deg);
    position: absolute;
    top: -33px;
    right: -33px;
    background-color: #fff;
    z-index: 2;
}
.mapcover2 {
	width: 90px;
    height: 90px;
    border-bottom: solid 1px #f07a18;
    transform: rotate(45deg);
    position: absolute;
    top: -45px;
    right: -45px;
    background-color: #fff;
    z-index: 3;
}
.contacttext {
	width: 41.6%;
	background-color: #fafafa;
	padding: 45px 40px 30px;
	position: relative;
	z-index: 99;
}
.contacttext h1 {
	font-size: 18px;
	color: #545454;
	font-weight: bold;
}
.contacttext p {
	font-size: 16px;
	color: #545454;
	line-height: 40px;
	margin-top: 20px;
}
@media (max-width:1199px) {
	.contactbox {
		align-items: center;
	}
	.contacttext {
		padding: 30px;
	}
	.contacttext p {
		line-height: 36px;
	}
}
@media (max-width:768px) {
	.contactbox {
		padding: 15px 0;
	}
	.contactmap {
		width: 100%;
		padding: 0;
	}
	.mapcover1 {
		display: none;
	}
	.mapcover2 {
		display: none;
	}
	.contacttext {
		width: 100%;
		padding: 15px;
	}
	.contacttext h1 {
		font-size: 14px;
	}
	.contacttext p {
		font-size: 12px;
		line-height: 20px;
		margin-top: 10px;
	}
}

.pgnewsdetail {
    padding: 60px 0;
}
.lh_newsdetailtitle {
    text-align: center;
    font-size: 24px;
    color: #333333;
    padding-bottom: 25px;
    border-bottom: 1px solid #ebebeb;
}
.lh_newsdetailtit_bot {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.lh_newsdetailtit_bot span {
    font-size: 12px;
    color: #333333;
    opacity: 0.8;
}

.lh_newsdetailmain {
    margin-top: 50px;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    border-bottom: 1px solid #efefee;
    padding-bottom: 40px;
}
.lh_newsdetailmain img {
    max-width: 100%;
}
.lh_newsdetailbot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}
.lh_newsdetailbot_l p {
    font-size: 14px;
    color: #333333;
    margin: 5px 0;
}
.lh_newsdetailbot_r a {
    display: block;
    width: 129px;
	height: 31px;
	border-radius: 4px;
    border: solid 1px #f07a18;
    font-size: 14px;
    color: #f07a18;
    text-align: center;
    line-height: 29px;
}

@media (max-width: 768px) {
    .pgnewsdetail {
        padding: 30px 0;
    }
    .lh_newsdetailtitle {
        font-size: 18px;
        padding-bottom: 15px;
    }
    .lh_newsdetailtit_bot {
        margin-top: 10px;
    }
    .lh_newsdetailmain {
        margin-top: 20px;
        font-size: 12px;
        line-height: 1.6;
        padding-bottom: 30px;
    }
    .lh_newsdetailbot_l {
        max-width: 65%;
    }
    .lh_newsdetailbot_l p {
        font-size: 12px;
        color: #333333;
        margin: 5px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .lh_newsdetailbot_r a {
        width: 100px;
        height: 24px;
        border-radius: 4px;
        border: solid 1px #f07a18;
        font-size: 12px;
        line-height: 22px;
    }
}


#pagesize {
	display: flex;
	justify-content: center;
	margin-top: 55px;
}
#pagesize ul li {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 5px;
    box-shadow: unset;
    padding: 0;
}
#pagesize ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 26px;
    color: #999999;
    border: solid 1px #e5e5e5;
}
#pagesize ul li a.active {
	color: #ffffff;
	background: #f07a18;
    border: solid 1px #f07a18;
}


.pgapplist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}
.pgapplist li {
	width: 31.67%;
	position: relative;
	margin-bottom: 30px;
}
.pgapplist li>img {
	display: block;
	width: 100%;
}
.pgapplimask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	padding: 5px;
	opacity: 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;
}
.pgapplist li:hover .pgapplimask {
	opacity: 1;
}
.pgapplimaskinn {
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255,255,255,0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.pgapplimaskinn h1 {
	font-size: 22px;
	color: #ffffff;
	line-height: 1;
}
.pgapplimaskinn h2 {
	font-size: 16px;
	color: #ffffff;
	line-height: 1;
	opacity: 0.6;
	text-transform: uppercase;
	margin: 13px 0 15px;
}
.pgapplimaskinn .orangeline {
	width: 30px;
	height: 1px;
	background-color: #f07a18;
}

@media (max-width: 768px) {
	.pgapplist {
		margin-top: 30px;
	}
	.pgapplist li {
		width: 48.75%;
		margin-bottom: 15px;
	}
	.pgapplimaskinn h1 {
		font-size: 14px;
	}
	.pgapplimaskinn h2 {
		font-size: 12px;
	}
	.pgapplimaskinn .orangeline {
		width: 25px;
	}
}


.pgcpdemo {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.pgcpcate {
	width: 230px;
}
.pgcpcatetitle {
	height: 56px;
	display: flex;
	align-items: center;
	padding-left: 30px;
	font-size: 18px;
	color: #ffffff;
	background: #f07a18;
}
.pgcpcatetitle img {
	display: block;
	margin-right: 15px;
}
.pgcpcatelist>li {
	border-bottom: 1px solid #ebebeb;
}
.pgcpcatelitop {
	display: flex;
	align-items: center;
	padding: 0 30px;
	height: 55px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.pgcpcatelitop em {
	display: block;
	width: 11px;
	height: 11px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/lh/cparrow.png);
	cursor: pointer;
	margin-right: 19px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.pgcpcatelitop a {
	font-size: 16px;
	color: #333333;
}
.pgcpseccate {
	display: none;
}
.pgcpseccate>li {
	border-top: 1px solid #ebebeb;
	/* display: flex;
	align-items: center;
	padding-left: 30px;
	height: 49px; */
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.pgcpseccatelitop {
	display: flex;
	align-items: center;
	padding-left: 40px;
	height: 49px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.pgcpseccatelitop em {
	display: block;
	width: 11px;
	height: 11px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/lh/cparrow.png);
	cursor: pointer;
	margin-right: 19px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.pgcpseccate .pgcpseccatelitop a {
	font-size: 14px;
	color: #434343;
}
.pgcpcatelitop:hover {
	background: #ebebeb;
}
.pgcpseccatelitop:hover {
	background: #ebebeb;
}
.pgcpcatelist>li.cur .pgcpcatelitop em {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.pgcpseccate>li.cur .pgcpseccatelitop em {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.pgcptrdcate {
	display: none;
}
.pgcptrdcate li {
	border-top: 1px solid #ebebeb;
	display: flex;
	align-items: center;
	height: 40px;
	padding-left: 70px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.pgcptrdcate li a {
	font-size: 12px;
	color: #434343;
}
.pgcptrdcate li:hover {
	background: #ebebeb;
}

.pgcplistdemo {
	width: 923px;
}
.pgcplist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pgcplist li {
	width: 32%;
	cursor: pointer;
	margin-bottom: 25px;
}
.pgcppic img {
	display: block;
	width: 100%;
}
.pgcplist li h1 {
	font-size: 14px;
	color: #333333;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.pgcplist li:hover h1 {
	background: #f07a18;
	color: #ffffff;
	border-color: #f07a18;
}
@media (max-width:1199px) {
	.pgcpcate {
		width: 200px;
	}
	.pgcplistdemo {
		width: calc(100% - 250px);
	}
	.pgcpcatelitop {
		height: 45px;
	}
	.pgcpseccatelitop {
		height: 39px;
	}
	.pgcptrdcate li {
		height: 35px;
	}
}
@media (max-width:992px) {
	.pgcplist li {
		width: 48.75%;
	}
	.pgcplist li h1 {
		height: 45px;
	}
}
@media (max-width:768px) {
	.pgcpdemo {
		margin-top: 30px;
	}
	.pgcpcate {
		width: 100%;
	}
	.pgcpcatetitle {
		height: 40px;
		font-size: 16px;
	}
	.pgcpcatelitop {
		height: 36px;
	}
	.pgcpcatelitop a {
		font-size: 14px;
	}
	.pgcpseccatelitop {
		height: 30px;
	}
	.pgcpseccatelitop a {
		font-size: 12px;
	}
	.pgcptrdcate li {
		height: 24px;
	}
	.pgcplistdemo {
		width: 100%;
		margin-top: 15px;
	}
	.pgcplist li {
		margin-bottom: 10px;
	}
	.pgcplist li h1 {
		height: 36px;
		font-size: 12px;
	}
}


.lh_mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 99999;
	display: none;
}
.lh_maskinn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	z-index: 9;
}
.lh_mask .pgcpbigpic {
	display: block;
	max-width: 96%;
	max-height: 96%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	z-index: 10;
}


















































































































