|
@@ -6,11 +6,44 @@ li{list-style:none;}
|
|
|
.instrumentBox{width:100%;margin:16px 0;background:#FFF;box-sizing:border-box;padding:15px}
|
|
|
.instrumentBox .imageBox{float:left;width:452px;height:300px;background:#F3F7FE;}
|
|
|
.instrumentBox img{width:100%;height:100%;display:block}
|
|
|
-.instrumentBox .detailBox{float:right;width:686px;color:#93979F;background:#F3F7FE;box-sizing:border-box;padding:14px 20px;font-size:14px;border-radius:2px;position:relative;}
|
|
|
-.instrumentBox .detailBox hr{border:none;border-top:1px dashed #BEC2C9;margin:12px 0}
|
|
|
-.instrumentBox .detailBox .row{position:relative;padding:3px 0 3px 70px;line-height:24px}
|
|
|
-.instrumentBox .detailBox .row .l{display:inline-block;min-width:56px;height:24px;text-align:justify;vertical-align:top;margin-left:-70px;}
|
|
|
-.instrumentBox .detailBox .row .l:after{content:'';display:inline-block;width:100%}
|
|
|
-.instrumentBox .detailBox .row>i{font-style:normal;}
|
|
|
-.instrumentBox .detailBox .row em{font-style:normal;color:#4A4F58}
|
|
|
-.instrumentBox .detailBox .tit{color:#E15616;padding:3px 0;line-height:24px;}
|
|
|
+.instrumentBox .infoBox{float:right;width:686px;color:#93979F;background:#F3F7FE;box-sizing:border-box;padding:10px 20px;font-size:14px;border-radius:2px;position:relative;}
|
|
|
+.instrumentBox .infoBox hr{border:none;border-top:1px dashed #BEC2C9;margin:5px 0}
|
|
|
+.instrumentBox .infoBox .row{position:relative;padding:3px 0 3px 70px;line-height:24px}
|
|
|
+.instrumentBox .infoBox .row .l{display:inline-block;min-width:56px;height:24px;text-align:justify;vertical-align:top;margin-left:-70px;}
|
|
|
+.instrumentBox .infoBox .row .l:after{content:'';display:inline-block;width:100%}
|
|
|
+.instrumentBox .infoBox .row>i{font-style:normal;}
|
|
|
+.instrumentBox .infoBox .row em{font-style:normal;color:#4A4F58}
|
|
|
+.instrumentBox .infoBox .tit{color:#E15616;padding:3px 0;line-height:24px;}
|
|
|
+.instrumentBox .infoBox .share{position:absolute;right:20px;top:10px}
|
|
|
+.instrumentBox .infoBox .share .icon{vertical-align:middle;display:inline-block;height:30px}
|
|
|
+.instrumentBox .infoBox .share .icon:before{width:32px;height:30px;background-position:-96px -293px}
|
|
|
+.instrumentBox .infoBox .buy{position:absolute;right:20px;bottom:20px;width:208px;height:50px;line-height:50px;background:#E15616;color:#FFF;font-size:18px;text-align:center;border-radius:2px}
|
|
|
+.instrumentBox .infoBox .buy:hover{opacity:.8}
|
|
|
+
|
|
|
+.detailInfo{box-sizing:border-box;padding:0 16px;width:1184px;background:#FFF}
|
|
|
+.detailInfo .tabTit{height:40px;line-height:40px;border-bottom:1px solid #E15621;font-size:16px;color:#93979F}
|
|
|
+.detailInfo .tabTit span{display:inline-block;box-sizing:border-box;min-width:130px;text-align:center;height:100%;padding:0 32px;cursor:pointer}
|
|
|
+.detailInfo .tabTit span:hover{color:#E15621}
|
|
|
+.detailInfo .tabTit span.on,.detailInfo .tabTit span.on:hover{background:#E15621;color:#FFF}
|
|
|
+.detailInfo .tabCon{padding:16px 0;text-align:center}
|
|
|
+.detailInfo .tabCon img{max-width:100%;}
|
|
|
+.detailInfo .tabCon table{width:100%;text-align:left}
|
|
|
+
|
|
|
+.pageFloor .title{height:24px;line-height:24px;padding-left:10px;border-left:4px solid #E15616;margin:32px 0 16px 0;font-size:24px;color:#4A4F58;font-weight:bolder}
|
|
|
+.pageFloor .content{width:1202px}
|
|
|
+.pageFloor .content li{float:left;width:284px;height:334px;margin:0 16px 16px 0;background:#FFF}
|
|
|
+.pageFloor .content li img{display:block;width:284px;height:284px}
|
|
|
+.pageFloor .content li span{display:block;height:50px;line-height:50px;padding:0 10px;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#93979F;font-size:16px}
|
|
|
+.pageFloor .content li:hover{box-shadow:0 2px 6px #dedede;transition:all 0.5s;-webkit-transition:all 0.5s}
|
|
|
+.pageFloor .content li:hover span{color:#E15616}
|
|
|
+
|
|
|
+.contactBox{width:100%;background:#FFF;margin-bottom:-29px;padding-bottom:15px}
|
|
|
+.contactBox .tit{position:relative;width:1184px;margin:0 auto;height:80px}
|
|
|
+.contactBox .tit:before{content:'';position:absolute;left:0;top:39px;width:100%;border-top:1px solid #FFE6DC}
|
|
|
+.contactBox .tit span{width:188px;height:80px;line-height:80px;background:#FFF;position:absolute;top:0;left:50%;margin-left:-94px;font-weight:bold;font-size:28px;color:#2D3036;text-align:center}
|
|
|
+.contactBox .cont{width:1184px;margin:0 auto;text-align:center;line-height:48px}
|
|
|
+.contactBox .cont span{display:inline-block;padding-left:84px;height:96px;text-align:left;font-size:24px;color:#2D3036;position:relative}
|
|
|
+.contactBox .cont .call{margin-right:160px}
|
|
|
+.contactBox .cont span:before{width:70px;height:70px;position:absolute;left:0;top:10px}
|
|
|
+.contactBox .cont .call:before{background-position:-82px -370px}
|
|
|
+.contactBox .cont .phone:before{background-position:0 -370px}
|