/* CSS Document */
.infor{width:100%; position:relative;}
.infor .bg{width:100%;}
.infor .bg img{width:100%;}
.infor .box{width:400px; height:110px; position:absolute; top:40%; left:50%; margin-left:-200px; margin-top:-55px;}

.infor .box h2{font-size:36px; margin-bottom:10px; color:#fff; font-weight:100;}
.infor .box input{width:100%; height:50px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;  font-size:17px; background:none; border:none; border:2px solid #fff; /*background:url(../img/icon_1.png) 360px center no-repeat;*/ color:#fff; padding-left:10px; font-family:"微软雅黑";}
.infor .box ::-webkit-input-placeholder { 　color:#999; font-size:18px; font-family:"微软雅黑"; 　line-height: 1.5em;　}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color:#fff; font-size:17px;}
input:-moz-placeholder, textarea:-moz-placeholder{color:#fff; font-size:17px;}
input::-moz-placeholder, textarea::-moz-placeholder{color:#fff;font-size:17px;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color:#fff;font-size:17px;}
::-ms-clear{display: none;}
::-ms-reveal{display: none;}












