h2, h3, p, ul, ol, li {
    padding: 0;
    margin: 0;
    color: inherit;
}

ul {
    list-style:  none;
}

a {
    color: inherit;
    text-decoration: none;
}

.mainw,
.w1200 {
    display: block;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    clear: both;
}

.w1400 {
    width: 1440px !important;
}


.flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.flex.fw {
    flex-wrap:  wrap;
}


img {
    max-width: 100%;
    height:  auto;
}




/** beging **/


#top {
    background: #0b0e129e;
    padding: 20px;
    position: absolute;
    width: 100%;
    z-index: 09;
    box-sizing: border-box;
}
 

#top  .w1200 {
    display: flex;
    justify-content:  space-between;
    align-items: center;
    width: 1300px;
}


#top  .w1200  >a {
     width: 265px;
     flex:  0  0 265px;
}

#top  .w1200  > .nav {
    padding:  0 40px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    position: relative;
    /*left: 20px;*/
}


#top  .w1200   .nav  a {
    color: white;
    align-items: center;
    flex-grow: 1;
    text-align: center;
    line-height: 60px;
}
#top  .w1200   .nav  a:hover,
#top  .w1200   .nav  a:first-child {
    background: url(/static/pc/nav-a-hover.png) center no-repeat;
    
}

 
#top  .w1200  >  .tel {
    width: 270px;
    flex:   0 0 270px;
    background: url(/static/pc/top-tel.png);
    height: 56px;
    
}

#top  .w1200  >  .tel span {
    color: white;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    left: 24px;
    top: 12px;
}

#banner  {
    font-size:  0;
}

#banner .swiper-slide {
        position: relative;
            transition-property: transform;
                text-align: center;
                /*
                    padding-top: 200px;
                    */
}


#dituContent  img {
    max-width:  none;
}


#nav {
    background: #184ebb;
}

#nav .nav {
    padding:  15px 0;
    display: flex;
 width: 1200px;
 margin:  0 auto;
}

#nav .nav  a {
    flex-grow: 1;
    color: white;
    border-right: 1px solid #ccc;
    text-align: center;
}

#nav .nav  a:last-child {
    border-color: transparent;
}


#home-hot {
    background: #e9e7e7;
    padding: 20px 0;
 
}

#home-hot  .w1200 {
    text-align: left;

    box-sizing: border-box;
         background: url(/static/pc/huo.png) left center no-repeat;
}
#home-hot  .w1200 span {
        padding-left: 40px;
        font-size: 20px;
        color: #000000;
        font-weight: bold;
}

#home-hot  .w1200  a {
    display: inline-block;
    padding:  0 5px;
}



.main-t {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.main-t  h3 {
    color: #030303;
    font-size: 36px;
    position: relative;
    z-index: 2;
    top: 79px;
    letter-spacing:  2px;
}


.main-t  h3:before {
    content:  " ";
    position: relative;
    height: 3px;
    width: 26px;
    background: red;
    display: inline-block;
   margin-right: 30px;
   top: -10px;
}

.main-t  h3:after {
     content:  " ";
    position: relative;
    height: 3px;
    width: 26px;
    background: red;
    display: inline-block;
   margin-left: 30px;
   top: -10px;
}



.main-t  h3  span {
    color: #fa0b06;
 
}


.main-t  p {
    color: #f3f3f3;
      position: relative;
    z-index: 1;
    font-size: 95px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2em;
}



#home-pros {
    
}




#home-pros  .qiehuan {
    margin-bottom: 40px;
}



#home-pros  .qiehuan .qiehuan-title {
    display: flex;
    position: relative;
}

#home-pros  .qiehuan .qiehuan-title:after {
    content:  " ";
    position: absolute;
    width: 100%;
    left: 0;
    top: 56px;
    background: #ccc;
    height: 1px;
    z-index: -1;
}

#home-pros  .qiehuan .qiehuan-title a  {
    flex-grow: 1;
    text-align: center;
    position: relative;
}

#home-pros  .qiehuan .qiehuan-title a:before {
       position: absolute;
    content: " ";
    left: 50%;
    height: 8em;
    width: 1px;
    background: #ccc;
    top: -20px;
    z-index: -1;
}

#home-pros  .qiehuan .qiehuan-title a  .nu {
    font-size: 24px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
   border: 1px solid #333;
}

#home-pros  .qiehuan .qiehuan-title a  .name {
    font-size: 18px;
    font-weight: bold;
    line-height: 2em;
    font-weight: normal;
	    visibility: hidden;    
}

#home-pros  .qiehuan .qiehuan-title a  .name:first-child {
        visibility:  hidden;
		visibility: inherit;
		    font-weight: 600;
			    font-size: 20px;
    
}



#home-pros  .qiehuan .qiehuan-title a  .pic {
    display: none;
	    display: block !important;
}


 
#home-pros  .qiehuan .qiehuan-title a.hover .pic  {
     display: block;
     margin-top: 20px;
	transition: 0.5s;
}

#home-pros  .qiehuan .qiehuan-title a.hover .pic img {
	zoom: 1.3;
}
#home-pros  .qiehuan .qiehuan-title a.hover .name2 {
	/*
    display: none;
	*/
}
#home-pros  .qiehuan .qiehuan-title a.hover .name:first-child {
    visibility:  visible;
}



#home-pros  .qiehuan  .qiehuan-con {
    
}

#home-pros  .qiehuan  .qiehuan-con .flex  {
    display: flex;
    justify-content:  space-between;
    flex-wrap: wrap;
}

#home-pros  .qiehuan  .qiehuan-con .flex  a {
    width: 32%;
    margin-bottom: 30px;
    position: relative;
/*box-shadow: 0 0 5px 5px #ececec;*/
}




#home-pros  .qiehuan  .qiehuan-con .flex  a .img {
    font-size:  0;
}

#home-pros  .qiehuan  .qiehuan-con .flex  a .img img {
    width: 100%;
    height:  auto;
}


#home-pros  .qiehuan  .qiehuan-con .flex  a .p {
   height: 145px;
   background: url(/static/pc/pro-p.png) no-repeat;
   position: relative;
   top: -30px;
   left: 30px;
   padding: 20px;
   padding-right: 35px;
   padding-left: 40px;
   box-sizing: border-box;
   
}


#home-pros  .qiehuan  .qiehuan-con .flex  a .p h3 {
    line-height: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
}

 
#home-pros  .qiehuan  .qiehuan-con .flex  a .p span {
    display: block;
    line-height: 2em;
     background: url(/static/pc/o.png)  left center no-repeat;
     padding-left: 13px;
}

#home-pros  .qiehuan  .qiehuan-con .flex  a .p:after {
       content: " ";
    position: absolute;
    display: block;
    width: 40px;
    height: 2px;
    background: #fa0b06;
    left: 13px;
    bottom: 15px;
}

#home-pros  .qiehuan  .qiehuan-con .flex  a:hover  .p:after {
    width: 89%;
}


#home-shili {
       background: url(/static/pc/shili.jpg) no-repeat;
       height: 686px;
       margin-top: 30px;
       margin-bottom: 30px;
}


#home-shili  .rel-con {
   display: flex;
   justify-content:  space-between;
   color: white;
   padding-top: 50px;
}

#home-shili  .rel-con .meta-video {
    width: 840px;
    padding-left: 30px;
    box-sizing: border-box;
}


#home-shili  .rel-con .meta-video  .flex {
    margin-top: 70px;
}

#home-shili  .rel-con .meta-video  p {
    line-height: 3em;
    font-size: 24px;
}

#home-shili  .rel-con .meta-video .meta .u  {
  padding-bottom: 50px;
}

#home-shili  .rel-con .meta-video .meta .u  .nu  {
 font-size: 64px;
  line-height: 1.284;
  color: #ed4b0e;
  font-weight: bold;
  -moz-transform: matrix( 1.06090955311672,0,0,1.06140213665072,0,0);
  -webkit-transform: matrix( 1.06090955311672,0,0,1.06140213665072,0,0);
  -ms-transform: matrix( 1.06090955311672,0,0,1.06140213665072,0,0);
  
}

    
 

#home-shili  .rel-con .meta-video .meta .u  .nu span  {
  font-size: 24px;
  color: #ccc;
  position: relative;
  top: -20px;
  left: -20px;
}
#home-shili  .rel-con .meta-video .meta .u >span  {
  
}



#home-shili  .rel-con .meta-video .video {
    
}


#home-shili  .rel-con .info {
    width: 336px;
}



#home-shili  .w1200,
#home-shili  .rel-con {
    height: 100%;
} 

#home-shili  .rel-con  > * {
    color: white;
}

#home-shili  .w1200 .zixun {
    position: absolute;
    right: 0;
    bottom:  0;
    line-height: 60px;
    color: white;
    font-size: 24px;
}


#home-shili  .w1200 .zixun span {
    font-size: 18px;
}




#home-shili  .w1200 .info  h3 {
    line-height: 3em;
}

#home-shili  .w1200 .info  p {
    color: #999;
    line-height: 1.5;
}


 
#home-shili .w1200 .info a {
    position: absolute;
    right: 37px;
    bottom: 116px;
}



#home-case {
        margin-top: -20px;
            background: url(/static/pc/home-case.jpg) top 334px center no-repeat;
                padding-bottom: 174px;
}

#home-case .flex {
      padding-top: 60px;
}
#home-case .flex   a {
    width: 32%;
}

#home-case .flex  .img  img  {
    width: 100%;
    height:  auto;
}

#home-case  .meta {
    background: white;
    border-radius: 10px;
    padding: 15px;
    width: 90%;
    margin:  0 auto;
    box-sizing: border-box;
    position: relative;
    top: -40px;
    line-height: 2em;
    padding-bottom: 47px;
}

#home-case  .meta > img {
    display: block;
    margin:  0 auto;
    position: absolute;
    bottom: -60px;
    left: 30%;
    border: 20px solid black;
    border-radius: 50%;
    bottom: -90px;
    bottom: -58px;
}


#home-case  .meta h3 {
    text-align: center;
}




#home-case  .meta  p {
    background: url(/static/pc/case-o.png) left center no-repeat;
    padding-left: 30px;
}


#home-case .meta p:nth-child(1) {
    color: #fa0c06;
}

#home-news .two-top {
    display: flex;
    justify-content:  space-between;
}


#home-news .two-top > a {
    width: 48%;
    display: flex;
    align-items: center;
}


#home-news .two-top > a  img {
    width: 188px;
    flex: 0 0 188px;
}

#home-news .two-top > a .info {
    flex-grow: 1;
    padding: 10px;
    background: white;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
      box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.22);
      line-height: 2em;
}



#home-news .two-top > a:hover .info   h3 { 
    color: #fa0c06; 
}

#home-news .list {
      box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.22);
      background: white;
      margin: 30px auto ;
      padding: 20px ;
      display: flex;
      justify-content:  space-between;
}
 
#home-news .list .unit {
    width: 48%;
}


#home-news .list .unit  a {
    display: block;
    line-height: 3em;
    background: url(/static/pc/news-4.png) no-repeat left center;
    padding-left: 30px;
    border-bottom: 1px dashed #ccc;
    display: flex;
    justify-content:  space-between;
}

#home-news .list .unit  a:nth-child(1),
#home-news .list .unit  a:nth-child(2) {
        background: url(/static/pc/news-3.png) no-repeat left center;
}
 















#footer {
     background: url(/static/pc/footer.jpg)  center ;
     color: white;
     padding-top: 30px;
}

#footer .info {
    font-size: 30px;
}

#footer .info  p {
    font-size: 30px;
    font-weight: bold;
    letter-spacing:  2px;
    margin-bottom: 40px;
}
#footer .info  p span {
    font-size: 16px;
   font-weight: normal;
   
}
#footer .six {
       background: url(/static/pc/footer-six.png)  center  no-repeat;
       height: 180px;
}

#footer form {
    
    display: block;
    margin: 0 auto;
    width: 1000px;
    margin-top: 20px;
    padding-bottom: 30px;
}

#footer form  p {
    margin-bottom: 30px;
}


#footer form .con {
    display: flex;
    
}

#footer form .con input {
    flex-grow: 1;
    margin-right: 30px;
    line-height: 2em;
    border-radius: 5px;
    line-height: 2.8em;
}

#footer form .con #author {
    flex-grow: 2;
}


#footer form .con #submit  {
  border-radius: 10px;
  background-image: -moz-linear-gradient( 86deg, rgb(251,5,5) 0%, rgba(240,119,18,0.99608) 100%);
  background-image: -webkit-linear-gradient( 86deg, rgb(251,5,5) 0%, rgba(240,119,18,0.99608) 100%);
  background-image: -ms-linear-gradient( 86deg, rgb(251,5,5) 0%, rgba(240,119,18,0.99608) 100%);
 color: white;
}


#footer .cp {
    background: #030303;
    line-height: 3.5em;
    text-align: center;
}

#gotop {
    position: fixed;
    bottom: 20px;
    right: 300px;
}

 .mbx {
    position:  absolute;
    width: 100%;
    top: 140px;
    z-index: 999;
    background: transparent;
    
}
  .mbx   .w1200 {
    margin:  0 auto;
   color: #eaeaea;
   background: url(/static/pc/wezhi.png) left center no-repeat;
   padding-left: 40px;
   line-height: 50px;
}



#product {
    background: url(/static/pc/pro-head.png) top center no-repeat,  url(/static/pc/img/probg.jpg) top center no-repeat ;
}

#product .top-p {
    
       width: 1246px;
       height: 642px;
       margin:  0 auto;
       position: relative;
}
#product .top-p  > * {
    position: absolute;
    display: none;
    /*outline: 1px solid red;*/
}

#product .top-p .pname  {
   display: inline-block;
   font-size: 30px;
    font-size: 32px;
    font-weight: bold;
    top: 31px;
    left: 78px;
}

#product .top-p .img-info {
    display: block;
        top: 136px;
    left: 64px;
    width: 500px;
   
}

#product .top-p .img-info  img {
    width: 514px;
    height: 335px;
    border-radius: 20px;
}

#product .top-p .img-info .text {
    display: flex;
    position: relative;
    left: 40px;
    justify-content:  space-around;
    margin-top: 23px;
}

#product .top-p .img-info .text  p:nth-child(2) {
    position: relative;
    left: -28px;
}

#product .top-p .img-info .text  p:nth-child(3) {
    position: relative;
    left: -48px;
}

#product .top-p .info {
    width: 580px;
    display: block;
    top: 130px;
    right: 50px;
}

#product .top-p .info  .name {
    font-size: 30px;
    font-weight: bold;
}

#product .top-p .info  .name + p {
    font-size: 14px;
    line-height: 3em;
    color: #666;
}

#product .top-p .meta {
    display: flex;
    justify-content: space-around;
    
}

#product .top-p .meta  .unit {
    width: 50%;
    text-align: center;
}


#product .top-p .meta  .unit .k {
    font-size: 28px;
    color: #ef1203;
    font-weight: bold;
    line-height: 2em;
    margin-top: 30px;
}

#product .top-p .meta  .unit .v {
    font-size: 18px;
}

#product .top-p  .wuliao {
    margin-top: 50px;
    display: flex;
    align-items:  flex-start;
    line-height: 1.8;
}

#product .top-p  .wuliao  .k {
    width: 6em; 
}

#product .top-p .tel {
 position: absolute;
    display: block;
    right: 48px;
    bottom: 138px;
    width: 580px;
    height: 61px;
    display: flex;
    justify-content:  space-around;
}

#product .top-p .tel > * {
    width: 50%;
}
#product .top-p .tel span {
    color: white;
    font-size: 24px;
    position: relative;
    top: 25px;
    left: 74px;
}

#product .top-p .cats {
    display: block;
    bottom: 25px;
    width: 90%;
  margin-left: 5%;
    box-sizing: border-box;
    display: flex;
        justify-content:  space-between;
}

#product .top-p .cats  a {
    line-height: 2em;
    font-size: 18px;
    font-weight: bold;
    border-bottom:transparent;
    color: #666;
}

#product .top-p .cats  a:first-child,
#product .top-p .cats  a:hover {
    border-bottom: 2px solid red;
    color: black;
}


#product .dirs {
    
}

#product .dirs .last-con {
    margin: 40px auto;
    width: 1200px;
}
#product .dirs .kkk {
    background: url(/static/pc/ph3.png) left center no-repeat;
    font-size: 32px;
    line-height: 2em;
    padding-left: 50px;
}



.pro-tables {

}


.pro-tables  .qiehuan-title {
    display: flex;

}
.pro-tables  .qiehuan-title  .unit {
background-color: #1B9AF7;
    border-color: #1B9AF7;
        color: #FFF;
        border-radius: 200px;
            margin: 5px;
            text-align: center;
            padding: 5px 40px;
            margin-bottom: 20px;

}
.pro-tables  .qiehuan-title  .unit.hover {
   background-color: red; 
}





#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;
}

