@charset "utf-8";
/* other */
.white,.white a:link, .white a:visited, .white a:hover {
    color:white;
}
body {
	width: 100%;
	height: 100vh;
	background: url(../images/bg.jpg) top center no-repeat #fff;
    background-size: cover;
}
.main {
	width: 100%;
}
/* fm */
.lh-page1 {
	text-align: center;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: none;
    height: 100vh;
    overflow: hidden;
}
.lh-page1 video {
	width: 100%;
}
.lh-page1 img.logo {
	position: absolute;
	width: 12%;
	height: auto;
	right: 15%;
	top: 60px;
	z-index: 9999;
}
/* content */
.lh-page2 {
	height: auto;
	display: none;
}
.lh-page2 .height {
	height: 78px;
}
.lh-page2 .content {
	position: relative;
	height: 231px;
}
.lh-page2 .content img.logo1 {
	position: absolute;
	left: 0;
	top: 0;
}
.lh-page2 .content img.logo2 {
	position: absolute;
	right: 0;
	top: 40px;
}
.lh-page2 .content p.text {
	position: absolute;
	width: 651px;
	bottom: 25px;
	left: 0;
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
	text-indent: 2em;
}
.lh-page2 .videoCon {
	position: relative;
	margin-top: 48px;
}
.lh-page2 .videoCon .menuList {
	position: absolute;
	left: 1px;
	top: 151px;
}
.lh-page2 .videoCon .menuList li {
	width: 153px;
	height: 48px;
	line-height: 48px;
	font-size: 24px;
	text-align: left;
	padding-left: 25px;
	margin-bottom: 10px;
	background-color: rgb(243, 220, 181);
	color: #9f1c1d;
	cursor: pointer;
}
.lh-page2 .videoCon .picList li {
	display: none;
}
.lh-page2 .videoCon .first-pic,
.lh-page2 .videoCon .picList li {
	height: 562px;
}
.lh-page2 .videoCon span.back {
	display: none;
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
	cursor: pointer;
	text-shadow: 0 1px white;
	font-size: 14px;
}
/* footer */
.lh-footer {
	background-color: #ae2929;
	padding: 30px 0 30px 0;
	margin-top: 50px;
}
.lh-footer img {
	width: 100%;
	margin-bottom: 10px;
}
.lh-footer img:nth-child(2) {
	display: none;
}
.lh-footer h3.title {
	font-size: 14px;
	line-height: 1.6;
}
.lh-footer p.text {
	padding-bottom: 26px;
	font-size: 14px;
}
.lh-footer p.text span {
	display: inline-block;
	margin: 0 10px;
}

/* phone */
.phone body {
    width: 100%;
	background: url(../images/pbg.jpg) no-repeat top center / cover;
}
.phone .w1000 {
    width: 100%;
}
.phone .lh-page2 .height {
	height: 10vw;
}
.phone .lh-page2 .content {
	height: auto;
	position: static;
}
.phone .lh-page2 .content img.logo1 {
	width: 30vw;
	height: auto;
	left: 2.4vw;
	top: 8vw;
}
.phone .lh-page2 .content img.logo2 {
	display: none;
}
.phone .lh-page2 .content p.text {
	width: 95%;
	margin: 80vw auto 0 auto;
	border-radius: 10px;
  	background-color: rgb(170, 38, 32);
	padding: 15px 30px;
	position: static;
}
.phone .page1 {
    display: none;
}
.phone .top {
	height: 0;
}
.phone .videoCon {
    height: auto;
    margin-top: 20px;
}
.phone .videoCon .menuList {
    text-align: center;
    width: 90%;
	position: static;
	display: flex;
	margin: 0 auto;
}
.phone .lh-page2 .videoCon .menuList li {
	position: static;
	width: 25%;
    height: 8vw;
    font-size: 4vw;
    line-height: 8vw;
    float: left;
    margin-bottom: 1px;
	padding-left: 0px;
	text-align: center;
}
.phone .videoCon .first-pic img,
.phone .videoCon .picList li img {
    width: 100vw;
	height: 56.3vw;
	object-fit: contain;
}
.lh-page2 .videoCon .first-pic,
.lh-page2 .videoCon .picList li {
	height: auto;
}
.phone .lh-footer {
	padding: 10px 0 30px 0;
}
.phone .lh-footer img:nth-child(1) {
	display: none;
}
.phone .lh-footer img:nth-child(2) {
	display: block;
}