@charset "utf-8";
/*=================================插件开始=================================================*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block; width:100%;}
.jqzoom img{ background:url(/demo/images/loading.gif) no-repeat center center;width: 100%;max-height:500px;height:100%;object-fit: cover;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:100%;height:auto;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(/images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
/*图片小图预览列表*/
.spec-preview_left{width:50%;height:auto; float:left;}
.spec-preview{width:99%;height:auto;border:1px solid #DFDFDF;}
.spec-scroll{margin:16px 0px;width:100%;}
.spec-scroll .prev{float:left;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block;text-align:center;width:12px;height:46px;line-height:46px;cursor:pointer;text-decoration:none;}
.spec-scroll .prev img,.spec-scroll .next img{margin-top:1px;}
.spec-scroll .items{float:left;position:relative;width:90%;height:46px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:2000px;height:46px;margin:0 4px;}
.spec-scroll .items ul li{float:left;width:65px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #CCC;width:54px;height:40px; padding:2px;}
.spec-scroll .items ul li img:hover{border:1px solid #007423;}
/*=================================插件结束=================================================*/
/* i is 7 .c om */
.spec-preview_right{width:45%;height:auto;float:right;margin:0;padding:10px 0px 20px 5%;overflow:hidden;}
.c_right_products_info{margin:0px;}
.c_right_products_info_title{height:auto;}
.c_right_products_info_title h4{font-size:20px;height:50px;line-height:50px;font-weight:bold;color:#007423;}
.c_right_products_info_title p{padding:10px 0px;font-size:14px;line-height:26px; color:#333;}
.c_right_products_info_more{height:40px; line-height:40px; width:100px; color:#fff; background:#ce000f; font-size:14px; text-align:center; float:right;}
.c_right_products_info_more a{color:#fff; background:#ce000f;}

@media screen and (max-width: 900px) { 
.spec-preview_left{width:80%; padding:0 10%;}
.spec-preview_right{width:80%;height:auto;padding:0 10%;}
} 
/* 设置了浏览器宽度不大于900px时 */

@media screen and (max-width: 660px) { 
.spec-preview_left{width:98%; padding:0 1%;}
.spec-preview_right{width:98%;height:auto;padding:0 1%;}
} 
/* 设置了浏览器宽度不大于660px时 */