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

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


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


body {
  
}

img {
    max-width: 100%;
    height:  auto;
}

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

/*

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

.just  .junit {
    display: inline-block;
    width: 23%;
    text-align: center;
    text-align-last: center;
}

.just  .junit img {
    width: 100%;
    height:  auto;
}
*/

.fjs {
    display:  flex;
    flex-wrap:  wrap;
    justify-content:  space-around;
}

.fjs img {
    width: 100%;
    height:  auto;
}

.fjs p {
    text-align: center;
    
}



#top {
    position: relative;
    z-index: 9;
    
 
    top: 0;
    width: 100%;
    color: white; 
    background: white;
}

#top  .mainw {
    width: 1200px;
}

.w1200 {
    width: 1200px;
    margin:  0 auto;
}

#top .name-tel {
    display: flex;
    justify-content:  space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    color: black;
}
 
 
 
#top .name-tel  .tel {
    background: url(/static/qunying/top-tel.png) left center no-repeat;
    padding-left: 60px;
}

 
#top .name-tel  .tel span:nth-child(1) {
    display: block;
    padding-top: 10px;
}

#top .name-tel  .tel span:nth-child(2) {
    font-size: 30px;
    font-weight: bold;
    color: #b52630;
    display: block;
}

#nav  {
    
        height: 93px;
        background: url(/static/qunying/nav-bg.png) center;
        display: flex;
}

#nav .w1200 {
    display: flex;
    justify-content:  space-between;
    padding-top: 40px;
    padding-bottom: 20px;
}
#nav  a {
    display: inline-block;
 
    text-align: center;
      line-height: 40px;
      color: black; 
          vertical-align: top;
          position: relative;
          color: white;
          border-right: 1px solid #ccc;
          text-align: center;
          flex-grow: 1;
}
#nav  a.s:after {
    content:  " ";
    position: absolute;
    top: 80px;
    width: 100%;
    height: 5px;
    left:  0;
    background: none;
}



#banner {
 
    width: 100%;
    top: 0;
    z-index: 1;
    overflow: visible;
}
 


 
 
a {
    color:  inherit}



#list-pro {
    margin-top: 40px;
    margin-bottom: 50px;
}
 

#list-pro a  {
      border-radius: 8px;
  background-color: rgb(255, 255, 255);
  box-shadow: 2.817px 5.298px 12px 0px rgba(12, 64, 151, 0.32);
 padding-top: 20px;
  width: 255px;
  height: 249px;
  z-index: 30;
  text-align: center;
}


#list-pro a   p {
    border-bottom: 1px solid #ccc;
    font-size: 24px;
    line-height: 2em;
    display: inline;
}


.m-title {
    display: block;
    line-height: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 1200px;
    margin:  0 auto;
    position: relative;
  
}

.m-title  h3 {
    font-size: 32px;
    text-align: center;
    margin-top: 30px;
}

.m-title p {
    width: 1000px;
    margin:  0 auto;
    text-align: center;
    line-height: 1.2em;
    margin-top: 10px;
}




#daxing {
    background: #0a3b8c; 
        padding-top: 15px;
        padding-bottom: 15px;
}


#daxing .mainw {
    margin:  0 auto;
    display: flex;
    justify-content:  space-between;
}

#daxing .mainw  .u {
    width: 20%;
    margin:  0 auto;
    color: white;
    text-align: center;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
}
#daxing .mainw  .u:last-child {
    border: 0;
}

#daxing .mainw  .u .up {
    font-size: 20px;
    line-height: 2.5; 
}


 




#home-hots {
    width: 1200px;
    margin:  0 auto;

}


#home-hots  .bigimgs {
        display: flex;
    justify-content:  space-between;
    margin-top: 30px;
     flex-wrap:  wrap;
}


#home-hots  .bigimgs > a {
    margin-bottom: 30px;
    margin-top: 30px;
    width: 580px;
        clip-path:  polygon(0  0, 450px 0, 580px 70px, 580px 300px, 0 300px);
        position: relative;
}


#home-hots  .bigimgs > a img {
    width: 580px;;
    height: 300px;
   /* clip-path:polygon(500px 0px, 580px 0, 580px 50px); */
     border-radius: 15px;
  
}

#home-hots  .bigimgs > a:hover  img {
    filter: grayscale(70%);
}

#home-hots  .bigimgs > a:hover:before  {
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0,0, 0.5);
    position: absolute;
    z-index: 2;

}

#home-hots  .bigimgs > a  p {
    position: absolute;
    bottom: 30px;
    width: 50%;
    line-height: 2em;
    border-radius: 5px;
    color: white;
    border: 1px dotted white;
    text-align: center;
    left: 25%;
    font-size: 20px;
    font-weight: bold;

        background: rgba(0,0,0, 0.2);
        z-index: 6;
    
}

#home-hots  .bigimgs > a  p .m {
    display:  none;
}

#home-hots  .bigimgs > a:hover p {
    width: 60%;
    left: 20%;
    bottom: 100px;
    color: #db3534;
    font-size: 30px;
    line-height: 1.3em;
    padding-top: 20px;
    padding-bottom: 15px;
}


#home-hots  .bigimgs > a:hover .m {
    display: block;
    font-size: 20px;
    font-weight: normal;
    color: white;
    font-size: 14px;
    line-height: 1.5em;
   
}


#home-hots   .list { 
margin-top: 30px;
margin-bottom: 30px;
 

}


#home-hots   .list  a {
      box-shadow: 0px 2px 5.68px 0.32px rgba(19, 18, 18, 0.56);
      background: white;
      font-size: 0;
      margin-bottom: 20px;
}


#home-hots   .list  a .info {
    display: flex;
    flex-wrap: nowrap;
        line-height: 2em;
        font-size: 16px;
}

#home-hots   .list  a .info .name {
    text-align: center;
    box-sizing: border-box;
    border-top: 5px solid #eee;
    border-right: 5px solid #eee;
    text-align: center;
    width: 180px;

}
#home-hots   .list  a .info .more {
    background: #ff915d;
    color: white;
    text-align: center;
    flex-grow: 1;
}


#home-hots   .list .swiper-button-prev {
    background-image: url(/static/qunying/l.png);
}


#home-hots   .list .swiper-button-next {
    background-image: url(/static/qunying/r.png);
}






#shili {
    background: url(/static/qunying/shili.jpg) top center ;
    padding-top: 260px;
    padding-bottom: 30px;
    position: relative;
    overflow: visible;
}


#shili  .cp {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
}

#shili  .flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
#shili .img {
    width: 618px;
}

#shili .info {
    width: 550px;
    color: white;

}

#shili .info .h3 {
    font-size: 32px;
    font-weight: bold;
    margin-top: 0px;
    padding-top: 0px;
        position: relative;
            top: -20px;
}


#shili .info .p {
    line-height: 1.5em;
}


#shili .info .metas {
    text-align: center;
}


#shili .info .metas .nu {
    font-size: 24px;
    font-weight: bold;
    color: #16afff;
    line-height: 2em;
}



#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;
}






#home-news .u  {
    width: 32%;
    padding: 5px;
    box-sizing: border-box;
}


#home-news .u:hover ,  #home-news .u:first-child{
    border: 1px solid #ccc;
    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  .m-title {
    margin-bottom: 50px;
}

#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: 208px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}


#home-news .nor .time {
    display: inline-block;
    position: relative;
    top: -10px;
}


#home-news  .zzry {
    max-width: 100%;
    height:  auto;
}


#home-case {
    background: url(/static/qunying/case.jpg) top center;
    height: 1010px;
    padding-top: 40px;
    box-sizing: border-box;
}

#home-case .title.w1200 {
    text-align: center;
}

#home-case .m-title {
    color: white;
    margin-top: -10px;
}


#home-case  .con {

    width: 1200px;
    margin:  0 auto;
    display: flex;
   justify-content:  space-between;
       margin-top: 40px;
}

#home-case  .con  a {
    width: 32%;
    margin-bottom: 40px;
}

#home-case  .con  a {
    position: relative;
    font-size: 0;
}
#home-case  .con  a > img {
    width: 100%;
    height: 300px;
    
}
#home-case  .con  a .h {
    position: absolute;
    top:  0;
    left:  0;
    width: 100%;
    height:  100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#home-case  .con  a .h  > * {
    width: 100%;
    text-align: center;
}


#home-case  .con  a .h   .img {
    text-align: center;
}



#home-case  .con  a .h   h3 {
    font-size: 18px;
    /*
    display: none;
    */
    color: white;
}
/*
#home-case  .con  a:first-child  .h,
*/

#home-case  .con  a:hover  .h {
    background: rgba(255, 0, 0, 0.5);
	    background: rgb(146 149 148 / 37%);
}

#home-case  .con  a:first-child  .h h3 {
    display: block;
    color: white;
}




















































 

#links {
    margin-top: 20px;
    margin-bottom: 20px;
    background: url(/static/qunying/link.png) left center no-repeat;
    padding-left: 150px;
    margin:  0 auto;
    width: 1200px;
    box-sizing: border-box;
}





















#links .namex {
     color: #fa7906;
     font-size: 18px;
     text-align: left;
}

#links .namex span {
    color: white;
}

#links {
    margin-top: 1em;
    margin-bottom: 1em;
}


#links a {
    vertical-align:  top;
}

#innerbg {
    height: 400px;
    background: url(/static/qunying/inner.jpg);
    margin-top: -100px;
}











#footer {
 background: #eaeaea;
    padding: 30px 0;
}


#footer .w1200 {
    position: relative;
    display: flex;
    justify-content:  space-around;
}

#footer .d1 {
    width: 500px;
}

#footer .d1 .four {
    display: flex;
    justify-content:  space-around;
    flex-wrap:  wrap;
    padding-top: 20px;
}

#footer .d1 .four p {
    box-sizing: border-box;
    width: 50%; 
    line-height: 2em;
    padding-left: 30px;
}

#footer .d1 .four p.tel { background: url(/static/qunying/tel.png) no-repeat left center; }
#footer .d1 .four p.phone { background: url(/static/qunying/phone.png) no-repeat left center; }
#footer .d1 .four p.email { background: url(/static/qunying/email.png) no-repeat left center; }
#footer .d1 .four p.address { background: url(/static/qunying/address.png) no-repeat left center; }


#footer .d2 {
    text-align: center;
}

#footer .d3 .line  {
    display: flex;
    margin-bottom: 10px;
    
}

#footer .d3 .line  .info {
    width: 90px;
}
#footer .d3 h3 {
    font-weight: bold;
    border-bottom: 2px solid #0e4ebc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


#footer .d3 #submit {
    background: #0e4ebc;
    color: white;
    border: 0;
    padding: 5px 20px;
}


#cp {
    background: #1c1b1b;
    color: white;
    border-top: 3px solid #bf1e1b;
    line-height: 3.4em;
    text-align: center;
}


.last-con img {
    max-width: 100%;
}
















br {
    height： 0;
    display: block;
    display: none;
}
