/*产品中心样式*/
.productList{height:700px;border:1px solid #D3D3D3;border-collapse:collapse;}
.productList a:link {text-decoration:none;color:black;}
.productList a:visited {text-decoration:none;color:black;}
.productList a:active {text-decoration:none;color:black;}
.pageImg{height:50px;width:785px;padding-top:30px;text-align:center;font-size:12px;font-family:"微软雅黑";}
.pageImg .span2 {margin-left:40px;}
.pageImg a{font-family:"微软雅黑";}
.pageImg a:link {text-decoration:none;color:black;}
.pageImg a:visited {text-decoration:none;color:black;}
.pageImg a:hover {text-decoration:none;color:#F79A21;}
.pageImg a:active {text-decoration:none;color:black;}
.pageInfo{height:30px;padding:20px;}
.pageBtn{margin-top:20px;padding:5px;cursor:pointer;background:#D3D3D3;font-size:12px;border-radius:5px;}
.cpContent{width:765px;min-height:800px;height:auto;overflow:hidden;margin-left:-25px;}
.cpContent img{max-width:100%;}
.cpContent a{color:black;}

.cpWps{width:230px;height:310px;float:left;margin:30px 0px 0 23px;}
.partBg{width:100%;height:300px;border:1px solid #D3D3D3;background:#F7F7F7;}

.partBtBg{width:100%;height:13px;background:url('../img/partBtBg.png') center no-repeat;}
.patrImgsWp{width:210px;height:280px;margin:11px auto 0;background:white;}
.ptImgWp{width:180px;height:220px;margin:10px 0 0 5px;border:5px solid white;position:absolute;}
.ptImgWp img{width:180px;height:145px;border:5px solid white;}
.cpWps:hover .ptImgWp img{border:5px solid #A3D60B;}
.ptTt{width:100%;text-align:center;font-size:14px;font-family:"Arial";margin-top:15px;}
.ptTt a{color:black;}
.ptCt{width:100%;font-size:14px;font-family:"Arial";color:#999999;margin-top:15px;}

/*相册模仿*/
.cpInfoWp{width:900px;height:500px;border:1px solid lightgray;position:fixed;background:url('../img/bodyBg.png');z-index:999;margin:-450px 0 0 100px;display:none;}
.closeBtn{font-weight:bold;width:20px;height:20px;text-align:center;cursor:pointer;font-size:18px;position:relative;float:right}
/*弹出动画*/
.cpHide{width:100%;height:100%;background:gray;opacity:0.8;position:fixed;z-index:999;display:none;}
/*产品页iframe*/
.iframe{width:900px;height:505px;}
.cpPre{float:left;height:470px;width:50px;}
.cpNext{float:right;height:470px;width:50px;}
.cpWpInfo{width:775px;height:500px;float:left;}
.ifImg{width:550px;height:480px;float:left;text-align:center;}
.ifImg img{max-width:550px;max-height:480px;}
.ifContent{width:210px;height:480px;float:right;}
.ifTt{width:210px;height:30px;font-size:22px;font-family:"微软雅黑";text-align:center;padding-top:10px;}
.ifCt{width:190px;height:420px;font-size:16px;line-height:25px;margin:20px auto 0;overflow:auto;}
.ifCt img{max-width:180px;}
.preCp{background: url('../img/slider_left.jpg') top no-repeat;width:42px;height:120px;margin:180px auto 0;}
.preCp:hover{background: url('../img/slider_left.jpg') bottom no-repeat;}
.nextCp{background: url('../img/slider_right.jpg') top no-repeat;width:42px;height:120px;margin:180px auto 0;}
.nextCp:hover{background: url('../img/slider_right.jpg') bottom no-repeat;}
