 #boxbox {
    width: 0px;
    height: 88px;
    margin: 0 auto;
    text-align: center;
    background: url(../images/2.gif) center center no-repeat;
}

#boxbox1 {/* height: 160px; */position: relative;margin: 0px;text-align: center;}

#boxbox2 {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    padding-top: 15px;
}


#jquery-script-menu {
    position: fixed;
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 5px solid #316594;
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    z-index: 999999;
    padding: 10px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.jquery-script-center {
    width: 960px;
    margin: 0 auto;
}

.jquery-script-center ul {
    width: 212px;
    float: left;
    line-height: 45px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.jquery-script-center a {
    text-decoration: none;
}

.jquery-script-ads {
    width: 728px;
    height: 90px;
    float: right;
}

.jquery-script-clear {
    clear: both;
    height: 0;
}


.contenthover {
    padding: 20px 20px 10px 20px;
    text-align: center;
}

.contenthover,
.contenthover h3,
.contenthover a {
    color: #fff;
}

.contenthover h3,
.contenthover p {
    margin: 0 0 10px 0;
    line-height: 30px;
    font-size: 14px;
    padding: 0;
}

.contenthover h3{
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    
}

.contenthover p{
    margin: 0
}

.contenthover a{
    display: block;
    margin: 0 auto;
    font-size: 14px;
    width: 78px;
    height: 26px;
    border-radius: 3px;
    border:1px solid #ebebeb;
    background: none;
    margin-top: 15px;
}

.contenthover a em{
    font-size: 12px;
    margin-left: 5px;
}

/* .contenthover a.mybutton {
    display: block;
    text-align: center padding: 10px 10px;
    background: #3c9632;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
} */

/* .contenthover a.mybutton:hover {
    background: #34742d
} */

.demo {
    margin: 0px auto;
}

.mybackground {
    background: url(../images/2.png);   
    /*经典案例的背景色*/   
}
 .slideBox {
    margin-left: 6px;
    margin-top: 11px;
    width: 140px;
    height: 138px;
    overflow: hidden;
    position: relative;
    border: 0px solid #ddd;
    float: left;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 239px;
    height: 188px;
    display: block;
}

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    /* background: url(http://www.szhhzs.com/images/slider-arrow.png) -110px 5px no-repeat; */
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}
.about-b{text-align: center;margin-top: 10px;}

.about-b .r-box {
    display: inline-block;
    *display: inline;
    width: 84px;
    padding: 0 1px;
    float: left;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    margin:0 12px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
}

.about-b .r-box.l {
    border-right: 1px dashed #c0c0c0;
}

.about-b .r-box.l p {
    font-weight: bold;
}

.about-b .r-box.l p.blue {
    font-weight: normal;
    font-family: Arial;
    color: #145197;
}

.about-b .r-box .sign {
    width: 84px;
    height: 84px;
    position: relative;
    overflow: hidden;
}

.about-b .r-box .sign i{
    display: block;
    margin: 0 auto;
    width: 84px;
    height: 84px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
}

.about-b .r-box.r1 .sign i{
    background: url(../images/i1.png) no-repeat center;
    background-size: cover
}

.about-b .r-box.r2 .sign i{
    background: url(../images/i2.png) no-repeat center;
    background-size: cover
}

.about-b .r-box.r3 .sign i{
    background: url(../images/i3.png) no-repeat center;
    background-size: cover
}
.about-b .r-box.r4 .sign i{
    background: url(../images/i4.png) no-repeat center;
    background-size: cover
}

.about-b .r-box.r1:hover .sign i{
    background: url(../images/is1.png) no-repeat center;
    background-size: cover
}

.about-b .r-box.r2:hover .sign i{
    background: url(../images/is2.png) no-repeat center;
    background-size: cover
}

.about-b .r-box.r3:hover .sign i{
    background: url(../images/is3.png) no-repeat center;
    background-size: cover
}
.about-b .r-box.r4:hover .sign i{
    background: url(../images/is4.png) no-repeat center;
    background-size: cover
}


.about-b .r-box .sign img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

/* .about-b .r-box .bg {
    width: 100%;
    height: 244px;
    background: url(bg_shadow04.jpg) no-repeat;
    position: absolute;
    left: 0;
    top: -13px;
    z-index: 1;
} */

.about-b .r-box li {
    width: 120px;
    padding-left: 45px;
    float: left;
    text-align: left;
}





/*案例展示详情*/

    #slidesw {
      display: none;
      width:880px;
      padding-top:26px;
    }

    #slidesw .slidesjs-navigation {
    }

  
    a.slidesjs-play,
    a.slidesjs-stop {
     position:relative;
      background-image: url("../images/btns-next-prev.png");
      background-repeat: no-repeat;
      display:block;
      width:12px;
      height:18px;
      overflow: hidden;
      text-indent: -9999px;
      float: left;
 position:relative;
 margin-top:5px;
      }

  a.slidesjs-next,
    a.slidesjs-previous
    {
      background-image: url("../images/btns-next-prev.png");
      background-repeat: no-repeat;
      display:block;
      width:12px;
      height:18px;
      overflow: hidden;
      text-indent: -9999px;
      float: left;
      margin-top:-320px;
        position: absolute;
      z-index:999999;
      
    }



    a.slidesjs-next {
      margin-right:10px;
      background-position: -12px -18px;
      float:right;
      margin-left:885px;

    }

    a:hover.slidesjs-next {
      background-position: -12px -18px;
      float:left;
    }

    a.slidesjs-previous {
      background-position: 0 -18px;
       margin-left:-17px;
       float:left;
    }

    a:hover.slidesjs-previous {
      background-position: 0 -18px;
    }

    a.slidesjs-play {
      width:15px;
      background-position: -25px 0;
      margin-left:0px;

    }

    a:hover.slidesjs-play {
      background-position: -25px -18px;
      
    }

    a.slidesjs-stop {
      width:18px;
         margin-left:0px;
         visibility: hidden;
      background-position: -41px 0;
    }

    a:hover.slidesjs-stop {
      background-position: -41px -18px;
    }

    .slidesjs-pagination {
      margin: 7px 0 0;
      float: right;
      list-style: none;
      display: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url("../images/pagination.png");
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }



    .navbar {
      overflow: hidden
    }


.fix:after{content:".";display:block;height:0;clear:both;visibility:hidden; font-size:0; line-height:0}
.fix{*zoom:1;}
.menuson #container>a{padding: 0}
#boxbox1>img{margin:0 auto 20px;display: block;}
#boxbox2{font-size: 14px;color: #666666;line-height: 24px;text-align: center;padding-top: 5px;padding-bottom: 28px;}

.a_copy{background: #e8e8e8}
.a_copys{width: 1200px;margin: 0 auto;}
.a_copy .f_l,
.a_copy .f_r{
    float: left;
    font-size: 13px;
    color: #777;
    line-height: 42px;
    text-transform: uppercase;
}
.a_copy .f_r{
    float: right;
    
}

.about2_16 .slideBox .bd li{height: 138px;}

.contenthover a{padding: 0}

#casek>div{
    width:238px;height:170px;margin-right: 5px;margin-bottom:22px; border:solid 1px #fff;float:left;
}



.contenthover a {
    display: block;
    margin: 0 auto;
    font-size: 14px;
    width: 78px;
    height: 26px;
    line-height: 26px;
    border-radius: 3px;
    border: 1px solid #99a8b7;
    background: none;
    margin-top: 15px;
}
#boxbox1>img {
    margin: 18px auto 20px;
    display: block;
}
