@font-face {
	font-family: 'iconfont';  /* project id 2403537 */
	src: url('//at.alicdn.com/t/font_2403537_kaimh1rf4s.eot');
	src: url('../font/font_2403537_kaimh1rf4s.eot') format('embedded-opentype'),
	url('../font/font_2403537_kaimh1rf4s.woff2') format('woff2'),
	url('../font/font_2403537_kaimh1rf4s.woff') format('woff'),
	url('../font/font_2403537_kaimh1rf4s.ttf') format('truetype'),
	url('https://at.alicdn.com/t/font_2403537_kaimh1rf4s.svg') format('svg');
}
html *{
	padding: 0px;
	margin: 0px;
}
html{
	font-size: 14px;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
}
body{
	font-size: 15px;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	font-family: Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei,Hiragino Sans GB,Heiti SC,SimHei,SimSun,sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: 'liga', 'kern';
	background:#fff;
	color: #333;
	margin: 0;
}
ul,li{
	padding: 0px ;
	margin: 0px ;
	list-style: none ;
}
img{
	border: none ;
	vertical-align: bottom ;
	-webkit-touch-callout: none;
}
a {
	text-decoration: none ;
	color: inherit;
	outline: none;
	-webkit-touch-callout: none;
}
fieldset{
	border: none ;
	padding: 0px ;
}
.icon-font{
	font-family: "iconfont";
}

.hide-text{
	overflow: hidden;
	text-indent: 9999px;
	line-height: 9999px;
}
.clear:after {
	content:" ";
	display:block;
	height:0 !important;
	line-height: 0;
	font-size: 0px !important;
	max-height: 0px !important;
	visibility:hidden;
	clear:both;
	position: relative;
	overflow: hidden;
}
section{
	position: relative;
}
header{
}
.scrolled header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
*{
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}
.page-cover{
	overflow: hidden;
}
.image-holder{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transform: scale3d(1.3,1.3,1.3);
	transition: transform 2500ms;
}
.init .image-holder{
	transform: scale3d(1,1,1);
}

.animate{
	position: relative;
	-webkit-transform: translate3d(0, 200px, 0);
	transform: translate3d(0, 70px, 0);
	opacity: 0;
}
.animate.showed{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	-webkit-transition: -webkit-transform 700ms, opacity 700ms;
	transition: transform 700ms, opacity 700ms;
}
.video-cover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("http://www.hongtaosan.com/assets/images/video-cover.jpg");
	background-size: cover;
	background-position: center center;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.video-cover .icon-font{
	font-size: 40px;
	color: #fff;
}
.playing .video-cover{
	display: none;
}
.fullscreen-video-wrap{
	position: relative;
}
#div_company_mini{
    z-index: 10 !important;
}
#mobile_icon_div div{
    z-index: 10 !important;
}
#wechat-prompt{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: -1;
	opacity: 0;
}
#wechat-prompt.active{
	opacity: 1;
	z-index: 10;
}
.wechat-prompt-inner{
	width: 80%;
	max-width: 400px;
	text-align: center;
	color: #fff;
}
.wechat-prompt-inner img{
	display: block;
	width: 70%;
	margin: auto;
	margin-bottom: 15px;
	height: auto;
	border-radius: 8px;
}
.close-prompt-button{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 80px;
	color: #fff;
	font-size: 40px;
	text-align: center;
	cursor: pointer;
}
.social-link{
	cursor: pointer;
}
.news-cover{
	overflow: hidden;
}
.news-page-holder .responsive-item{
	display: none;
}
.news-page-holder.all .responsive-item{
	display: block;
}
.news-page-holder.gongsi .responsive-item.gongsi{
	display: block;
}
.news-page-holder.yingxiao .responsive-item.yingxiao{
	display: block;
}
@keyframes floating-1 {
	0% {
		transform: translate3d(0, 0px, 0);
		-webkit-transform: translate3d(0, 0px, 0);
	}
	25% {
		transform: translate3d(0, 150px, 0);
		-webkit-transform: translate3d(0, 150px, 0);
	}
	50% {
		transform: translate3d(0, 130px, 0);
		-webkit-transform: translate3d(0,130px,0);
	}
	75% {
		transform: translate3d(0, -120px, 0);
		-webkit-transform: translate3d(0,-120px,0);
	}
	100% {
		transform: translate3d(0, 0px, 0);
		-webkit-transform: translate3d(0,0px,0);
	}
}

@keyframes floating-2 {
	0% {
		transform: translate3d(0, 0px, 0);
		-webkit-transform: translate3d(0,0px,0);
	}
	50% {
		transform: translate3d(0, 100px, 0);
		-webkit-transform: translate3d(0,100px,0);
	}

	100% {
		transform: translate3d(0, 0px, 0);
		-webkit-transform: translate3d(0,0px,0);
	}
}

@keyframes floating-3 {
	0% {
		transform: translate3d(0, 100px, 0);
		-webkit-transform: translate3d(0,100px,0);
	}
	50% {
		transform: translate3d(0, 0px, 0);
		-webkit-transform: translate3d(0,0px,0);
	}

	100% {
		transform: translate3d(0, 100px, 0);
		-webkit-transform: translate3d(0,100px,0);
	}
}

@keyframes floating-4 {
	0% {
		transform: translate3d(0, 0px, 0);
		-webkit-transform: translate3d(0,0px,0);
	}
	50% {
		transform: translate3d(0, 150px, 0);
		-webkit-transform: translate3d(0,150px,0);
	}
	100% {
		transform: translate3d(0, 0px, 0);
		-webkit-transform: translate3d(0,0px,0);
	}
}

@keyframes fly {
	0% {
		transform: translate3d(0, 0px, 0);
	}
	25% {
		transform: translate3d(5px, 15px, 0);
	}
	50% {
		transform: translate3d(-5px, 8px, 0);
	}
	70% {
		transform: translate3d(8px, -10px, 0);
	}
	100% {
		transform: translate3d(0, 0px, 0);
	}
}
