@charset "utf-8";
/* 代码整理：懒人之家 www.lanrenzhijia.com */

.product_con .tab1{width:100%;margin-top: 40px;}
.product_con .menu{height:40px; font-size:14px;width: 710px;margin: 0 auto;}
.product_con .menu li{float:left;width:100px;text-align:center;line-height:40px;height:40px;cursor:pointer;color:#E50012;overflow:hidden;background:#FFFFFF;border: 1px solid #E50012;margin: 0 20px;}
.product_con .menu li.off{background:#E50012;color:#FFFFFF;}
.product_con .menudiv{height:520px;margin-top:80px; background:#f6f6f6;}
.product_con .menudiv div{width: 1200px;margin: 0 auto;}
/* 代码整理：懒人之家 www.lanrenzhijia.com */

.product_con .menudiv div dl{width: 270px;height: auto; float: left;margin-right: 40px;margin-top: 65px;}
.product_con .menudiv div dl dd{width: 270px;height: 345px;border: 1px solid #CCCCCC;box-sizing: border-box;overflow: hidden;}
.product_con .menudiv div dl dd img{width: 268px;height: 343px;transform: scale(1);transition: all 2s ease-out;}
.product_con .menudiv div dl:hover img{transform: scale(1.2);}
.product_con .menudiv div dl dt{width: 270px;height: 50px;line-height: 50px; color: #FFFFFF;background: #E50012;font-size: 18.5px;text-indent: 15px;margin-top: 1px;}
.product_con .menudiv div dl dt a{display: block;width: 270px;height: 50px;color: #FFFFFF;}
.product_con .menudiv div dl dt span{float: right;margin-right: 30px;}
.product_con .menudiv div dl:nth-child(4){margin-right: 0px;}
