/*内页产品*/
.pro_name{line-height:30px; width:100%; white-space: nowrap; text-overflow: ellipsis; overflow:hidden;}
.pro_name a{font-size:14px;}
.pro_one_box{border:solid 1px #d2baab; width:28% !important; margin:12px; padding:10px 10px; background:#fcf0e8; overflow:hidden;}
.pro_one_box:hover .pro_name a{color:#958278;}
.pro_one_box:hover{border:solid 1px #f07f40}

.pro_all_class{width: 100% !important;height: 52px !important;border: none !important;margin-bottom: 20px !important;font-size: 0;background:#eee;text-align: left !important;}
.pro_all_class a{font-size:15px;line-height: 52px ;display:inline-block;vertical-align:top;padding:0 0px;color: #737373; text-align: center!important;}
.pro_all_class a.pro_cur{background:#cc0000;color:#fff;position:relative;}
.pro_all_class a.pro_cur:after{content:'';width:0;height:0;border-width: 10px;border-style: solid;border-color: transparent transparent #f3f3f3 transparent;position:absolute;bottom:0;left:50%;z-index: 2;margin-left:-10px;}
.pro_all_class a.pro_cur strong{font-size:15px; color: #fff;}

.pro_one_box:hover .pro_pic img{transform:scale(1.1);transition:0.6s ease;}
/*自定义产品列表*/
.dgweb_list_item > .dgweb_list_item_pic > a{ display:block; overflow:hidden; margin: 3px; }
.dgweb_list_item > .dgweb_list_item_pic > a > img{ width: 100%; transition: ease-in-out 0.25s all; height:auto; border:0 none !important; }
.dgweb_list_item{ float: left; width:31% !important; margin: 1% 1% 3%; background:#fcfcfc; transition: ease-in-out 0.15s all; box-shadow:0 0 0px 1px #ccc; position:relative; }
.dgweb_list_item:hover{ box-shadow:0 0 0px 1px #f07f40; }
.dgweb_list_item > .dgweb_list_item_pic { height: auto !important; }
.dgweb_list_item .dgweb_list_item_a::after,
.dgweb_list_item .dgweb_list_item_a:after{ content: ''; transition: ease-in-out 0.15s all; background: #f07f40; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; z-index: 1; }
.dgweb_list_item .dgweb_list_item_a::before,
.dgweb_list_item .dgweb_list_item_a:before { content: ''; transition: ease-in-out 0.4s all; background: #f07f40; position: absolute; left: -200%; bottom: 0; width: 200%; height: 200%; z-index: 2; top: -200%; border-radius: 50%; opacity: 0; }
.dgweb_list_item:hover .dgweb_list_item_a::after{ }
.dgweb_list_item:hover .dgweb_list_item_a::before,
.dgweb_list_item:hover .dgweb_list_item_a:before { left: -50%; top: -50%; opacity: 1; }
.dgweb_list_item .dgweb_list_item_a{ bottom:-15px; width:90%; position:absolute; padding:2px 0 !important; margin:0 5%; overflow:hidden; }
.dgweb_list_item .dgweb_list_item_a a{ display: block; font-size: 13px; line-height: 25px; transition: ease-in-out 0.15s all; color:#fff; height: 25px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0 15px; position:relative; z-index:3; }
.dgweb_list_item:hover > .dgweb_list_item_pic > a > img{ transform:scale(1.1); }
.dgweb_list_item:hover{ }
.dgweb_list_item:hover .dgweb_list_item_a{border:solid 1px #f07f40;}
.dgweb_list_item:hover .dgweb_list_item_a a{ color:#fff}