/*2025合作伙伴-样式*/
.custom{width:100%;height:300px;background-color:#204e8c; margin:0px;border:0px solid #fff000;text-align:center;}
.custom_img{width:100%;height:300px;background:url(../images/zl_head_05.jpg)  no-repeat center 0px;}

.custom_nav{
width:1200px;
position:relative;
overflow:hidden;
border:0px solid #ff0000;
margin:30px auto;
}
.custom_nav ul li{float:left; width:12%; text-align:center; line-height:46px;font-size:16px; position:relative; margin-top: 5px; }
.custom_nav ul li a{ display:block; border:1px solid #e8e8e8; border-bottom:5px solid #e8e8e8; font-size:16px; text-decoration: none;color: #666666;}
.custom_nav ul li a:after{content:""; height:5px; width:0; position:absolute; bottom:0px; left:1px; background:#aa2116; transition:all .3s ease 0s; -moz-transition:all .3s ease 0s; -ms-transition:all .3s ease 0s; -o-transition:all .3s ease 0s;}
.custom_nav ul li a:hover,.custom_nav ul li.active a{ background:#2570a1; color:#ffffff; border-bottom-color:#D7332F; text-decoration: none;}
.custom_nav ul li a:hover:after,.custom_nav ul li.active a:after { width:calc(100% - 2px) ; text-decoration: none;}

.customs {
overflow:hidden;
width:100%;
margin:0 auto; 
padding:0;
clear:both; 
height:auto;
text-align:center;
background-color:#ffffff;
border-top:0px solid #d3d3d3;
}
.product{overflow:hidden;width:1086px;margin:0 auto; padding:0;height:100%; text-align:center;border:0px solid #666666;}
.product .list{margin-top:0px; verflow: hidden;}
.product .list a{position: relative;float: left;width:300px;height: 370px;margin:50px 30px 20px 30px;background: #ffffff;border:1px solid #daa520;}
.product .list a img{display: block;width: 100%; position: absolute;    top: 0;    right: 0;    bottom:0px;    left: 0;  margin: auto; height:100%;}
.product .list a .name{position: absolute;bottom:0;width: 100%; background: rgba(0, 0, 0, 0.3);height:55px;
  display: flex;
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中 */
}
.product .list a .name span{display: block;font-size: 15px;text-align:center; color:#ffffff;line-height:20px;padding:0 atup;
}
.product .list a:hover .name{background: #daa520;color: #ffffff;}
.product .list a:hover{border-color: #daa520;filter: brightness(110%); /* 变淡效果，50%的亮度 */}
.product .list a:hover .name{background: #daa520;color: #ffffff;}


/*----翻页代码-----*/
.pagination{ width:1200px;margin-top:50px;text-align: center; font-size:16px; margin:0 auto;text-align:center; height:80px;}
.pagination .wrapper{ width:100%;display: inline-block;overflow: hidden; line-height:80px; border:#333333 solid 0px;}
.pagination .wrapper a{float:center;height:80px;line-height:40px;margin: 0 6px;background: #d3d3d3;color:#000000;text-align: center; font-size:15px; padding:6px 6px 6px 6px;
 border:#d3d3d3 solid 1px;text-decoration: none;}



















































