a {
    color:  inherit;
    text-decoration:  none;
}

body {
    font-size: 14px;
}

h1,h2,h3,p {
    margin:  0;
    padding:  0;
    line-height: 1em;
}

#top {
    font-size: 0; 
    padding: 0;
    box-sizing: border-box;
}

#top  img {
    width: 100%;
    height:  auto;
}


#nav {
    background: white;
    display: flex;
    justify-content:  space-between;
    flex-wrap:  wrap;
}

#nav a {
    color: #fbf7f7;
    width: calc(25% - 3px/4);
    line-height: 2.5em;
    text-align: center;
    position: relative;
    background: #002f73;
    margin-bottom: 1px;
    border-radius: 5px;
}

#banner {
    font-size:  0;
    
}

#banner  img {
    width: 100%;
    height:  auto;
}


.m-title {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 2.5em;
    color: black;
    text-align: center;
    display: block;
}


#home-list-ph {
    display: flex;
    justify-content:  space-around;
    flex-wrap: wrap;
}


#home-list-ph  a {
    margin: 5px;
    padding: 5px 20px;
    background: #6774b8;
    color: #fdfcfc;
    border-radius: 5px;
}







#home-hots {
 
    margin:  5px;
    
        margin-bottom: -90px;

}


#home-hots  .bigimgs {
        display: flex;
    justify-content:  space-between; 
     flex-wrap:  wrap;
}


#home-hots  .bigimgs > a { 
  
    width: 48%;
        clip-path:  polygon(0  0, 70% 0, 100% 20%, 100% 100%, 0 100%);
        position: relative;
}


#home-hots  .bigimgs > a img {
 width: 100%;
 height:  auto;
  
}

 
#home-hots  .bigimgs > a  p {
  
    bottom: 30px;
    width: 80%;
   text-align: center;
    position: relative;
    top: -50px;
    background: #596980;
    color: white;
    border-radius: 5px;
    border: 1px solid #ccc;
    line-height: 2em;
    margin:  0 auto;

}

 


























.list-pro {
    display: flex;
    padding: 10px;
    box-sizing: border-box;
    justify-content:  space-between;
    flex-wrap: wrap;
}


.list-pro  a {
    width: 49%;
    margin-bottom: 20px;
    position: relative;
    
}

.list-pro img {
    width: 100%;
    height:  auto;
    border-radius: 1em;
    clip-path: polygon(0 0, 80% 0, 100% 10%, 100% 100%, 0 100%);
}


.list-pro  a .p {
    width: 100%;
    position: absolute;
    height: 4em;
    bottom:  0;
}

.list-pro  a .p p {
    width: 80%;
    margin:  0 auto;
    border: 1px dotted white;
    background: rgba(0,0,0,0.8);
    color: white;
    text-align: center;
    line-height: 2em;
    border-radius: 0.5em;
        text-overflow: ellipsis;
            white-space: nowrap;
                overflow: hidden;
}





.list-list {
    margin:  5px;
}

.list-list a {
    display: flex;
    justify-content:  space-between;
    background: #e6e6e6;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 10px;
    position: relative;
}

.list-list a  .img {
    width: 32%;
    
}
.list-list a  .img  img {
    width: 100%;
   height:  auto;
}

.list-list a  .info {
    width: 65%;
    color: #5a5958;
   
}

.list-list a  .info h3 {
    font-weight: normal;
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.list-list a  .info p {
    line-height: 1.2em;
}


.list-list a  .info  span {
    display: block;
   line-height: 2em;
}





#shili {
    background: #062654  url(/static/m/shili.jpg) top center ;
  
    padding-bottom: 30px;
 
}

#shili .jx {
    max-width: 50%;
    margin:   0 auto;
        padding-top: 67px;
      display: block;
      max-width: 100%;
}


#shili .jx  img {
    width: 50%;
    margin:  0 auto;
    display: block;
}
 

#shili .img img {
    max-width: 90%;
    margin: 5px auto;
    display: block;
}

#shili .info {
    color: white;
    padding: 10px;

}

#shili .info .h3 {
    font-size: 25px;
    font-weight: bold;
    margin-top: 0px;
    padding-top: 0px;
    line-height: 2em;
}


#shili .info .p {
    line-height: 1.5em;
    text-align: center;
}


#shili .info .metas {
    text-align: center;
    font-size: 12px;
}


#shili .info .metas .nu {
    font-size: 24px;
    font-weight: bold;
    color: #16afff;
    line-height: 2em;
}

.flex {
    display: flex;
    justify-content:  space-between;
}

#shili a.bj {
    text-align: center;
    display: block;
    margin-top: 20px;
}

#shili a.bj .con {
    background: rgba(220, 54, 53, .8);
    padding: 5px;
    border-radius: 10px;
    display: inline-block;
}

#shili a.bj .con span {
    display: inline-block;
    background: rgba(220, 54, 53);
    border-radius: 10px;
    padding: 10px 20px;
    color: white;
    font-size: 24px;
    font-weight: bold;
}

.img100 {
    display: block;
    width: 100%;
    height:  auto;
}








#home-news {
    margin-top: 20px;
}



#home-news .u  {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}

 

#home-news .u  .h2 {
    font-size: 24px;
    line-height: 2em;
    display: block;
}

#home-news .u   .h2 {
    background: url(/static/qunying/news-t.png)  left  center   no-repeat;
    padding-left: 40px;
}

 
 

#home-news .top {
    display: block;
    position: relative;

}

#home-news .top p {
    position: absolute;
    bottom:  0;
    width: 100%;
    line-height: 2em;
    background: rgba(0,0,0,.7);
    color: white;
}


#home-news  .nor {
    display: block;
    line-height: 2em;
        display: flex;
            justify-content: space-between;
}
#home-news  .nor .name {
    width: 268px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}


#home-news .nor .time {
    display: inline-block;
    position: relative;
    top: -10px;
}

#home-case {
    background:  url(/static/m/casebg.png) top center;
    background-size: cover;
    padding-top: 30px;
}

#home-case .m-title-p {
    display: block;
}

#home-case .m-title-p img {
    max-width: 70%;
    display: block;
    margin:  0 auto;
}


.list-pro2 {
    margin-top: 10px;
   margin: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content:  space-between;
}


.list-pro2 a {
    width: 48%;
    margin-bottom: 20px;
}

.list-pro2 a  img {
    max-width: 100%;
    display: block;
}


.list-pro2 a p {
    text-align: center;
    color: white;
    line-height: 2em;
}
























.list-pic {
    padding: 5px;

}

.list-pic a {
        display: flex;
    justify-content:  space-between;
    box-sizing: border-box;
}

.list-pic .img {
    width: 30%;
}

.list-pic .img  img {
   width: 100%;
}

.list-pic .info {
    width: 67%;
}

.list-pic .info  h3 {
        text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list-pic .info .ymd {
    line-height: 2em;
}

.list-pic .info p {
    color: #5a5a5a;
    line-height: 1.7em;
}


#shouhuo {
    background: #ff8000 ;
    margin: 7px;
    color: white;
    text-align: center;
    font-size: 12px;
    position: relative;
    z-index: 999;
   
}

#shouhuo  .con {
    background: #2e3649  url(/static/m/y.png) no-repeat right bottom ;
    background-size: 6em;
}

#shouhuo  .t1 {
    font-size: 20px;
    line-height: 2em;
    font-weight: bold;
    padding-top: 10px;
}

#shouhuo  .t2 {
    margin-bottom: 10px;
    padding: 0 20px;
    font-size: 16px;
}



#shouhuo  .t3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 2em;
}

#shouhuo   .img {
    position: absolute;
    bottom: -2em;
    width: 100%;
     
}

#shouhuo   .img img {
    width: 2em;
}


#msg {
    position: relative;
}

#msg > img  {
    width: 100%;
    height:  auto;
}



#msg  form {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 100px;
}

#msg  form input, #msg  form textarea {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    line-height: 2em;
}


#msg  #submit {
    background: #ff8000;
    color: white;
    width: 7em;
}


#footer {
    position: relative;
  
    background: #5b544f;
    color: white;
    text-align: center;
    color: white;
    line-height: 2em;
 
    padding-bottom: 4em;
}
#footer .name {
    line-height: 1.5em;
    padding-top: 20px;
}

#footer .name  h3 {
    margin-bottom: 10px;
}

#footer img {
   width: 1em;
   height:  auto;
   display: inline-block;
   padding-right: 0.3em;
}
 

#fixed {
    position: fixed;
    bottom:  0;
    width: 100%;
    display: flex;
    justify-content:  space-around;
    background: #030303;
    z-index: 99999;
    padding: 10px 0;
}

#fixed a {
    width: 30%;
    background: #005bb8;
    text-align: center;
    line-height: 2em;
    border-radius: 10px;
    color: white;
}

#fixed a  img {
    width: 1.4em;
    display: inline-block;
    position: relative;
    top: 0.2em;
}


#mbx {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    border-left: 3px solid #ccc;
    padding-left: 5px;
}


h1 {
    font-size: 1.4em;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
}

.last-con {
    color: #666;
    line-height: 1.7em;
    margin:  0 5px;
}

.last-con p {
    line-height: 1.7em;
}
.last-con img.align-center {
    max-height: 100%;
    height:  auto;
    display: block;
}


.last-con br {
    /*
display: none;
*/
}


.last-con img {
    max-width: 100%;
    height: auto;
}
