/*** 

====================================================================
  Resources / Css Files
====================================================================

 ***/
 @import url('bootstrap.min.css');
 @import url('swiper.min.css');
 @import url('animation.css');
 @import url('lightgallery-bundle.min.css');
 
 @font-face {
   font-family: 'DINPRO';
   src: url('../fonts/DINPRO-MEDIUM.OTF');
 }

  @font-face {
   font-family: 'pop';
   src: url('../fonts/Poppins-Regular.ttf');
 }
 
 
 
 /* reset css start */
 html {
  font-size: 16px;
  overflow-x: hidden;
 }
 
 body {
   font-family: 'pop',"Helvetica Neue",Helvetica,Arial,sans-serif;
   height: 100%;
   color: #222;
   position: relative;
   overflow-x: hidden;
   -webkit-font-smoothing: antialiased;
 }

 .page-wrapper{
  position: relative;
  overflow: hidden;
 }
 
 
 :root {
   --primary: #fd0304;
   --main:#ac8c11;
 }

 *{
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
 }
 
 
 *:focus {
   outline: none;
 }
 
 a{
   color: #222;
 }
 
 a:hover{
   text-decoration: unset;
   cursor: pointer;
 }
 
 p{
   margin-bottom: 0;
 }
 
 img {
   max-width: 100%;
   height: auto;
 }
 
 ul{
   margin-right: 0;
   margin-bottom: 0;
   list-style: none;
 }
 
 img{
   image-rendering: -moz-crisp-edges; /* Firefox */
   image-rendering: -o-crisp-edges; /* Opera */      
   image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
   image-rendering: crisp-edges; 
   -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
 }

 h1{
  margin-bottom: 0;
 }



 .div-img{
  overflow: hidden;
 }
 
 
 .container-fluid{
   max-width: 1400px;
   margin: auto;
   padding-left: 5%;
   padding-right: 5%;
 }

 /*PC头部*/
 .mainHeader{
  position: relative;
  transition: all 0.5s; 
  background-color: #fff;
 }

 .menuItems ul{
  margin-left: -20px;
 }

 .menuItems ul li{
  display: inline-block;
  position: relative;
 }

 .menuItems ul li:last-child{
  margin-right: -30px;
 }

 .menuItems ul li>a{
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 30px;
  transition: all .5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  color: #fff;
 }


  .menuItems ul li:hover>a{
    background-color: #f00d0d;
   /* color: var(--main);*/
  }


 .top-btns{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .top-btns .tb{
   padding: 38px 0;
  }

.top-btns .language{
  padding: 38px 20px;
 }

 .top-btns svg{
  display: inline-block;
  fill: #6d6d6d;
 }

 .top-btns svg:hover{
  cursor: pointer;
  fill: var(--primary);
 }

 .nav-sub{
    background: var(--main);
    position: absolute;
    /*top: 60px;*/
    height: auto;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform .3s .2s;
    transition: transform .3s .2s;
    z-index: 999;
 }

 .nav-sub a{
  display: block;
  min-width: 100%;
  width: max-content;
  height: 45px;
  line-height: 45px;
  padding: 0 80px 0 20px;
  text-align: left;
  color: #fff;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
  transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
 }

 .menuItems ul li:hover .nav-sub{
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
 }

 .nav-sub span.nav-arrow{
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 10px;
  width: 16px;
  height: 16px;
  opacity: 0;
  -webkit-transform: rotate(0deg) translate(-20px, 0px);
  -ms-transform: rotate(0deg) translate(-20px, 0px);
  transform: rotate(0deg) translate(-20px, 0px);
 }

 .nav-sub a:hover{
  background-color: var(--primary);
  color: #fff;
 }

 .nav-sub a:hover span.nav-arrow{
  opacity: 1;
  -webkit-transition:-webkit-transform 300ms cubic-bezier(0.68,-0.55,0.265,1.55),opacity 300ms;
  transition:transform 300ms cubic-bezier(0.68,-0.55,0.265,1.55),opacity 300ms;
  -webkit-transform:rotate(0deg) translate(0px,0px);
  -ms-transform:rotate(0deg) translate(0px,0px);
  transform:rotate(0deg) translate(0px,0px);
 }

 .top-tel span{
  display: inline-block;
 }

 .top-tel a{
  display: inline-block;
  vertical-align: sub;
  font-size: 20px;
  color: #e60012;
 }

 .mainHeader .div-logo{
  padding: 15px 0;
 }


 .mainHeader .div-menu{
  background-color: var(--primary);
 }

 /*mobile手机导航*/
 .nav-btn{
    margin-right: 20px;
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
 }

 .nav-btn .line{
  display: block;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #333;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    transition: all .6s;
 }

 .nav-btn .line1{
    -webkit-transform-origin: 4px 0;
    -ms-transform-origin: 4px 0;
    transform-origin: 4px 0;
 }

 .nav-btn .line2{
  top: 8px;
 }

 .nav-btn .line3{
  bottom: 0;
    -webkit-transform-origin: 1px center;
    -ms-transform-origin: 1px center;
    transform-origin: 1px center;
 }

 .nav-btn.active{
    -webkit-animation: rotate 0.5s linear 0s;
    animation: rotate 0.5s linear 0s;
 }

 .nav-btn.active .line{
  background: var(--primary);
 }

 .nav-btn.active .line1{
  transform: rotate(45deg);
 }

 .nav-btn.active .line2{
  display: none!important;
 }

 .nav-btn.active .line3{
  transform: rotate(-45deg);
 }

 /*手机下拉菜单*/
.mItems{
  display: none;
}

/*首页 banenr*/
.swiperBanner{
  position: relative;
}

.swiperBanner .swiperBth{
  color: #fff;
  background: #000;
  padding: 15px;
}

.swiperBanner .swiperBth:after{
  font-size: 20px;
}

.swiperBanner .swiper-slide{
  position: relative;
}

.swiperBanner .swiper-slide .boxTxt{
  position: absolute;
  width: 100%;
  top: 45%;
  color: #fff;
}

.swiperBanner .swiper-slide .boxTxt h2{
  font-size: 46px;
  font-weight: bold;
 /* color: #666;*/
   background-image:-webkit-linear-gradient(left,#fd0304 10%,#ff9803 40%,#ac8c11); 
  -webkit-background-clip:text; 
  -webkit-text-fill-color:transparent; 
}


.swiperBanner .div-text{
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 999;
}

.swiperBanner .div-text h2{
  position: absolute;
  top: 35%;
  left: 50%;
  font-size: 36px;
  line-height: 46px;
  font-weight: lighter;
  display: inline-block;
  background-color: rgba(253,3,4,.6);
  color: #fff;
  padding: 35px 55px;
  text-align: center;
  transform: translateX(-50%);
}

/*首页 产品优势*/
.pAdv{
  background-color: #f1f1f1;
  padding: 45px 0;
}

.pAdv .d1{
  margin-bottom: 15px;
  max-width: 800px;
}

.pAdv .d1 p.title{
  font-size: 30px;
}

.pAdv .d1 p.des{
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 25px;
  color: #555;
  line-height: 24px;
}

.aBtn{
  display: inline-block;
  padding: 15px 45px;
  border-radius: 5px;
  background-color: var(--primary);
  color: #fff;
  font-size: 14px;
}

.aBtn:hover{
  color: #fff;
  background-color: var(--main);
}

.aBtn2{
  background-color: var(--main);
  margin-left: 25px;
}

.aBtn2:hover{
  background-color: var(--primary);
}

.pAdv .items{
  margin-top: 5px;
}
.pAdv .items a{
  display: inline-block;
  margin-right: 10px;
  padding: 0 15px;
  color: #fff;
  background-color: var(--primary);
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}

.pAdv .d2{
  margin-left: 25px;
  min-width: fit-content;
  text-align: center;
}

/*关于我们*/
.aboutSec{
  background-color: rgba(248, 248, 248, 1);
  border-top: 1px solid #e9e9e9;
}
.commonTit{
  margin-bottom: 20px;
}

.commonTit span{
  display: inline-block;
  font-size: 24px;
  vertical-align: text-top;
}

.commonTit svg{
  display: inline-block;
}

.aboutSec{
  padding: 65px 0;
}

.sMore{
  margin-top: 25px;
}

.sMore a{
  display: inline-block;
  border-left: 1px solid #acacac;
  padding:0 15px;
}

.sMore a *{
  display: inline-block;
}

.sMore a span{
  margin-right: 8px;
  color: var(--primary);
}

.aboutLeft p.title{
  font-size: 20px;
  font-weight: bold;
  color: #033480;
  margin: 15px 0;
}

.aboutLeft p.des{
  font-size: 14px;
  color: #555;
  line-height: 26px;
  text-indent: 30px;
}

.imgLists .item a{
  display: block;
  color: #333;
}

.imgLists .item .div-img{
  min-width: 165px;
  margin-right: 15px;
  padding: 3px;
  border:1px solid #eee;
  height: fit-content;
}

.imgLists .item .div-img img{
  width: 100%;
}

.imgLists .item .div-text p.title{
    width: 100%;
    margin: 0rem 0;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
    padding-top: 5px;
}

.imgLists .item .div-text p.title:hover{
  text-decoration: underline;
  color: var(--primary);
}

.imgLists .item{
  margin-bottom: 10px;
}

.imgLists .item .time{
  font-size: 12px;
  color: #999;
  margin-top: 15px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.imgLists .item p.des{
  margin: 5px 0 0;
  line-height: 22px;
  font-size: 12px;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all .3s;
}

.scopeSec{
  padding: 65px 0;
}

.scopeSec .scopeTitle{
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}

.scopeSec .scopeTitle:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  background-color: #eee;
  z-index: -1;
}
.scopeSec .scopeTitle p{
  display: inline-block;
  background-color: #fff;
  padding: 0 25px;
  position: relative;
  font-size: 24px;
}

.scopeSec .scopeTitle p:after,.scopeSec .scopeTitle p:before{
  position: absolute;
  content: "";
  width: 20px;
  height: 6px;
  background-color: #eee;
  top: 50%;
  transform: translateY(-50%);
}

.scopeSec .scopeTitle p:after{
  right: 0;
}

.scopeSec .scopeTitle p:before{
  left: 0;
}

.scopeSec .imgLists .item{
  margin-bottom: 25px;
}

.scopeSec .imgLists .item .des{
  margin-bottom: 15px;
}

/*底部*/
.mainFooter{
  text-align: center;
  color: #6b6767;
  background-color: #f4f4f4;
  font-size: 14px;
  padding: 20px 0;
  line-height: 24px;
}

.mainFooter a{
  color: #6b6767;
  display: inline-block;
  margin: 0 2px;
}

.mainFooter a:hover{
  color: var(--primary);
}

.mainFooter span{
  display: inline-block;
  margin: 0 2px;
}

/*内页*/
.nySec{
  padding-bottom: 65px;
  background-color: #ededed;
}

.breadMenu{
  padding: 25px 0;
  font-size: 14px;
  text-align: right;
}

.breadMenu a{
  color: #666;
}

.breadMenu a.a1{
  color: var(--primary);
}

.breadMenu span{
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
}

/*侧边*/

.sliderLeft{
  /*padding-right: 25px;*/
}

.sliderLeft .title{
  background-color: var(--primary);
  color: #fff;
  padding: 15px 25px;
}

.sliderLeft .title .cntitle{
  font-size: 24px;
}

.sliderLeft .title .entitle{
  font-size: 16px;
}

.sliderLeft ul li a{
  display: block;
  background-color: #fff;
  padding: 15px 25px;
  font-size: 14px;
  border-bottom: 1px solid #f1f1f1;
}

.sliderLeft ul li a:hover{
  color: var(--primary);
}

.sliderInfos{
  margin-top: 25px;
  background-color: #fff;
}

.sliderInfos .div-text{
  padding: 0 15px;
  font-size: 14px;
}

.sliderInfos .div-text a,.sliderInfos .div-text span{
  display: inline-block;
  color: #333;
}

.sliderInfos .div-text a:hover{
  color: var(--primary);
}

.sliderInfos .div-text svg{
  display: inline-block;
  vertical-align: text-bottom;
}

.sliderInfos .div-text li:not(:last-child) p{
  border-bottom: 1px dashed #eee;
}

.sliderInfos .div-text li p{
  padding: 15px 0;
}

/*内容区域*/
.commContent{
  background-color: #fff;
  padding: 45px 25px;
}

.commContent h2.title{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--primary);
}

.commContent p{
  color: #595959;
  font-size: 14px;
  line-height: 26px;
}

.commContent .div-img{
  margin-top: 15px;
}


/*荣誉证书*/
.honorImgs a{
  display: block;
  border:15px solid #f1f1f1;
  background-color: #f1f1f1;
  width: 31.333%;
  margin: 1%;
  overflow: hidden;
}

.honorImgs a img{
  width: 100%;
  transition: all .6s;
}

.honorImgs a:hover img{
  transform: scale(1.1);
}

/*产品图片*/
.allproducts{
  margin-bottom: 15px;
}


.allproducts .item a{
  display: block;
  color: #333;
}

.allproducts .item .div-img{
  position: relative;
  border:1px solid #eee;
}

.allproducts .item .div-img img{
  transition: all .6s;
}

.allproducts .item .div-img .mark{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.6);
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all .6s;
}

.allproducts .item .div-img .mark p{
  text-align: center;
  margin-top: 35%;
  position: relative;
  display: inline-block;
  padding: 10px 25px;
  color: #fff;
}

.allproducts .item .div-img .mark p:after,.allproducts .item .div-img .mark p:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all .3s;
}

.allproducts .item .div-img .mark p:after{
  bottom: 0;
  left: 0;
}

.allproducts .item .div-img .mark p:before{
  top: 0;
  left: 0;
}

.allproducts .item:hover .div-img .mark p:before{
  width: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.allproducts .item:hover .div-img .mark{
  opacity: 1;
}

.allproducts .item .div-text{
  padding: 10px 15px;
  text-align: center;
}

.allproducts .item .div-text p{
  font-size: 14px;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  white-space: nowrap;
  width: 100%;
}



.allproducts .item:hover .div-img img{
  transform: scale(1.1);
}

/*分页*/
.pagin{
  margin-top: 15px;
}

.pagin a{
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-left: 5px;
  border:1px solid #eee;
  border-radius: 3px;
  font-size: 12px;
}

.pagin a:hover{
  color: #fff;
  background-color: var(--primary);
}

.pagin a.cur{
  color: #fff;
  background-color: var(--primary);
}


/**/
.prev-next {
  margin-top: 25px;
}

.scopeLists .item .div-img{
  min-width: 30%;
}

.scopeLists .item .div-text p.title{
  margin-top: 15px;
}

.scopeTit h3.title{
  font-size: 30px;
}

.scopeTit .meta{
  font-size: 14px;
  padding-top: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-top:1px solid #eee;
  color: #555;
}

.scopeTit .meta span{
  display: inline-block;
  margin: 0 10px;
}

#mapContainer{
  width: 100%;
  height: 350px;
  margin-top: 25px;
  border: 1px solid #ccc;
}

/*在线留言*/
.messDiv span.s1{
  color: red;
}

.messDiv .item{
  font-size: 14px;
  color: #555;
  margin-bottom: 25px;
  max-width: 550px;
}

.messDiv .item .d1{
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.messDiv .item  input{
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border:1px solid #eee;
  padding: 0 15px;
  
}

.messDiv .item textarea{
  display: block;
  border:1px solid #eee;
  padding: 15px;
  width: 100%;
}

.messDiv button{
  display: inline-block;
  padding: 10px 25px;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  background-color: #1890ff;
  border: 2px solid #329cff;
  padding: 7px 37px;
}

.div-search input{
  border: 1px solid #ddd;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
  padding: 0 15px;
  min-width: 260px;
}


.div-search form{
  display: block;
  position: relative;
}

.div-search button{
  position: absolute;
  right: 0;
  border:none;
  background-color: var(--primary);
  color: #fff;
  width: 50px;
  height: 35px;
  line-height: 35px;
  top: 0;
/*  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;*/
}

.bigTit{
  font-size: 30px;
  color: #333;
  margin: 4% 0;
  letter-spacing: 1px;
  font-weight: 600;
/*  background-image:-webkit-linear-gradient(top,#fd0304,#ff9803,#ac8c11); 
  -webkit-background-clip:text; 
  -webkit-text-fill-color:transparent; */
}

.blockList .item{
  width: 100%;
  height: 580px;
  position: relative;
  background-color: #f7f7f7;
  overflow: hidden;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  transition: all .6s;
}

/*.blockList .item>a{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}*/


.blockList .item .div-img{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all .3s;
  overflow: hidden;
}

.blockList .item .div-img img{
  width: 100%;
  transition: all .3s;
}

.blockList .item .div-text{
  padding: 40px;
  position: relative;
  z-index: 9;
}

.blockList .item .div-text .tit1{
  font-size: 16px;
  font-family: arial;
  color: #333;
  text-transform: uppercase;
  padding-top: 30px;
  margin-bottom: 5px;
  line-height: 30px;
  -webkit-transition: all cubic-bezier(.23,1,.32,1) .3s;
  -moz-transition: all cubic-bezier(.23,1,.32,1) .3s;
  -ms-transition: all cubic-bezier(.23,1,.32,1) .3s;
  -o-transition: all cubic-bezier(.23,1,.32,1) .3s;
  transition: all cubic-bezier(.23,1,.32,1) .3s;
  position: relative;
}
  .blockList .item .div-text .tit2{
    font-size: 20px;
    color: #333;
    margin-bottom: 0;
    letter-spacing: 1px;
    -webkit-transition: all cubic-bezier(.23,1,.32,1) .3s;
    -moz-transition: all cubic-bezier(.23,1,.32,1) .3s;
    -ms-transition: all cubic-bezier(.23,1,.32,1) .3s;
    -o-transition: all cubic-bezier(.23,1,.32,1) .3s;
    transition: all cubic-bezier(.23,1,.32,1) .3s;
  }

  .blockList .item .div-text .des{
    opacity: 0;
    color: #fff;
    line-height: 24px;
    margin: 30px 0;
    transition: all .3s;
  }

  .blockList .item .div-text ul li{
    display: block;
  }

  .blockList .item .div-text ul li a{
    display: block;
    padding: 15px;
    color: #fff;
    border-bottom: 1px solid #fff;
    position: relative;
  }

  .blockList .item .div-text ul li a:after{
    position: absolute;
    content: "/";
    color: #fff;
    right: 0;
  }

  .blockList .item .div-text .des span{
    display: inline-block;
    padding: 5px;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    margin-top: 25px;
  }

  .blockList .item .div-img{
    position: absolute;
  }

  .blockList .item .div-text .tit1:after{
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    background-color: #333;
    left: 0;
    top: 0;
 /*   background-image:linear-gradient(to right, #fd0304, #ff9803);
    background-image:-webkit-linear-gradient(to right, #fd0304, #ff9803);*/
  }

  .blockList .item:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    background-color: var(--primary);
    transition: all .3s;
  }

.blockList .item:hover{
  cursor: pointer;
}

.blockList .item:hover:after{
  left: 0;
}

.blockList .item:hover .div-text .tit1,.blockList .item:hover .div-text .tit2{
  color: #fff;
}

.blockList .item:hover .div-text .tit1:after{
  background-color: #fff;
}

.blockList .item:hover .div-img{
  transform: translateX(100%);
}

.blockList .item:hover .div-text .des{
  opacity: 1;
}

.mblockList .title{
  font-size: 18px;
  font-weight: bold;
  color: var(--primary);
  position: relative;
  border-left: 4px solid var(--primary);
  padding-left: 10px;
}

.mblockList .div-img{
  margin: 15px 0;
}

.mblockList .item{
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.mblockList .item a{
  display: block;
  color: #333;
}

/*新闻*/
.allNblock{
  padding: 65px 0;
  margin-top: 65px;
  background-color: #f8f8f8;
}

.allNblock .newsLeftTit .tit1{
  position: relative;
  padding: 25px 0;
  font-size: 30px;
  letter-spacing: 1px;
  font-weight: 600;
}

.allNblock .newsLeftTit .tit1:after{
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background-color: #333;
  left: 0;
  top: 0;
}

.allNblock .newsLeftTit{
  min-width: 300px;
}

.allNblock .newsLeftTit a{
  color: #333;
}

.allNblock .newsLeftTit a svg{
  fill: #333;
  display: inline-block;
  margin-left: 5px;
}

.allNblock .newsLeftTit a:hover svg{
  fill: var(--primary);
}

.allNblock .newsLeftTit a:hover{
  color: var(--primary);
}

.allNblock .newsRLists ul li a{
  display: block;
  padding: 18px 0;
  border-bottom: 1px solid #eee;
  color: #333;
}

.allNblock .newsRLists ul li .cate{
  min-width: 200px;
}

.allNblock .newsRLists ul li .time{
  min-width: 130px;
}

.allNblock .newsRLists ul li .title p{

}

.bottomTop{
  height: 300px;
  background-image: url(../images/bottomTop.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bannerImg{
  position: relative;
}

.bannerImg .div-text{
  position: absolute;
  width: 100%;
  top: 45%;
  left: 0;
  text-align: center;
  color: #fff;
}

.bannerImg .div-text p{
  font-size: 26px;
}





 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 