/***首页模块4     START****/
.index_msg{
	background: url(../images/bg.jpg) no-repeat top center;
	height: 650px;
}
.index_msg .container{
	height: 100%
}
.index_msg .msgbook{
	width: 800px;
	height: 400px;
	background: #fff;
	text-align: center;
}
.index_msg .msgbook .inputNew{
	 border:1px solid #ddd;
	 width: 80%;
	 padding-left: 15px;
	 margin-bottom: 15px;
	 height: 40px;
	 line-height: 40px;
}
.index_msg .msgbook .inputNew2{
	 border:1px solid #ddd;
	 width:calc(80% - 100px);
	 padding-left: 15px;
	 margin-bottom: 15px;
	 height: 40px;
	 line-height: 40px;
}


.index_msg .msgbook .booksubmit{
	border:1px solid #ddd;
	 width: 80%;
	 padding-left: 15px;
	 margin-bottom: 15px;
	 height: 40px;
	 line-height: 40px;
	 color:#fff;
	 background: #000;
}
.index_msg .msgbook .booksubmit:hover{
	background: #f8f8f8;
	color:#000;
}
/***首页模块4     END****/


@media(max-width: 768px){
	 .index_msg .msgbook{
	 	width:100%
	 }
}
