@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,ol,ul,li,p,form,input,button,a,div,img{ 
margin: 0;
padding: 0;
list-style: none;
}
body {
    font-size: 14px;
    font-family: 微软雅黑;
    background: rgb(255, 255, 255);
}
html,body{
	width: 100%;
	font-family:"微软雅黑";
}
a{
	text-decoration: none;
	
}
i,em{
	font-style: normal;
}
li{list-style: none;}
strong,b{
	font-weight: normal;
}

input, form, select {
    margin: 0px;
    padding: 0px;
    outline: medium;
}
/*p {
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 01em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}*/
.clearfixs:after{ 
content:'';
height: 0;
display: block;
clear: both;
visibility: hidden;
overflow: hidden;
}
.clear{
content:'';
display: block;
clear: both;
	
}
.fl{
	float: left;
}
.hs{
	height: 0px;
	clear: both;
}
/*弹框*/
.bounced{
	position:fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
   display: none;
   background: rgba(0,0,0,0.5);

}
.csp-fomr{
	width: 630px;
    height:500px;
    padding-top: 27px;
    overflow: hidden;
    background: #fff;
    z-index: 1000;
    opacity:initial;
    position:absolute;
    left:0;
    margin: auto auto;
    top:0;
    bottom: 0;
    right: 0;
}
.cspf-off{
	   width: 44px;
    height: 44px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    background-color: red;
    z-index:99;
    opacity:0.5;
}
.cspf-off a{

   width: 100%;
    height: 100%;
    display: block;
 background: url(../images/csp-off.png) no-repeat;

}
.cspf-title{
	width: 100%;
    height: 24px;
    font-size: 20px;
    color: #444444;
    line-height: 24px;
    text-indent: 40px;
   /* background: url(../images/csp-icon0.jpg) no-repeat 20px center;*/
}
.cspf-subt {
    width: 100%;
    height: 62px;
    font-size: 13px;
    color: #ff0000;
    line-height: 62px;
    text-indent: 32px;
    margin-bottom: 6px;
    z-index: 999;
    opacity:1;
}
.most {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.cspfz {
    width: 315px;
    height: auto;
    overflow: hidden;
    margin-bottom: 29px;
}
.cspfz label {
    width: 99px;
    height: 40px;
    display: block;
    overflow: hidden;
    line-height: 40px;
    text-align: right;
    color: #444444;
    margin-right: 10px;
}
.cspfz input {
    width: 178px;
    height: 38px;
    display: block;
    line-height: 38px;
    text-indent: 10px;
    font-family: 微软雅黑;
    font-size: 14px;
    color: rgb(170, 170, 170);
    margin-right: 10px;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(214, 214, 214);
    border-image: initial;
    overflow: hidden;
}
.cspfz i {
    display: block;
    color: #ff0000;
    line-height: 40px;
}

div.cspf-adwd {
    width: 100%;
    margin-bottom: 24px;
}

div.cspf-adwd input {
    width: 494px;
}

.cspf-st input {
    width: 190px;
    height: 48px;
    font-family: 微软雅黑;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    font-size: 16px;
    border-radius: 2px;
    background: rgb(38, 139, 202);
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 0px auto;
}

.cspf-text {
    padding: 15px 0 24px;
    line-height: 24px;
    text-align: center;
    color: #666;
}