/* CSS Document */

/*通用样式*/
html,body,div,ul,li,ol,img,input,form,span,p,h1,h2,h3,h4,h5,h6,textarea{ 
	margin: 0; 
	padding: 0; 
	font-family: "Microsoft YaHei";
	box-sizing:border-box;
}
html,body{ height: 100%;}
li{ list-style: none;}
a{ text-decoration: none; cursor: pointer;}
img{ width: 100%; border: 0;}

@font-face {
  font-family: "iconfont";
  src: url('../font/iconfont.eot'); /* IE9*/
  src: url('../font/iconfont.eot') format('embedded-opentype'), /* chrome, firefox */ url('../font/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('../font/iconfont.svg') format('svg'); /* iOS 4.1- */
}
/*头部固定联系栏*/
#banner{
	margin-top: 105px!important;
}
.fixed-slider{
  width: 100%;
  /* height: 0px; */
  height:45px;
  max-width: 640px;
  background:url(../image/wechat.png) no-repeat 20px 5px;
  background-size:35px 35px;
  background-color:#fff;
  overflow: hidden;
}
.fixed-slider a{
  display: block;
  padding-left:79px;
}
.fixed-slider .p1{
  font-size:10px;
  color:#666;
  letter-spacing: 1.5px;
  margin-top: 6px;
}
.fixed-slider .p2{
  font-size:15px;
  color:#333;
  letter-spacing: 1px;
}
.fixed-slider .p2 button{
  border: none;
  background-color: #393;
  font-size: 11px;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  position: relative;
  top: -11px;
  left: 15px;
}

/*导航条*/
.head {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 640px;
  background-color: #333;
  display: block;
  z-index: 9999;
}
.logo{
  width: 36%;
  height: 60px;
  float: left;
  text-align: center;
}
.logo a{
  display: block;
  height:100%;
  position: relative;
}
.logo img{
  width: 134px;
  height: 30.5px;
  display: block;
  position: absolute;
  left:15px;
  top:50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.xz {
  height: 60px;
  float: right;
  font-size: 21px;
  line-height: 60px;
  color: #fff;
  overflow: hidden;
  padding-right: 10px;
}
.iconfont_menu:before, .iconfont_menu:after{
  font-family:"iconfont"!important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.iconfont {
    font-family:"iconfont"!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clear::after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.icon-daohang::before {
    content: "\e602";
    font-size: 30px;
    text-align: right;
}

.icon-youjiantou:before {
    content: "\e60b";
    font-size: 16px;
    line-height: 34px;
    display: block;
    float: right;
    width: 20px;
    text-align: center;
    color: #AAAAAA;
    font-weight: normal;
}
/*menu*/
.menu_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
  font-size:18px;
}
.menu_wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.menu_bc {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
}
.menu_nav_box {
  position: absolute;
  z-index: 2;
  width: 80%;
  background: #FFFFFF;
  height: 100%;
  top: 0;
  right: 0;
  padding: 0 0 24px;
  box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
  
  overflow-y: auto;
  font-size: 16px;
  border-top: 2.5px #393 solid;
}
.menu_list {
  overflow-y: hidden;
}
.menu_list_tt {
  line-height: 34px;
  padding: 0 10px;
  font-weight: bold;
  height: 34px;
  font-size:18px;
}
.menu_list_tt a {
  color: #333;
  font-size:18px;
}
.menu_list_item {
  padding-left: 3%;
}
.menu_list_item p {
  float: left;
  width: 47%;
  background: #F3F3F3;
  text-align: center;
  margin-right: 3%;
  margin-bottom: 10px;
  line-height: 34px;
  font-size: 14px;
  box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;

  height: 34px;
border-radius: 5px;
-webkit-border-radius: 5px;
margin-top: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
padding: 0 2.5px;
}
.menu_list_item p a {
  color: #333;
  font-size:16px;
}
.menu_list_item p.active {
  color: #333;
  border: 1px solid #D4231E;
  background: #FFFFFF;
  line-height: 16px;
}
.menu_list_ww {
  float: right;
  font-size: 14px;
  color: #666666;
  width: 40%;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}
.menu_icon:after {
  
}
.drop_open {
  height: auto;
}
/*menu end*/

/*页脚*/
.footer{
  background-color: #333;
  padding-bottom: 1.5rem;
}
.footer .footer_logo {
    width: 5.68rem;
    height: 1.3rem;
    margin: 0 auto;
    border-bottom: 0.02rem solid #999;
    background: url(../image/footer_logo.png) no-repeat center;
    background-size: 1.6rem 0.86rem;
}
.footer p {
    text-align: center;
    font-size: 0.24rem;
    color: #999;
    padding-top: 0.24rem;
    line-height: 0.32rem;
}
/*底部浮动*/
.bottom-consult{
  position: fixed;
  width: 100%;
  height: 0.88rem;
  bottom: 0;
  cursor: pointer;
  max-width: 640px;
  z-index: 1000;
  background-color: #F7F7F7;
}
.bottom-consult div{
  position: absolute;
  top:0;
  width: 100%;
  height: 100%;
  font-size:0;
}
.bottom-consult a{
  width: 50%;
  display: inline-block;
  height: 100%;
  position: relative;
  vertical-align: top;
  font-size: 0;
  text-align: center;
  box-sizing:border-box;
  padding-top: 0.2rem;
}
.bottom-consult .c-tel{
  border-right:1px solid #ccc;
}
.bottom-consult a img{
  display: inline-block;
  width: 0.53rem;
  height: auto;
  vertical-align: top;
  margin-right: 0.26rem;
}
.bottom-consult a span{
  vertical-align: top;
  display: inline-block;
  font-size: 0.28rem;
  color:#000;
}
.bottom-consult #flash-point{
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  font-size: 12px;
  background-color: #393;
  color:#fff;
  position:absolute;
  left:1.02rem;
  top:0.05rem;
  border-radius: 0.32rem;
  font-weight: bold;
  text-align: center;
}
/*离线宝对话框底色*/
#LXB_CONTAINER_SHOW.lxb-container-btn-show{
  background-color: #393!important;
}

/*popform*/
.fbox{
  position:fixed;
  left:0;
  bottom: 1.01rem;
  z-index: 9999;
}
.fbox a{
  display: block!important;
  width: 1rem;
  height: 1rem;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  overflow: hidden;
  position: relative;
}
.fbox a span{
  position: absolute;
    top: 0;
    right: 0;
    width: 2rem;
    height: 2rem;
    background: #ccc;
    border-radius: 1rem;
    font-size: 13px;
    background-color: #393;
}
.fbox a span strong{
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0.44rem;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 13px;
    color:#fff;
    letter-spacing: 0.05rem;
}
#popForm{
  display: none;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

#popForm form{
  font-size: 0;
}
#popForm form input{
  display: block;
  width: 5rem;
  height: 0.68rem;
  background-color: #fff;
  border: 0;
  border-radius: 0.08rem;
}
#popForm form input + input{
  margin-top: 0.4rem;
}
#popForm form input[type="text"]{
  font-size: 0.23rem;
  color: #999;
  box-sizing: border-box;
  padding-left: 0.32rem;
}
#popForm form input[type="submit"]{
  font-size: 0.26rem;
  color: #fff;
  background: -webkit-linear-gradient(left,#51c033,#109b11);
  background: -o-linear-gradient(right,#51c033,#109b11);
  background: -moz-linear-gradient(right,#51c033,#109b11);
  background: linear-gradient(to right,#51c033,#109b11);
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span{
  background-image: url(../image/fancybox_sprite.png);
}

.fancybox-skin{
  background-color: #f0f0f0!important;
}
/*悬浮广告*/
.centerAd{
  position: fixed;
  top:50%;
  left:50%;
  -webkit-transform:translateY(-50%) translateX(-50%);
  -moz-transform:translateY(-50%) translateX(-50%);
  -ms-transform:translateY(-50%) translateX(-50%);
  -o-transform:translateY(-50%) translateX(-50%);
  transform:translateY(-50%) translateX(-50%);
  z-index: 5000;
  display: none;
  font-size: 0;

}

.centerAd img{
  display: block;
  width:4.28rem;
  position: relative;
}
.centerAd .closeAd{
  display: inline-block;
  width: 50%;
  height: 0.7rem;
  font-size: 0.23rem;
  line-height: 0.7rem;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
  color:#333;
  cursor:pointer;
letter-spacing: 1px;
}
.centerAd a{
  display: inline-block;
  width: 50%;
  height: 0.7rem;
  font-size: 0.23rem;
  line-height: 0.7rem;
  text-align: center;
  background-color: #fff;
  color:#38dede;
  font-weight: bold;
  text-decoration: none;
  background-color: #e3fafa;
  letter-spacing: 1px;
  cursor: pointer;
}
/* 商务通对话框兼容样式 */
#LR-BUBBLE-title{
	font-size:0;
}
#LR-BUBBLE-AVATAR{
	display:inline;
}
/*悬浮广告v2
.centerAd{
  position: fixed;
  top:50%;
  left:50%;
  -webkit-transform:translateY(-50%) translateX(-50%);
  -moz-transform:translateY(-50%) translateX(-50%);
  -ms-transform:translateY(-50%) translateX(-50%);
  -o-transform:translateY(-50%) translateX(-50%);
  transform:translateY(-50%) translateX(-50%);
  z-index: 5000;
  display: none;
  font-size: 0;
  
}
.centerAd img{
  display: block;
  width:3.98rem;
  position: relative;
}
.centerAd .closeAd{
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  cursor:pointer;
  position: absolute;
  top:-0.08rem;
  right:-0.08rem;
}
.centerAd .closeAd img{
  width: 100%;
  height: 100%;
}
.centerAd a{
  display: inline-block;
  width: 50%;
  height: 0.59rem;
  font-size: 0.21rem;
  line-height: 0.59rem;
  text-align: center;
  color:#333333;
  text-decoration: none;
  letter-spacing: 2px;
  cursor: pointer;
}
.centerAd a.ca-consult{
  background-color:#cde26d;
}
.centerAd a.ca-tel{
  background-color:#6de28b;
}*/