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

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


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


.just {
    text-align: justify;
    text-align-last: justify;
}

.just > .junit ,
.just > .unit {
    display: inline-block;
    text-align: center;
    text-align-last: center;
    width: 24%;
}

/* --------------------------- */

#wel {
    background: #0c3354;
    line-height: 2.3em;
    color: white;
}

#wel .mainw {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    
}

#wel .mainw  .w {
    flex-grow: 1;
}

#wel .mainw .tel {
    color: #dfab61;
}
#wel .mainw .tel span {
    font-weight: bold;
}



#logo-nav {
 
 
    width: 100%;
    z-index: 99;
    color: #333;
    height: 95px;
    background:  linear-gradient(to bottom , #fbfcfc,#cbcbcd);
    
}


#logo-nav  .nav {
    display: inline-block;
    float: right;
 
 
}


#logo-nav  .logo {
    position: relative;
    top: 20px;
    left:  0;
}

#logo-nav  .nav a {
    line-height: 2em;

        display: inline-block;
    padding:  0 1.2em;
    font-size: 18px;
 
               line-height: 95px;
               float: left;
}

#logo-nav  .nav a:hover , #logo-nav .nav a:first-child{
    background:  linear-gradient(to bottom , #f1b966,#a88052);
    color: white;

}

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



.m-title {
    display: block;
    font-size: 30px;
    color: #222;
    margin-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    font-weight: bold;
    color: #555;
}


 
#home-about-pro {
       background: url(/static/linwei/about.jpg) top  center ;
       margin-top: 40px;
}
 

#home-about-pro .m-title span {
    color: white;
}

#home-about {
  
     height: 475px;
         padding-top: 30px;
         box-sizing: border-box;
}


#home-about .con  {
    display: flex;
    flex-wrap:  nowrap;
    justify-content: space-between;
    padding: 30px 20px;
    box-sizing: border-box;
    background: rgba(0,0,0,.5);
    background: linear-gradient(to right, rgba(0,0,0,.5) 80%, transparent 80%);
    color: #f4efec;
}

#home-about .con .info {
    width: 620px;
}

#home-about .con .info .name {
    font-size: 30px;
    font-weight: bold;
}
#home-about .con .info .name span {
    color: #faac05;
}

#home-about .con .info p {
    color: #8eedf8;
    text-transform:  uppercase;
}

#home-about .con .info .coninfo {
    line-height: 2em;
    color: #f4eced;
    font-size: 16px;
    border-bottom: 1px solid #f48000;
}


#home-about .con .info .icons {
    display: flex;
  
    justify-content: space-between;
    margin-top: 10px;
}
#home-about .con .info .icons  a {
      width: 23%;
      background-repeat:  no-repeat;
      text-align: center;
      padding-top: 90px;
}

#home-about .con .info .icons a:nth-child(1) {
    background: url(/static/linwei/icon-1.png) top center no-repeat;
}

#home-about .con .info .icons a:nth-child(2) {
    background: url(/static/linwei/icon-2.png) top center no-repeat;
}

#home-about .con .info .icons a:nth-child(3) {
    background: url(/static/linwei/icon-3.png) top center no-repeat;
}

#home-about .con .info .icons a:nth-child(4) {
    background: url(/static/linwei/icon-4.png) top center no-repeat;
}


#home-about .tel-pic {
    font-size: 18px;
}
#home-about .tel-pic  .tel {
    margin-bottom: 30px;
}
#home-about .tel-pic  .tel span {
    color: #eb9f25;
}

#home-about video {
    width: 522px;
    height: 258px;
}

.m-title {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}


.m-title h3 {
    text-align: center;
    line-height: 1em;
    font-size: 24px;
}

.m-title h3 span {
    display: inline-block;
    padding:  0 15px;
    position: relative;
    top: -5px;
    font-weight: bold;
    color: #000;
}

.m-title h3:before {
   content:  " ";
    display: inline-block;
    background: url(/static/linwei/m-title-left.png) left center no-repeat;
    width: 188px;
    height: 1em;
}



.m-title h3:after {
    content:  " ";
    display: inline-block;
    background: url(/static/linwei/m-title-right.png) left center no-repeat;
    width: 188px;
    height: 1em;
}

.m-title h3 span {
    display: inline-block;
}


.m-title p {
    margin-top: 0.5em;
    font-weight: normal;
}




#home-pro .mainw {
    display: flex;
    flex-wrap:  nowrap;
    justify-content:  space-between;
}

#home-pro .mainw > .u {
    width: 18.3%;
}

#home-pro .mainw > .u .icons {
    display: flex;
    flex-wrap:  wrap;
    justify-content:  space-between;
}

#home-pro .mainw > .u .icons  > a {
    width: 48%;
    display: flex;
    align-items: center;
    background: #ccc;
    margin-bottom: 10px;
    height: 80px;
}

#home-pro .mainw > .u .icons  > a  img {
    display: block;
    margin:  0 auto;
    width: 50%;
    height:  auto;
}
#home-pro .mainw > .u .icons  > a:hover  img {
    width: 60%;
}


#home-pro  .u > a {
    display: block;
    text-align: center;
    margin-top: 0.5em;
}

#home-pro  .u > a  p {
    line-height: 1em;
    margin-bottom: 0.5em;
}

#home-hot {
    
}
#home-hot  a.img{
    text-align: center;
    display: block;
    margin-top: 30px;
}

#home-hot  .mflex {
    display: flex;
    justify-content:  space-between;
    width: 1200px;
    margin:  0 auto;
}

#home-hot  .mflex a {
    width: 24%;
    background: url(/static/linwei/hot-u-bg.png) bottom center no-repeat;
        background-size: contain;
        position: relative;
}
#home-hot  .mflex a .h {
    position: absolute;
    z-index: 9;
    left:  0;
    top: 0;
    
}

#home-hot  .mflex a  p {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
}


#home-hot  .mflex a  img {
    max-width: 100%;
}



#home-news {

}

#home-news .mainw {
    
        display: flex;
    flex-wrap: nowrap;
    justify-content:  space-between;
}

#home-news .ttt {
    font-size: 30px;
    line-height: 1.4em;
    margin-top: 20px;
text-indent : 50px;
    padding-top: 10px;
        box-sizing: border-box;
            display: block;
}

#home-news .ttt:after  {
    content:  " ";
    display: block;
    height: 3px;
    background: linear-gradient(to right , #f0b965, #a47d51);
}


#home-news .qyxw .ttt {
    background: url(/static/linwei/qyxw.png)  center left   no-repeat;


} 

#home-news .jswd .ttt {
    background: url(/static/linwei/hyzs.png)  center left no-repeat;
} 


#home-news  .qyxw {
    width: 46%;
}

#home-news  .qyxw .u  {
    border: 1px solid #ccc;
}


#home-news   .u {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    padding: 10px;
    box-sizing: border-box;

}

#home-news   .u:hover {
        background: #e4f4fc;
}

#home-news   .u  img {
    display: block;
    width: 150px;
    height: 100px;
}

#home-news   .u .info {
        padding-left: 20px;
}

#home-news  .jswd {
    width: 50%;
    
}



#home-news  .jswd .u  {
    display: block;
}


#home-news   .u span {
    display: inline-block;
    padding-left: 20px;
    background: url(/static/linwei/t.png) left center no-repeat;
}



#home-news  .u h3 {
    line-height: 2em;
}


#home-news  .u p {
    line-height: 1.5em;
    color: #666;
}













































#home-case {
    background: url(/static/linwei/casebg.jpg) top center;
    padding-top: 30px;
}

#home-case .con {
    display: flex;
    flex-wrap:  nowrap;
    justify-content:  space-between;
    margin-top: 30px;
    padding-bottom: 60px;
}

#home-case .con a {
    width: 15.6%;
    position: relative;
    font-size: 0;
}

#home-case .con a img {
    width: 100%;
    height: auto;
}

#home-case .con a p {
    position: absolute;
    width: 100%;
    line-height: 2em;
    background: #333;
    color: white;
    line-height: 2em;
    text-align: center;
}




/*************************************************************************/
#home-cases  .links {
    border: 1px solid #ccc;
    padding: 5px;
    background: url(/static/linwei/links.png) left .5em center no-repeat;
    padding-left: 160px;
    min-height: 60px;
    margin-top: 2em;
}



















#home-links {
    
}


#home-links  .mainw{
    background: url(/static/linwei/links.png) no-repeat left top;
    padding-left: 100px;
    box-sizing: border-box;
    min-height: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
}





 




#footer {
    background: #3e3e3e;
    color: white;
}

#footer > .mainw {
    display: flex;
    flex-wrap:  nowrap;
    justify-content:  space-between;
    padding-top: 30px;
}

#footer > .mainw .logo-top {
    width: 240px;
             background: url(/static/linwei/flogo.png) top 40px center  no-repeat;
}


#footer > .mainw .logo-top a {
    width: 100%;
    line-height: 2.2em;
    text-align: center;
    background: #f1761b;
    display: block;
}

#footer > .mainw .nav-info {
   width: 674px; 
}

#footer > .mainw .nav-info .nav {
    display: flex;
    justify-content:  space-around;
    margin-bottom: 20px;
}

#footer > .mainw .nav-info table {
    width: 100%;
    line-height: 2em;
}

#footer > .mainw .ewm {
    width: 150px;
    
}

#footer .cp {
    border-top: 2px solid #ffc408;
    background: #000;
    line-height: 3em;
 
    text-align: center;
    margin-top: 10px;
}

 







 
input::-webkit-input-placeholder{
    color:white;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:white;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:white;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:white;
}



textarea::-webkit-input-placeholder{
    color:white;
}
textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:white;
}
textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:white;
}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:white;
}
 

/*********** prolist **********/

#prolist {
    
}

#prolist .pro  {
    
}
#prolist .pro h3  {
   color: #e50012;
   font-size: 40px;
   padding-left: 70px;
background: url(/static/linwei/prolist-h3.png)  left 10px center no-repeat;
border-bottom: 2px solid #ccc;
padding-bottom: 20px;
}



#prolist .name-desc {
    margin: 20px 0;
}


#prolist .name-desc {
    background: #e50012;
    border-radius: 10px;
    height: 120px;
}

#prolist .name-desc  .name {
    height: 100%;
    margin-left: 10px; 
      border-radius: 10px;
      display: inline-block;
      width: 260px;
      height: 100%;
      background: black url(/static/linwei/prolist-h3l.png) right 10px center no-repeat;
}
#prolist .name-desc  .name .con {
    line-height: 120px;
    color: white;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}


#prolist .name-desc  .text {
    width: 930px;
    float: right;
    height:  120px;
    background: #eeeeee;
    box-sizing: border-box;
    padding: 1em;
    line-height: 1.7em;
        font-size: 20px;
}
 

#prolist .pro-jswd {
    
}


#prolist .pro-jswd .unit  {
    width: 48%;
    text-align: left;
    text-align-last: left;
    position: relative;
}

#prolist .pro-jswd .unit   h3 {
    padding-left: 40px;
     background:  url(/static/linwei/prolist-news-h3.png) no-repeat left 0 center;
         width: 240px;
             overflow: hidden;
                 text-overflow: ellipsis;
                     white-space: nowrap;
}

#prolist .pro-jswd .unit   p {
    padding-left: 40px;
     background:  url(/static/linwei/prolist-news-p.png) no-repeat left 0 center;
     line-height: 1.3em;
     margin-top: 10px;
}

#prolist .pro-jswd .unit  span {
    position: absolute;
    top: 5px;
    right: 5px;
    
}


#prolist  .pro-case {
    
}

#prolist  .pro-case .unit {
    width: 32.4%;
    background: red;
}

 #prolist   .just > .unit  > img {
    width: 100%;
    height:  auto;
}


#prolist  .pro-case .unit  h3 {
    line-height: 2.5em;
    color: white;
}
 

#prolist  .pro-case .unit   p {
     line-height: 2.5em;
    color: white;
}


#prolist  .pro-news-video {
  
}

#prolist  .pro-news-video .news  {
    width: 48%;
    float: left;
    display:  inline-block;
}


#prolist  .pro-news-video .news h2 {
    font-size: 30px;
    padding-left: 50px;
    line-height: 50px;
      background:  url(/static/linwei/prolist-newss.png) no-repeat left 0 center;
}


#prolist  .pro-news-video .news  .con a {
    display: inline-block;
    position: relative;
    height: 120px;
}

#prolist  .pro-news-video .news  .con a img {
    display: inline-block;
    width: 220px;
    height:  110px;
    margin-right: 20px;
}

#prolist  .pro-news-video .news  .con  .info {
    display: inline-block;
    float: right;
    width: 320px;
}

#prolist  .pro-news-video .news  .con  .info h3 { 

    overflow: hidden;
        text-overflow: ellipsis;
            white-space: nowrap;

}


#prolist  .pro-news-video .news  .con  .info p {
    line-height: 1.3em;
    padding-top: 10px;
}

#prolist  .pro-news-video .news  .con  .info span {
    position: absolute;
    right: 0;
    bottom:  29px;
    width: 160px;
   background:  url(/static/linwei/prolist-time.png) no-repeat left 0 center;
   padding-left: 30px;
   line-height: 2em;
}

#prolist  .pro-news-video .video  {
    width: 48%;
    float: right;
    display:  inline-block;
}

#prolist  .pro-news-video .video  h2 {
   font-size: 30px;
    padding-left: 70px;
    line-height: 50px;
      background:  url(/static/linwei/prolist-videoo.png) no-repeat left 0 center;
    
}


#prolist  .pro-news-video .video .unit {
    width: 48%;
}


/****** block ** ***/


.kuai-text {
    
}


.kuai-text {
    
}


.kuai-text h3 , .kuai-pic h3 {
    line-height: 2em;
    margin:  10px 0;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.kuai-text  .text  {
    text-align: justify;
    text-align-last: justify;
}

.kuai-text  .text   a.unit {
    display: inline-block;
   border: 1px #ccc dotted;
   padding: 1em;
   box-sizing: border-box;
   margin-bottom: 10px;
   position: relative;
   width: 48%;
    text-align: left;
    text-align-last: left;
       
}

.kuai-text  .text   a.unit  h3 {
    color: #0d0d0d;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
       padding-left: 40px;
      background: url(/static/linwei/news-h3.png)  left center no-repeat ;  
}


.kuai-text  .text  a.unit span {
    position: absolute;
    right: 5px;
    bottom: 20px;
    padding-left: 40px;
      background: url(/static/linwei/news-time.png)  left center no-repeat;  
}


/******************/
#inner-classify {
    
}

#inner-classify .unit {
    overflow: hidden;
    margin-bottom: 40px;
}

#inner-classify .unit .title {
    border-bottom: 2px solid #ccc;
    position: relative;
    height: 40px;
}

#inner-classify .unit .title .name {
    
    line-height: 40px;
    font-size: 24px;
    display: inline-block;
    border-bottom: 2px solid red;
    position: absolute;
    left: 0;
    top: 0;
  
}
#inner-classify .unit .title .name  i {
    font-size: 25px;  
    color:  #12288b;
    display: inline-block;
    padding-right: 10px;
}


#inner-classify .unit .title  .more {
    float: right;
    color: #c41212;
    padding: 7px 20px;
    border: 1px solid #ccc;
}

 

#inner-classify .unit  .con {
    margin-top: 20px;
}

#inner-classify .unit  .con .tu {
    float: left;
     width: 286px;
    height: 254px;
    position: relative;
    color: white;
    text-align: center;
}
#inner-classify .unit  .con .tu  img {
      width: 286px;
    height: 245px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


#inner-classify .unit  .con .tu  .name {
    margin-top: 80px;
    font-size: 24px;
    
}
#inner-classify .unit  .con .tu  .desc {
    margin-top: 20px;
    font-size: 20px;
    
}

#inner-classify .unit  .con ul {
    float: right;
   width: 870px;
}


#inner-classify .unit  .con ul li {
    padding-left: 20px;
    float: left;
    width: 267px;
    height: 250px;
}

#inner-classify .unit  .con ul li  a {
    display: block;
    width: 100%;
        color: #666;
}

#inner-classify .unit  .con ul li img {
   width: 100%;
   height: 200px;
    height: 200px;
}

#inner-classify .unit  .con ul li p {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc;
}






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



h1 {
    text-align: center;
    margin:  30px 0;
    font-weight: bold;
    font-size: 32px;
}

.last-con {
    line-height: 1.7em;
    font-size: 16px;
}

.last-con .more-info {
     text-align: center;
     border-top: 1px solid #ccc;
}


.last-con .desc {
    width: 960px;
    margin:  0 auto;
    padding: 10px;
    line-height: 2;
    background: #ccc;
    margin: 30px auto;
}

.last-con .desc span {
    color: red;
    
}


#last-proinfo  {
    
}

#last-proinfo   {
    
}
#last-proinfo  h1 {
    margin-top: 0;
}


#last-proinfo  .top   {
    margin:  30px auto;
}

#last-proinfo  .top  .img {
    width: 600px;
    height: 400px;
    display: inline-block;
}

#last-proinfo  .top  .desc {
    width: 550px;
    float: right;
    background: white;
    margin:  0;
}


#last-proinfo  .lianxi {
    
}

#last-proinfo  .lianxi .unit {
    width: 95%;
    background: red;
    color: white;
}


#last-proinfo .xiangqing {
    line-height: 3;
    background: #eeeeee;
    
}


#last-proinfo .xiangqing span {
   background: red;
   color: white;
   width: 100px;
   text-align: center;
   display: inline-block;
   font-weight: bold;
}
