﻿/*body,ul,li,p,dl,dt,dd,h1,h2,h3,h4,h5{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
html,body{
  height: 100%;
}
*{
  font-family: "微软雅黑";
}
img{ 
  border:none;
  vertical-align: middle;
 }
a{
 text-decoration: none;
 color: inherit;
}
*/
/*咨询框*/
#advert{
  position: absolute;
  left: auto;
  right: 7px;
  top: 20%;
  bottom: auto;
  z-index: 9999;
  margin-left: 0px;
  display: block;
}
#advert .lefp{
  width: 34px;
  margin-top:90px;
}
#advert .ulbox{
  width:150px;
  height: 450px;
  background: url(../images/advert_bg.png) no-repeat;
}

.fl{
  float: left;
}
#advert .topx .li{
  width:18px;
  height:18px;
  background:url(../images/li.png) no-repeat;
  cursor:pointer;
  position: relative;
  float: right;
  top: -15px;
  right: -15px;
  margin:5px 10px 0 0;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  -moz-transition: -moz-transform 0.5s ease-out;
  -o-transition: -o-transform 0.5s ease-out;
  -ms-transition: -ms-transform 0.5s ease-out;
}
#advert .topx .li:hover{
  -webkit-transform: rotateZ(270deg);
  -moz-transform: rotateZ(270deg);
  -o-transform: rotateZ(270deg);
  -ms-transform: rotateZ(270deg);
  transform: rotateZ(270deg);

}
#advert .topx .topx_font{
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}
#advert .topx .topx_font b{
  font-size: 16px;
}
#advert .bottx img{
  width: 140px;
  height: 140px;
  margin: auto;
  display: block;
}
#advert .ren_img{
  margin: 5px 10px;
} 
#advert .cent{
  padding-bottom:15px;
}
#advert .cent .qqul li{
  padding-left: 40px;
  margin: 10px 10px 0 10px;
  width: 130px;
  height:30px;
  line-height:30px;
  cursor:pointer;
  background:url(../images/qq_bg.png) no-repeat;
}
#advert .cent .qqul li a{
  font-size:14px; 
  color:#333;
}
#advert .cent .qqul li a  img {
margin-right:10px;
}
#advert .bottx_font{
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
  margin-top: 10px;
}
#advert .bottx_font b{
  display: block;
  font-size: 18px;
}
