@charset "utf-8";
/* CSS Document */

html{
	width: 100%;
	height: 100%;
	background:#fff;
}

body{
	position: relative;
	font-family:"微软雅黑" , Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#eeeef0;
	margin:0;
	padding: 0;
}

*{
	marin: 0;
	padding: 0;
}

#container{
	width: 100%;
	overflow: hidden;
}

.loadimg{
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.loadimg img{
	float: left;
	width: 1px;
	height: 1px;
}

.view{
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #eeeef0;
}

.menuview{
	width: 100%;
	height: 100px;
	background: #162242;
}

.menu{
	width: 85%;
	height: 100px;
	margin: 0 auto;
	display: flex;
}

.menuitem{
	flex: 1;
	height: 100%;
	float: left;
	position: relative;
	cursor: pointer;	
	color: #fff;
}


.menuitem span{
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	left: 20px;
	top: 37px;
	border-radius: 4px;
	background:#e05815;
	z-index: 0;
}

.menuitem p{
	position: relative;
	text-indent: 45px;
	z-index: 1;
}

.menuname{
	font-size: 26px;
	margin-top: 30px;
	line-height: 30px;
}

.header-text{
	background: #e05815;
	width: 100%;
	height: 50px;
	overflow: hidden;
	position: relative;
}

.header-text img{
	height: 100%;
	right: -100%;
	top: 0;
	position: absolute;
}

.bgimage{
	width: 100%;
	z-index: 0;
	float: left;
	/*margin-bottom:1px;*/
}



.sh3img{
	display: block;
}

.loopSh{
	-moz-animation:Sh 7s infinite linear;
	-webkit-animation:Sh 7s infinite linear;
}

.loopSh2{
	-moz-animation:Sh 7s infinite linear;
	-webkit-animation:Sh 7s infinite linear;
	-moz-animation-delay:2.3s;
	-webkit-animation-delay:2.3s;
}

.loopSh3{
	-moz-animation:Sh 7s infinite linear;
	-webkit-animation:Sh 7s infinite linear;
	-moz-animation-delay:4.5s;
	-webkit-animation-delay:4.5s;
}

@-moz-keyframes Sh{
	0%{
		right: -50%;
	}
	100%{
		right: 100%;
	}
}

@-webkit-keyframes Sh{
	0%{
		right: -50%;
	}
	100%{
		right: 100%;
	}
}





.menuspan{
	-moz-animation:menuspan .5s ease;
	-webkit-animation:menuspan .5s ease;
	-moz-animation-fill-mode:forwards;
	-webkit-animation-fill-mode:forwards;
}

@-moz-keyframes menuspan{
	0%{
		width: 13px;
	}
	100%{
		width: 152px;
	}
}

@-webkit-keyframes menuspan{
	0%{
		width: 13px;
	}
	100%{
		width: 152px;
	}
}

.backspan{
	-moz-animation:backspan .5s ease;
	-webkit-animation:backspan .5s ease;
	-moz-animation-fill-mode:forwards;
	-webkit-animation-fill-mode:forwards;
}

@-moz-keyframes backspan{
	0%{
		width: 152px;
	}
	100%{
		width: 13px;
	}
}

@-webkit-keyframes backspan{
	0%{
		width: 152px;
	}
	100%{
		width: 13px;
	}
}

.leftyj{
	-moz-animation:yj 1s ease;
	-webkit-animation:yj 1s ease;
	-moz-animation-fill-mode:forwards;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-delay:.3s;
	-webkit-animation-delay:.3s;
}

@-moz-keyframes yj{
	0%{
		-moz-transform:translate(200px,0px);
		opacity:0;
	}
	100%{
		-moz-transform:translate(0,0px);
		opacity:1;
	}
}

@-webkit-keyframes yj{
	0%{
		-webkit-transform:translate(200px,0px);
		opacity:0;
	}
	100%{
		-webkit-transform:translate(0,0px);
		opacity:1;
	}
}


/*
@media screen and ( max-width : 1200px) {
	.loopSh{
		-moz-animation:Sh 5 infinite linear;
		-webkit-animation:Sh 5s infinite linear;
	}

	.loopSh2{
		-moz-animation:Sh 5s infinite linear;
		-webkit-animation:Sh 5s infinite linear;
		-moz-animation-delay:2s;
		-webkit-animation-delay:2s;
	}

	.loopSh3{
		-moz-animation:Sh 5s infinite linear;
		-webkit-animation:Sh 5s infinite linear;
		-moz-animation-delay:3.8s;
		-webkit-animation-delay:3.8s;
	}
}*/

/*header*/
@media screen and ( max-width : 1100px) {
	.loopSh{
		-moz-animation:Sh 5s infinite linear;
		-webkit-animation:Sh 5s infinite linear;
	}

	.loopSh2{
		-moz-animation:Sh 5s infinite linear;
		-webkit-animation:Sh 5s infinite linear;
		-moz-animation-delay:2.3s;
		-webkit-animation-delay:2.3s;
	}

	@-moz-keyframes Sh{
		0%{
			right: -100%;
		}
		100%{
			right: 100%;
		}
	}

	@-webkit-keyframes Sh{
		0%{
			right: -100%;
		}
		100%{
			right: 100%;
		}
	}

	.sh3img{
		display: none!important;
	}

	.header-text{
		height: 30px;
	}

	.header-text img{
		height: 100%;
		right: -130%;
		top: 0;
		position: absolute;
	}



	.menuview{
		width: 100%;
		height: 50px;
		background: #162242;
	}

	.menu{
		width: 100%;
		height: 50px;
		margin: 0 auto;
		display: flex;
	}
	.menuitem{
		margin-left: 10px;
	}
	.menuitem span{
		display: block;
		left: 0;
		top: 19px;
		width: 10px;
		height: 10px;
	}
	.menuitem p{
		text-indent: 15px
	}
	.menuname{
		font-size: 11px!important;
		margin-top: 10px;
	}
	.el{
		display: none;
	}


	





	@-moz-keyframes menuspan{
		0%{
			width: 13px;
		}
		100%{
			width: 85px;
		}
	}

	@-webkit-keyframes menuspan{
		0%{
			width: 13px;
		}
		100%{
			width: 85px;
		}
	}

	@-moz-keyframes backspan{
		0%{
			width: 85px;
		}
		100%{
			width: 13px;
		}
	}

	@-webkit-keyframes backspan{
		0%{
			width: 85px;
		}
		100%{
			width: 13px;
		}
	}

	#slide-wrap{
		width: 80%!important;
		height: 60%!important;
		bottom: 0%!important;
	}
	#home2{
		padding: 40px 0 40px 0;
	}
	#home22{
		display: block!important;
		padding: 00px 0 40px 0;
	}
	#home3{
		padding: 40px 0 0px 0;
	}
	#home4{
		margin: 0px 0 40px 0;
	}
	#home5{
		margin: 40px 0 0px 0;
	}
	#home6{
		padding: 0px 0 40px 0;
	}
	#home7{
		padding: 0px 0 0px 0;
	}
	#home71{
		display: block!important;
	}
	.home6{
		display: none;
	}
	#home6video{
		width: 80%!important;
		height: 70%!important;
		left: 10%!important;
		top: 5%!important;
	}
	#home61{
		display: block!important;
		padding-bottom: 70px;
	}
	.home61{
		margin-top: 30px;
	}
	#home8{
		margin-top: 40px;
	}
	.phoneproduct{
		display: block!important;
	}
	#home7{
		display: none;
	}
	.home3pc{
		display: none;
	}
	.home3phone{
		display: block!important;
	}
	.home3hejiu{
		width: 40%!important;
		top: 20%!important;
	}
	.home4des1{
		margin-top: 0%;
	}
	.home4gril{
		top: 0%!important;
		width: 35%!important;
	}
	.leftyj{
		-moz-animation:yj 1s ease;
		-webkit-animation:yj 1s ease;
		-moz-animation-fill-mode:forwards;
		-webkit-animation-fill-mode:forwards;
		-moz-animation-delay:.3s;
		-webkit-animation-delay:.3s;
	}

	@-moz-keyframes yj{
		0%{
			-moz-transform:translate(200px,0px);
			opacity:0;
		}
		100%{
			-moz-transform:translate(0,0px);
			opacity:0.5;
		}
	}

	@-webkit-keyframes yj{
		0%{
			-webkit-transform:translate(200px,0px);
			opacity:0;
		}
		100%{
			-webkit-transform:translate(0,0px);
			opacity:0.5;
		}
	}

	.gotop{
		width: 30%!important;
		position: fixed;
		bottom: 8%!important;
		right: 20px!important;
		z-index: 20;
		cursor: pointer;
	}

	.phonetext{
		position: absolute;
		left: 29%!important;
		top: 2.8%;
		color: #fff;
		font-size: 10px!important
	}
}



.video{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.home6video{
	width: 48.6%;
	height: 48.6%;
	position: absolute;
	left: 9%;
	top: 15.5%;
	z-index: 1;
}

.viewmask{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}


/*box2*/
#home22{
	display: none;
}

#slide-wrap{
	position: absolute;
	width: 45%;
	height: 48%;
	left: 10%;
	bottom: 13%;
}

#slide-wrap img{
	width: 100%;
}

.pi,.pi1, .pi2 {
	width: 100%;
	height:100%;
	margin:0 auto;
}

.pike_spot{
	margin-top: 100px;
}

.pike_prev{
	width: 50px;
	height: 100px;
	top: 0;
	left: 0;
}

/*box3*/
.home3phone{
	display: none;
}

.bgimagetitle{
	width: 80%;
	margin-left: 10%;
}

.home3title{
	width: 45%;
	left: 10%;
	top: 16%;
	position: absolute;
	z-index: 1;
}

.home3des{
	width: 80%;
	left: 10%;
	top: 36%;
	position: absolute;
	z-index: 1;
}

.home3hejiu{
	width: 25%;
	right: 0;
	top: 18%;
	position: absolute;
	z-index: 1;
	opacity: 0;
	display: none;
}







/*box4*/
.home4des1{
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
}


.home4des2{
	width: 27.5%;
	left: 8%;
	top: 40.1%;
	position: absolute;
	z-index: 2;
}

.home4gril{
	width: 22%;
	left: 0;
	top: 15%;
	position: absolute;
	z-index: 1;
	opacity: 0;
	display: none;
}

.rightyj{
	-moz-animation:gril 1s ease;
	-webkit-animation:gril 1s ease;
	-moz-animation-fill-mode:forwards;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-delay:.3s;
	-webkit-animation-delay:.3s;
}

@-moz-keyframes gril{
	0%{
		-moz-transform:translate(-200px,0px);
		opacity:0;
	}
	100%{
		-moz-transform:translate(0,0px);
		opacity:1;
	}
}

@-webkit-keyframes gril{
	0%{
		-webkit-transform:translate(-200px,0px);
		opacity:0;
	}
	100%{
		-webkit-transform:translate(0,0px);
		opacity:1;
	}
}



/*box4*/
.home5bg{
	width: 100%;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 1;
}
.home51{
	width: 28%;
	left: 38.5%;
	bottom: 0;
	position: absolute;
	z-index: 1;
	opacity: 0;
}
.home52{
	width: 20%;
	left: 24.5%;
	bottom: -4%;
	position: absolute;
	z-index: 3;
	opacity: 0;
}
.home53{
	width: 36%;
	left: 5%;
	bottom: -4%;
	position: absolute;
	z-index: 2;
	opacity: 0;
}
.home54{
	width: 30%;
	left: -7%;
	bottom: -3%;
	position: absolute;
	z-index: 1;
	opacity: 0;
}
.home55{
	width: 34%;
	right: -7%;
	top: 0%;
	position: absolute;
	z-index: 1;
	opacity: 0;
}
.home56{
	width: 20%;
	right: 23%;
	bottom: 0%;
	position: absolute;
	z-index: 1;
	opacity: 0;
}
.home57{
	width: 15%;
	right: 12.3%;
	bottom: -2.5%;
	position: absolute;
	z-index: 1;
	opacity: 0;
}
.home58{
	width: 20%;
	right: -4%;
	bottom: -2%;
	position: absolute;
	z-index: 1;
	opacity: 0;
}

.delay{
	display: none;
}


/*box6*/
.home6{
	width: 100%;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 1;
}
.home61{
	width: 100%;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 1;
}
#home61{
	display: none;
}

/*box7*/
.home7{
	width: 100%;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 1;
}
.home71{
	width: 100%;
}
#home71{
	display: none;
}

.phoneproduct{
	display: none;
}

.productbg{
	width: 80%;
	float: left;
	margin: 10% 0 0 10%;
	position: relative;
	overflow: hidden;
}

.productbg .porductbgimg{
	width: 100%;
}

.phone-product-item{
	width: 100%;
	height: 87.5%;
	position: absolute;
	z-index: 2;
	top: 12%;
	left: 0;
}

.phone-product-item img{
	width: 100%;
}

.product{
	width: 24.4%;
	height: 66.3%;
	position: absolute;
	z-index: 2;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.product-item{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.product-item img{
	width: 100%;
	float: left;
	position: relative;
}

.rightproduct{
	width: 100%;
	right: -100%!important;
	top: 0!important;
	position: absolute!important;
}


.loopproduct{
	-moz-animation:spp 6s infinite;
	-webkit-animation:spp 6s infinite;
	-moz-animation-delay:0.3s;
	-webkit-animation-delay:0.3s;
}

@-moz-keyframes spp{
	0%{
		opacity: 0;
		-moz-transform:translate(200px,0);
	}
	2%{
		opacity: 0;
		-moz-transform:translate(200px,0);
	}
	35%{
		opacity: 1;
		-moz-transform:translate(0,0);
	}
	70%{
		opacity: 1;
		-moz-transform:translate(0,0);
	}
	90%{
		opacity: 0;
		-moz-transform:translate(-200px,0);
	}
	100%{
		opacity: 0;
		-moz-transform:translate(-200px,0);
	}
}

@-webkit-keyframes spp{
	0%{
		opacity: 0;
		-webkit-transform:translate(200px,0);
	}
	2%{
		opacity: 0;
		-webkit-transform:translate(200px,0);
	}
	35%{
		opacity: 1;
		-webkit-transform:translate(0,0);
	}
	70%{
		opacity: 1;
		-webkit-transform:translate(0,0);
	}
	90%{
		opacity: 0;
		-webkit-transform:translate(-200px,0);
	}
	100%{
		opacity: 0;
		-webkit-transform:translate(-200px,0);
	}
}






.loopproductleft{
	-moz-animation:sppl 6s infinite;
	-webkit-animation:sppl 6s infinite;
}

@-moz-keyframes sppl{
	0%{
		opacity: 0;
		/*-moz-transform:translate(-300px,0);*/
	}
	10%{
		opacity: 0;
	}
	30%{
		opacity: 1;
		-moz-transform:translate(0,0);
	}
	70%{
		opacity: 1;
		-moz-transform:translate(0,0);
	}
	90%{
		opacity: 0;
		-moz-transform:translate(0,0);
	}
	100%{
		opacity: 0;
		/*-moz-transform:translate(300px,0);*/
	}
}

@-webkit-keyframes sppl{
	0%{
		opacity: 0;
		/*-webkit-transform:translate(-300px,0);*/
	}
	10%{
		opacity: 0;
	}
	30%{
		opacity: 1;
		-webkit-transform:translate(0,0);
	}
	70%{
		opacity: 1;
		-webkit-transform:translate(0,0);
	}
	90%{
		opacity: 0;
		-webkit-transform:translate(0,0);
	}
	100%{
		opacity: 0;
		/*-webkit-transform:translate(300px,0);*/
	}
}


.jiu{
	left: 10.45%;
	top: 23%;
}
.cai{
	left: 37.7%;
	top: 23%;
}
.tese{
	left: 65.2%;
	top: 23%;
}

.home8{
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
}

.home9{
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
}

.home10{
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
}

.home11{
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	display: none;
}

.home12{
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	display: none;
}

#home11{
	background: #fff;
}
#home12{
	background: #fff;
}

#home11 .bgimage{
	opacity: 0;
}

#home12 .bgimage{
	opacity: 0;
}

.home13{
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
}

.home14{
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
}

#home14{
	padding-bottom: 150px;
}

.home15{
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
}

.youshi{
	width: 22%;
	height: 19%;
	position: absolute;
	bottom: 29%;
	left: 26%;
	z-index: 2;
}

.liucheng{
	width: 22%;
	height: 19%;
	position: absolute;
	bottom: 29%;
	right: 26%;
	z-index: 2;
}

.tiaojian{
	width: 22%;
	height: 19%;
	position: absolute;
	bottom: 7%;
	left: 26%;
	z-index: 2;
}

.fuzhi{
	width: 22%;
	height: 19%;
	position: absolute;
	bottom: 7%;
	right: 26%;
	z-index: 2;
}

.home15gril{
	width: 35%;
	top: 10%;
	right: 0;
	position: absolute;
	z-index: 2;
	opacity: 0;
}

#home16{
	position: relative;
}

.home16{
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
}

.phonetext{
	position: absolute;
	left: 30%;
	top: 2.9%;
	color: #fff;
	font-size: 18px;
}

.zhanweidiv{
	position: absolute;
	left: 10%;
	width: 80%;
	height: 50px;
}

.phonetext a{
	color: #fff;
}

#youshidiv{
	top: 10%;
}

#jiamengdiv{
	top: 25%;
}

#tiaojiandiv{
	top: 50%;
}

#fuchidiv{
	top: 60%;
}

.gotop{
	width: 15%;
	position: fixed;
	bottom: 10%;
	right: 50px;
	z-index: 20;
	cursor: pointer;
}

.gotop:hover{
	opacity: 0.8;
	/*-moz-animation:scalebtn 0.6s ease ;
	-webkit-animation:scalebtn 0.6s ease;
	-moz-animation-fill-mode:forwards;
	-webkit-animation-fill-mode:forwards;*/
}


@-moz-keyframes scalebtn{
	0%{
		-moz-transform:scale(1);
		opacity: 1;
	}
	100%{
		-moz-transform:scale(1.2);
		opacity: 0.7;
	}
}

@-webkit-keyframes scalebtn{
	0%{
		-webkit-transform:scale(1);
		opacity: 1;
	}
	100%{
		-webkit-transform:scale(1.2);
		opacity: 0.7;
	}
}

.topmovebtn{
	-moz-animation:movebtn 1s ease;
	-webkit-animation:movebtn 1s ease;
	-moz-animation-fill-mode:forwards;
	-webkit-animation-fill-mode:forwards;
}

@-moz-keyframes movebtn{
	0%{
		-moz-transform:translate(0,0px);
		opacity:0;
	}
	30%{
		-moz-transform:translate(0,-200px);
		opacity:0;
	}
	100%{
		-moz-transform:translate(0,0px);
		opacity:1;
	}
}

@-webkit-keyframes movebtn{
	0%{
		-webkit-transform:translate(0,0px);
		opacity:1;
	}
	20%{
		-webkit-transform:translate(0,-200px);
		opacity:1;
	}
	100%{
		-webkit-transform:translate(0,0px);
		opacity:1;
	}
}


.leftgrilyj{
	-moz-animation:gyj 1s ease;
	-webkit-animation:gyj 1s ease;
	-moz-animation-fill-mode:forwards;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-delay:.3s;
	-webkit-animation-delay:.3s;
}

@-moz-keyframes gyj{
	0%{
		-moz-transform:translate(200px,0px);
		opacity:0;
	}
	100%{
		-moz-transform:translate(0,0px);
		opacity:1;
	}
}

@-webkit-keyframes gyj{
	0%{
		-webkit-transform:translate(200px,0px);
		opacity:0;
	}
	100%{
		-webkit-transform:translate(0,0px);
		opacity:1;
	}
}





video::-webkit-media-controls-fullscreen-button {
    display: none;
}

video::-webkit-media-controls-play-button {
    display: none;
}

video::-webkit-media-controls-timeline {
    display: none;
}

video::-webkit-media-controls-current-time-display {
    display: none;
}

video::-webkit-media-controls-time-remaining-display {
    display: none;
}

video::-webkit-media-controls-mute-button {
    display: none;
}

video::-webkit-media-controls-toggle-closed-captions-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    display: none;
}

video::-webkit-media-controls-volume-slider {
    display: none;
}



















