*{font-family:Helvetica,HelveticaNeue;list-style: none;margin:0;padding:0;box-sizing: border-box;text-decoration:none;}
/*横幅*/
.banner{width: 100%;
    background: url(../img/about-banner.png) 100%;
    height: 400px;
    padding-top: 150px;}
.banner h3{font-size: 36px;font-weight: bold;color: #FFFFFF;text-align: center;}
.banner h6{font-size: 12px;font-weight: 400;color: #FFFFFF;text-align: center;    margin-top: 20px;}
/*面包屑导航*/
.breadcrumb-nav{width: 100%;box-shadow: 0px 9px 27px 0px rgba(0, 0, 0, 0.06);font-size: 16px;font-family: Microsoft YaHei;font-weight: 400;color: #3F3F3F;}
.breadcrumb-nav>div {width: 1280px;margin: 0 auto;height: 60px;display: flex;align-items: center;justify-content: space-between;}
.breadcrumb-nav>div>div:nth-child(1) {display: flex;}
.breadcrumb-nav>div>div>div:nth-child(1) {height: 60px;line-height: 60px;}
.breadcrumb-nav>div>div>div {height: 60px;line-height: 60px;margin-right: 10px;cursor: pointer;}
.breadcrumb-nav img {margin-right: 5px;}
.about-intro-on{border-bottom: 3px solid RGBA(213, 183, 120, 1);}
/*新闻中心*/
.zt-news{max-width: 1280px;margin:30px auto 60px auto;overflow: auto}
.zt-news-l{width: 22%;float: left;margin-top:1.5%;}
.zt-news-l div{    width: 100%;height: 100px;background: url(../img/chanpinbtn.jpg) 100%;padding-left: 20px;padding-top: 25px;}
.zt-news-l div h4{    font-size: 24px;font-weight: 400;color: #FFFFFF;}
.zt-news-l div h6{font-size: 9px;font-weight: 400;color: #FFFFFF;}
.zt-news-l ul{width: 100%}
.zt-news-l ul li{width: 100%;    height: 60px;padding-left: 30px;line-height: 60px;font-size: 16px;cursor: pointer;background: #F8F8F8;border-bottom: 1px solid #E0E0E0;color: #1e1e1e}
.zt-news-l-on{color: #d5b778 !important;}
.zt-news-r{width: 75%;float: right;margin-top: 1.5%}
.zt-news-r-con {width: 100%;display: none;padding-bottom: 50px;overflow: auto}
.zt-news-r-con li{width: 31%;background: #fff;margin-right:2%;float: left;transition: all 1s ease 0s;margin-bottom: 2%}
.zt-news-r-con li img{width: 100%;float: left}
.zt-news-r-con li div{width: 100%;float: right;height: 45px;line-height: 45px;font-size: 17px;font-weight: bold;color: #FFFFFF;background: #565656;text-align: center;}
.zt-news-r-con li div h4{font-size: 17px;font-weight: 600;text-align: center}
.zt-news-r-con li:hover h4{color: #fff !important;}
.zt-news-r-con li:hover div{background: #d5b778 !important;}
.zt-news-r-con li:hover{transform:scale(1.08);}
.zt-news-r-con-on{display: block}
.list-fy{width:100%;height:60px;padding-top:14px;padding-left: 1.5%;} 
.pagination{width:100%;    overflow: auto;}
.pagination li {min-width: 37px; line-height: 35px;float:left;text-align: center;border-radius: 2px;border:1px solid#dee2e6;margin-left:5px;    opacity: .7;color:#6c757d }
.pagination li a{color:#6c757d}
.active{background:#D18821;color:#fff !important;border:1px solid#D18821  !important;} 


