* {
    padding: 0;
    margin: 0;
    font-family: Arial !important;
    font-size: 16px;
    color:#2e2e2e;   
  
}
body{
    /* min-width: 1689px;    */
    min-width: 1500px;   
    background-color: #e5e5e5;
}
ul, ol, menu {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #2e2e2e;
}

img {
    border: none;
}

.r-n {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.r-w {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.c-n {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

.f-ct {
    justify-content: center;
}

.f-st {
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start
}

.f-bt {
    justify-content: space-between;
    align-items: baseline;
}

.f-ed {
    justify-content: flex-end;
    align-items: flex-end;
}

.f-ad {
    justify-content: space-around;
}

.alc {
    align-items: center;
    justify-items: center;
}

.f-g {
    flex-grow: 1;
}

.ele {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ell {

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.w {
    width: 100%;
}

.bx {
    box-sizing: border-box;
}

.mw {
    min-width: 1300px;
}

.active {
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-delay: 1s;
}
/* 网站首页 */
.sz-header{   
    /* height:200px; */
    position: relative;
    width:100%;
}
.sz-header-bg{   
    height:auto;
    width:100%;
}
.sz-header-logo{
    position: absolute;
    z-index: 999;
    left:12%;
    width:auto;
    height:auto;
    top:0;
}
.sz-header-nav{
    background-color:#b40001;
    height:54px;
    width:100%;
}
.sz-header-navlist{
    margin-left:30%;
    height:100%;
}
.sz-header-navlist-fa{
    flex-grow: 1;
   padding-right:2%;
   min-width: 100px;
   position: relative;
   height:100%;
}
.sz-header-navlist-sona{
    font-size:18px;
    color:#fff;
    flex-grow: 1;
}
.sz-header-navlist-sonlist{
    position: absolute;
    top:100%;
    border:1px solid #b40001;  
    width:150%;
    display: none;
    z-index: 9999;
    background: #fff;
}
.sz-header-navlist-sonlista{
    flex-grow: 1;
    border-bottom:1px solid #b40001;
    color:#b40001;
    font-size:16px;
    width:100%;
    padding:5% 0;
}
.sz-header-navlist-sonlista:hover{
    background-color: #b40001;
    color:#fff;
    border:none;
}
.sz-header-navlist-sonlista:last-of-type{
    border-bottom: none;
}
/* 轮播图 */
.banner{
    position: relative;
    height: 100%;
}
.swiper {
    width: 84%;
    height: 100%;
    overflow: hidden;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* 新闻 */
  .sz-new{
      margin-top:20px;
  }
  .sz-newcent{
    width: 84%;
  }
  .sz-newcent-left{
      width:478px;
      height:470px;
      overflow: hidden;
      position: relative;
      margin-right:20px;
  }
  .sz-newcent-leftlinkimg{
      position: absolute;
      width:100%;
      height:100%;
      top:0;
      left:0;
      z-index: -1;
  }
  .sz-newcent-leftlinkspan1{
      font-size:36px;
      color:#fff;
  }
  .sz-newcent-leftlinkspan2{
      border:1px solid #fff;
      border-radius: 8px;
      width:146px;
      margin-top:10%;
      padding:2% 0;
      color:#fff;
  }
  .sz-newcent-left:hover  .sz-newcent-leftlinkspan2{
      background-color: #fff;
      color:#b40001;
    transition-duration: .5;
    transition-timing-function: linear;
    transition-delay: 1s;
  }
  .sz-newcent-left:hover  .sz-newcent-leftlinkimg{
    width:150%;
    height:150%;
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-delay: 1s;
    left:-25%;
    top:-25%;
  }
  .sz-newcent-right{     
      width:600px;
      height:470px;
      background-color: #fff;
      padding:0 20px;
  }
  .sz-newcent-righttitle{
      height:70px;
      border-bottom: 1px solid #9f9f9f;
      width:100%;
  }
  .sz-newcent-righttitle-span{
      font-size:24px;
      width:150px;
     height:70px;
      border-bottom:1px solid #b40001;
  }
  .sz-newcent-righttitle-a{
      width:450px;
      color:#787878;
      font-size:16px;
  }
  .sz-newcent-right-list{
      height:95px;
      margin-top:10px;
  }
  .sz-newcent-right-list-link{
      width:130px;
      height:80px;
  }
  .sz-newcent-right-list-right{
      margin-left:20px;
      width:410px;
  } 
 .sz-newcent-right-list-right-cont{
     margin-top:10px;
     color:#787878;
     font-size:14px;
 }
/* 产品展示 */
.sz-product{
    margin-top:20px;
}
.sz-product-fa{
    width:84%;
    height:660px;
    background: url('../imgs/productbg.jpg') no-repeat top center;
    background-size: 100% 100%;
}
.sz-product-fa-tit{
    width:50px;
    background:#b40001;
    color:#fff;
    font-size:24px;
    padding:2%;
    margin-top:40px;
    margin-left: 40px;;
}
.sz-product-son{
    margin-top:100px;
    margin-left:5%;
    width:89%;   
    overflow: hidden;
    position:relative;
    height:170px;
}

.btns{
    background: rgba(255,255,255,.6);
    width:50px;
    height:140px;
    color:#9e9ea0;
    font-size:28px;
    font-weight:600;
    position:absolute;
    cursor: pointer;
    top:10%;
    z-index: 99;
}
.goLeft{
    left:0;
}
.goRight{
    right:0;
}
.pic-divul{
    overflow: hidden;
	position:absolute;
    height:250px;
	width:1600px;	
    top: 0;
}
.pic-divulli{
    float:left;
    width:275px;
    height:auto;
    padding:0 10px;   
}
.pic-divullia{
    width:255px;
    height:168px;
    overflow:hidden;
    display:inline-block;
    color: #000;
    text-decoration: none;
    text-align: center;     
}
.pic-divulliimg{
    width:100%;
    height:100%;     
    display:block;
    box-shadow: 3px 2px 3px #7d7d7d; 
}
/* 联系我们 */
.sz-lainxi{
    margin-top:20px;
}
.sz-lainxi-fa{
    width:84%;
    background:#23212c;
    padding:10px;
    height:224px;
}
.sz-lainxi-son{
    border:1px solid #595959;
    padding:2%;
    width:100%;
    height:100%;
}
.sz-lainxi-sonleft{
    width:50%;
}
.ewm1{
    width:20%;
    height:100%;
}
.sz-lainxi-sonleft-sonright{
    width:70%;
    height:100%;
    padding-left:5%;
}
.sz-lainxi-sonleft-sonright-span{
    color:#cacacc;
    padding:10px;
}
/* footer */
.sz-footer{
    margin-top:20px;
    border-top:6px solid #a47501;
    background: url('../imgs/footer.jpg') top center no-repeat;
    background-size: 100% 100%;
    height:390px;
    padding:2% 0;
}
.sz-footers{
    width:84%;
    height:100%;
}
.footer-nav{
    height:100%;
   border-right:1px solid #a07701;
   padding:0 10px;
   flex-grow: 1;
}
.footer-nav:last-of-type{
    border-right:none;
}
.footer-nav-link{
    color:#b40001;
    font-size:18px;
    font-weight:600;
    padding:5px 0;
}
.footer-nav-link-son{
    margin-top:10px;
}
.footer-nav-link-sonsa{
    padding:5px 0;
    color:#a07701;
}
.sz-footer1{
    background-color:#b40001;
    padding:2% 0;    
}
.sz-footer1-son{
    width:84%;
}
.sz-footer1-son1{
    color:#fff;
    padding:0 1%;
}
.icon-lingxing{  
    color:#fff;
    font-size:10px;
    margin-left:5px;
}
/* 内页 */
/* 背景图 */
.sections{
    width:100%;
    min-height:1200px;
    background: url('../imgs/bg.png') top center;
    background-size: 100% ;
}
.imgs-top{
    width:84%;
    height:auto;
}
.sections-center{
    margin-top:20px;
    width:82%;
}
.sections-center-left{
    width:25%;
    min-height:800px;
    background: url('../imgs/leftlist.png') top center no-repeat;
    background-size: 100% 100%;
    padding:90px 0;
}
.sections-center-left-span{
    font-weight: 600;
    font-size: 24px;
    color:#8d661b;
    margin:20px 0;
}
.sections-center-left-a{
    color:#d6bf8d;
    font-size:20px;
    padding:10px 0;
}
.sections-center-left-as{
    color:#a07701;
}
.sections-center-left-act{
    color:#8d661b;
    background: url('../imgs/leftbg.png') top center no-repeat;
    background-size: 100% 100%;
    width:100%;
    height:14px;
    margin-top:5px;
    display:none;
}
.sections-center-left-as .sections-center-left-act{   
    display:block;
}
.sections-center-left-a:hover .sections-center-left-act{    
    display:block;
}
.sections-center-left-a:hover {
    color:#a07701;
}
.sections-center-right{
    margin-left:1.3%;
    width:73.7%;
}
/* 面包屑导航 */
.bread{
    margin-top:20px;
     color:#8d661b;
}
.bread-span , .bread a{
    color:#8d661b;
}
.sections-center-right-cent{    
    min-height:800px;
    width:100%;
    margin-top:20px;
    background: url('../imgs/pagebottom.png') bottom left no-repeat #fff;
    background-size: 100%;
    padding:0 20px;
    padding-bottom:40px;
}
.sections-center-right-cents{
    margin:20px 0;
}
.sections-center-right-cents img{
    max-width:100%;
    height:auto;
}
/* 时间轴 */
.sections-center-timetit{
    color:#8d661b;
    font-size:20px;
    margin: 20px;
}
.sections-center-timetit-list{
    position:relative;
    padding-left:20px;
    border-left:1px dashed #8d661b;
}

.sections-center-timetit-lists-span{
    color: #8d661b;
    font-size:20px;
    font-weight:600;

}
.icon-circleyuanquan{   
    position:absolute;   
    left:-10px;  
    color: #8d661b;
    font-size:20px;
    
}
.sections-center-time-conts{
    margin-top:20px;
}
/* 新闻列表 */
.sections-news-top{
    margin:20px 0;
}
.sections-news-top-img{
    width:55%;
    height:auto;
}
.sections-news-top-rt{
    margin-left:1.3%;
    width:43.7%;
}
.sections-news-top-rt-tit{
    font-size:18px;
    color:#23212c;
    margin-bottom:10px;
}
.sections-news-top-rt-time{
    font-size: 12px;
    color:#8d661b;
    margin:10px 0;
}
.sections-news-top-rt-p{
    -webkit-line-clamp: 5;
    margin:10px 0;
    line-height:32px;
}
.sections-news-top-rt-link{
    margin-top:30px;
    font-size:18px;
}
.sections-news-top-rt-link:hover{
    color:#a07701;
}
/* 新闻列表 */
.sections-news-list{
    margin:20px 0 100px 0;
    width:100%;
}
.sections-news-list-son{
    background-color: #e5e5e5;
    padding:3% 1%;
    margin:20px 0;
    width:100%;
}
.sections-news-list-sons-link{
    width:794px;
    display: inline-block;
}
.alcsections-news-list-sons-time{
    width:20%;
}
.sections-news-list-son:hover .alcsections-news-list-sons-time , .sections-news-list-son:hover .sections-news-list-sons-link{
    color:#8d661b;
}
/* 分页 */
.page{
margin:20px 0;
}
.pager-box ul {
    padding: 20px 0;
    margin: 0;
    text-align: center;
    font-size: 0;
}
.g-md .m-news-list li {
    line-height: 32px;
    background: url(icon1.png) no-repeat center left;
    text-indent: 0.8em;
    color: #8f8e8e;
}
.pager-box ul li {
    list-style: none;
    padding: 0;
    display: inline;
    margin: 0 3px;
    background-image: none !important;
    text-indent: 0 !important;
    cursor: pointer;
    font-size: 0;
}
.pager-box ul li a, .pager-box ul li span {
    float: none !important;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 6px 10px;
    text-align: center;
    text-indent: 0;
    line-height: 1em;
    font-size: 16px;
}
.pager-box ul li.active span {
    background-color: #0056B3;
    color: #fff;
}
/* article */
.sections-articles{
    padding:20px 0;
    text-align: center;
    font-size:20px;
}
.sections-articles-times{
    color:#8d661b;
    padding-right:10%;
    margin:20px 0;
}
.sections-articles-btm{
    margin:20px 0;
    border-bottom:5px solid #e5e5e5;
}
/* 产品列表 */
.sections-product-top-rt-p{
    -webkit-line-clamp: 8;
    margin:10px 0;
    line-height:32px;
    color:#b6b5b1;
}
.sections-products-list{
    width:31%;
    height:200px;
    margin:2% 1%;
    background: url('../imgs/productbg1.png') top center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    padding:1% 0;
}
.sections-products-list img{
    width:auto;
    height:100%
}
/* 荣誉 */
.sections-honor-list{
    width:31%;
    height:200px;
    margin:2% 1%;
    border:1px solid #8d661b;
    overflow: hidden;
    padding:1%;
}
.sections-honor-list img{
    width:100%;
    /*height:100%;*/
    height:auto;
}
/* 联系我们 */
.sections-contatc{
    margin:10px 0;
    color:#8d661b;
    line-height:32px;
}
.maps{
    margin-top:20px;
}
.sz-newcent-right-list-right-tit{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width:1200px) and (min-width: 800px) {
    
    body {
    min-width: 1100px;
   
}
.sz-header-logo {
    left: 0%;
    width: 12%;
    top: 69px;
}
.sz-header-navlist {
    margin-left: 12%;
    height: 100%;
    width: 90%;
}
.sz-header-navlist-fa {
     min-width:auto; 
   
}
.sz-newcent{
    flex-wrap: wrap;
}
.sz-newcent-left {
    width: 455px;
     margin-right: 0px; 
}
.sz-newcent-right {
    width: 100%;
    margin-top: 20px;
}
.sz-newcent-right-list-right {
    width: 80%;
}
.alcsections-news-list-sons-time {
    width: 21%;
}


}

