/* 内页公共标题 */

.ny-tits{padding-top:50px;padding-bottom:25px;color:#fff;}

.ny-tits h1{font-size:30px;line-height:30px;font-weight: bold;margin-bottom:20px;}

.ny-tits .desc{font-size:16px;line-height:16px;}



/* 子菜单导航 */

.ny-navs{border-bottom:2px solid #891e23;transition:all 0.6s;}

.ny-navs li{width:150px;height:80px;font-size:12px;line-height:12px;text-align: center;box-sizing: border-box;padding-top:20px;}

.ny-navs li a{color:#fff;}

.ny-navs li:nth-child(1) a:before{content:'';display: block;width:20px;height:20px;background:url(../images/top-nav01.png)no-repeat center;

margin:0 auto;margin-bottom:9px;}

.ny-navs li:nth-child(2) a:before{content:'';display: block;width:23px;height:18px;background:url(../images/top-nav02.png)no-repeat center;

margin:0 auto;margin-bottom:11px;}

.ny-navs li:nth-child(3) a:before{content:'';display: block;width:20px;height:19px;background:url(../images/top-nav03.png)no-repeat center;

margin:0 auto;margin-bottom:10px;}

.ny-navs li:nth-child(4) a:before{content:'';display: block;width:25px;height:13px;background:url(../images/top-nav06.png)no-repeat center;

margin:0 auto;margin-bottom:16px;}

.ny-navs li:hover,.ny-navs li.ons{background:#891e23;}





/* 产品列表 */

.pro-list{gap:45px;padding:45px 0px;}

.pro-list li{width:555px;}

.pro-list li h3{font-size:25px;line-height:25px;font-weight: bold;margin-bottom:15px;}

.pro-list li .pro-img{width:100%;height:300px;overflow: hidden;}

.pro-list li .pro-img img{width:100%;height:100%;object-fit: cover;transition: all 0.6s;}

.pro-list li:hover .pro-img img{transform: scale(1.2);}

.pro-list li p.desc{font-size:15px;line-height:24px;margin-top:10px;}



/* 分页 */

.page{margin-bottom:60px;text-align: center;}

.page a{font-size:15px;line-height:15px;padding:4px 8px;border:1px solid #eee;margin:0 4px;}

.page a.ons,.page a:hover{background:#891e23;border:1px solid #891e23;color:#fff;}







/* 详情 */

.cont-text{margin-top:30px;margin-bottom:65px;box-sizing: border-box;padding:50px;}

.back-fff{background:#fff;}

.cont-title{color:#231815;margin-bottom:20px;}

.cont-title h1{font-size:35px;line-height:40px;font-weight: bold;margin-bottom:10px;}

.cont-title p.desc{font-size:18px;line-height:30px;}


#cont-img .ct-hd{margin-left:10px;}
#cont-img .ct-bd li{width:800px;height:800px;overflow: hidden;}

#cont-img .ct-bd li img{width:100%;height:100%;object-fit:cover;}

#cont-img .ct-hd li{width:154px;height:154px;overflow: hidden;margin-bottom:7px;box-sizing: border-box;}

#cont-img .ct-hd li img{width:100%;height:100%;object-fit: cover;}

#cont-img .ct-hd li:hover,#cont-img .ct-hd li.on{border:2px solid #891e23;cursor: pointer;}



.cont-text .cont-info{margin-top:20px;}

.cont-text .cont-info p{font-size:14px;line-height:20px;color:#231815;}

.cont-text .cont-info img{max-width:100%;}