html {
	font-size: 10px;
}

body {
	color: #222;
	-webkit-text-size-adjust: none;
}

@font-face {
	font-family: "FZcuhei";
	src: url(./FZcuhei.TTF);
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
iframe {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 100;
}

body,
button,
input,
select,
textarea {
	font-family: Tahoma, Arial, Roboto, Ã¢â‚¬ÂDroid SansÃ¢â‚¬Â, Ã¢â‚¬ÂHelvetica NeueÃ¢â‚¬Â, Ã¢â‚¬ÂDroid Sans FallbackÃ¢â‚¬Â, Ã¢â‚¬ÂHeiti SCÃ¢â‚¬Â, sans-self;
	font-size: 62.5%;
	line-height: 1.5;
}

ol,
ul {
	list-style: none;
}

html,
body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}


/*
video::-internal-media-controls-download-button {
	display: none;
}

video::-webkit-media-controls-enclosure {
	overflow: hidden;
}

video::-webkit-media-controls-panel {
	width: calc(100% + 30px);
}*/

video::-webkit-media-poster {
	height: 100%;
	width: 100%;
}
.swiper-wrapper{
	height: auto !important; 
}
.section-wrap {
	width: 100%;
	height: 100%;
	overflow: visible;
	transition: transform 1s cubic-bezier(0.86, 0, 0.03, 1);
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.03, 1);
}

.section-wrap .section {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.section-wrap .section .title {
	width: 100%;
	position: absolute;
	top: 10%;
	color: #fff;
	font-size: 2.4em;
	text-align: center;
}

.section-wrap .section .title p {
	padding: 0 4%;
	opacity: 0
}

.section-wrap .section .title.active .tit {
	opacity: 1;
	transform: translateY(-25px);
	-webkit-transform: translateY(-25px);
	transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
	-webkit-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
}

.section-wrap .section-1 {
	position: relative;
}

.section-wrap .section-2 {
	position: relative;
}

.put-section-0 {
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.put-section-1 {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}

.put-section-2 {
	transform: translateY(-200%);
	-webkit-transform: translateY(-200%);
}

.put-section-3 {
	transform: translateY(-300%);
	-webkit-transform: translateY(-300%);
}

.put-section-4 {
	transform: translateY(-400%);
	-webkit-transform: translateY(-400%);
}

.put-section-5 {
	transform: translateY(-500%);
	-webkit-transform: translateY(-500%);
}

.section-btn {
	width: 14px;
	position: fixed;
	right: 4%;
	top: 50%;
}

.section-btn li {
	width: 14px;
	height: 14px;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-bottom: 12px;
	background: #BD362F;
	text-align: center;
	color: #fff;
	onsor: pointer;
}

.section-btn li.on {
	background: #fff
}

.arrow {
	opacity: 1;
	animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
	-webkit-animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	/* height: 60px; */
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	overflow: hidden;
}

.arrow:hover {
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
}

@keyframes arrow {
	0%,
	100% {
		bottom: 10px;
		opacity: 1;
	}
	50% {
		bottom: 50px;
		opacity: .5
	}
}

@-webkit-keyframes arrow {
	0%,
	100% {
		bottom: 10px;
		opacity: 1;
	}
	50% {
		bottom: 50px;
		opacity: .5
	}
}

.section-btn {
	display: none;
}


/*Ã¨Â§â€ Ã©Â¢â€˜*/

video {
	position: fixed;
	right: 0px;
	bottom: 0px;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
}

source {
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
}

.Mask {
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	z-index: 1000;
}

.videobig {
	min-height: 100%;
	min-width: 100%;
	position: fixed;
	z-index: 2000;
	height: 100% !important;
	width: 100% !important;
	background-color: #000000;
}

.playback {
	width: 60%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.palyimg {
	margin: 0 auto;
	display: block;
	width: 1rem;
	height: 1rem;
}

.logo {
	text-align: center;
}

.logo img {
	display: inline-block;
	vertical-align: middle;
}

.playback h3 {
	font-size: 0.3rem;
	text-align: center;
	color: white;
	display: inline-block;
	vertical-align: middle;
	font-family: FZcuhei;
}

.playback h1 {
	font-size: 0.6rem;
	color: white;
	text-align: center;
	font-family: FZcuhei;
}

.beybey {
	position: absolute;
	right: 0.1rem;
	top: 0.1rem;
	height: 0.25rem;
	width: 0.25rem;
}

.beyplay {
	position: absolute;
	right: 0.2rem;
	width: 0.5rem;
	top: 0.2rem;
	z-index: 2222;
	display: none;
}


/*Ã¥â€™Â¨Ã¨Â¯Â¢*/

.Consultation {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 1rem;
}

.Consultation p {
	font-size: 0.18rem;
	color: white;
	height: 0.35rem;
	background-color: #9e5805;
	line-height: 0.35rem;
	text-align: center;
}

.Consultation div {
	background-color: white;
	height: 0.85rem;
	position: relative;
}

.Consultation div img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0.59rem;
	height: 0.59rem;
}

.Consultation span {
	font-size: 0.1rem;
	color: white;
	position: absolute;
	top: -0.1rem;
	left: -0.1rem;
	width: 0.2rem;
	height: 0.2rem;
	background-color: #ba162b;
	line-height: 0.2rem;
	border-radius: 100px;
	text-align: center;
}

.Factory {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	width: 50%;
	background-color: white;
	border-radius: 10px;
	font-size: 0;
	z-index: 1500;
	padding: 0.65rem 0 0.65rem 0.7rem;
}

.Factory .left {
	width: 70%;
	vertical-align: middle;
	display: inline-block;
	padding-right: 0.65rem;
	box-sizing: border-box;
	position: relative;
}

.Factory .left:after {
	content: '';
	height: 2.8rem;
	background-color: #9e5805;
	display: block;
	width: 1px;
	position: absolute;
	right: 0;
	top: 0;
}

.left div {
	position: relative;
	height: 0.5rem;
	margin-top: 0.5rem;
}

.Factory .right {
	width: 30%;
	display: inline-block;
	vertical-align: middle;
}

.Factory h3 {
	font-size: 0.38rem;
	width: 100%;
	text-align: left;
	color: #9e5805;
	font-weight: 600;
	margin-bottom: 0.3rem;
}

.Factory p {
	font-size: 0.26rem;
	color: #9e5805;
	margin: 0.1rem;
	text-align: left;
}

.Factory a {
	font-size: 0.26rem;
	color: #9e5805;
	text-decoration: underline;
	height: 0.5rem;
	width: 1.85rem;
	line-height: 0.5rem;
	text-align: center;
	background-color: #9e5805;
	border-radius: 50PX;
	color: white;
}

.more {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}

.QQ img {
	display: inline-block;
	vertical-align: middle;
	width: 0.26rem;
	height: 0.28rem;
}

.QQ span {
	display: inline-block;
	line-height: 0.51rem;
}

.QQ {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	background-color: #9e5805;
	border-radius: 50PX;
	text-decoration: none !important;
}

.right {
	text-align: center;
}

.right img {
	width: 1.5rem;
	height: 1.6rem;
}

.right p {
	width: 1.3rem;
	margin: 0 auto;
	font-size: 0.16rem;
	text-align: center;
}


/*Ã§Â¬Â¬Ã¤ÂºÅ’Ã¥Â±Â*/

.section-3 ul {
	font-size: 0;
	margin-top: 1.5rem;
}

.section-3 li {
	width: 32%;
	height: 5.85rem;
	background-color: white;
	opacity: 0.9;
	display: inline-block;
}

.section-3 li:hover {
	opacity: 1;
}

.section-3 li:nth-child(2) {
	margin-left: 2%;
	margin-right: 2%;
}

.list li {
	padding: 0.5rem 0.5rem;
	box-sizing: border-box;
	vertical-align: top;
	overflow: hidden;
}

.list h3 {
	font-size: 0.4rem;
	color: #252525;
	font-weight: 600;
	margin-bottom: 0.1rem;
}

.list div {
	font-size: 0.18rem;
	height: 3.6rem;
	overflow: hidden;
}


/*Ã§Â¬Â¬Ã¤Â¸â€°Ã¥Â±Â*/

.parent {
	position: absolute;
	top: 10%;
	left: 10%;
}


/*Ã¨Â½Â®Ã¦â€™Â­*/

.top {
	position: absolute;
	bottom: -0.8rem;
	width: auto;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	text-align: center;
}

.top p span {
	width: 0.15rem;
	height: 0.15rem;
	border-radius: 100px;
	background-color: white;
	opacity: 0.4;
	display: inline-block;
	margin: 0 0.05rem;
}

.top p span.selected {
	opacity: 1;
}


/*Ã¥â€ºÂ¾Ã§â€°â€¡*/

.fours {
	width: 10rem;
	margin: 0 auto;
	height: 6rem;
	position: relative;
	margin-top: 0.3rem;
}

.fours a {
	position: absolute;
	height: 100%;
}

.fours a img {
	width: 100%;
	height: 100%;
}

.describe {
	width: 6.5rem;
	height: 3.6rem;
	background-color: white;
	opacity: 1;
	position: absolute;
	right: -5.5rem;
	top: 25%;
	z-index: 1000;
	padding: 0.5rem;
	box-sizing: border-box;
	overflow: hidden;
}

.describe li h4 {
	font-size: 0.36rem;
	color: #9e5805;
	text-align: left;
	margin-bottom: 0.2rem;
	font-weight: 600;
}

.describe li p {
	color: #9e5805;
	text-align: left;
	font-size: 0.26rem;
	margin-bottom: 0.1rem;
}

.describe li p:last-child {
	margin-top: 0.3rem;
}

.describe li p:last-child {
	color: #252525;
}

.describe li p:last-child span:first-child {
	color: #9e5805;
	font-size: 0.3rem;
}

.describe li p:last-child span:last-child {
	margin: 0 0.1rem;
}

.describe li .active {
	display: block;
}


/*ç¬¬äºŒå±ä¼˜åŠ¿*/

.advan {
	font-size: 0;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.advantage {
	width: 90%;
	margin: 0 auto;
	display: block;
	margin-top: 0.2rem;
	height: 4.5rem;
}

.section-2 ul {
	max-width: 90%;
	margin: 0 auto;
	font-size: 0;
	margin-top: 0.1rem;
	display: inline-block;
	vertical-align: middle;
}

.advan ul li {
	width: auto;
	max-width: 25%;
	height: 2.5rem;
	text-align: right;
	border-right: 1px solid #ffffff;
	display: inline-block;
	font-size: 0;
	padding: 0.3rem 0.3rem 0 0.4rem;
	vertical-align: top;
	position: relative;
	box-sizing: border-box;
}

.advan ul li p {
	height: 90%;
	writing-mode: vertical-rl;
	font-size: 0.18rem;
	color: #FFFFFF;
	display: inline-block;
	vertical-align: text-top;
	text-align: left;
	overflow: hidden;
}

.advan ul li:before {
	content: "";
	width: 0.15rem;
	height: 0.15rem;
	border: 1px solid #FFFFFF;
	display: block;
	position: absolute;
	bottom: -0.16rem;
	border-radius: 100px;
	right: -0.075rem;
}

.advan ul li h3 {
	font-size: 0.2rem;
	color: #FFFFFF;
	writing-mode: vertical-rl;
	height: 70%;
	display: inline-block;
	vertical-align: text-top;
	overflow: hidden;
	text-align: left;
	padding-left: 0.1rem;
	font-family: FZcuhei;
}

.advan h2 {
	writing-mode: vertical-rl;
	height: 2.3rem;
	text-align: center;
	background-color: #9e5805;
	color: #FFFFFF;
	display: inline-block;
	vertical-align: middle;
	font-size: 0.46rem;
	margin-left: 0.7rem;
	font-family: FZcuhei;
}


/*ç¬¬äº”å±*/

.section-5 h2 {
	font-size: 0.46rem;
	color: white;
	font-family: FZcuhei;
	width: 3.75rem;
	margin: 0 auto;
	margin-top: 0.4rem;
	text-align: center;
	background-color: #9e5805;
}

.section-5 p {
	margin-top: 0.2rem;
	font-size: 0.26rem;
	color: white;
	width: 100%;
	text-align: center;
	letter-spacing: 0.1rem;
	margin-bottom: 0.3rem;
}

.img-list img {
	width: 100%;
	height:5.5rem;
}

.img-list h4 {
	font-size: 0.26rem;
	width: 60%;
	background-color: #9e5805;
	color: white;
	text-align: center;
	margin: 0 auto;
	margin-top: 0.2rem;
}


/*第六屏*/

.synopsis {
	height: 4.5rem;
	width: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.synopsis .synopsis-text {
	background-color: white;
	width: 80%;
	height: 100%;
	padding: 0.6rem;
	box-sizing: border-box;
	opacity: 0.9;
}

.synopsis .synopsis-text:hover {
	opacity: 1;
}

.synopsis .synopsis-text h2 {
	font-size: 0.46rem;
	color: #9e5805;
	font-family: FZcuhei;
	margin-bottom: 0.2rem;
}

.synopsis .synopsis-text p {
	font-size: 0.16rem;
	color: #252525;
	width: 85%;
	line-height: 0.25rem;
	max-height: 2.5rem;
	overflow: hidden;
}

.synopsis-QRcode {
	width: 4rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(60%, -50%);
	height: 2rem;
	background-color: white;
	box-sizing: border-box;
	padding: 20px;
}

.synopsis-QRcode img {
	height: 1.6rem;
	width: 1.6rem;
	display: inline-block;
	vertical-align: middle;
	transform: translateY(-0.08rem);
}

.synopsis-QRcode p {
	max-width: 47%;
	font-size: 0.16rem;
	max-height: 1.3rem;
	overflow: hidden;
	color: #9e5805;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

#newBridge {
	display: none !important;
}

@media screen and (max-width: 1400px) {
	.fours {
		width: 7rem;
		height: 4rem;
		margin-top: 0.3rem;
	}
	.Factory {
		width: 80%;
	}
	.more {
		right: 37%;
	}
	.describe {
		width: 4.2rem;
		height: 2.5rem;
		right: -3.5rem;
		padding: 0.25rem;
	}
	.advan ul li p {
		font-size: 0.15rem;
	}
	.advan ul li h3 {
		font-size: 0.18rem;
	}
	.advan h2 {
		font-size: 0.3rem;
	}
	.describe li h4 {
		font-size: 0.19rem;
		margin-bottom: 0.1rem;
	}
	.describe li p {
		font-size: 0.16rem;
		margin-bottom: 0.1rem;
	}
	.parent {
		position: absolute;
		top: 20%;
		left: 5%;
	}
	.list div {
		font-size: 0.15rem;
		height: 3.6rem;
		margin-bottom: 0.3rem;
	}
	.list h3 {
		font-size: 0.3rem;
		margin-bottom: 0.1rem;
	}
}