#banner {
    border: 0;
    height: 600px;
    margin-bottom: 0;
    clear: both;
    overflow: hidden;
    position: relative;
}

#banner .flex-direction-nav {
    display: none;
}


#banner .flex-control-nav  {
    bottom: 25px;
}

/*************************************************************************/

#top {
    height: 80px;
    background: #203864;
}
#top .logo {
    display: inline-block;
    margin-top: 10px;
}
#top .mainw {
    position:relative;
}

#top .mainw  .nav {
    position: absolute;
    right: 0;
    top:  0;
    /*width: 880px;*/
    font-size: 0;
    letter-spacing: -3px;

}

#top .mainw  .nav a {
    line-height: 80px;
    display: inline-block;
    text-align: center;
    width: 110px;
    font-size: 16px;
    letter-spacing: 3px;
    color: white;
    font-weight: bold;
}

 
.main-title {
    display: block;
    margin: 30px 0;
    text-align: center;
}

.main-title h3 {
    font-size: 30px;
    line-height: 1.7;
    font-weight: normal;
}
.main-title h3 span {
    font-weight: bold;
}



#home-pro-list .mainw {
    text-align:  justify;
    text-align-last:  justify;
}

#home-pro-list  .item {
    width: 19.3%;
    display: inline-block;
    text-align: center;
    text-align-last: center;
    height: 300px;
    overflow: hidden;
}

#home-pro-list  .item  .bigimg {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}

#home-pro-list  .item  .bigimg-1 {   background: url(/static/kesheng/home-prolist-bg-1.jpg) no-repeat center; }
#home-pro-list  .item  .bigimg-2 {   background: url(/static/kesheng/home-prolist-bg-2.jpg) no-repeat center; }
#home-pro-list  .item  .bigimg-3 {   background: url(/static/kesheng/home-prolist-bg-3.jpg) no-repeat center; }
#home-pro-list  .item  .bigimg-4 {   background: url(/static/kesheng/home-prolist-bg-4.jpg) no-repeat center; }
#home-pro-list  .item  .bigimg-5 {   background: url(/static/kesheng/home-prolist-bg-5.jpg) no-repeat center; }


#home-pro-list  .item  .bigimg img {
       position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding:  10%;
    padding-bottom: 10px;
    box-sizing: border-box;
    display: block;
}
#home-pro-list  .item:hover   .bigimg img {
     padding-bottom: 30px;
}
#home-pro-list  .item  .bigimg  h3 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 64px;
}

#home-pro-list  .item  .bigimg  p {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 80px;
    font-size: 1em;
}


#home-pro-list  .mainw:hover {
    
}


#home-pro-list  .mainw:hover  .item {
    width: 14%;
       transition: all 0.6s;
}
#home-pro-list  .mainw:hover  .item:hover  {
    width: 42%;
    position: relative;
}      
#home-pro-list  .mainw:hover  .item:hover .bigimg {
    width: 33%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    
}

#home-pro-list  .mainw:hover  .item:hover  ul {
    display: inline-block;
    width: 66%;
      
}



#home-pro-list  .item ul {
   display: none;
    position: absolute;
    top: 0;
    right: 0;
    text-align: justify;
    text-align-last: justify;
}
#home-pro-list  .item ul  li {
    width: 48%;
    border: 1px solid #2b87ff;
    display: inline-block;
    text-align: center;
    text-align-last: center;
       padding: 11.8px 0;
    margin-bottom: 10px;
}

#home-pro-list  .item ul  li:hover {
    background: #2b87ff;
}

#home-pro-list  .item ul  li:hover  a {
    color: white;
}





#home-pro-top .mainw {
    text-align: justify;
    text-align-last:  justify;
    
}


#home-pro-top .mainw .item {
    width: 32%;
    display: inline-block;
    text-align: center;
    text-align-last: center;
}

#home-pro-top .mainw .item img {
    width: 100%;
    height: 260px;
 
    vertical-align:  bottom;
}

#home-pro-top .mainw .item p {
    line-height: 3em;
    font-size: 1.2em;
    margin-bottom: 40px;
}

#home-pro-top .mainw .item:hover  p {
    background: #2b87ff;
    color: white;
}



#home-case {
    background: url(/static/kesheng/home-case-bg.jpg) no-repeat top center;
    min-height: 668px;
    color: white;
    padding-top: 20px;
}

#home-case  .flow {
  width: 1089px;
    margin: 0 auto;
    font-size: 0;
    margin-top: -19px;
}

#home-case  .flow span {
    display: inline-block;
    text-align: center;
    width: 14%;
    /*float: left;*/
    font-size: 16px;
    letter-spacing:  0;
    position: relative;
}

#home-case  .flow span.item-1 {   left: 25px; }
#home-case  .flow span.item-2{   left: 16px; }
#home-case  .flow span.item-3 {   left: 19px; }
#home-case  .flow span.item-4 {   left: 12px; }
#home-case  .flow span.item-5 {   left: 4px; }
#home-case  .flow span.item-6{   left: 1px; }
#home-case  .flow span.item-7 {   left: 0px; }
 



#home-case .mainw {
    margin-top: 100px;
    text-align:  justify;
    text-align-last:  justify;
}

#home-case .mainw  .item {
    display: inline-block;
    width: 32%;
    text-align: left;
    text-align-last: left;
}


#home-case .mainw  .item img {
    height: 280px;
    width: 100%;
}

#home-case .mainw  .item  p {
    line-height: 3em;
    padding-bottom: 1em;
    border-bottom: 1px solid white;
    width: 60%;
    overflow:  visible;
    font-weight: bold;
}

#home-case .mainw  .item:hover   p {
         transition: width 2s;
         width: 100%;
         border-bottom: 1px solid red;
}




#home-about {
    margin: 30px auto;
}


#home-about .info {
    display: inline-block;
    width: 450px;
    
}
#home-about .info h3 {
    background: url(/static/kesheng/gear.png) no-repeat center left;
    min-height: 53px;
    line-height: 53px;
    padding-left: 100px;
    font-size: 40px;
    color: #3f3f3f;
}

#home-about .info .four-icon {
    width: 100%;
    font-size: 0;
    letter-spacing:  -1px;
    margin: 16px 0;
}
#home-about .info .four-icon .item {
    display: inline-block;
    width: 49%;
    /*border: 1px solid #ccc;*/
    display: inline-block;
    height: 100px;
    text-align: center;
 
    
}
#home-about .info .four-icon .item.item-gsjj {
    border-bottom: 1px solid #ccc;
      border-right: 1px solid #ccc;
} 

#home-about .info .four-icon .item.item-qywh {
  
} 

#home-about .info .four-icon .item.item-zzry {
    
} 
#home-about .info .four-icon .item.item-spzx {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    position: relative;
    top: -1px;
} 

#home-about .info .four-icon .item .img {
    width: 60px;
    height: 60px;
    /*outline: 1px solid #ccc;*/
    display: block;
    margin:  0 auto;
    margin-top: 10px;
    
    
          transition: background 0.6s;
}

#home-about .info .four-icon .item.item-gsjj .img {   background: url(/static/kesheng/about-gsjj.png)  left no-repeat; }
#home-about .info .four-icon .item.item-qywh .img {   background: url(/static/kesheng/about-qywh.png)  left no-repeat; }
#home-about .info .four-icon .item.item-zzry .img {   background: url(/static/kesheng/about-zzry.png)  left no-repeat; }
#home-about .info .four-icon .item.item-spzx .img {   background: url(/static/kesheng/about-spzx.png)  left no-repeat; }


#home-about .info .four-icon .item.item-gsjj:hover  .img {   background: url(/static/kesheng/about-gsjj.png)  right no-repeat; }
#home-about .info .four-icon .item.item-qywh:hover .img {   background: url(/static/kesheng/about-qywh.png)  right no-repeat; }
#home-about .info .four-icon .item.item-zzry:hover .img {   background: url(/static/kesheng/about-zzry.png)  right no-repeat; }
#home-about .info .four-icon .item.item-spzx:hover .img {   background: url(/static/kesheng/about-spzx.png)  right no-repeat; }







#home-about .video {
    width: 730px;
    height: 412px;
    display: inline-block;
    float: right;
}



#home-fwcn {
    background: url(/static/kesheng/fwcn.png) center;
    min-height: 170px;
    color: white;
}

#home-fwcn a.mainw {
    display: block;
}


#home-fwcn .item {
    width: 16.6%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    padding-top: 100px;
    position: relative;
}
#home-fwcn .item.item-3 {
    width: 32%;
}


#home-fwcn .item-1 {  left: 17px; }
#home-fwcn .item-2 {  left:20px; }
#home-fwcn .item-3 {  top: -60px; font-size: 30px; }
#home-fwcn .item-4 {  left: 2px; }
#home-fwcn .item-5 {  left: -10px; }



#home-news {
    
}

#home-news .title {
    font-size: 20px;
    line-height: 40px;
}


#home-news  .qyxw {
    display: inline-block;
    width: 650px;
}



#home-news  .hyzs {
    display: inline-block;
    float: right;
    width: 460px;
}

#home-news .top {
    display: block;
    position: relative;
 
}


#home-news .top > img {
    display: inline-block;
    width: 177px;
    height: 128px;
}

#home-news .top .info {
    position: absolute;
    width: 460px;
    top: 0;
    right: 0;
    height: 100%;
}

#home-news .top .info h3 {
    width: 70%;
    overflow: hidden; 
  text-overflow: ellipsis; 
  -webkit-line-clamp: 1; 
  margin-top: 5px;
}
#home-news .top .info p {
    line-height: 1.5;
    margin-top: 10px;
        color: #666666;
}
#home-news .top .info  span {
    position: absolute;
    right: 5px;
    bottom: 10px;
    background: #587690;
    color: white;
    padding: 5px 15px;
}

#home-news .top .info  .time {
    position: absolute;
    top:  5px; 
    right: 10px;
    display: block;
        
}



#home-news a.news-item {
    line-height: 43px;
     color: #666666;
    border-bottom: 1px solid #ccc;
    display: block;
    padding-left: 30px;
    background: url(/static/kesheng/newsli.png) no-repeat center left 10px;
}
#home-news  a.news-item  .news-time {

        display: inline-block;
    float: right;

}

#home-news .hyzs a.news-item  {
        border-bottom: 1px solid white;
}
#home-news .hyzs a.news-item  .news-time {

    padding-right: 10px;
}
#home-news .hyzs a.news-item:hover {
    background: #587690;
}

#home-news .hyzs a.news-item:hover   {
    color: white;
        background: #587690 url(/static/kesheng/newsli-hover.png) no-repeat center left 10px;
}




























#home-links {
    margin: 20px auto;
}

#home-links .title {
    line-height: 30px;
    font-size: 20px;
}

#home-links .title  b {
    font-weight: bolder;
}

#home-links  a  {
    display: inline-block;
    /*line-height: 30px;*/
    color: #666;
    padding: 0 10px;
    border-right: 1px  solid #ccc;
    margin-bottom: 10px;
    font-size: 16px;
}


#footer {
    background: url(/static/kesheng/footer.jpg) center;
    height: 367px;
    color: #b2b2b2;
}

#footer  h3 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px dotted #666;
    color: white;
    padding-top: 30px;
    padding-bottom: 5px;
}

#footer  a {
    color: inherit;
}

#footer   .unit {
    float: left;
    
}

#footer   .unit.item-1 a  {
    display: block;
    width: 185px;
    padding-top: 18px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #666;
}
#footer   .unit.item-2 {
    margin-left: 80px;
    width: 400px;
}

#footer   .unit.item-2 p {
      display: block;
 
    padding-top: 5px;
    padding-bottom: 2px;
    border-bottom: 1px dotted #666;
    padding-left: 30px;
  
}
#footer   .unit.item-2 p.phone { background: url(/static/kesheng/footer-phone.png)  center left 3px no-repeat;}
#footer   .unit.item-2 p.tel { background: url(/static/kesheng/footer-tel.png)  center left 3px no-repeat;}
#footer   .unit.item-2 p.fax { background: url(/static/kesheng/footer-fax.png)  center left 3px no-repeat;}
#footer   .unit.item-2 p.email { background: url(/static/kesheng/footer-email.png)  center left 3px no-repeat;}
#footer   .unit.item-2 p.you { background: url(/static/kesheng/footer-postcode.png)  center left 3px no-repeat;}
#footer   .unit.item-2 p.address { background: url(/static/kesheng/footer-address.png)  center left 3px no-repeat;}

#footer   .unit.message {
    width: 500px;
    float: right;
}

#footer   .unit.message  .info {
    display: inline-block;
    width: 20%;
    line-height: 40px;
    vertical-align:  central;
 
}

#footer   .unit.message  input {
    width: 70%;
    height: 20px;
    padding: 5px;
    margin: 10px;
     font-size: 16px;
         background: rgba(0,0,0,0);
             border: 1px solid #ccc;
             border-radius: 5px;
                color: white;
}

#footer   .unit.message  textarea {
     width: 70%;
 
    padding: 5px;
    margin: 10px;
    height: 100px;
    font-size: 16px;
        background: rgba(0,0,0,0);
             border-radius: 5px;
             color: white;
} 

#footer   .unit.message  .line {
    position: relative;
}

#footer   .unit.message .ab {
    position: absolute;
    top: 50px;
    left: 0;
}


#footer   .unit.message #submit {
    height: 40px;
    width: 100px;
    background: #67b440;
    color: white;
    border: 0;
}

#copyright {
    background: #587690;
    line-height: 50px;
    color: white;
    text-align: center;
    font-size: 16px;
}
