* {
	margin: 0;
	padding: 0;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "Microsoft Yahei", sans-serif;
	color: #ccc;
	list-style: none;
	cursor: default;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	padding-bottom: 30px;
}

.header {
	transform: all 1s;
}

.background {
	background: transparent;
}

.white {
	background: #fff;
}

.textColor {
	color: black;
}

.nav-link:hover {
	color: black;

}

.transformCss {
	transition: all 0.5s;
	animation: none ease 1.5s;
	animation-fill-mode: forwards;
}


.scene-produce {
	height: 37.5vw;
	max-height: 720px;
	background-color: #fff
}

.scene-five {
	background-color: #fff
}

.scene-linee {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}

.scene-linee .two {
	width: 49%;
	margin-top: 2rem;
}

.scene-produce .scene-wrap {
	display: flex;
	background-color: #fff
}

.scene-wrap {
	position: relative;
	height: 37.5vw;
	max-height: 720px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}

.scene-produce-content {
	width: 100%;
	position: absolute;
	top: 20%;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	text-align: center;
}

.scene-produce-logo {
	width: 147px;
	height: 64px;
}

.scene-produce-buttonlist {
	display: flex;
	margin-top: 0.5rem;
	justify-content: center;
}

.scene-button {
	display: flex;
	height: 30px;
	min-width: 90px;
	padding: 9px 16px;
	margin-right: 8px;
	margin-left: 8px;
	font-size: 12px;
	border: 2px solid #fff;
	border-radius: 100px;
	margin-right: 16px;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	cursor: pointer;
	color: #ccc;
}

.scene-button {
	border: none;
	color: #000;
	background-color: #fff;
}

.scene-button:hover {
	background-color: #191919;
	color: #fff;
}

.scene-button:hover {
	background-color: hsla(0, 0%, 100%, .26)
}

.display-warp {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.display-warp .scene-wrap {
	width: 49.5%;
	margin-top: 10px;
}

.margin-top {
	margin-top: 10px;
	width: 100%;
	box-sizing: border-box;
}

.scene-list-header {
	width: 100%;
}

.list-header {
	font-size: 36px;
	color: #000;
	text-align: center;
}

.list-text {
	font-size: 20px;
	color: #666;
	text-align: center;
}

.scene-item {
	width: 100%;
	padding: 0 60px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.scene-item .item {
	width: 49.5%;
	height: 480px;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	cursor: pointer;
}

.bottomImg {
	height: 30vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top
}

.chj-footer {
	background-color: #000;
	padding: 20px 0;
}

.chj-footer-text {
	display: flex;
	align-items: center;
	justify-content: center;

}

.chj-footer-text span {
	position: relative;
}

.chj-footer-text span a {
	text-decoration: none;
	color: #ccc;
}

.chj-footer-text span:not(:first-of-type)::before {
	display: inline-block;
	margin: 0 16px;
	content: "|";
	color: hsla(0, 0%, 100%, .8);
}

.chj-footer-copyright span {
	display: inline-block;
	margin-top: 10px;
	margin-right: 16px;
	line-height: 20px;
}
.chj-footer-copyright {
	text-align: center;
}
.chj-footer-copyright span a {
	text-decoration: none;
	color: #ccc;
	font-size: 12px;
}
.telBox{
	position: fixed;
	right:50px;
	bottom: 13vh;
	cursor: pointer;
}
.telBox .oneItem{
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: hsla(0,0%,92.5%,.6);
	margin-bottom: 10px;
}
.telBox .telContent{
	position: absolute;
	left: -220px;
	background-color:#fff;
	top:0px;
	bottom: 0px;
	margin: 0 auto;
	width: 220px;
	text-align: center;
	box-sizing: border-box;
	color:#333;
	display: none;
	line-height: 50px;
}
.telBox .oneItem:hover{
	background-color: #333;
	
}
.telBox .oneItem:hover .telContent{
	display: block;
}
.telBox .oneItem svg{
	width: 20px;
	height: 20px;
	color:#333;
}
.telBox .oneItem:hover svg{
	color:#fff;
}
@media (max-width:720px) {
	.scene-produce {
		height: 50vw;
	}

	.scene-wrap {
		height: 50vw;
	}

	.display-warp {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.scene-produce-logo {
		width: 100px;
		height: 45px;
	}

	.display-warp .scene-wrap {
		width: 100%;
		margin-top: 0px;
	}

	.margin-top {
		margin-top: 10px;
		width: 100%;
		box-sizing: border-box;
	}

	.list-header {
		font-size: 30px;
		color: #000;
		text-align: center;
	}

	.list-text {
		font-size: 12px;
	}

	.scene-item {
		padding: 0;
		margin-top: 30px;
	}

	.scene-item .item {
		width: 100%;
		height: 235px;
		margin-top: 0px;
	}
}
