@charset "utf-8";
/* CSS Document */
body{
	background: url("../image/bg.jpg")no-repeat top center;
	background-size: 1920px;
}
.cxbox{
	max-width: 496px;
	width: 100%;
	margin: 0 auto;
}
.cxbox .logobox{
	width: 100%;
	text-align: center;
}
.cxbox .logobox{
	height: 150px;
}

.cxbox .chaxun{
	width: 100%;
	border-radius: 14px;
	margin: 0 auto;
}
.biaoti{
/*	position:absolute;*/
	display: block;
/*	width: 800px;*/
	top: 0;
/*	left: -150px;*/
	height: 110px;
	font-size: 40px;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	font-weight:bold;
}
.cxbox .chaxun .yzxin{
	height: 40px;
	color: #d0021b;
    text-align: center;
    font-size: 14px;
	letter-spacing: 0.1em;
    margin-bottom: 24px;
    line-height:40px;
}
.cxbox .chaxun p{
	display: block;
	position: relative;
	width: 100%;;
	height: 60px;
	border-radius: 30px;
	text-align: center;
	overflow: hidden;
	font-weight: 300;
    color: #191919;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}
.cxbox .chaxun p input{
	width: 100%;
	height: 60px;
	padding: 0 18px;
	line-height: 60px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	box-sizing: border-box;		
}
.cxbox .chaxun p input::input-placeholder{
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.1em;
}
.cxbox .chaxun p input::-webkit-input-placeholder{
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.1em;
}
.cxbox .chaxun p:nth-child(1){
	margin-bottom: 24px;
}
.cxbox .chaxun .cuowu input{
	color: #d1334a;
}
.cxbox .chaxun .cuowu::after{
	position: absolute;
	top: 18px;
	right: 10px;
	display: block;
	width:26px;
	height:26px;
	border-radius: 50%;
	content:"";
	background:url("../image/xx.png");
	background-size: 100% 100%;
}
.cxbox .chaxun a{
	display: block;
	width: 179px;
    height: 60px;
    border-radius: 35px;
    box-shadow: 0 2px 4px 0 rgba(127,109,177,.5);
    background-color: #4C78A6;
    margin: 60px auto;
	font-weight: 300;
    color: #191919;
}
.cxbox .chaxun a input{
	background: none;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 26px;
	color: #fff;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}
.cxbox .chaxun a input::-webkit-input-placeholder{
	letter-spacing: 0.1em;
}
.cxbox .chaxun .tel{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}


 .div06{
		width:300px;
                    height:40px;
                    margin:0 auto;
           
                    text-align:center;
                    color:#fff;
                    font-size:20px;margin-top:40px;
                    }
                  .div06:before,.div06:after
                  {
                    content:"";
                    width:100px;
                    height:2px;
                    background:#fff;
                    display:block;              /*1.首先使伪类显示方式为块级元素*/
                    position:relative ;     /*2.通过相对定位的方式控制两侧内容的位置*/
                  }
                  .div06:before{                /*3.控制左侧横线的位置*/
                    top:12px;
                      left:-50px;
                    }
                  .div06:after                  /*4.控制右侧横线的位置*/
                  {
                        top:-10px;
                        right:-250px;
                  }











.footer{
	position: fixed;
	right: 10%;
	bottom: 30px;
	text-align: right;
	font-size: 14px;
	color: #666666;
}
.footer>div{
	display: inline-block;
	margin-right: 20px;
}
.footer>div a{
	color: #666666;
}



@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 900px) {
	.footer{
		position: inherit;
		text-align: center;
		margin-top: 60px;
		padding-bottom: 40px;
	}
	.cxbox .logo{
		position: inherit;
		margin-top: 40px;
	}
}

@media screen and (max-width: 640px) {
	.footer>div{
		width: 100%;
		height: 40px;
		line-height: 40px;
		margin-right: 0;
	}
}


@media screen and (max-width: 530px) {
	.cxbox{
		width: 100%;
		padding: 0 15px;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	box-sizing: border-box;	
	}
	.cxbox .chaxun,
	.cxbox .chaxun p{width: 100%;}
	
	.biaoti{
		font-size: 30px;
	}
}








