*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
}
html,body{
	height: 100%;
}
body{
	width: 100%;
}
i{
	font-style: normal;
	color: inherit;
}
a:link {
    text-decoration: none;
    color: black;
}
a {
    color: #333;
    text-decoration: none;
}
.header{
	width: 100%;
}
.img1{
	width: 100%;
	display: block;
}
.info_box {
    width: 100%;
    height: 1124px;
    background: url(../img/twobanner.png) center no-repeat;
    overflow: hidden;
}
.info_con{
	width: 980px;
	height: 891px;
	background: url(../img/infobanner.png) no-repeat;
	background-size:100% 100%;
	margin: 70px auto 0;
	overflow: hidden;
}
.info_warp{
	width: 640px;
	margin-top: 200px;
	margin-left: 123px;
}
.info_inp{
	width: 100%;
	height: 90px;
	border-bottom: 1px solid #0088df;
	position: relative;
}
.info_inp input{
	width: 100%;
	height: 89px;
	border: 0;
	outline: none;
	font-style: italic;
	font-size: 27px;
	text-indent: 10px;
	vertical-align: top;
}
input::-webkit-input-placeholder { /* WebKit browsers */ 
color: black; 
} 
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: black; 
} 
input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: black; 
} 
input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: black; 
} 
.info_inp select{
	width: 100%;
	height: 90px;
	outline: none;
	border: none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;	
	background: transparent;
	font-size: 27px;
	font-style: italic;
	text-indent: 10px;
    vertical-align: top;	
}
.inpse{
	display: flex;
	justify-content: space-between;
}
.info_se{
	width: 50%;
	position: relative;
}
.irimg{
	position: absolute;
	right: 43px;
	top: 37px;
	width: 22px;
	height: 13px;
}
.info_btn{
	width: 660px;
	height: 97px;
	margin-top: 25px;
	cursor: pointer;
}
.info_btn img{
	width: 100%;
	height: 100%;
	display: block;
}
.info_tit{
	font-size: 22px;
	font-style: italic;
	margin: 10px 0;
}
.info_tit span{
	color: #0088df;
	cursor: pointer;
}
.info_foot{
	font-size: 22px;
	font-style: italic;	
}
.footer{
	width: 100%;
}
.footer img{
	width: 100%;
	display: block;
}
