@charset "utf-8";
/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 500px;
    margin: 0 auto;
}
.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.fullSlide .bd ul {
    width: 100%!important;
}
.fullSlide .bd li {
    width: 100%!important;
    height: 500px;
    overflow: hidden;
    text-align: center;
}
.fullSlide .bd li a {
    display: block;
    height: 500px;
}
.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
    height: 30px;
    line-height: 30px;
    background: url(http://hengfengsb.test.dginfo.com/t/h/hengfengsb/pc/images/touming.png) repeat-x;
    text-align: center;
    _background: #000;
    _filter: alpha(opacity=60);
}
.fullSlide .hd ul {
    text-align: center;
}
.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;*
    display: inline;
    zoom:1;
    width: 50px;
    height: 5px;
    background: #FFFFFF;
    overflow: hidden;
    line-height: 9999px;
    margin: 0 5px;
}
.fullSlide .hd ul .on {
    background: #FF0101;
    opacity: 1;
}
.fullSlide .prev,  .fullSlide .next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    display: block;
    width: 66px;
    height: 56px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity:0.3;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    filter:alpha(opacity=30);opacity:0.3;
}
.fullSlide .prev {
    left: 1%;
    background: url(http://hengfengsb.test.dginfo.com/t/h/hengfengsb/pc/images/focus-page-btns.png) no-repeat;
}

.fullSlide .next {
    right: 1%;
   background: url(http://hengfengsb.test.dginfo.com/t/h/hengfengsb/pc/images/focus-page-btns.png) no-repeat;
   background-position:-66px 0;
}
.fullSlide .prevStop {
    display: none;
}
.fullSlide:hover .prev,.fullSlide:hover .next{
    filter: alpha(opacity=60);
    opacity: 0.6;
}


/*中间内容*/
/*标题*/
.itit02{
    background:url(../images/itit_xianbs.png) bottom no-repeat!important;
    color: #fff!important;
}
.itit{
    width: 500px;
    text-align: center;
    margin: 0 auto;
    background:url(../images/itit_xian.png) bottom no-repeat;
    padding-bottom: 25px;
    margin-bottom: 20px;
    color: #4c4c4c;
}
.itit .itit_t1{
    font-size: 30px;
}
.itit .itit_t2{
    font-size: 16px;
    margin-top: 10px
}

/*用户需求*/
.idemand{
    margin-bottom: 50px;
}
.idemand_brief{
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c;
}
.idemand_sj{
    width: 1100px;
    margin: 50px auto;
}
.idemand_sj ul{}
.idemand_sj ul li{
    float: left;
    width: 33%;
    text-align: center;
}
.idemand_sj ul li p{
    font-size: 16px;
    color: #434343;
    line-height: 30px;
}
.idemand_sj ul li p span{
    font-size: 80px;
    font-weight: bold;
    color: #333;
    display: block;
    line-height: 80px;
    height: 80px;
}
.rongyu{
   position:relative;
   margin-top: 30px;
   }
.rongyu .prev,.rongyu .next{
    display:block;
    width: 32px;
    height: 60px;
    overflow:hidden;
    cursor:pointer;
    position: absolute;
    text-align: center;
    line-height: 40px;
    background: #999;
    color: #fff;
    font-size: 26px;
    top: 30px;
    line-height: 60px;
}
.rongyu .prev:hover,.rongyu .next:hover{
    background: #214498;
}
.rongyu .prev{
    right: 15px;
}
.rongyu .next{
    left: 15px;
}
.rongyu .bd{ }
.rongyu .bd ul{
    overflow:hidden; 
    zoom:1; 
}
.rongyu .bd ul li{
    width: 112px;
    float:left;
    margin: 0 35px;
    _display:inline;
    overflow:hidden;
    text-align:center;
}
.rongyu .bd ul li img{
    width:110px;
    height: 110px;    
    border: 1px solid #ccc;
    border-radius: 20px;
}
.rongyu .bd ul li:hover img{
    border:1px solid #214498;
}
.rongyu .tempWrap{
    margin: 0 auto
}


/*首页产品*/
.ipro{
    background: #f5f5f5;
    padding: 50px 0 30px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.ipro_list{
    width: auto;
}
.ipro_list dl dd a:hover{
    background: #da272e;
    border:1px solid #da272e;
}
.ipro_img01{
    background: #f5d6c8;
    float: left;
    width: 525px;
    height: 265px;
    padding: 20px;
    margin-bottom: 15px;
}
.ipro_img01 img{
    display: block;
    max-width: 240px;
    max-height: 279px;
    float: left;
}
.ipro_img01 dl{
    float: right;
    width: 250px;
    margin-top: 40px;
}
.ipro_img01 dl dt{
    font-size: 30px;
    color: #4c4c4c;
    margin-bottom: 15px;
}
.ipro_img01 dl dd{
    color: #666;
    font-size: 16px;
}
.ipro_img01 dl dd span{
    display: block;
    float: left;
    line-height: 25px;
}
.ipro_img01 dl dd a{
    border:1px solid #fff;
    color:#fff;
    width: 25px;
    display:block;
    text-align:center;
    height: 25px;
    line-height: 23px;
    border-radius:50%;
    font-size: 24px;
    float: left;
    margin-left: 10px;
    margin-top: 15px;
}
.ipro_img02{
    background: #c8e6f5;
    float: left;
    width: 270px;
    height: 265px;
    padding: 20px 15px;
    margin-left: 17px;
    margin-bottom: 17px;
}
.ipro_img02 dl{
    text-align: center;
    margin-top: 5px;
}
.ipro_img02 dl dt{
    font-size: 18px;
    color: #4d4d4d;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
}
.ipro_img02 dl dd{
    /* height: 27px; */
    display: inline-block;
    margin: 10px 0 5px;
}
.ipro_img02 dl dd span{
    display: block;
    float: left;
    line-height: 25px;
    color: #666;
    max-width: 220px;
    /* height: 25px; */
    /* overflow: hidden; */
}
.ipro_img02 dl dd a{
    border:1px solid #fff;
    color:#fff;
    width: 25px;
    display:block;
    text-align:center;
    height: 25px;
    line-height: 23px;
    border-radius:50%;
    font-size: 24px;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}
.ipro_img02 img{
    display: block;
    margin: 0 auto;
    max-width: 260px;
    max-height: 165px;
}
.ipro_img03{
    background: #f5dfc8!important;
}
.ipro_img05{
    background: #f5eac8!important;
}
.ipro_img06{
    background: #f5c8c8!important;
}


.ipro_img04{
    background: #c8f4f5;
    float: left;
    width: 525px;
    height: 265px;
    padding: 20px;
    margin-bottom: 15px;
}
.ipro_img04 img{
    display: block;
    max-width: 240px;
    max-height: 279px;
    float: right;
}
.ipro_img04 dl{
    float: left;
    width: 250px;
    margin-top: 40px;
}
.ipro_img04 dl dt{
    font-size: 30px;
    color: #4c4c4c;
    margin-bottom: 15px;
}
.ipro_img04 dl dd{
    color: #666;
    font-size: 16px;
}
.ipro_img04 dl dd span{
    display: block;
    float: left;
    line-height: 25px;
}
.ipro_img04 dl dd a{
    border:1px solid #fff;
    color:#fff;
    width: 25px;
    display:block;
    text-align:center;
    height: 25px;
    line-height: 23px;
    border-radius:50%;
    font-size: 24px;
    float: left;
    margin-left: 10px;
    margin-top: 15px;
}


/*解决方案*/
.iprogram{
    margin: 40px 0;
}
.iprogram ul{
    margin-top: 40px;
}
.iprogram ul li{
    float: left;
    width: 345px;
    height: 212px;
    position: relative;
    margin-right: 82px;
    margin-bottom: 20px;
}
.iprogram ul li img{
    width: 345px;
    display: block;
    height: 212px;
}
.iprogram ul li dl{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/fangan_tmbj.png) center;
    text-align: center;
    display: none;
}
.iprogram ul li dl dt{
    color: #fff;
    font-size: 16px;
    border:2px solid #fff;
    display: inline-block;
    padding: 5px 10px;
    margin-top: 100px;
}
.iprogram ul li:hover dl{
    display: block;
}


/*关于我们*/
.iabout{
    background: url(../images/iabout_bj.jpg) center no-repeat;
    height: 512px;
    padding: 50px 0;
}


/*关于我们*/
.iabout{}
.iabout ul{
    margin-top: 30px;
}
.iabout ul li{
    float: left;
    width: 250px;
    padding: 50px 25px 30px;
}
.iabout ul li i{
    display: block;
    width: 90px;
    height: 105px;
    margin: 0 auto;
}
.iabout ul li dl{}
.iabout ul li dl dt{
    text-align: center;
    font-size: 18px;
    margin: 19px 0 20px;
}
.iabout ul li dl dd{
    line-height: 25px;
    height: 75px;
    text-align: center;
    color: #808080;
    overflow: hidden;
    margin-bottom:15px;
}
.iabout ul li a{
    color: #214498;
    border: 1px solid #214498;
    width: 100px;
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
}
.iabout ul li a:hover{
    background:#214498;
    color:#fff;
}
.iab_bj01{
    background: #fff;
}
.iab_bj01 i{
    background: url(../images/iabout_tb01.png) center no-repeat;
}
.iab_bj02{
    background: #eeeeee;
}
.iab_bj02 i{
    background: url(../images/iabout_tb02.png) center no-repeat;
}
.iab_bj03{
    background: #e5e5e5;
}
.iab_bj03 i{
    background: url(../images/iabout_tb03.png) center no-repeat;
}
.iab_bj04{
    background: #dcdcdc;
}
.iab_bj04 i{
    background: url(../images/iabout_tb04.png) center no-repeat;
}


/*新闻资讯*/
.inews{
    padding: 50px 0;
    background: #f0f0f0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.notnews{}
.tnews-hd{
    margin-bottom: 20px;
}
.tnews-hd .tnews-nav{
    background: #fafafa;
}
.tnews-nav li{
    float: left;
    height: 55px;
    line-height: 55px;
    width: 398.5px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    border-left: 2px solid #e6e6e6;
}
.tnews-nav li .tntb01{
    background: url(../images/ficon1.png) no-repeat 130px center;
}
.tnews-nav li .tntb02{
    background: url(../images/ficon2.png) no-repeat 130px center;
}
.tnews-nav li .tntb03{
    background: url(../images/ficon3.png) no-repeat 130px center;
}
.tnews-nav li .tntb04{
    background: url(../images/ficon4.png) no-repeat 130px center;
}
.tnews-nav .on .tntb01{
    background: url(../images/ficon1_on.png) no-repeat 130px center;
}
.tnews-nav .on .tntb02{
    background: url(../images/ficon2_on.png) no-repeat 130px center;
}
.tnews-nav .on .tntb03{
    background: url(../images/ficon3_on.png) no-repeat 130px center;
}
.tnews-nav .on .tntb04{
    background: url(../images/ficon4_on.png) no-repeat 130px center;
}
.tnews-nav li:first-child{
    border-left: 0px;
}
.tnews-nav .on{
    background: #214498;
}
.tnews-nav .on a{
    color: #fff;
}
.tnews-nav li a{
    font-size:18px;
    display: block;
    color: #4c4c4c;
}
.tnews-bd{
    /* background: #fff; */
}
.tnews-pal ul li{
    float: left;
    width: 280px;
    border: 1px solid #e6e6e6;
    box-shadow: 5px 5px 5px #ccc;
    padding-bottom: 10px;
    margin-left: 24px;
}
.tnews-pal ul li:first-child{
    margin-left: 0;
}
.tnews-pal ul li img{
    display: block;
    width: 280px;
    height: 233px;
    transition:all .3s;
    -moz-transition:all .3s;/* Firefox 4 */
    -webkit-transition:all .3s;/* Safari å’Œ Chrome */
    -o-transition:all .3s;/* Opera */
    transform: scale(1,1);
    -ms-transform: scale(1,1);/* IE 9 */
    -webkit-transform: scale(1,1);/* Safari å’Œ Chrome */
    -o-transform: scale(1,1);/* Opera */
    -moz-transform: scale(1,1);/* Firefox */
}
.tnews-pal ul li:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
} 
.tnews-pal ul li .ipro_img{
    width: 280px;
    height: 233px;
    overflow: hidden;
}
.tnews-pal ul li:hover{
    background: #214498;
    border: 1px solid #214498;
}
.tnews-pal ul li:hover .ipro_bj dl dt,.tnews-pal ul li:hover .ipro_bj dl dd,.tnews-pal ul li:hover .ipro_more,.tnews-pal ul li:hover .ipro_more span{
    color: #fff;
}
.tnews-pal ul li:hover .ipro_more .ipro_date{
    background: url(../images/ft_2on.png) left no-repeat;
}

.ipro_bj dl{
    padding: 10px;
}
.ipro_bj dl dt{
    font-size: 16px;
    color: #666;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.ipro_bj dl dd{
    color: #999;
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.ipro_more{
        display: block;
    background: url(http://hengfengsb.test.dginfo.com/t/h/hengfengsb/pc/images/pro_jt.png) 55px center no-repeat;
    padding-right: 25px;
    color: #666;
    font-size: 12px;
    margin-left: 10px;
}
.ipro_more a{
    display: block;
    background: url(http://hengfengsb.test.dginfo.com/t/h/hengfengsb/pc/images/pro_jt.png) right no-repeat;
    padding-right: 25px;
    color: #666;
    font-size: 12px;
}
.ipro_more  span{
    padding-left: 20px;
    color: #666;
    font-size: 12px;
}
.ipro_more .ipro_date{
    background: url(../images/ft_2.png) left no-repeat;
}
.ipro_more .ipro_a{
    float:right;
}
.tnews-pal ul li:hover .ipro_more{
     background: url(http://hengfengsb.test.dginfo.com/t/h/hengfengsb/pc/images/pro_jt_on.png) 55px center no-repeat;
}
.tnews-pal-more{
    display: block;
    width: 120px;
    margin: 30px auto 0;
    text-align: center;
    border: 1px solid #214498;
    height: 25px;
    line-height: 25px;
    background: #214498;
    color: #fff!important;
}
.tnews-pal-more:hover{
    color:#fff;
    text-decoration: underline;
}


/*视频展示*/
.ivid{
    padding: 50px 0;
}
.ivid ul{
    position:relative;
}
.ivid ul:before{
    content:"";
    position:absolute;
    bottom: -50px;
    /* background:url(../images/vid_bj.png) center top no-repeat; */
    height: 50px;
    width: 1200px;
}
.ivid ul li{
    width: 386px;
    float: left;
    position: relative;
    height: 210px;
    margin-left: 21px;
    transition:all .3s;
    -moz-transition:all .3s;/* Firefox 4 */
    -webkit-transition:all .3s;/* Safari å’Œ Chrome */
    -o-transition:all .3s;/* Opera */
}
.ivid ul li:first-child{
    margin-left: 0;
}
.ivid ul li img{
    display: block;
    width: 386px;
    height: 216px;
}
.ivid ul li dl{
    position: absolute;
    top: 0;
    width: 100%;
    height: 156px;
    background: url(../images/fangan_tmbj.png);
    text-align: center;
    padding-top: 60px;
    display: none;
}
.ivid ul li dl i{
    display: block;
    width: 48px;
    height: 48px;
    background: url(../images/vid_tb.png) center no-repeat;
    margin: 0 auto;
}
.ivid ul li dl dt{
    color: #fff;
    font-size: 18px;
    margin-top: 5px;
}
.ivid ul li:hover dl{
    display: block;
}
.ivid ul li:hover{
    transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);    /* IE 9 */
    -webkit-transform: scale(1.1,1.1);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.1,1.1); /* Opera */
    -moz-transform: scale(1.1,1.1);   /* Firefox */
}
    

/*留言*/
.imess_top{
    padding-top: 50px;
}
.imess{
    background: url(../images/imeesge_bj.jpg) center bottom no-repeat;
    height: 480px;
    padding-top: 50px;
}
.imess_brief{
    width: 365px;
    padding: 15px 15px 25px;
    background: #fff;
    margin-left: 40px;
    height: 365px;
    border: 1px solid #e6e6e6;
}
.imess_brief img{
    display: block;
    width: 365px;
    height: 161px;
}
.imess_brief img:hover{
    opacity: 0.9;
}
.imess_brief dl{
    margin-bottom: 20px;
}
.imess_brief dl dt{
    text-align: center;
    color: #666;
    font-size: 24px;
    margin: 10px 0 20px;
}
.imess_brief dl dt span{
    font-size:32px
}
.imess_brief dl dd{
    color: #545454;
    line-height: 28px;
    background:url(../images/imessage_tel.png) left no-repeat;
    padding-left: 85px;
    height:77px;
}
.imess_brief dl dd p{
    color:#c91523;
    font-size: 36px;
    font-weight:bold;
    line-height: 40px;
    width: 260px;
}
.imess_brief dl dd p span{
    font-size: 16px;
    font-weight:normal;
    display: block;
    line-height: 30px;
    position: relative;
    text-align: center;
}
.imess_brief dl dd p span:after,.imess_brief dl dd p span:before{
    position: absolute;
    content: "";
    height: 2px;
    width: 60px;
    background: #c91523;
    top: 15px;
}
.imess_brief dl dd p span:before{
    left: 0;
}
.imess_brief dl dd p span:after{
    right: 0;
}
.imess_more a{
    display: block;
    background: #214498;
    color: #fff;
    width: 90px;
    text-align: center;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
}
.imess_more a:hover{
    background: #c91523;
}
.imess_message{
    background: #fff;
    padding: 15px 25px;
    width: 630px;
    margin-right: 40px;
    height: 375px;
    border: 1px solid #e6e6e6;
}
.imess_message_tit{
    font-size: 20px;
    margin-bottom: 15px;
}
.imess_message tr{}
.imess_message tr th{
    text-align: center;
}
.imess_message tr input{
    width: 500px;
    height: 30px;
    line-height: 30px;
}
.imess_message tr textarea{
    resize: none;
    width: 498px;
}
.imess_message #captchacode{
    width: 100px;
}
.imess_message #imageField{
    background: #214498;
    color: #fff;
    border: 0;
    width: 90px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: 7px;
    cursor: pointer;
}
.imess_message #imageField:hover{
    background: #c91523;
}



/*工程案例*/
.icase{
    padding:50px 0;
}
.notcase{}
.tcase-hd{
    float: left;
    width: 160px;
    position: relative;
    z-index: 999999;
}
.tcase-nav{
    width: 160px;
}
.tcase-nav li{
    position: relative;
    height: 97px;
}
.tcase-nav li .tcase_img{
    background: #4d4d4d;
    color: #fff;
    height: 62px;
    padding: 20px 10px 15px;
    position: relative;
}
.tcase-nav li.on:before{
    content: "";
    display:block;
    width:0;
    height:0;
    border-width: 10px 0 10px 10px;
    border-style:solid;
    border-color: transparent transparent transparent #214498;/*透明 透明 透明 黄*/
    position:absolute;
    top: 45px;
    right: -10px;
    z-index: 9999;
}
.tcase-nav li.on .tcase_img{
    background: #214498;
}
.tcase-nav li .tcase_img:before{
    content: "";
    position: absolute;
    height: 1px;
    background: #e0e0e0;
    width: 100%;
    top: 1px;
    left: 0;
}
.tcase-nav li .tcase_img:after{
    content: "";
    position: absolute;
    height: 1px;
    background: #808080;
    width: 100%;
    top: 0;
    left: 0;
}
.tcase-nav li:first-child .tcase_img:before,.tcase-nav li:first-child .tcase_img:after{
    display: none;
}
.tcase-nav li img{
    display: block;
    margin:0 auto;
    /* width: 51px; */
    height: 30px;
}
.tcase-nav li p{
    color: #fff;
    text-align: center;
    font-size: 16px;
    height: 35px;
    overflow: hidden;
    margin-top: 8px;
}

.tcase-bd{
    float: right;
    width: 1040px;
    z-index: 99;
    position: relative;
}
.caseslide {
    width: 100%;
    position: relative;
    height: 485px;
}
.caseslide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.caseslide .bd ul {
    width: 100%!important;
}
.caseslide .bd li {
    width: 100%!important;
    height: 582px;
    overflow: hidden;
}
.caseslide .bd li img{
    float: left;
    height: 485px;
    width: 685px;
}
.caseslide .bd li dl{
    float: right;
    width: 305px;
    background: #4d4d4d;
    height: 405px;
    padding: 40px 25px;
}
.caseslide .bd li dl dt{
    color: #f4f4f4;
    font-size: 18px;
    font-weight: bold;
}
.caseslide .bd li dl i{
    display: block;
    height: 3px;
    background: #c30d24;
    width: 90px;
    margin: 10px 0 25px;
}
.caseslide .bd li dl dd{
    color: #e5e5e5;
    line-height: 28px;
    height: 252px;
    overflow: hidden;
}
.caseslide .bd li dl a{
    display: block;
    border: 1px solid #fff;
    color: #fff;
    width: 110px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
}
.caseslide .bd li dl a:hover{
    background:#214498;      
}
.caseslide .hd {
    width: 665px;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
    height: 30px;
    line-height: 30px;
    background: url(http://hengfengsb.test.dginfo.com/t/h/hengfengsb/pc/images/touming.png) repeat-x;
    text-align: center;
    _background: #000;
    _filter: alpha(opacity=60);
}
.caseslide .hd ul {
    text-align: center;
    width: 665px;
}
.caseslide .hd ul li {
    cursor: pointer;
    display: inline-block;*
    display: inline;
    zoom:1;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    overflow: hidden;
    line-height: 9999px;
    margin: 0 5px;
    border-radius: 50%;
}
.caseslide .hd ul .on {
    background: #FF0101;
    opacity: 1;
}
.caseslide .prev,  .caseslide .next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    display: block;
    width: 66px;
    height: 56px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity:0.3;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    filter:alpha(opacity=30);opacity:0.3;
}
.caseslide .prev {
    left: 1%;
    background: url(http://hengfengsb.test.dginfo.com/t/h/hengfengsb/pc/images/focus-page-btns.png) no-repeat;
}
.caseslide .next {
    right: 1%;
   background: url(http://hengfengsb.test.dginfo.com/t/h/hengfengsb/pc/images/focus-page-btns.png) no-repeat;
   background-position:-66px 0;
}
.caseslide .prevStop {
    display: none;
}
.caseslide:hover .prev,.caseslide:hover .next{
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.ipro .w,.iabout .w,.inews .w{
    position: relative;
}
.ipro_sjx,.inews_sjx{
    background: #fff;
    border:1px solid #cccccc;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -55px;
    border-left: 0;
    border-top: 0;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);     /* IE 9 */
    -moz-transform:rotate(45deg);    /* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg);  /* Opera */
    left: 595px;
}
.ipro_sjx02{
    background: #f5f5f5;
    border:1px solid #cccccc;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -36px;
    border-left: 0;
    border-top: 0;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);     /* IE 9 */
    -moz-transform:rotate(45deg);    /* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg);  /* Opera */
    left: 595px;
}
.inews_sjx02{
    background: #f5f5f5;
    border:1px solid #cccccc;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -56px;
    border-left: 0;
    border-top: 0;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);     /* IE 9 */
    -moz-transform:rotate(45deg);    /* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg);  /* Opera */
    left: 595px;
}
.iab_sjx{
    background: #fff;
    border:1px solid #cccccc;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -55px;
    border-left: 0;
    border-top: 0;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);     /* IE 9 */
    -moz-transform:rotate(45deg);    /* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg);  /* Opera */
    left: 595px;
}

.index_fgx{
    height: 1px;
    width: 100%;
    background: #c1c1c1;
    box-shadow: 3px 3px 3px #ddd;
    position: relative;
}
.index_fgx:before{
    content: "";
    position: absolute;
    background: #fff;
    border:1px solid #ccc;
    width: 10px;
    height: 10px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);     /* IE 9 */
    -moz-transform:rotate(45deg);    /* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg);  /* Opera */
    left: 49.5%;
    border-left: 0;
    border-top: 0;
    top: -5px;
}