|
@@ -1,16 +1,20 @@
|
|
|
@charset "utf-8";
|
|
|
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,img,table,tr,th,td,form,input,textarea,button{margin:0;padding:0;}
|
|
|
-body,input,textarea,button,select{font-family:Helvetica Neue,Helvetica,'Microsoft Jhenghei','Microsoft YaHei',Arial,'Trebuchet MS',Calibri,Helvetica,sans-serif;font-size:15px;}
|
|
|
+body,input,textarea,button,select{font-family:Source Han Sans CN,'Microsoft YaHei',SimSun,Arial,Helvetica,sans-serif;}
|
|
|
+body{font-size:14px;color:#333;background:#EBECEF;}
|
|
|
.clear{clear:both;}
|
|
|
.clear:after{content:"";display:table;clear:both;}
|
|
|
::-ms-clear,::-ms-reveal{display:none;}
|
|
|
a{text-decoration:none;color:#000;}
|
|
|
a:focus{text-decoration:none;outline:none;}
|
|
|
+a:hover{color:#E15616;}
|
|
|
img{border:none;vertical-align:middle;}
|
|
|
button{border:none;outline:none;}
|
|
|
input:focus {box-shadow: 0 0 5px #003399;}
|
|
|
pre{white-space:pre-wrap;}
|
|
|
li{list-style-position:inside;}
|
|
|
+header li,footer li{list-style:none;}
|
|
|
+/* 定义动画效果 */
|
|
|
@-webkit-keyframes fadeInDown{
|
|
|
from{opacity:0;-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0);}
|
|
|
to{opacity:1;-webkit-transform:none;transform:none;}
|
|
@@ -19,11 +23,149 @@ li{list-style-position:inside;}
|
|
|
from{opacity:0;-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0);}
|
|
|
to{opacity:1;-webkit-transform:none;transform:none;}
|
|
|
}
|
|
|
+/**
|
|
|
+ * PC端
|
|
|
+ */
|
|
|
@media screen and (min-width:768px){
|
|
|
-/* PC端 */
|
|
|
+ body{width:100%;min-width:1200px;}
|
|
|
+ .jqSelect{position:relative;width:100px;height:32px;line-height:32px;border:1px solid #666;border-radius:2px;cursor:pointer}
|
|
|
+ .jqSelect:after{content: "\276F";font-weight: normal;position: absolute;right: 10px;top: 0;transform: rotate(90deg);}
|
|
|
+ .jqSelect select{display:none}
|
|
|
+ .jqSelect [data-select]{display:inline-block;box-sizing:border-box;padding:0 15px;width:100%;height:32px;line-height:32px;vertical-align:middle}
|
|
|
+ .jqSelect ul{display:none;position:absolute;left:0;background:#FFF;box-shadow:0 3px 6px rgba(45,48,54,.2);border-radius:2px;z-index:9}
|
|
|
+ .jqSelect ul li{box-sizing:border-box;padding:0 15px;display:inline-block;width:100%;height:38px;line-height:38px;white-space:nowrap;text-align:left;cursor:pointer}
|
|
|
+ .jqSelect ul li:hover{background:#FEF6F3;color:#E15616}
|
|
|
+ .wrap{width:1200px;margin:0 auto;}
|
|
|
+ /* 头部 */
|
|
|
+ .baseHeadTop{width:100%;font-size:14px;background:#FBFBFB}
|
|
|
+ .baseHeadTop ul{height:40px;line-height:40px}
|
|
|
+ .baseHeadTop ul li{float:right;margin-left:12px;position:relative}
|
|
|
+ .baseHeadTop li > a{display:inline-block;padding:0 6px;height:40px;border-bottom:1px solid transparent}
|
|
|
+ .baseHeadTop li > a:hover,.baseHeadTop li > a.on{color:#E15616;border-color:#E15616}
|
|
|
+ .baseHeadTop li .qrCode{display:none;position:absolute;right:calc((100% - 72px)/2);width:72px;height:96px;background:#FFF;box-shadow:0 3px 6px rgba(45,48,54,.2);border-radius:2px;z-index:9}
|
|
|
+ .baseHeadTop li:hover .qrCode{display:block;-webkit-animation:fadeInDown .6s;animation:fadeInDown .6s}
|
|
|
+ .baseHeadTop li .qrCode img{width:72px;height:72px}
|
|
|
+ .baseHeadTop li .qrCode p{line-height:24px;white-space:nowrap;text-align:center;color:#4A4F58}
|
|
|
+ .baseHeadTop li > a.cTab{padding-right: 18px;}
|
|
|
+ .baseHeadTop li > a.cTab:after{content: "\276F";font-weight: normal;position: absolute;right: 6px;top: 0;transform: rotate(90deg);}
|
|
|
+ .baseHeadTop li .cShow{display:none;position:absolute;right:calc((100% - 90px)/2);width:90px;background:#FFF;box-shadow:0 3px 6px rgba(45,48,54,.2);border-radius:2px;z-index:8}
|
|
|
+ .baseHeadTop li .cShow a{display:inline-block;width:100%;height:38px;line-height:38px;white-space:nowrap;text-align:center}
|
|
|
+ .baseHeadTop li .cShow a:hover{background:#FEF6F3;color:#E15616}
|
|
|
+ .baseHeadCenter,.baseTopNav{width:100%;background:#FFF}
|
|
|
+ .baseHeadCenter .wrap{height:82px;box-sizing:border-box;padding-top:10px}
|
|
|
+ .baseHeadCenter .logo{float:left;width:178px;height:44px;margin-right:122px}
|
|
|
+ .baseHeadCenter .searchBox{width:684px;float:left}
|
|
|
+ .baseHeadCenter .search{width:100%;height:44px;line-height:44px;border:1px solid #FFE6DC;position:relative}
|
|
|
+ .baseHeadCenter .search:before{content:"";position:absolute;left:104px;top:16px;height:12px;border-right:2px solid #C0C6D1}
|
|
|
+ .baseHeadCenter .search .jqSelect{width:104px;height:44px;line-height:44px;border:none}
|
|
|
+ .baseHeadCenter .search .jqSelect:after{right:16px}
|
|
|
+ .baseHeadCenter .search .jqSelect ul{z-index:999;}
|
|
|
+ .baseHeadCenter .keyword{width:578px;height:44px;line-height:44px;text-indent:15px;position:absolute;right:0;top:0;border:none;outline:none}
|
|
|
+ .baseHeadCenter .keyword:focus{outline:none;border:none}
|
|
|
+ .baseHeadCenter .searchBtn{position:absolute;right:12px;top:7px;width:30px;height:30px;background:url(/img/base/icon.png) no-repeat 5px 5px}
|
|
|
+ .baseHeadCenter .hotword{color:#93979F;font-size:12px;line-height:24px}
|
|
|
+ .baseHeadCenter .hotword a{color:#93979F;padding:0 5px}
|
|
|
+ .baseHeadCenter .hotword a:hover{color:#E15616}
|
|
|
+ .baseHeadCenter .headCart{width:184px;height:44px;float:right;position:relative;}
|
|
|
+ .baseHeadCenter .headCart .addBtn{display:inline-block;width:100%;height:44px;line-height:44px;box-sizing:border-box;border:1px solid #FFE6DC;position:relative;color:#333;font-size:14px;text-align:center;white-space:nowrap}
|
|
|
+ .baseHeadCenter .headCart .addBtn:before{content:'';display:inline-block;width:20px;height:20px;vertical-align:middle;background:url(/img/base/icon.png) no-repeat -30px -1px;margin-right:2px}
|
|
|
+ .baseHeadCenter .cartData{display:none;position:absolute;right:0;top:44px;width:360px;box-sizing:border-box;padding:10px;background:#FFF;z-index:999;box-shadow:0px 3px 6px rgba(45,48,54,0.17);border-radius:2px}
|
|
|
+ .baseHeadCenter .cartData .empty{text-align:center;font-size:16px;line-height:26px;padding:62px 0}
|
|
|
+ .baseHeadCenter .cartData .empty a{color:#E15616;margin:0 5px;border-bottom:1px solid #e15616}
|
|
|
+ .baseHeadCenter .cartData .empty img{display:block;margin:0 auto 28px auto;width:160px;height:136px}
|
|
|
+ .baseHeadCenter .headCart:hover .cartData{display:block;-webkit-animation:fadeInDown .4s;animation:fadeInDown .4s}
|
|
|
+ .baseTopNav{position:relative;height:44px;border-top:1px solid #E15616}
|
|
|
+ .baseTopNav>.wrap{height:44px;box-sizing:border-box;position:relative;z-index:991;}
|
|
|
+ .baseTopNav .home,.baseTopNav .classBtn,.baseTopNav .navBox{float:left}
|
|
|
+ .baseTopNav .service{float:right}
|
|
|
+ .baseTopNav .nav{display:inline-block;height:44px;line-height:44px;padding:0 20px;color:#4A4F58;font-size:14px;text-align:center;position:relative;border-left:1px solid transparent;border-right:1px solid transparent}
|
|
|
+ .baseTopNav .nav:hover,.baseTopNav .nav.on{color:#E15616;border-image:-webkit-linear-gradient(white,#E15616,white)1 20 1;border-image:-moz-linear-gradient(white,#E15616,white)1 20 1;border-image:-o-linear-gradient(white,#E15616,white)1 20 1;border-image:linear-gradient(white,#E15616,white)1 20 1}
|
|
|
+ .baseTopNav .nav:after{content:'';display:inline-block;width:20px;height:20px;vertical-align:middle;background:url(/img/base/nav.png) no-repeat;margin-left:1px}
|
|
|
+ .baseTopNav .nav.home:after{background-position:-30px -1px}
|
|
|
+ .baseTopNav .classBtn:after{background-position:0 -1px;transition: all .5s;}
|
|
|
+ .baseTopNav .classBtn.on:after{transform:rotate(90deg);}
|
|
|
+ .baseTopNav .navBox li:nth-of-type(1) .nav:after{background-position:-60px -1px}
|
|
|
+ .baseTopNav .navBox li:nth-of-type(2) .nav:after{background-position:-90px -1px}
|
|
|
+ .baseTopNav .navBox li:nth-of-type(3) .nav:after{background-position:-120px -1px}
|
|
|
+ .baseTopNav .navBox li:nth-of-type(4) .nav:after{background-position:0 -31px}
|
|
|
+ .baseTopNav .navBox li:nth-of-type(5) .nav:after{background-position:-30px -31px}
|
|
|
+ .baseTopNav .navBox li:nth-of-type(6) .nav:after{background-position:-60px -31px}
|
|
|
+ .baseTopNav .navBox li:nth-of-type(7) .nav:after{background-position:-90px -31px}
|
|
|
+ .baseTopNav .service:after{background-position:-120px -31px}
|
|
|
+ .baseTopNav .navBox{width:500px}
|
|
|
+ .baseTopNav .navBox ul{width:980px;}
|
|
|
+ .baseTopNav .navBox li{float:left;position:relative}
|
|
|
+ .baseTopNav .navBox li>div{display:none;position:absolute;left:0;background:#FFF;box-shadow:0 3px 6px rgba(45,48,54,.2);border-radius:0 0 2px 2px;z-index:990}
|
|
|
+ .baseTopNav .navBox li:hover div{display:block}
|
|
|
+ .baseTopNav .navBox li>div a{display:inline-block;width:100%;height:38px;line-height:38px;white-space:nowrap;text-align:center;box-sizing:border-box;padding:0 15px}
|
|
|
+ .baseTopNav .navBox li>div a:hover{background:#FEF6F3;color:#E15616}
|
|
|
+ .baseTopNav .classifyBox{display:none;position:absolute;left:50%;top:44px;z-index:990;transform:translateX(-50%)}
|
|
|
+ /* 分类 */
|
|
|
+ .classifyBox{width:1200px;margin:0 auto;box-sizing:border-box;padding:8px 30px;background:#FFF;box-shadow:0 3px 6px rgba(45,48,54,.2);border-radius:0 0 2px 2px}
|
|
|
+ .classifyBox .clsTab{height:56px;line-height:56px;white-space:nowrap;border-bottom:1px solid #FFE6DC}
|
|
|
+ .classifyBox .clsTab a{display:inline-block;height:100%;padding:0 25px;font-size:16px;font-weight:bold;color:#2D3036;border-bottom:1px solid transparent}
|
|
|
+ .classifyBox .clsTab a:hover,.classifyBox .clsTab a.on{color:#E15616;border-color:#E15616}
|
|
|
+ .classifyBox .clsCon{padding:10px 0}
|
|
|
+ .classifyBox .line{position:relative;padding-left:100px;line-height:32px}
|
|
|
+ .classifyBox .line:after{content:"";position:absolute;left:100px;top:0;border-right:1px solid #FFE6DC;height:100%}
|
|
|
+ .classifyBox .lft{position:absolute;top:0;left:0;width:100px;color:#000}
|
|
|
+ .classifyBox .lft a{display:inline-block;width:100%;line-height:24px;padding:10px;box-sizing:border-box}
|
|
|
+ .classifyBox .rgt{color:#666;padding:6px 0 6px 6px;position:relative}
|
|
|
+ .classifyBox .rgt a{display:inline-block;height:32px;line-height:32px;padding:0 22px;cursor:pointer;color:#666}
|
|
|
+ .classifyBox .rgt a.on,.classifyBox .clsCon .rgt a:hover{color:#e15616;background:#fbe7de}
|
|
|
+ .classifyBox .line:hover .rgt:after,.classifyBox .line.on .rgt:after{content:"";position:absolute;left:0;top:0;z-index:1;border-right:1px solid #E15616;height:100%}
|
|
|
+ .classifyBox .line:hover .lft a,.classifyBox .line.on .lft a{color:#E15616}
|
|
|
+ .classifyBox .line:hover,.classifyBox .line.on{background:#fbfafa}
|
|
|
+ /* 底部 */
|
|
|
+ .footTop{width:100%;padding:27px 0;background:#FFF}
|
|
|
+ .footTop .wrap{white-space:nowrap;display:table}
|
|
|
+ .footTop .wrap span{display:table-cell;height:70px;line-height:70px;color:#4A4F58;font-weight:bold;font-size:16px;text-align:center}
|
|
|
+ .footTop .wrap span:before{content:"";display:inline-block;width:70px;height:70px;vertical-align:middle;background:url("/img/base/icon.png") no-repeat}
|
|
|
+ .footTop .wrap span:nth-of-type(1):before{background-position:0 -30px}
|
|
|
+ .footTop .wrap span:nth-of-type(2):before{background-position:-80px -30px}
|
|
|
+ .footTop .wrap span:nth-of-type(3):before{background-position:-160px -30px}
|
|
|
+ .footTop .wrap span:nth-of-type(4):before{background-position:-240px -30px}
|
|
|
+ .footMain{width:100%;background:#4A4F58}
|
|
|
+ .footLink{display:table;padding:12px 0}
|
|
|
+ .footLink>div{display:table-cell;width:171px}
|
|
|
+ .footLink>div span,.footLink>div a{display:inline-block;width:100%}
|
|
|
+ .footLink>div span{line-height:48px;font-size:14px;font-weight:bold;color:#FFF}
|
|
|
+ .footLink>div a{line-height:36px;font-size:12px;color:#BEC2C9}
|
|
|
+ .footLink>div a:hover{color:#E15616;text-decoration:underline}
|
|
|
+ .footContact{text-align:center;padding-top:30px}
|
|
|
+ .footContact p{display:inline-block;width:72px;background:#FFF;border-radius:2px;overflow:hidden;margin:0 16px}
|
|
|
+ .footContact p img{width:72px;height:72px}
|
|
|
+ .footContact p span{line-height:24px;white-space:nowrap;font-size:12px}
|
|
|
+ .footContact .cellNumber{height:60px;line-height:60px;font-size:12px;color:#FFF;white-space:nowrap}
|
|
|
+ .copyright{text-align:center;color:#FFF;font-size:12px;padding-bottom:25px}
|
|
|
+ .copyright p{display:inline-block;white-space:nowrap;padding-left:35px;position:relative}
|
|
|
+ .copyright p span:nth-of-type(2){margin-right:34px}
|
|
|
+ .copyright p:before{content:"";position:absolute;left:0;width:32px;height:32px;background:url(/img/base/icon.png) no-repeat 0 -110px}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
}
|
|
|
+/**
|
|
|
+* 移动端
|
|
|
+*/
|
|
|
@media screen and (max-width:768px){
|
|
|
-/* 移动端 */
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
}
|