.banner{
	min-width: 1200px;
	max-width: 1920px;
	margin:0 auto; 
}
 
.banner img{
  width: 100%;
	display: block;	
}

.banner1 {
	min-width: 1500px;
	max-width: 1920px;
	margin: 0 auto;
	height: 4800px;
	background-image: url(../img/pikaLitruck/pikaLitruck_02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.banner1-img1 {
	width: 1500px;
	height: 532px;
	background-image: url(../img/pikaLitruck/pikaLitruck_03.jpg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.banner1-img-vido1 {
	background-color: #ffffff;
	position: absolute;
	width: 583px;                     
	height: 319px;
	right: 118px;
	top: 53px;
}

.banner1-img2 {
	width: 1500px;
	height: 777px;
	background-image: url(../img/pikaLitruck/pikaLitruck_04.jpg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.banner1-img-vido2 {
	background-color: #ffffff;
	position: absolute;
	width: 292px;
	height: 157px;
	right: 102px;
	top: 322px;
}

.banner1-img3 {
	width: 1500px;
	height: 1263px;
	background-image: url(../img/pikaLitruck/pikaLitruck_05.jpg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.banner1-img4 {
	width: 1500px;
	height: 806px;
	background-image: url(../img/pikaLitruck/pikaLitruck_06.jpg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.banner1-img-vido4 {
	background-color: #ffffff;
	position: absolute;
	width: 654px;
	height: 370px;
	right: 115px;
	top: 178px;
}

.banner1-img5 {
	width: 1500px;
	height: 654px;
	background-image: url(../img/pikaLitruck/pikaLitruck_07.jpg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.banner1-img-vido5 {
	background-color: #ffffff;
	position: absolute;
	width: 457px;
	height: 225px;
	right: 166px;
	top: 138px;
}

.banner1-img6 {
	width: 1500px;
	height: 336px;
	background-image: url(../img/pikaLitruck/pikaLitruck_08.jpg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.banner1-img7 {
	width: 1500px;
	height: 106px;
	background-image: url(../img/pikaLitruck/pikaLitruck_09.jpg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

/*************************表单*****************************************/
.c1:after{
	content:"*";
	color:red;
	display: inline-block;
	width: 10px;
}

#form .wrapper form{
	border-top: 1px solid #D6D6D6;
	padding-left:165px;
	padding-top: 90px;
}

#form laber{
	font-family: "微软雅黑";
	font-size: 24px;	
}

#form span{
	display: inline-block;
	font-size: 12px;
	margin-bottom: 54px;
}

#form input{
	border-radius: 5px;
	margin-bottom: 42px;
	font-size: 18px;
	outline: none;
	width: 333px;
	height: 42px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #b4b4b4;
}

#form .name{
	margin-right: 36px;
}

#form .area{
	margin-right: 36px;
}

#form .phone{
	width: 383px;
}

#form .mail{
	width: 383px;
}

textarea{
	font-size: 18px;
	border-radius: 5px;
	min-height: 220px;
	width:818px;
	vertical-align:top;
	margin-bottom: 28px;
	resize:vertical;
	border: solid 1px #b4b4b4;
	outline: none;
}

#form #formSubmit{
	font-size: 24px;
	text-align: center;
	color: white;
	line-height: 61px;
	border-radius: 5px;
	width: 193px;
	height: 61px;
	background: #d7000f;
	border: none;
	outline: none;
	cursor: pointer;
}

#form .form_bot .tips{
	color: #D7000F;
	font-size: 18px;
    margin: 0;
    width: 500px;
    margin-left: 20px;
    margin-bottom: 0;
    /*overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;*/
}

.form_bot{
	margin-left: 58px;
	position:relative;
}

.form_bot img{
	position: absolute;
	left: 576px;
	top: 19px;
}