@charset "utf-8";
.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://zhongheng.test.dginfo.com/t/z/zhongheng/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;
    zoom:1;
    width: 15px;
    height: 15px;
    overflow: hidden;
    line-height: 9999px;
    margin: 0 5px;
    background: #fff;
    border-radius: 50%;
}
.fullSlide .hd ul .on {
    background: #61cd02;
    opacity: 1;
}
.fullSlide .prev,  .fullSlide .next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    display: block;
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.fullSlide .prev {
    left: 3%;
    background: url(http://zhongheng.test.dginfo.com/t/z/zhongheng/pc/images/left.png) no-repeat left;
}

.fullSlide .next {
    right: 3%;
    background: url(http://zhongheng.test.dginfo.com/t/z/zhongheng/pc/images/right.png) no-repeat right;
}
.fullSlide .prevStop {
    display: none;
}
.fullSlide:hover .prev,.fullSlide:hover .next{
    filter: alpha(opacity=100);
    opacity: 1;
}


/*标题*/
.itit{
    text-align:center;
    margin-bottom:30px;
}
.itit .itit-t1{
    display: table;
    margin:auto;
    font-size: 36px;
    font-weight: bold;
    position: relative;
    line-height: 51px;
    color: #61cd02;
}
.itit .itit-t1 span{
    color: #333;
}
.itit .itit-t2{
    color: #808080;
    position:relative;
    display: table;
    margin: auto;
    line-height: 35px;
    font-size: 16px;
}
.itit .itit-t2:before,.itit .itit-t2:after{
    content: "";
    position: absolute;
    background: #ccc;
    width: 180px;
    height: 1px;
    top: 17px;
}
.itit .itit-t2:before{
    left: -210px;
}
.itit .itit-t2:after{
    right: -210px;
}
.itit-fff .itit-t1{
    color: #fff;
}
.itit-fff .itit-t2{
    color: #e5e5e5;
}


/*应用方案*/
.iapp{
    background: #e4e4e4;
    padding:50px 0;
}
.iapp-list{}
.iapp-left{
    width: 780px;
}
.iapp-img{
   position:relative;
}
.iapp-img .prev,.iapp-img .next{
    display:block;
    width: 40px;
    height: 40px;
    overflow:hidden;
    cursor:pointer;
    position: absolute;
    line-height: 38px;
    background: rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 32px;
    top: 0;
    z-index: 9999;
    text-align: center;
}
.iapp-img .prev:hover,.iapp-img .next:hover{
    background: #83d63a;
}
.iapp-img .prev{
    right: 0;
}
.iapp-img .next{
    right: 42px;
}
.iapp-img .bd ul{
    overflow:hidden; 
    zoom:1; 
}
.iapp-img .bd ul li{
    width: 780px;
    float:left;
    _display:inline;
    overflow:hidden;
}
.iapp-img .bd ul li .bigimg img{
    width:780px;
    height: 320px;
    display: block;
}
.iapp-img .bd ul li dl{
    margin-top: 10px;
}
.iapp-img .bd ul li dl dt{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    display: table;
}
.iapp-img .bd ul li dl dt span{
    display: block;
    float: left;
    max-width: 740px;
    overflow: hidden;
    height: 30px;
}
.iapp-img .bd ul li dl dt i{
    display: block;
    float: left;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    background: url(../images/fa-sjx.png) center center no-repeat;
}
.iapp-img .bd ul li:hover dl dt i{
    background: url(../images/fa-sjxon.png) center center no-repeat;
}
.iapp-img .bd ul li dl dd{
    color: #747474;
    line-height: 25px;
}
.iapp-img .bd 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 */
}
.iapp-img .bd ul li p{
    height: 35px;
    line-height: 35px;
    background: #ebebeb;
}
.iapp-img .bd ul li:hover p{
    background: #71d63c;
    color: #fff;
}
.iapp-img .tempWrap{
    margin: 0 auto
}
.iapp-right{
    width: 390px;
}
.iapp-right ul li{
    width: 190px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 100px;
    background: #83d63a;
    font-size: 16px;
}
.iapp-right ul li:hover{
    opacity:0.8;
}
.iapp-right ul li:nth-child(2n){
    margin-right:0;
}
.iapp-right ul li a span{
    height: 80px;
    text-align: center;
    line-height: 80px;
    border: 1px solid #fff;
    margin: 10px;
    display: block;
    color: #fff;
}
.iapp-right ul li:nth-child(2) a span,.iapp-right ul li:nth-child(3) a span,.iapp-right ul li:nth-child(6) a span,.iapp-right ul li:nth-child(7) a span{
    background: #fff;
    border: 1px solid #e8e7e7;
    color: #333;
}
.iapp-right ul li:nth-child(2),.iapp-right ul li:nth-child(3),.iapp-right ul li:nth-child(6),.iapp-right ul li:nth-child(7){
    background:#fff;
}


/*产品特点*/
.icharac{
    margin-top: 50px;
}
.icharac-wz{}
.icharac-wz-img{
    width: 520px;
}
.icharac-wz-img img{
    display: block;
    height: 300px;
}
.icharac-wz-dl{
    width: 650px;
}
.icharac-wz-dl dl{
    margin-top: 20px;
}
.icharac-wz-dl dl:first-child{
    margin-top:0;
}
.icharac-wz-dl dl dt{   
    display: table;
    width: 100%;
}
.icharac-wz-dl dl dt span{
    font-weight: bold;
    font-size: 20px;
    float: left;
    height: 30px;
}
.icharac-wz-dl dl dt i{
    display: block;
    float: left;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    background: url(../images/fa-sjx.png) center center no-repeat;
}
.icharac-wz-dl dl dd{
    color: #747474;
    line-height: 28px;
}
.icharac-tb{
    width: auto;
}
.icharac-tb ul li{
    float: left;
    margin-top: 30px;
    width: 172px;
    margin-right: 33px;
}
.icharac-tb ul li img{
    display: block;
    width: 120px;
    height: 120px;
    margin: auto;
}
.icharac-tb ul li p{
    font-size: 22px;
    text-align: center;
    margin-top: 5px;
}


/*产品中心*/
.ipro{
    background: #e4e4e4;
    padding: 50px 0 80px;
    margin-top:50px;
}
.iproducts-hd{
    margin-bottom: auto;
}
.iproducts-hd ul{
    display:table;
    margin:auto;
}
.iproducts-hd ul li{
    float: left;
    margin: 0 15px;
}
.iproducts-hd ul li a{
    display: block;
    padding: 0 35px;
    line-height: 45px;
    font-size: 16px;
    color: #4c4c4c;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.iproducts-hd ul li.on a{
    background: #83d63a;
    color:#fff;
    border: 1px solid #83d63a;
}
.ipro-left{position:relative;}
.ipro-left .hd{overflow:hidden;position: absolute;bottom: -30px;width: 100%;}
.ipro-left .hd .next{ background-position:0 -50px;  }
.ipro-left .hd .prevStop{ background-position:-60px 0; }
.ipro-left .hd .nextStop{ background-position:-60px -50px; }
.ipro-left .hd ul{overflow:hidden;zoom:1;display: table;margin: auto;}
.ipro-left .hd ul li{float:left;width:15px;height:15px;overflow:hidden;margin-right: 15px;text-indent:-999px;cursor:pointer;background: #fff;border-radius: 50%;}
.ipro-left .hd ul li.on{background: #83d63a;}
.iproducts-pal ul li{
    float: left;
    margin-right: 25px;
    width: 280px;
    margin-top: 30px;
}
.iproducts-pal ul li img{
    display: block;
    width: 280px;
    height: 260px;
}
.iproducts-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 */
}
.iproducts-pal ul li p{
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}


/*成功案例*/
.icase{
    margin-top: 50px;
}
.icase-hd{
    margin-bottom: 30px;
}
.icase-hd ul{
    display:table;
    margin:auto;
}
.icase-hd ul li{
    float: left;
    margin: 0 15px;
}
.icase-hd ul li a{
    display: block;
    padding: 0 20px;
    line-height: 45px;
    font-size: 16px;
    color: #4c4c4c;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.icase-hd ul li.on a{
    background: #83d63a;
    color:#fff;
    border: 1px solid #83d63a;
}
.icase-bd{}
.icase-pal{}
.icase-pal ul{}
.icase-pal ul li{
    width: 380px;
    float: left;
    margin-left:30px;
    height: 480px;
    position: relative;
}
.icase-pal ul li:first-child{
    margin-left:0;
}
.icase-pal ul li .bigimg img{
    width:380px;
    height: 480px;
}
.icase-pal ul li:hover .bigimg 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 */
}
.icase-pal ul li dl{
    position: absolute;
    z-index: 999;
    width: 260px;
    background: rgba(255, 255, 255, 0.7);
    left: 40px;
    height: 320px;
    top: 40px;
    padding: 40px 20px;
}
.icase-pal ul li:hover dl{
    background: #fff;
}
.icase-pal ul li dl dt{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}
.icase-pal ul li dl dd{
    color: #000;
    line-height: 30px;
    margin-bottom: 10px;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 240px;
}
.icase-pal ul li dl i{
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/fa-sjxon.png) center center no-repeat;
    margin: auto;
    margin-top: 70px;
}


/*中间广告图*/
.iggt{
    background: url(../images/xggt.jpg) center no-repeat;
    height: 250px;
    margin-top:50px;
}


/*关于我们*/
.iabout{
    margin-top:50px;
}
.iabout-list{
    width: auto;
}
.iabout-img{
    width: 550px;
}
.iabout-img img{
    width: 550px;
    height: 380px;
    display: block;
}
.iabout-fr{
    width: 610px;
    height: 380px;
}
.iabout-brief{
    font-size: 16px;
    text-indent: 2em;
    line-height: 35px;
}
.iabout-brief a{
    color: #61cd02;
    margin-left:10px;
}
.iabout-brief a:hover{
    text-decoration: underline;
}
.iabout-li{
    background: #f1f0f0;
    padding: 20px;
    margin-top: 30px;
}
.iabout-li ul li{
    float: left;
}
.iabout-li ul li img{
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 21px;
}


/*新闻资讯*/
.inews{
    margin-top:50px;
}
.inews-list ul li{
    background: #f5f5f5;
    width: 375px;
    float: left;
    margin-left: 34px;
}
.inews-list ul li:first-child{
    margin-left: 0;
}
.inews-list ul li>a i{
    display: block;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}
.inews-list ul li img{
    display: block;
    width: 375px;
    height: 250px;
}
.inews-list 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 */
}
.inews-list ul li dl{
    position: relative;
    padding: 15px;
}
.inews-list ul li dl i{
    display: block;
    font-style: inherit;
    color: #999;
}
.inews-list ul li dl dt{
    font-size: 16px;
    font-weight: bold;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    position: relative;
    padding-left: 10px;
}
.inews-list ul li dl dt:before{
    content:"";
    position:absolute;
    width:5px;
    height:5px;
    background:#61cd02;
    border-radius:50%;
    left:0;
    top: 10px;
}
.inews-list ul li dl dd{
    line-height:25px;
    color: #808080;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 75px;
}
.inews-list-a{
    height: 30px;
    line-height: 30px;
}
.inews-list-a span{
    font-size:12px;
    color:#999;
    padding-left: 18px;
    float:left;
}
.inews-list-a .inews-date{
    background: url(../images/ft_2.png) left no-repeat;
}
.inews-list-a .inews-vid{
    background: url(../images/ft_3.png) left no-repeat;
    margin-left: 10px;
}
.inews-list-a a{
    float:right;
    color: #999;
    font-size: 12px;
    display: block;
    width: 70px;
    text-align: center;
    height: 25px;
    line-height: 25px;
}
.inews-list-a a:hover{
    color: #71d63c;
}


/*友情链接*/
.footer_links{
    margin-top: 30px;
    background: #fff;
}
.footer_links_tit{
    margin-bottom: 6px;
}
.footer_links_tit i{
    font-style:  inherit;
    font-size: 28px;
    font-weight: bold;
    display:  block;
    float: left;
    width:  90px;
    line-height: 40px;
}
.footer_links_tit span{
    display:  block;
    float: left;
    width: 1110px;
    line-height:  20px;
    margin-top: 8px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    position: relative;
    font-size:  16px;
    font-weight: bold;
}
.footer_links_tit span:before{
    content: "";
    width: 70px;
    height: 2px;
    background: #61cd02;
    position:  absolute;
    bottom: -1px;
    left: 0;
}
.footer_links_a a{
    color: #666;
    margin-right: 10px;
}
.footer_links_a a:hover{
    color: #71d63c;
}
