@charset "utf-8";
body,p,h1,h2,h3,h4,h6,ul{
	margin: 0;
	font-family: not specified;
}
ul,input,button{
	padding: 0;
}
a{
	text-decoration: none;
	display: inline-block;
}
li{
	list-style-type: none;
}
img{
	max-width: 100%;
}
h2{
	font-size: 30px;
	font-weight: bold;
}
body{
	min-width: 1200px;
    background-color: #fbfbfb;
/*   -webkit-touch-callout: none;
   -moz-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   -khtml-user-select: none;
   user-select: none;*/
}

/* ---------------表单-------------- */
.demand{
    background-color: #ffffff;
    text-align: center;
    padding: 80px 0;
}
.demand h5{
    margin: 0;
    font-size: 24px;
    line-height: 4.5;
    color: #EF4B4C;
}
.demand .bgi {
    width: 824px;
    margin: 0 auto;
    padding: 0 30px 30px;
    background-image: url(/images/lunbo1.png);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position-x: 93%;
    background-position-y: 58%;
    box-shadow: 0px 2px 12px 0px rgb(0 0 0 / 40%);
}
.demand-input li{
    padding: 0px;
    margin-bottom: 19px;
    text-align: left;
}
.demand-input span{
    font-size: 19px;
    color: #01152f;
    font-weight: bold;
    font-family: "Microsoft YaHeiUI";
    vertical-align: middle;
}
.demand-input span:after {
    content: '*';
    color: red;
}
.demand-input li:nth-child(3) span:after {
    content: ' ';
}
.demand-input li:nth-child(3) span {
    margin-right: 4px;
}
.demand-input form{
    display: inline-block;
}
.user-input{
    outline: none;  
    width: 459px;
    height: 39px;
    font-size: 14px;
    text-indent: 14px;
    background-color: #f3f3f3;
    vertical-align: middle;
    border: 1px solid #d3d2d2;  
}
::-webkit-input-placeholder { /* WebKit browsers */ 
    color: rgba(0, 0, 0, 0.3); 
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
    color: rgba(0, 0, 0, 0.3);
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
    color: rgba(0, 0, 0, 0.3);
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
    color: rgba(0, 0, 0, 0.3);
}
.user-demand span{
    vertical-align: top;
    line-height: 39px;
} 
.user-demand textarea{
    width: 459px;
    height: 138px;
    padding: 0;
    resize:none; 
    outline: none;
    line-height: 2;
}
.button-ask{
    width: 226px;
    height: 40px;
    background-color: #f39800;
    font-size: 19px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5%;
    border: 0;
    outline: none;
    margin-top: 11px;
    box-shadow: 0px 3px 7px 0px #000000;
    cursor: pointer;
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
}
.button-ask:hover {
    background-color: #ffffff;
    color: #f39800;
}