
.sx-div{
	width: 100%;
	height: 1000px;
	min-width: 1200px;
}
.sx-cont{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.sx-logo{
	position: absolute;
	left: 0;
	top: 30px;
}
.sx-con{
	width: 630px;
	height: 684px;
	padding-top: 20px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 170px;
	box-sizing: content-box;
}
.sx-txt{
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #333333;
}
.sx-red{
	color: #e53333;
}
.form-list {
    width: 510px;
    margin: 20px auto 0;
    position: relative;
	padding-left: 10px;
}
#proVal,
#typeVal {
	font-size: 16px;
    width: 485px;
    height: 45px;
    padding-left: 25px;
    /*appearance: none;*/
    border-radius: 10px;
    outline: none;
    color: #999999;
    border: solid 1px #e1e1e1;
	/*很关键：将默认的select选择框样式清除*/
	/*appearance:none;*/
	/*-moz-appearance:none;
	-webkit-appearance:none;*/
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
.img-con{
	width: 210px;
	height: 210px;
	color: #5760d5;
	font-size: 16px;
	text-align: center;
	line-height: 210px;
	position: absolute;
	left: 50%;
	margin-left: -105px;
	bottom: 240px;
}
.img-con-kefu{
	width: 260px;
	height: 260px;
	color: #5760d5;
	font-size: 16px;
	text-align: center;
	line-height: 260px;
	position: absolute;
	left: 50%;
	margin-left: -130px;
	bottom: 100px;
	background: url('../img/cus_slide.png') no-repeat;
	background-size:100% 100%;
}
.img-con img{
	width: 210px;
	height: 210px;
}
.img-cons{
	bottom: 248px;
}
.sx-tip{
	width: 330px;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	position: absolute;
	left: 50%;
	margin-left: -164px;
	bottom: 47px;
}
.sx-title {
	width: 100%;
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: center;
	position: absolute;
	top: -62px;
}
.wei_tips{
	width: 400px;
	margin:20px auto;
	box-sizing: border-box;
	overflow: hidden;
}
.wei_tips li{
	float: left;
	width:160px;
	line-height: 1.5;
}
.wei_tips li:nth-child(even){
	margin-left: 80px;
}
.wei_tips li span{
	display: inline-block;
	font-size: 16px;
	text-align: left;
}
.wei_tips li span:nth-child(1){
	color:#E53333;
}
.wei_tips li span:nth-child(2){
	color: #666666;
}
