charset "utf-8";
/* CSS Document */
*{margin: 0;padding: 0;}
li{list-style: none;}
.logo{
	padding:20px 0 0 50px;
}
.qm1{
	position: fixed;
	right: 0;
	top:0;
	
}
.qm2{
	position: fixed;
	bottom:0;
	left:0;
	width:42%;
	z-index: -999;
	
}
.box{
	width: 1080px;
	margin: 0 auto;
	margin-top:2%;
}
.zb{
    float:left;
	padding-top:20px;
}
.bt1{
	font-size: 20px;
	color:#138eff;
	line-height:30px;
	margin: 0;
}
.zb ul{padding-left:10px;margin-bottom:30px;}
.zb ul li{
	font-size:14px;
	color: #333;
	line-height:30px;
	padding-left:22px;   
   background:url("../images/dg.png") no-repeat; 
   background-position: 0 8px; 
   background-size: 16px;   
   list-style: none;

}
.yb{
	float:right;
	width: 400px;
	height: auto;
	border:8px;
	background: #FFF;
	box-shadow: 0px 8px 20px rgba(0,0,0,0.1);
}
.bt2{
	font-size: 20px;
	color:#138eff;
	text-align: center;
	border-bottom: 1px solid #EEE;
	line-height: 60px;
	margin: 0;
}
.ms{
	font-size:14px;
	color:#138eff;
	padding: 0 30px;
	line-height: 20px;
}

.fmm input{
	width: 330px;
	height:40px;
	border: 1px solid #ddd;
	vertical-align: middle;
	border-radius:3px;
	font-size: 14px;
	padding-left: 10px;
	line-height: 40px;
	margin-left: 30px;
	
}
.fmm input:focus{

    outline:none;
    border: 1px solid #3986ff;

}

.cwts{
	font-size: 12px;
	color:red;
	height: 20px;
	line-height:20px;
	padding: 0;
	margin: 0;
	display: block;
	margin-left: 32px;
	
}
.yzm{
	float: right;
	height:42px;
	line-height: 42px;
	width: 110px;
	border: 1px solid #138eff;
	background:#e7f4ff;
	color: #138eff;
	text-decoration: none;
	border-radius:3px;
	font-size: 14px;
	text-align: center;
	margin-right: 30px;
}

.btn{
	width: 342px;
	height: 42px;
	background:#138eff;
	border-radius:3px;
	border: 0;
	font-size: 16px;
	color: #FFF;
	margin: 10px 0 30px 30px;
	 outline:none;
	cursor:pointer;
}
.btn:hover{
	background:#137fe3;
}

/*select下拉框*/

.sewv {
    position: relative;
    width: 340px;
    display: inline-block;
    vertical-align: middle;
}
.sewvtop {
    width: 100%;
    height:40px;
    border: 1px #D9D9D9 solid;
    cursor: pointer;
    border-radius:3px;
    overflow: hidden;
}
.sewvtop:hover {
    border: 1px #3985FF solid;
}
.sewvtop>span {
    float: left;
    height: 40px;
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    line-height: 40px;
    color: #666;
    text-align: left;
	padding-left: 10px;
}
.sewvtop>em {
    float: right;
    width: 20px;
    height: 20px;
    vertical-align: middle;
	margin-top: 8px;
	opacity: 0.5;
}
.sewvbm {
    width:340px;
    position: absolute;
    left: 0;
    top:40px;
    display: none;
	background: #FFF;
    border: 1px #D9D9D9 solid;
    border-radius: 2px;
	padding: 0;
	margin: 0;
}
.sewvbm>li {
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #666;
	padding-left: 12px;
    
}
.sewvbm>li:hover {
    background: #E5EFFF;
}
.lbaxztop {
    animation: rotatete 0.3s linear forwards;
}
.lbaxztop2 {
    animation: rotatete2 0.3s linear forwards;
}
 @keyframes rotatete {
 from {
transform: rotate(0deg);
}
 to {
transform: rotate(180deg);
}
}
 @keyframes rotatete {
 from {
transform: rotate(0deg);
}
 to {
transform: rotate(180deg);
}
}
 @-moz-keyframes rotatete2 {
 from {
transform: rotate(180deg);
}
 to {
transform: rotate(0deg);
}
}
 @keyframes rotatete2 {
 from {
transform: rotate(180deg);
}
 to {
transform: rotate(0deg);
}
}/*select下拉框*/

