.body1{
   background-image:url(../img/bj.jpg); 
   background-size:100%;
   background-repeat:no-repeat;
   background-color:#000000;

}
.logo{
    width: 70%;
    display: inline-block;
}
.index-btn-h{
    width:80%;
    height: 50px;
    margin-bottom: 15px;
}

.content-ul{
    width: 100%;
    font-size: 18px;
    padding-left: 0.5rem;
    float: right;
    margin: 20px 0;
}
.content-ul li{
    text-align: left;
    margin: 5px 0px;
    color: #f1f4f9;
    position: relative;
    background-image:url(../img/li_bg.png);
    background-repeat:no-repeat;/*repeat-x;repeat-y;repeat;*/
    background-positon:bottom;/*right center top center bottom*/
    background-position:bottom;
}
.page-footer{
    position: fixed;
    top: auto;
    bottom: 0;
    table-layout: fixed;
    color: #757575;
}

.select-page{
    margin-top: 20%;
    font-size: 26px;
    color: #ffffff;
}
.select-btn-a{
    color: #fff;
}
.page-title{
    border-color: #000;
    height: 80px;
}
.page-title p{
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}

.page-content{
    margin-top: 20px;
    border-color: #000;
    height: 300px;
}
.page-content p{
    color: #fff;
    font-size: 12px;
    margin: 0px 30px;
    text-indent:25px;
    text-align: left;
}

.banner{
    width: 100%;
}

.car-b{
    float: right;
    width: 80%;
    color: #8b8259;
    border-style: solid; border-width: 0.35mm;
    border-radius: 0 0 30px 0 ;
}

.car-img{
    margin: 0px;
    padding: 0px;
}
.car-img img{
    width: 100%;
    height: 100%;
    background-image: url("../img/car.png");
    background-repeat:no-repeat;/*repeat-x;repeat-y;repeat;*/
    background-size: 100% 100%;

}

.car-p{
    display: table-cell;
    position: relative;
    width: 1%;
    line-height: 1.6rem;
    text-align: center;
    vertical-align: middle;
    border-radius: 0;
    position: relative;
    border-color: #fff;
    border-left-width: 0;
    /*background: rgb(40, 64, 255);*/

}

.money{
    display: block;
    color: #a09e78;
    float: right;
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    width: 100px;
}


/*左侧 内容*/
.content-box{
    border-color: #bca876;
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
    margin-left: 10px;
    margin-top: 10px;
    max-width: 120px;
    min-width: 50px;
    padding: 3px;
}

.content-box p{
    color: #c5ac5c;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    padding-left: 3px;
}
.content-box p:nth-child(2){
    color: #cbcad0;
    text-align: left;
    font-size: 13px;
}

.footer-page{
    background-color: #010101;
}
.footer-page .footer-on{
    width: 40%;
    float: left;
    color: #ffffff;
    display: block;
    height: 100%;
    font-size: 14px;
    line-height: 50px;
    border-radius: 2px;
}
.footer-page .footer-next{
    background-color: #fff143fa;
    width: 120px;
    float: right;
    color: #000000;
    display: block;
    height: 100%;
    font-size: 24px;
    line-height: 50px;
    border-radius: 2px;
}

/*底部*/
html,body,p,h1,h2,h3,h4,h5,h6,form,input,textarea,select,button,fieldset,legend,img,ul,ol,li,dl,dt,dd,th,td,pre,blockquote{margin:0;padding:0}
html{height:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased}
body{background: #000;color:#000;}
body,button,input,select,textarea,h2,h3,h4,h5,h6{font:14px 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', '宋体', \5b8b\4f53, Tahoma, Arial}
img,fieldset{border:0;vertical-align:middle}
input{padding:0;margin:0;outline:none;}
a{text-decoration:none;color:#4c4c4c;}
a:hover{text-decoration:none;}
ul,li,ol{list-style:none}
img{max-width:100%;}
.clear{clear:both;height:0;line-height:0;font-size:0;visibility:hidden;overflow:hidden}
.clearfix:after{visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;zoom:1;}
.l{float:left;}.r{float:right;}
/*reset样式重置*/
.btn3{position:fixed;
  z-index:3;
  bottom:0px;
  border-top:1px solid #b3b3b3;
  background:#666666;
  width:100%;
  text-align:center;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;}
.menu{position:relative;
    float:left;
    width:33.33%;
    height:50px;
    line-height:50px;
    background:#1b1a1a;
    border-right:1px solid #ebebeb;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;}
.menu:last-child{border-right:none;}
.new-sub{position:absolute;
      bottom:60px;
      z-index:99;
      width:100%;
      padding: 0px 10px;
      background: #1b1a1a;
      box-sizing:border-box;
      -webkit-box-sizing:border-box;
      border: 1px solid #EEEEEE;
      border-radius: 5px;
      display:none;}
.new-sub li{width: 100%;
        background:#1b1a1a;
        float:none;
        box-sizing:border-box;
        -webkit-box-sizing:border-box;
        border-top:1px solid #f2f2f2;}
.new-sub li a{display:block;
          height:50px;
          line-height:50px;
          text-align:left;
          background:#1b1a1a;
          color:#fff;
          border:none;
          text-align:center;
          font-size:16px;}
.sanjiao{position:absolute;bottom:5px;right:5px;width:0;height:0;border:5px solid transparent;border-right:5px solid #ccc;border-bottom:5px solid #ccc;opacity:.5;}
.bt-name{font-size:16px;color:#ccc;}
.bt-name a{display:block;font-size:16px;color:#ccc;}
.new-sub .tiggle{
	width:0px;
      height:0px;
      position:absolute;
      left:50%;
      margin-left:-10px;
      bottom:-9px;
      border-top:10px solid #EEEEEE;
      border-left:10px solid transparent;
      border-right:10px solid transparent;
      z-index:10;
  }
  .new-sub .innertiggle{
  	width:0px;
      height:0px;
      position:absolute;
      left:50%;
      margin-left:-9px;
      bottom:-8px;
      border-top:9px solid white;
      border-left:9px solid transparent;
      border-right:9px solid transparent;
      z-index:11;
  }








/*广告位*/
.bann{width:100%; overflow:hidden;}
.scrollimg{position:relative; overflow:hidden; margin:0px auto; /* 设置焦点图最大宽度 */}
/*.scrollimg .hd{position:absolute; height:18px; line-height:18px; bottom:0; right:0; z-index:1; text-align:center;}*/
.scrollimg .hd{    position: absolute;
    
    line-height: 50px;
    /* bottom: 0; */
    right: 46%;
    z-index: 1;
  
    top: 28px;}
.scrollimg .hd li{display:inline-block;  display: inline-block; background-color: rgba(255,255,255,0); border: 1px rgba(255,255,255,0.5) solid; width: 8px; height: 8px; border-radius: 6px; margin-right: 5px; text-indent:-9999px; overflow:hidden;}
.scrollimg .hd li.on{background:#f39800;}
.scrollimg .bd{position:relative; z-index:0;}
.scrollimg .bd li{position:relative; text-align:center;}
.scrollimg .bd li img{ vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
.scrollimg .bd li a{-webkit-tap-highlight-color:rgba(0,0,0,0);}  /* 去掉链接触摸高亮 */
