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

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


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

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

#welcome {
    background: #125496;
    line-height: 40px;
    color: white;
   
} 
#welcome .hello {
     display: inline-block;
}


#welcome .scl {
    float: right;
    display: inline-block;
}

#welcome .scl  a {
    margin-right: 20px;
}
#welcome .scl  a.one {
    background: url(/static/xincheng/welcome-1.png) no-repeat ;
    padding-left: 20px;
}

#welcome .scl  a.two{
    background: url(/static/xincheng/welcome-2.png) no-repeat ;
    padding-left: 20px;
}

#welcome .scl  a.three {
    background: url(/static/xincheng/welcome-3.png) no-repeat ;
    padding-left: 20px;
}

#top {
    padding-top: 15px;
    padding-bottom: 15px;
}

#top a.logo {
    float: left;
    display: block;
   
}

#top a.logo img {
    float: left;
    display: block;
     border-right: 1px solid #ccc;
     padding-right: 20px;
}


#top a.logo .info {
    float: left;
    padding-left: 10px;
}

#top a.logo .info  .p1 {
      color: #333;
      line-height: 2em;
      padding-top: 5px;
      font-weight: bold;
}


#top a.logo .info  .p2 {
    color: #7f7b7a;
}


#top .tel {
    padding-right: 40px;
 
    float: right;
    display: block;
    margin-top: 20px;
    
}

#top .tel  .cn {
    text-align: right;
     line-height: 2rem;
}

#top .tel  .nu {
    line-height: 1.3rem;
    color: #e8960c;
    font-weight: bold;
    font-size: 30px;
    padding-left: 40px;
       background: url(/static/xincheng/top-tel.png) no-repeat top 0px left 0px;
       line-height: 30px;
}


#nav {
    height: 50px;
    /*border-top: 1px solid #ccc;*/
    border-bottom: 1px solid #000;
}

#nav  li {
    float: left;
    width: 12.5%;
    text-align: center;
    height: 50px;
 
}

#nav  li.hover, #nav li:hover{
    background: #0072bd;
}
#nav  ul {
    border-top: 1px dashed #000;
}

#nav  li  a {
    line-height: 30px;
    display: block;
    margin-top: 10px;
    border-right:  1px solid #000;
}

#nav  li:last-child  a{
    border-right: 0;
}

#nav  li.hover a, #nav li:hover a {
    color: white;
}




.home-main-title {
    text-align: center;
    display: block;
    color: #125496;
    font-size: 30px;
    font-weight: bold;
    margin: 20px auto;
}

.home-main-title span {
    text-transform: uppercase;
    color: #bfbfbf;
}


#home-pro-list {
    
}

#home-pro-list .con {
    
}



#home-pro-list .con  .unit {
    border-top: 1px dashed #125496;
    overflow: hidden;
    margin-bottom: 40px;
}



#home-pro-list .con  .unit .left {
    width: 320px;
    float: left;
}

#home-pro-list .con  .unit .left .up {
    margin-bottom: 20px;
}
#home-pro-list .con  .unit .left .up span {
    background: #e8960c;
    color: white;
    font-size: 20px;
    padding: 10px;
    display: inline-block;
}
#home-pro-list .con  .unit .left .up  h3 {
    display: inline-block;
    font-size: 20px;
    color: #125496;
    padding-left: 10px;
}

#home-pro-list .con  .unit .right  {
    width: 870px;
    float: right;
}

#home-pro-list .con  .unit .right  .up {
    color: #666666;
    font-size: 16px;
}

#home-pro-list .con  .unit .right  .up  .more {
    display: inline-block;
    line-height: 40px;
    margin-left: 24px;
}


#home-pro-list .con  .unit .right  .up  .plus {
    display: inline-block;
    float: right;
    line-height:40px;
}


#home-pro-list .con  .unit .right   .down {
    margin-top: 24px;
    /*padding-left: 10px;*/
}



#home-pro-list .con  .unit .right   .down .son-unit {
    float: left;
    margin-left: 25px;
    width: 265px;
    height: 184px;
    position:  relative;
    height: 224px;
}

#home-pro-list .con  .unit .right   .down .son-unit img {
     width: 265px;
    height: 184px;
    position: absolute;
    top: 0;left: 0;
}



#home-pro-list .con  .unit .right   .down .son-unit .info {
    bottom:  0;
    left: 0;
    width: 100%;
    position: absolute;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #e6e6e8;
    line-height: 40px;
}

#home-pro-list .con  .unit .right   .down .son-unit:hover  .info{
    background: #125496;
    color: white;
    height: 80px;
}

#home-pro-list .con  .unit .right   .down .son-unit .info .line {
    width: 60px;
    margin:  0 auto;
    border-bottom: 1px solid #000;
}

#home-pro-list .con  .unit .right   .down .son-unit:hover  .info .line {
     border-bottom: 1px solid white;
}



#home-tonglan-1 {
    background: url(/static/xincheng/home-tonglian-1.png) center;
    height: 110px;
    position: relative;
}


#home-tonglan-1 .name {
    position: absolute;
    top: 15px;
    left: 30px;
    color: #ff0000;
    font-size: 24px;
}

#home-tonglan-1 .info {
    position: absolute;
    top: 60px;
    left: 30px;
    color: #666666;
    font-size: 16px;
    
}

#home-tonglan-1 a {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 100px;
    height: 45px;
    line-height: 45px;
    color: white;
    background: #e8960c;
    text-align: center;
}


#home-about {
    
}


#home-about .con {
    
}

#home-about .con .img {
    float: left;
    width: 428px;
    height: 252px;
}




#home-about .con .info {
    width: 745px;
    float: right;
    position: relative;
    height: 252px;
}


#home-about .con .info h3 {
    color: #333333;
    font-size: 20px;
}

#home-about .con .info .line {
    border-bottom: 2px solid #125496;
    width: 80px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#home-about .con .info  span {
    position: absolute;
    bottom:  0;
 
    color: white;
    padding: 10px 30px;
       font-size: 17px;
       background: #e8960c url(/static/xincheng/about-tel.png) top 5px left 5px no-repeat;
}



#home-about .con .info p {
    color: #666;
 
}


 
#home-about .con .info  i {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 50px;
    border: 1px solid #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 26px;
}



#home-wenda {
    margin-top: 20px;
}

#home-wenda .con {
    width: 1300px;
}


#home-wenda .con .unit {
    width: 560px;
    padding: 20px;
    float: left;
}

#home-wenda .con .unit h3 {
    background: url(/static/xincheng/wen.png) no-repeat;
    padding-left: 40px;
    font-size: 16px;
    color: #333333;
}

#home-wenda .con .unit > p {
    line-height: 1.7;
    color: #666;
    margin-top: 1em;
}


#home-wenda .con .unit  .time-more {
    
}


#home-wenda .con .unit  .time-more  .time {
    background: url(/static/xincheng/time.png) no-repeat;
    padding-left: 30px;
    display: inline-block;
    min-height: 30px;
}

#home-wenda .con .unit  .time-more .more {
    display: inline-block;
    float: right;
    background: #0072bd;
    color: white;
    padding: 5px;
}


.home-main-title.bg {
    background: url(/static/xincheng/main-title-bg.png) center no-repeat;
}


#home-case {
    background: #dddddf;
    padding-top: 30px;
    margin-top: 30px;
    padding-bottom: 50px;
}



#home-case .qiehuan .qiehuan-title {
    display: block;
    margin-bottom: 30px;
    position: relative;
}

#home-case .qiehuan .qiehuan-title .unit {
    display: inline-block;
    width: 190px;
    height: 60px;
    margin-right: 20px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: white;
        margin-top: 31px;
}

#home-case .qiehuan .qiehuan-title .unit.a {
    background: #125496;
}


#home-case .qiehuan .qiehuan-title .unit.b {
    background: #e8960c;
}

#home-case .qiehuan .qiehuan-title .info {
    position: absolute;
    background: url(/static/xincheng/case-info.png) no-repeat;
    width: 676px;
    height: 101px;
    right: 0;
    /*top: 20px;*/
 

}
#home-case .qiehuan .qiehuan-title .info p {
      padding: 45px 73px 5px 95px;
    color: white;
    line-height: 1.5;
    font-size: 14px;
}


#home-case .qiehuan  .qiehuan-con {
    
}

#home-case .qiehuan  .qiehuan-con .unit  {
    width: 1300px;
}
#home-case .qiehuan  .qiehuan-con .unit li {
    width: 292px;
 
    float: left;
    margin-right: 16px;
}

#home-case .qiehuan  .qiehuan-con .unit li img {
       height: 216px;
         width: 292px;
}

#home-case .qiehuan  .qiehuan-con .unit li p {
    text-align: center;
}



#home-news {
    margin-top: 50px;
}


#home-news .unit {
    width: 560px;
    padding: 20px;
    float: left;
}


#home-news .unit .time {
    display: inline-block;
    width: 90px;
    float: left;
    text-align: right;
    border-right: 1px solid #ccc;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #ccc;
}


#home-news .unit .time  .md {
    font-size: 30px;
   color: #125496;
   text-align: right;
}

#home-news .unit .info {
    width: 430px;
    display: inline-block;
      float: left;
      padding-left: 10px;
      
}


#home-news .unit .his {
    margin-top: 20px;
    background: url(/static/xincheng/his.png) top 0 left 10px no-repeat;
}

#home-news .unit .info {
    margin-top: 30px;
    padding-left: 10px;
}


#home-kstd {
    
}
#home-kstd h3 {
    margin: 10px 0;
    color: #125496;
    font-size: 20px;
}

#home-kstd  .line {
    border: 1px solid #e8960c;
    margin: 10px 0;
    width: 60px;
}

#home-kstd .con{
    width: 1300px;
}


#home-kstd .con a {
    display: block;
    float: left;
    width: 190px;
 
    color: #125496;
    font-size: 20px;
    padding-right: 6px;
    text-align: center;
    color: #ccc;
}

#home-kstd .con a img {
    width: 190px;
    height: 100px;
}




















 
 #links {
     margin: 30px auto;
     min-height: 30px;
 }
 
 
 #links span {
     background: url(/static/xincheng/dot.png) 0 5px no-repeat;
     padding-left: 20px; 
     display: inline-block;
     line-height: 25px;
 }

 
 #footer {
     font-size: 18px;
     color: #666;
     background: #343434;
     margin-top: 40px;
     padding-top: 20px;
     color: white;
 }
 
 
 #footer input , #footer  textarea {
     background: #343434;
     padding: 5px 0;
 }
 
  #footer .unit  {
     float: left;
     padding-right: 20px;
 }
 
 
 #footer .logo-info {
     
 }
 #footer .logo-info  p.m {
     margin-top: 10px;
 }
 
 
 
 
 #footer .logo-info  p.tel { background: url(/static/xincheng/footer-tel.png) 0 5px no-repeat; padding-left: 30px;  }
 #footer .logo-info  p.email { background: url(/static/xincheng/footer-email.png) 0 5px no-repeat; padding-left: 30px;  }
 #footer .logo-info  p.fax { background: url(/static/xincheng/footer-fax.png) 0 5px no-repeat; padding-left: 30px;  }
  #footer .logo-info  p.address { background: url(/static/xincheng/footer-address.png) 0 5px no-repeat; padding-left: 30px;  }
 
  
  
  #footer .footer-nav {
      margin-left: 40px;
  }

    #footer .footer-nav  a {
      display: block;
      margin: 10px 0;
  }



  #footer  .message {
      float: right;
  }

  #footer  .message .line {
      margin: 10px 0;
      overflow: hidden;
      position: relative;
  }
  #footer  .message .line * {
      float: left;
      display: block;
  }

  #footer  .message .line .info {
      width:100px;
      float: left;
      text-align: right;
      padding-right: 10px;
      
  }

  #footer  .message .line  img {
      position: absolute;
      top: 5px;
      right: 10px;
  }
  
  
  
  #footer .copyright {
      text-align: center;
      background: #000000;
      color: white;
      padding: 10px 0;
      margin-top: 20px;
      
      
  }





