body,
a,
ul,
li,
img,
p{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: none;
}

/*------------------------------------------------------*/


.fixed_content{
 	position: fixed;top:50%;margin-top:-240px;right:10px;z-index:9;
}

.fixed_head{
	width: 120px;
	padding: 0 9px;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	background-color: #fff;
}

.fixed_head_info{
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}

.fixed_head_tx{
	width: 80px;
	height: 80px;
	margin-left: -40px;
	position: absolute;
	top: -40px;
	left: 50%;
	z-index: 1;
}

.fixed_head_tx img{
	width: 100%;
	height: 100%;
}

.fixed_head_tel{
	padding-top: 10px;
	text-align: center;
}

.fixed_head_tel p{
	height: 18px;
	text-indent: 2em;
	font-size: 12px;
	color: #808080;
	background: url(icon_tel.png) no-repeat center left;
}

.fixed_head_tel strong{
	padding-top: 6px;
	font-size: 14px;
	color: #333;
	display: block;
}

.fixed_head_qq{
	padding: 5px 0;
	border-bottom: 1px solid #e6e6e6;
}

.fixed_head_qq ul li{
	padding: 5px 0;
}

.fixed_head_qq ul li a{
	padding-top: 52px;
	text-align: center;
	font-size: 14px;
	color: #333;
	background: url(fixed_head_qq.png) no-repeat center top;
	display: block;
}

.fixed_head_qrcode{
	padding: 5px 0;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
	cursor: pointer;
}
.fixed_head_qrcode{ 
        position: relative;
}
#telAskBox{
    display: none;
    position: absolute;
    right: 110px;
    top: -150px;
    width:420px;
    height:450px;
    background: #FFFFFF;
    border: 1px solid #ff8401;
    z-index: 99999999999999;
    font-size:14px;
     
}
#telAskBox .asktitle{
    padding:0px 20px;
    width:100%;
    height:42px;
    background: #ff8401;
    position: relative;
    
}
#telAskBox .asktitle span{
    line-height: 42px;
    height:42px;
    color:#FFF;
    text-align: left; 
    background: url(./yunhuLogo.png) left center no-repeat;
    background-size:80px ;
    padding-left: 90px;
    font-size: 14px;
}
.askError{
    color:#F00;
    margin-left:30px;
    display: none;
}

#telAskBox #gbIconAsk{
    position: absolute;
    right: 20px;
    top: 5px;
    width: 30px;
    height: 30px;
}


#telAskBox .askCont{
    padding: 20px;
    text-align: left;
}
#telAskBox .askCont .asktip{
    font-size: 12px;
}
#telAskBox .askCont .asktip b{
    color: #F00;
}

#telAskBox .askCont .asktext{
    height:42px;
    line-height: 42px;
}
#telAskBox .askCont .asktext b{
    color:#F00;
}
#telAskBox .askCont .asktext input{
    border:1px solid #CCC;
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding: 0px 20px;
}
##telAskBox  .textareaT{
    width:96%;
    height:80px;
    border:1px solid #CCC;
    padding: 20px 2%;
}
#telAskBox .subTel{
    width:80%;
    background: #ff8401;
    height:42px;
    line-height: 42px;
    color:#fff;
    font-size: 15px;
    border-radius: 10px;
    margin: 0px auto;
    text-align: center;
}



#telAskBox2{
    display: none;
    position: absolute;
    right: 50px;
    top: 42px;
    width:420px;
    height:350px;
    background: #FFFFFF;
     z-index: 9;
    font-size:14px;
    border-radius: 10px;
     
}
#telAskBox2 .asktitle{
    padding:0px 20px;
    width:100%;
    height:42px;
    background: #ff8401;
    position: relative;
    
}
#telAskBox2 .asktitle span{
    line-height: 42px;
    height:42px;
    color:#FFF;
    text-align: left; 
    background: url(./yunhuLogo.png) left center no-repeat;
    background-size:80px ;
    padding-left: 90px;
    font-size: 14px;
}
.askError2{
    color:#F00;
    margin-left:30px;
    display: none;
}

#telAskBox2 #gbIconAsk{
    position: absolute;
    right: 20px;
    top: 5px;
    width: 30px;
    height: 30px;
}


#telAskBox2 .askCont{
    padding: 20px;
 }
#telAskBox2 .askCont .asktip{
    font-size: 23px;
    color:#332626;
    text-align: center;
    
}
#telAskBox2 .askCont .asktip b{
    color: #F00;
}

#telAskBox2 .askCont .asktext{
    height:42px;
    line-height: 42px;
}
#telAskBox2 .askCont .asktext b{
    color:#F00;
}
#telAskBox2 .askCont .asktext input{
    border:1px solid #CCC;
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding: 0px 20px;
}
#telAskBox2  .textareaT{
    width:96%;
    height:80px;
    border:1px solid #CCC;
    padding: 20px 2%;
}
#telAskBox2 .subTel2{
    width:80%;
    background: #ff8401;
    height:42px;
    line-height: 42px;
    color:#fff;
    font-size: 15px;
    border-radius: 10px;
    margin: 0px auto;
    margin-top:50px;
    text-align: center;
    cursor: pointer;
}










.fixed_head_qrcode img{
	width: 90px;
	height: 90px;
	margin: 0 auto;
	display: block;
}

.fixed_head_qrcode span{
	margin-top: 0px;
	font-size: 14px;
	color: #333;
	display: block;
}

.fixed_head_link{
	padding: 7px 0;
}

.fixed_head_link ul li{
	margin: 3px 0;
	padding: 6px 0;
	text-align: center;
	background-color: #f5f5f5;
	border-radius: 3px;
}

.fixed_head_link ul li a{
	font-size: 12px;
	color: #333;
	display: block;
}

.fixed_head_link ul li:hover{
	background-color: #1ec981;
}

.fixed_head_link ul li:hover a{
	color: #fff;
}

 
.fixed_returntop a{
	width: 40px;
	height: 60px;
	margin: 0 auto;
	background: url(fixed_returntop.png) no-repeat center top;
	display: block;
}







