﻿
.indextitle{text-align: center; padding-top: 30px; font-size: 50px; height: 100px;
                    line-height: 100px;  font-weight:bold; color:#000; font-size:40px;}


.headerimg{width: 100%;height: 100%;position: absolute;top: 0;left: 50%;margin-left: -960px;}
.headerimg img{max-height:360px;}

.divxian{border-bottom: 2px solid #333; width: 120px; height: 30px; margin: 0px auto;}
.divneirong{text-align: center; font-size: 18px; line-height: 180%;}
.divcenter{ text-align:center;}
.divbody{   background:url(/images/bodybj.jpg) repeat  center ;  margin:0px auto;}/*fixed*/
.divbig{ width:1200px; margin:0px auto;}
.divjieshao{margin: 0px auto; height: 100px; font-size: 20px; width: 600px;}
.divsan{float: left; width: 200px; height: 100px; text-align: center;}

.divheight30{ height:30px;}

.indexleixing{background: url(/images/sungbj1.jpg) 50% 0 no-repeat; padding-top: 170px;
            height: 800px; background-size: cover;}
.indexjianjie{background: url(/images/sungbj2.jpg) no-repeat 50% 0; padding-top: 70px;
            padding-bottom: 120px; background-size: cover;}
.indexanli{background: url(/images/sungbj3.jpg) no-repeat 50% 0; padding-top: 70px;
            padding-bottom: 200px; background-size: cover;}

.jiazai{position: fixed;
    margin: auto;
    width: 64px;
    color: white;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 250%;
    /* background: linear-gradient(180deg, #222 0, #444 100%); */
    /* box-shadow: inset 0 5px 20px black; */
    /* text-shadow: 5px 5px 5px rgba(0,0,0,0.3); */
    z-index: 123456789;
    top: 50%;
    left: 50%;
    margin-left: -32px;}

/*在线留言*/
.tablecss{ width:100%; line-height:200%;}
                    .tablecss td{ padding:8px;}
                    .txtboxcss{ border:1px solid #dddddd; background-color:#FFF;  width:650px; padding:6px;}
                    .txtboxmacss{ border:1px solid #dddddd; background-color:#FFF; width:100px; padding:6px;}
                    .buttijiao{ background-color:#666666; width:650px; padding:6px; color:#FFF; font-size:20px;}
                    .hongxing{ color:#fb8349;}
                    .txtboxcss::-webkit-input-placeholder{ font-size:16px; color:#dddddd;}    /* 使用webkit内核的浏览器 */
                    .txtboxcss:-moz-placeholder{font-size:16px; color:#dddddd;}                  /* Firefox版本4-18 */
                    .txtboxcss::-moz-placeholder{font-size:16px; color:#dddddd;}                  /* Firefox版本19+ */
                    .txtboxcss:-ms-input-placeholder{font-size:16px; color:#dddddd;}           /* IE浏览器 */
                    
                    
                    .txtboxmacss::-webkit-input-placeholder{ font-size:16px; color:#dddddd;}    /* 使用webkit内核的浏览器 */
                    .txtboxmacss:-moz-placeholder{font-size:16px; color:#dddddd;}                  /* Firefox版本4-18 */
                    .txtboxmacss::-moz-placeholder{font-size:16px; color:#dddddd;}                  /* Firefox版本19+ */
                    .txtboxmacss:-ms-input-placeholder{font-size:16px; color:#dddddd;}           /* IE浏览器 */

/*新闻中心*/
.leispan{ border:1px solid #cfcfcf; background-color:#FFF; padding:5px; padding-left:8px; padding-right:8px; font-size:18px; color:#000; margin:5px;}
.leispan a{ color:#000;}


/*产品类型*/
 .diva
                    {
                    }
                    
                    .divleipic
                    {
                        position: relative;
                        overflow: hidden;
                        float: left;
                        width: 230px;
                    }
                    .divleipic img
                    {
                        cursor: pointer;
                        transition: all 0.6s;
                    }
                    .divleipic img:hover
                    {
                        transform: scale(1.4);
                    }
                    .divleipic .divleiword
                    {
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        -webkit-transition: -webkit-transform 0.35s;
                        transition: transform 0.35s;
                        -webkit-transform: translate3d(0,200%,0);
                        transform: translate3d(0,200%,0);
                        z-index: 2;
                        height: 40px;
                        width: 230px;
                        line-height: 40px;
                        text-align: center;
                        background-color: #ba8458;
                        color: #FFF;
                    }
                    .divleipic:hover .divleiword
                    {
                        -webkit-transform: translate3d(0,0,0);
                        transform: translate3d(0,0,0);
                        -webkit-transition-delay: 0.05s;
                        transition-delay: 0.05s;
                        opacity: 0.6;
                    }

/*案例展示*/
.anlipic
                {
                    position: relative;
                    overflow: hidden;
                    width: 280px;
                    margin-left: 10px;
                    margin-right: 10px;
                    text-align: center;
                    float: left;
                }
                .anliword
                {
                    position: absolute;
                    display: none;
                    opacity: 0;
                    top: 0;
                    left: 0;
                    width: 280px;
                    margin: 0px auto;
                    text-align: center;
                    height: 217px;
                    line-height: 217px;
                    background-color: #b37a4e;
                    color: #FFF;
                }
                .anlipic:hover .anliword
                {
                    position: absolute;
                    left: 0;
                    opacity: 0.7;
                    transform: scale(1.3);
                    display: block;
                    width: 280px;
                }











