@font-face {
	font-family: 'bodonixt-webfont';
	src: url('font/bodonixt-webfont.eot');
	src: url('font/bodonixt-webfont.eot?#iefix') format('embedded-opentype'), 
		 url('font/bodonixt-webfont.woff2') format('woff2'), 
		 url('font/bodonixt-webfont.woff') format('woff'), 
		 url('font/bodonixt-webfont.ttf') format('truetype'), 
		 url('font/bodonixt-webfont.svg#abril_fatfaceregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
*{
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
}
html,body{
	width: 100%;
	height: 100%;
	font-family: Arial, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", serif;
}
body{
	overflow: hidden;
}
a{
	text-decoration: none;
	display: inline-block;
}
img{
	border: none;
	vertical-align: top;
}
ul,li{
	list-style-type: none;
}
.clear:after{
	content: "";
	display: block;
	clear: both;
}
.clear{
	zoom: 1;
}
.hidden{
	overflow: hidden !important;
}
.ShareImg{
	display: none;
}
.page{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.logo{
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 3;
}
.logo img{
	width: 100px;
}
.share{
	width: 230px;
	position: absolute;
	top: 30px;
	right: 10px;
	z-index: 3;
}
.share li{
	width: 30px;
	height: 30px;
	border-radius: 100%;
	float: left;
	margin-right: 20px;
}
.share li a{
	width: 100%;
	height: 100%;
	display: block;
}
.share .share-cont{
	width: 58px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}
.share-wechat{
	cursor: pointer;
	background: url(img/wx-icon.png) #f64d4d center no-repeat;
	position: relative;
}
.share-weibo{
	background: url(img/wb-icon.png) #f64d4d center no-repeat;
}
.share-email{
	background: url(img/xx-icon.png) #f64d4d center no-repeat;
}
.share-wechat img{
	width: 90px;
	position: absolute;
	top: 25px;
	left: -25px;
	padding-top: 10px;
	display: none;
}
.share-wechat:hover img{
	display: block;
}
.event-last{
	position: absolute;
	width: 70%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.share-et{
	color: #fff;
	font-size: 32px;
	line-height: 60px;
}
.share-event{
	position: static;
	margin-top: 20px;
}
.copy{
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #fff;
	position: absolute;
	bottom: 40px;
	left: 0;
}
.survey{
	width: 700px;
	height: 500px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	margin: -250px 0 0 -350px;
}
.survey h1{
	text-align: center;
	font-size: 42px;
	line-height: 50px;
	margin-bottom: 50px;
}
.survey p{
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 20px;
}
#video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.video-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,.5);
	top: 0;
	left: 0;
	z-index: 2;
}
.next{
	width: 40px;
	height: 22px;
	background: url(img/n.png) center no-repeat;
	position: absolute;
	left: 50%;
	bottom: 30px;
	z-index: 10;
	margin-left: -20px;
	cursor: pointer;
	-webkit-animation: ani .6s linear alternate infinite;
	-moz-animation: ani .6s linear alternate infinite;
	animation: ani .6s linear alternate infinite;
}
@-webkit-keyframes ani {
	0% {
		bottom: 30px;
	}
	100% {
		bottom: 10px;
	}
}
@-moz-keyframes ani {
	0% {
		bottom: 30px;
	}
	100% {
		bottom: 10px;
	}
}
@keyframes ani {
	0% {
		bottom: 30px;
	}
	100% {
		bottom: 10px;
	}
}
.page-event{
	overflow-x: scroll;
}
.event-prev{
	width: 24px;
	height: 48px;
	cursor: pointer;
	background: url(img/events-prev.png) rgba(255,255,255,.5) no-repeat;
	position: fixed;
	top: 50%;
	left: 0;
	margin-top: -24px;
	z-index: 500;
	display: none;
}
.event-next{
	width: 24px;
	height: 48px;
	cursor: pointer;
	background: url(img/events-next.png) rgba(255,255,255,.5) no-repeat;
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: -24px;
	z-index: 500;
	display: none;
}
.event{
	width: 20000px;
	height: 100%;
}
.event-item{
	width: 400px;
	height: 100%;
	float: left;
	position: relative;
	
}
.event-content{
	width: 70%;
	margin: 0 auto;
	padding-top: 36%;
}
.event-number{
	font-family: 'bodonixt-webfont';
	display: block;
	font-style: normal;
	text-align: center;
	font-size: 100px;
	/* line-height: 140px; */
	color: #fff;
}
.ehead{
	font-size: 40px;
	line-height: 65px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.ehead i{
	display: block;
}
.event-content h2{
	font-size: 40px;
	line-height: 65px;
	color: #fff;
	padding-top: 10%;
	text-align: center;
	cursor: pointer;
}
.event-look{
	text-align: center;
	margin-top: 20%;
}
.event-btn{
	width: 110px;
	border: 1px #fff solid;
	border-radius: 10px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-ms-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.event-item:hover .event-btn{
	visibility: visible;
	opacity: 1;
}
.bg0{
	background: #333;
}
.bg1{
	background: url(img/event/1.jpg) center no-repeat;
	background-size: auto 105%;
}
.bg2{
	background: url(img/event/2.jpg) center no-repeat;
	background-size: auto 105%;
}
.bg3{
	background: url(img/event/3.jpg) center no-repeat;
	background-size: auto 105%;
}
.bg4{
	background: url(img/event/4.jpg) center no-repeat;
	background-size: auto 105%;
}
.bg5{
	background: url(img/event/5.jpg) center no-repeat;
	background-size: auto 105%;
}
.bg6{
	background: url(img/event/6.jpg) center no-repeat;
	background-size: auto 105%;
}
.bg7{
	background: url(img/event/7.jpg) center no-repeat;
	background-size: auto 105%;
}
.bg8{
	background: url(img/event/8.jpg) center no-repeat;
	background-size: auto 105%;
}
.bg9{
	background: url(img/event/9.jpg) center no-repeat;
	background-size: auto 105%;
}
.bg10{
	background: url(img/event/10.jpg) center no-repeat;
	background-size: auto 105%;
}
.bg11{
	background: url(img/event/11.jpg) center no-repeat;
	background-size: auto 105%;
}
.bg12{
	background: url(img/event/12.jpg) center no-repeat;
	background-size: auto 105%;
}
.bg13{
	background: url(img/event/13.jpg) center no-repeat;
	background-size: auto 105%;
}

.vbg1{
	background: url(img/event/v1.jpg) center no-repeat;
	background-size: auto 105%;
}
.vbg2{
	background: url(img/event/v2.jpg) center no-repeat;
	background-size: auto 105%;
}
.vbg3{
	background: url(img/event/v3.jpg) center no-repeat;
	background-size: auto 105%;
}
.vbg4{
	background: url(img/event/v4.jpg) center no-repeat;
	background-size: auto 105%;
}
.vbg5{
	background: url(img/event/v5.jpg) center no-repeat;
	background-size: auto 105%;
}
.vbg6{
	background: url(img/event/v6.jpg) center no-repeat;
	background-size: auto 105%;
}
.vbg7{
	background: url(img/event/v7.jpg) center no-repeat;
	background-size: auto 105%;
}
.vbg8{
	background: url(img/event/v8.jpg) center no-repeat;
	background-size: auto 105%;
}
.vbg9{
	background: url(img/event/v9.jpg) center no-repeat;
	background-size: auto 105%;
}
.vbg10{
	background: url(img/event/v10.jpg) center no-repeat;
	background-size: auto 105%;
}
.vbg11{
	background: url(img/event/v11.jpg) center no-repeat;
	background-size: auto 105%;
}


.box{
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	overflow-x: hidden;
	display: none;
}

.ham{
	width: 47px;
	cursor: pointer;
	position: fixed;
	top: 40px;
	left: 30px;
	z-index: 1500;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.ham:hover .ham-top{
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}
.ham:hover .ham-bottom{
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
}
.ham-click:hover .ham-top{
	-webkit-transform: translateY(0) rotate(45deg);
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.ham-click:hover .ham-bottom {
	-webkit-transform: translateY(0) rotate(-45deg);
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
.ham-item{
	width: 47px;
	height: 6px;
	background: #eb4f38;
	border-radius: 3px;
	margin-bottom: 6px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.ham-click .ham-top{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-bottom: 15px;
}
.ham-click .ham-middle{
	opacity: 0;
}
.ham-click .ham-bottom{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.text{
	width: 900px;
	margin: 120px auto 60px;
}
.text-cont{
	
}
.text-cont h2{
	font-size: 25px;
	line-height: 42px;
	color: #eb4f38;
	padding-left: 10px;
}
.text-cont i{
	width: 9px;
	height: 42px;
	background: #eb4f38;
	margin-right: 24px;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.text-head{
	display: inline-block;
	width: 853px;
	*display: inline;
	zoom: 1;
}
.text-cont p{
	margin-left: 33px;
	font-size: 16px;
	line-height: 35px;
	padding: 34px 0 50px;
	border-bottom: 1px #e5e5e5 solid;
}
.text-cont p > span{
	display: block;
	height: 20px;
}
.text-com{
	padding-top: 74px;
	margin-left: 33px;
}
.text-title{
	font-size: 16px;
	line-height: 20px;
}
.text-title i{
	width: 24px;
	height: 20px;
	vertical-align: top;
	margin-right: 10px;
	background: url(img/people.png) no-repeat;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.text-wrap{
	margin-top: 35px;
}
.text-item{
	margin-bottom: 50px;
	/*height: 48px;*/
}
.text-item p{
	font-size: 16px;
	line-height: 35px;
	color: #212121;
	margin-bottom: 10px;
}
.text-top{
	margin-bottom: 17px;
}
.text-img{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 20px;
	vertical-align: middle;
	display: inline-block;
}
.text-img img{
	width: 100%;
	vertical-align: top;
}
.text-name{
	margin-right: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
}
.text-company{
	font-size: 14px;
	line-height: 50px;
}

@media screen and (max-width: 1500px) {
	.survey{
		height: 400px;
		margin-top: -200px;
	}
	.survey h1{
		font-size: 36px;
		line-height: 46px;
		margin-bottom: 40px;
	}
	.survey p{
		font-size: 16px;
		line-height: 30px;
	}
	.event-content{
		padding-top: 30%;
	}
	.event-number{
		font-size: 90px;
	}
	.event-content h2{
		font-size: 32px;
		line-height: 60px;
	}
	.ehead{
		font-size: 32px;
		line-height: 60px;
	}
}
@media screen and (max-width: 640px) {
	body{
		overflow: auto;
	}
	.page{
		height: auto;
	}
	.page-first{
		background: url(img/video-bg.jpg) center no-repeat;
		background-size: auto 100%;
		min-height: 100%;
	}
	.top{
		text-align: center;
	}
	.logo{
		width: 100px;
		position: static;
		margin: 30px auto;
	}
	.share{
		display: none;
	}
	.survey{
		width: 90%;
		height: auto;
		margin: 0 auto 60px;
		position: static;
	}
	.survey h1{
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.survey p{
		font-size: 14px;
		line-height: 22px;
	}
	#video,.video-bg{
		display: none;
	}
	.event-prev,.event-next{
		display: none !important;
	}
	.event{
		width: 90% !important;
		position: static;
		margin: 0 auto;
		padding-top: 30px;
	}
	.event-item{
		width: 100% !important;
		height: 300px;
		float: none;
		margin-bottom: 30px;
	}
	.event-content{
		width: 100%;
		height: 100%;
		padding: 0;
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.event-number{
		width: 30px;
		position: absolute;
		top: 0;
		left: 0;
		font-size: 20px;
		line-height: 30px;
		font-family: arial;
	}
	.ehead{
		width: 100%;
		font-size: 18px;
		line-height: 28px;
		color: #fff;
		margin-top: 0;
		color: #eb4f38;
		font-weight: bold;
		text-align: center;
	}
	.ehead i{
		display: none;
	}
	.event-content h2{
		width: 70%;
		font-size: 18px;
		line-height: 28px;
		font-weight: normal;
		text-align: center;
		padding-top: 0;
	}
	.event-look{
		display: none;
	}
	.event-item:nth-last-child(1){
		background: transparent;
		height: 50px !important;
		margin-bottom: 0;
	}
	.event-last{
		display: none;
	}
	.share-et{
		display: none;
	}
	.copy{
		color: #000;
		position: static;
	}
	.event-mob{
		background: transparent;
		height: 40px !important;
	}
	
	.bg1{
		background: url(img/event/m1.jpg) center no-repeat;
		background-size: cover;
	}
	.bg2{
		background: url(img/event/m2.jpg) center no-repeat;
		background-size: cover;
	}
	.bg3{
		background: url(img/event/m3.jpg) center no-repeat;
		background-size: cover;
	}
	.bg4{
		background: url(img/event/m4.jpg) center no-repeat;
		background-size: cover;
	}
	.bg5{
		background: url(img/event/m5.jpg) center no-repeat;
		background-size: cover;
	}
	.bg6{
		background: url(img/event/m6.jpg) center no-repeat;
		background-size: cover;
	}
	.bg7{
		background: url(img/event/m7.jpg) center no-repeat;
		background-size: cover;
	}
	.bg8{
		background: url(img/event/m8.jpg) center no-repeat;
		background-size: cover;
	}
	.bg9{
		background: url(img/event/m9.jpg) center no-repeat;
		background-size: cover;
	}
	.bg10{
		background: url(img/event/m10.jpg) center no-repeat;
		background-size: cover;
	}
	.bg11{
		background: url(img/event/m11.jpg) center no-repeat;
		background-size: cover;
	}
	.bg12{
		background: url(img/event/m12.jpg) center no-repeat;
		background-size: cover;
	}
	.bg13{
		background: url(img/event/m13.jpg) center no-repeat;
		background-size: cover;
	}
	
	.vbg1{
		background: url(img/event/mv1.jpg) center no-repeat;
		background-size: auto 100%;
	}
	.vbg2{
		background: url(img/event/mv2.jpg) center no-repeat;
		background-size: auto 100%;
	}
	.vbg3{
		background: url(img/event/mv3.jpg) center no-repeat;
		background-size: auto 100%;
	}
	.vbg4{
		background: url(img/event/mv4.jpg) center no-repeat;
		background-size: auto 100%;
	}
	.vbg5{
		background: url(img/event/mv5.jpg) center no-repeat;
		background-size: auto 100%;
	}
	.vbg6{
		background: url(img/event/mv6.jpg) center no-repeat;
		background-size: auto 100%;
	}
	.vbg7{
		background: url(img/event/mv7.jpg) center no-repeat;
		background-size: auto 100%;
	}
	.vbg8{
		background: url(img/event/mv8.jpg) center no-repeat;
		background-size: auto 100%;
	}
	.vbg9{
		background: url(img/event/mv9.jpg) center no-repeat;
		background-size: auto 100%;
	}
	.vbg10{
		background: url(img/event/mv10.jpg) center no-repeat;
		background-size: auto 100%;
	}
	.vbg11{
		background: url(img/event/mv11.jpg) center no-repeat;
		background-size: auto 100%;
	}
	
	.text{
		width: 90%;
		margin: 90px auto 40px;
	}
	.hamger{
		top: 18px;
		left: 15px;
	}
	.ham-item {
		width: 34px;
		height: 4px;
		margin-bottom: 5px;
	}
	.ham-click .ham-top{
		margin-bottom: 11px;
	}
	.text-cont h2 i {
		width: 7px;
		height: 30px;
		margin-right: 8px;
		margin-left: -15px;
	}
	.text-cont h2{
		padding-left: 15px;
		font-size: 20px;
		line-height: 30px;
	}
	.text-head{
		width: auto;
	}
	.text-cont p {
		width: 90%;
		margin: 0 auto;
		font-size: 16px;
		line-height: 28px;
		padding: 15px 5% 30px;
	}
	.text-top{
		min-height: 40px;
	}
	.text-img{
		width: 40px;
		height: 40px;
		margin-right: 10px;
		float: left;
	}
	.text-name{
		margin-right: 10px;
		line-height: 24px;
	}
	.text-company{
		 line-height: 24px;
	}
	.text-item p{
		font-size: 14px;
		line-height: 22px;
	}
	
}