
.local-radius{
  border-radius: 4px;
}

.web-icon{
    background: url("../images/web-icon.png") no-repeat;
}

/**导航**/
.local-nav-bg{
  background: #fff;
  height: 90px;
}

.local-logo{
  display: block;
  height: 90px;
}

.local-nav ul li{
  display: block;
  float: left;
  font-size: 16px;
  padding: 0 15px;
  margin-top: 35px
}

.fwHide{
    position: relative;
}

.fwHide .fwButton{
  display: block;
  float: left;
  font-size: 16px;
  padding-left: 32px;
  height: 90px;
  line-height: 90px;
}

.local-nav-a{
    background: #ff1e1e;
    padding: 5px 15px!important;
    margin-top: 30px!important;
    border-radius: 3px;
}

.local-nav-a a{
    color: #fff;
}

/**隐藏导航**/
.sprite{
    background: url("../images/index_icon.png") no-repeat;
    margin-top: 10px;
}
.webNav{
    display: none;
    position: absolute;
    top: 90px;
    right:0px;
    width: 461px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    z-index: 9999;
    padding: 20px;
    font-size: 13px;
    background: #fff;
    z-index: 9999;
}


.tel-kefu-box{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.tel-kefu-serve a{
    color: #ea5415;
    font-size: 14px;
    margin-right: 5px;
    border: 1px solid #ea5415;
    padding: 2px 8px;
    border-radius: 3px;
}

.tel-kefu .tel-kefu-icon{
    padding: 0px 10px;
    border-radius: 50px;
}

.tel-kefu .kefu-icon{
    display: block;
    float: left;
    width: 23px;
    height: 27px;
    background-position: 0-477px;
    margin-top: 2px;
    margin-right: 5px;
}

.tel-kefu .tel-kefu-icon span{
    display: block;
    float: left;
    color: #ea5415;
    font-size: 14px;
}


.fwButton:hover .arrowam-fr{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); /* Internet Explorer */
    -moz-transform:rotate(180deg); /* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg); /* Opera */
}

.fwButton .arrowam-fr{
    display: inline-block;
    width: 10px;
    height: 6px;
    background-position: -67px 0;
    margin-left: 5px;
}

.webNav h4 a{
    display: block;
    font-weight: bold;
    color: #222;
    line-height: 22px;
    font-size: 14px;
}

.dealList{
    margin-bottom: 20px;
}

.dealList dl{
    width: 391px;
}

.dealList dt a{
    float: left;
    display: block;
    font-weight: bold;
    color: #222;
    margin-right: 10px;
    line-height: 20px;
}

.dealList dd a{
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    border-right: 1px solid #eee;
    padding-right: 12px;
    padding-left: 15px;
    margin-bottom: 5px;
}

/**横幅**/
.banner{
  background: url("../images/banner.jpg") no-repeat center 0;
  height: 289px;
  display: block;
  text-indent: -9999px
}

/**标题**/
.page-titel{
    margin: 25px 0;
}

.page-titel h2{
    font-size: 26px;
    border-left: 3px solid #ff2424;
    padding-left: 15px
}

.page-titel a{
    font-size: 13px;
    color: #808080;
}

/**热门服务商**/
.hot-shop ul {
    margin-right: -35px;
}

.hot-shop ul li{
    display: block;
    float: left;
    width: 275px;
    margin-right: 21px;
    border-radius: 4px;
    border: 1px solid #ddd;
    position: relative;
}

.shop-a{
    background: url("../images/shop-a-bg.jpg") no-repeat center;
    height: 130px;
    border-bottom: 1px solid #ddd;
}

.shop-a .shop-img img{
    display: block;
    width: 70px;
    height: 70px;
}

.shop-a-box{
    padding: 30px 20px;
}

.shop-a-box dl{
    margin-left: 15px;
    margin-top: 8px;
}

.shop-a-box dl dt{
    font-size: 16px;
    margin-bottom: 10px;
}

.shop-a-box dl dd{
    font-size: 13px;
    color: #999;
}

.hot-shop .shop-text{
    text-align: center;
    padding: 30px 20px;
    background: #fff;
}

.hot-shop .shop-text .shop-serve a{
    color: #212121;
    margin: 0 10px;
}

.hot-shop .shop-text .shop-serve a:hover{
    color: #ff0a0a;
}

.shop-buy a{
    margin-top: 20px;
    background: #fff;
    border: 1px solid #ff2424;   
    text-align: center;
    padding: 4px 15px;
    display: inline-block;
    border-radius: 4px;
    color: #ff2424;
}


.shop-a-t{
    background: url("../images/shop-a-t.png") no-repeat center;
    text-align: center;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
}

.shop-a-t p{
    width: 32px;
    color: #fff;
    line-height: 18px;
}

/**scroll导航**/
  .scrollspy-nav {
    top: 0;
    z-index: 100;
    background: #0e90d2;
    width: 100%;
    margin-top: 25px;
}

.scrollspy-nav ul {
    margin: 0;
    padding: 0;
}

.scrollspy-nav li {
    display: inline-block;
    list-style: none;
}

.scrollspy-nav a {
    color: #333;
    padding: 10px 20px;
    display: inline-block;
}

.scrollspy-nav a.am-active {
    color: #ff2424;
    font-weight: bold;
    background: #ddd;
}

.am-panel {
    margin-top: 20px;
}

.scroll-top{
    background: #e5e5e5;
    box-shadow: 0 2px 20px #ccc;
    height: 120px;
}

.scroll-top ul{
    margin-right: -30px;
}
.scroll-top ul li a{
    display: inline-block;
    text-align: center;
    width: 235px;
    height: 120px;
    padding-top: 15px;
}

.scroll-top ul li i{
    width: 47px;
    height: 48px;
    display: inline-block;
}

.scroll-top ul li .qy{
    background-position: 0 -63px;
}

.scroll-top ul li .zs{
    background-position: 0 -137px;
}

.scroll-top ul li .pb{
    background-position: 0 -201px;
}

.scroll-top ul li .wz{
    background-position: 0 -137px;
}

.scroll-top ul li .ap{
    background-position: 0 -334px;
}

.scroll-top ul li .yx{
    background-position: 0 -403px;
}

.scroll-top ul li .wx{
    background-position: 0 -473px;
}

.scroll-top ul li .ds{
    background-position: 0 -537px;
}


.scroll-top ul li span{
    font-size: 16px;
    display: block;
}

/**服务商列表**/

.shop-list ul{
    margin-right: -30px;
}

.shop-list ul li{
    display: block;
    float: left;
    width: 368px;
    background: #fff;
    padding: 20px;
    margin-right: 30px;
}

.shop-list .s-list-img img{
    width: 70px;
    height: 70px;
    display: block;
}

.shop-list ul li dl{
    margin-left: 15px;
    margin-top: 10px;
}

.shop-list ul li dl dt{
    font-size: 16px;
    margin-bottom: 5px
}

.shop-list ul li dl dd{
    color: #999;
}

.s-serve-w{
    width: 256px;
    margin-left: 85px;
    padding: 20px 0;
}

.shop-list .shop-buy{
    margin-left: 85px;
}

.shop-list .shop-buy a{
    margin-top: 0
}

.s-serve{
    height: 72px;
    overflow: hidden;
}

.s-serve a{
    border: 1px solid #ddd;
    font-size: 13px;
    text-align: center;
    padding: 3px 10px;
    display: block;
    float: left;
    margin-bottom: 8px;
    margin-right: 8px;
}

.s-serve a:hover{
    background: #ffd8d8;
    border: 1px solid #ffd8d8;
    color: #ff2424;
}

/*新底部样式*/
.footer{
    background: #f7f7f7;
    padding: 45px 0;
    font-size: 13px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
}

.footer-l ul {
    margin-right: 55px; 
}

.footer-l {
    border-right: 1px solid #ddd;
}

.footer-l ul li {
    height: 26px;
    line-height: 26px;
    font-size: 13px;
}

.footer-l ul li a{
    color: #777;
}

.li-bold{
    font-weight: bold;  
    margin-bottom: 10px;
}

.li-bold a{
    color: #525252!important;
    font-size: 15px;
}

.footer .wx{
   width: 320px;
   padding:0 55px;
   border-right: 1px solid #ddd
}

.footer .wx img{
    display: block;
}

.wx-img p{
    width: 100px;
    color: #828282;
    font-size: 13px;
    margin-left: 10px;
    margin-top: 10px;
}

.wx .f-tel{
    width: 44px;
    height: 44px;
    display: block;
    background-position: 0 -430px;
    margin-top: 0
}

.wx .wx-tel dl{
    margin-left: 20px;
    margin-bottom: 10px;
}

.wx .wx-tel dl dt{
    font-weight: 700;
    color: #212121;
    font-size: 16px;
}

.wx .wx-tel dl dd{
    color: #828282;
    font-size: 18px;
}

.beian{
    margin-top: 25px;
}
.beian p{
    color: #828282
}

/**客服**/
.serve-kefu{
    position: fixed;
    right: 10px;
    top: 230px; 
}

.kefu-qq{
    background: #29b0ff;
     width: 120px;
     border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    text-align: center;
    padding: 10px;
    position: relative;
}

.colse{
    position: absolute;
    top: -8px;
    right: 0
}

.kefu-qq span{
    color: #fff;
    display: block;
    margin-top: 15px;
    font-size: 16px;
}

.kefu-qq ul li{
    background: #fff;
    border-radius: 4px;
    margin-top:10px;
}

.kefu-qq ul li a{
    color: #29b0ff;
}

.serve-kefu .tel{
    text-align: center;
    color: #29b0ff;
    border: 2px solid #29b0ff;
    padding: 10px 0;
    background: #fff;
}

.serve-kefu .tel i{
    margin-right: 10px;
    display: inline-block;
    width: 26px;
    height: 28px;
    background: url("../images/kefu3.png")no-repeat center;
}

/**返回顶部**/
.back-top{
    text-align: center;
    margin-top: 15px;
}