@charset "utf-8";
/* CSS Document */
html,body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.bigbox{
	width: 100%;
	max-width: 980px;
	margin: auto;
	text-align: center;
	background: #E83716;
	background-position: center;
	background-size: 100%;
	position: relative;
}
.bigbox img{
	width:100%;
	height: auto;
	margin: auto;
	vertical-align: top;
}
.luodiye_Formbox{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin:auto;

	position: absolute;
	bottom: 0;
	z-index: 9;
	padding-bottom: 30%;
}
.luodiye_Formbox:nth-child(3){
	padding-bottom: 50px;
}
.luodiye_Forminput{
	width: 80%;
	height: 100%;
	overflow: hidden;
	margin: auto;
	padding: 11px;
}
.luodiye_Forminput input,.luodiye_Forminput textarea{
	width: 100%;
	height: 40px;
	font-size: 16px;
	margin-top: 15px;
	box-sizing: border-box;
	padding: 0;
	border: 1px solid transparent;
	border-radius: 5px;
	background: #fff;
}
.luodiye_Forminput textarea{
	width: 100%;
	height: 100px;
	font-size: 16px;
}
.form_Btn{
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: auto;
	margin-top: 10px;
}
.form_Btn input{
	width: 40%;
	background: transparent;
    color: #fff;
    font-size: 24px;
	font-weight: bolder;
    border: none;
    padding: 5px 0px;
    margin: auto;
	border:2px solid #fff;
	border-radius: 20px;
}
.luodiye_FormTitle{
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: auto;
}
.luodiye_FormTitle span{
	font-size: 28px;
	font-family: 宋体,"Microsoft YaHei";
	font-weight: bolder;
	color: #fff;
}
.luodiye_FormTitle p{
	font-size: 14px;
	color: #fff;
}
.CallPhone{
	display: none;
}
.brandvideo{
	width:87%;
	height: auto;
	margin: auto;
	margin-top: -55%;
    margin-bottom: 5%;
}
.brandvideo video{
	max-width:100%;
}
@keyframes example-submit {
	0%{transform:  scale(1,1);background-size:  auto 100%;}
	35%{transform:  scale(0.9,0.9);background-size:  auto 80%;}
	70%{transform: rotate(1deg);background-size:  auto 100%;}
	100%{transform: rotate(-1deg);background-size:  auto 80%;}
}
.CallPhone_btn button{
	animation:example-submit 2s ease 0s infinite alternate;
}
@media (max-width:678px) {
	.CallPhone{
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 14px;
		margin: auto;
		display: flex;
    	align-items: center;
		border: 1px solid #fff;
		border-left: none;
		border-right: none;
	}
	.CallPhone_text,.CallPhone_btn{
		float: left;
	}
	.CallPhone_text{
		width: 70%;
		height: 100%;
		overflow: auto;
		box-sizing: border-box;
		padding-left: 15px;
	}
	.CallPhone_text p{
		color: #fff;
	}
	.CallPhone_text p:first-child{
		font-size: 2em;
		color: #fff;
		line-height: 0;
	}
	.CallPhone_btn{
		width: 30%;
		height: 85px;
		overflow: auto;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.CallPhone_btn button{
		width: 100%;
		height: auto;
		padding: 5px 10px;
		font-size: 1.5em;
		color: #fff;
		background: #E8422C;
   		border-radius: 20px;
    	border: 1px solid #fff;
	}
}

@media (max-width: 375px) {
	.CallPhone_btn button{
		font-size:1.2em;
	}
	.CallPhone_text p:first-child{
		font-size:1.5em;
	}
}
