@charset "utf-8";
/* CSS Document */
.product_cont_l{position:relative;width:920px;min-height:475px;}
.product_cont_l img{display:block;max-width:920px;margin:auto;}
.detail{display:block;width:920px;background:#fcfcfc;overflow:hidden;}


/*内容右边*/
.product_cont_r{width:190px;padding:15px;margin-left:20px;margin-top: 85px;background:#fcfcfc;}
.product_cont_r ul>li{margin-bottom:15px;}
.product_cont_r ul>li:last-child{margin-bottom:0;}
.product_cont_r img{display:block;width:160px;}
.product_cont_r .aoni_tmall{height:auto;}
.product_cont_r .aoni_jd{height:auto;}
.product_cont_r .contact_img{height:auto;}
.product_cont_link{display:block;width:100%;font-size:16px;line-height:50px;text-align:center;background:#f04949;}
a.product_cont_link,a.product_cont_link:visited{color:#fff;}
.product_cont_link i{display:inline-block;width:24px;height:50px;vertical-align:top;margin-right:8px;}
i.wangwang{background:url(../images/wangwang.png) 0 center no-repeat;}
i.kefu{background:url(../images/kefu.png) 0 center no-repeat;}
i.problem{background:url(../images/problem.png) 0 center no-repeat;}

.tmall_code,.jd_code{display:none;}
a.tmall:hover .aoni_tmall{display:none;}
a.tmall:hover .tmall_code{display:block;}
a.jd:hover .aoni_jd{display:none;}
a.jd:hover .jd_code{display:block;}
