.anim-1,
.anim-2,
.anim-3,
.anim-4,
.anim-5,
.anim-6,
.anim-7,
.anim-8,
.anim-9,
.anim-10,
.anim-11,
.anim-12 {
  -webkit-transform: translateY(100px) translateX(0);
  -moz-transform: translateY(100px) translateX(0);
  transform: translateY(100px) translateX(0);
  opacity: 0;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.anim-1 {
  -webkit-transition: transform .8s,opacity .8s;
  -moz-transition: transform .8s,opacity .8s;
  -o-transition: transform .8s,opacity .8s;
  transition: transform .8s,opacity .8s;
}
.anim-2 {
  -webkit-transition: transform 1s,opacity 1s;
  -moz-transition: transform 1s,opacity 1s;
  -o-transition: transform 1s,opacity 1s;
  transition: transform 1s,opacity 1s;
}
.anim-3 {
  -webkit-transition: transform 1.2s,opacity 1.2s;
  -moz-transition: transform 1.2s,opacity 1.2s;
  -o-transition: transform 1.2s,opacity 1.2s;
  transition: transform 1.2s,opacity 1.2s;
}
.anim-4 {
  -webkit-transition: transform 1.4s,opacity 1.4s;
  -moz-transition: transform 1.4s,opacity 1.4s;
  -o-transition: transform 1.4s,opacity 1.4s;
  transition: transform 1.4s,opacity 1.4s;
}
.anim-5 {
  -webkit-transition: transform 1.6s,opacity 1.6s;
  -moz-transition: transform 1.6s,opacity 1.6s;
  -o-transition: transform 1.6s,opacity 1.6s;
  transition: transform 1.6s,opacity 1.6s;
}
.anim-6 {
  -webkit-transition: transform 1.8s,opacity 1.8s;
  -moz-transition: transform 1.8s,opacity 1.8s;
  -o-transition: transform 1.8s,opacity 1.8s;
  transition: transform 1.8s,opacity 1.8s;
}
.anim-7 {
  -webkit-transition: transform 2s,opacity 2s;
  -moz-transition: transform 2s,opacity 2s;
  -o-transition: transform 2s,opacity 2s;
  transition: transform 2s,opacity 2s;
}
.anim-8 {
  -webkit-transition: transform 2.2s,opacity 2.2s;
  -moz-transition: transform 2.2s,opacity 2.2s;
  -o-transition: transform 2.2s,opacity 2.2s;
  transition: transform 2.2s,opacity 2.2s;
}
.anim-9 {
  -webkit-transition: transform 2.4s,opacity 2.4s;
  -moz-transition: transform 2.4s,opacity 2.4s;
  -o-transition: transform 2.4s,opacity 2.4s;
  transition: transform 2.4s,opacity 2.4s;
}
.anim-10 {
  -webkit-transition: transform 2.6s,opacity 2.6s;
  -moz-transition: transform 2.6s,opacity 2.6s;
  -o-transition: transform 2.6s,opacity 2.6s;
  transition: transform 2.6s,opacity 2.6s;
}
.anim-11 {
  -webkit-transition: transform 2.8s,opacity 2.8s;
  -moz-transition: transform 2.8s,opacity 2.8s;
  -o-transition: transform 2.8s,opacity 2.8s;
  transition: transform 2.8s,opacity 2.8s;
}
.anim-12 {
  -webkit-transition: transform 3.0s,opacity 3.0s;
  -moz-transition: transform 3.0s,opacity 3.0s;
  -o-transition: transform 3.0s,opacity 3.0s;
  transition: transform 3.0s,opacity 3.0s;
}
.anim-show {
  -webkit-transform: translateY(0px) translateX(0);
  -moz-transform: translateY(0px) translateX(0);
  transform: translateY(0px) translateX(0);
  opacity: 1;
}
.anim-list .anim-1 {
  -webkit-transition: transform .5s,opacity .5s;
  -moz-transition: transform .5s,opacity .5s;
  -o-transition: transform .5s,opacity .5s;
  transition: transform .5s,opacity .5s;
}
.anim-list .anim-2 {
  -webkit-transition: transform .6s,opacity .6s;
  -moz-transition: transform .6s,opacity .6s;
  -o-transition: transform .6s,opacity .6s;
  transition: transform .7s,opacity .7s;
}

@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}
@keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}
@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}
@keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}
@keyframes mymove8
{
from { filter:alpha(opacity=0);opacity:0;  -webkit-transform: translateY(0) translateX(-100px);
  -moz-transform: translateY(0) translateX(-100px);
  transform: translateY(0) translateX(-100px);
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;}
	to {filter:alpha(opacity=100);opacity:1; -webkit-transform: translateY(0px) translateX(0);
  -moz-transform: translateY(0px) translateX(0);
  transform: translateY(0px) translateX(0);}
}

@-webkit-keyframes mymove8
{
	from { filter:alpha(opacity=0);opacity:0;  -webkit-transform: translateY(0) translateX(-100px);
  -moz-transform: translateY(0) translateX(-100px);
  transform: translateY(0) translateX(-100px);
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;}
	to {filter:alpha(opacity=100);opacity:1; -webkit-transform: translateY(0px) translateX(0);
  -moz-transform: translateY(0px) translateX(0);
  transform: translateY(0px) translateX(0);}
}
@keyframes mymove7
{
from { filter:alpha(opacity=0);opacity:0;  -webkit-transform: translateY(0) translateX(100px);
  -moz-transform: translateY(0) translateX(100px);
  transform: translateY(0) translateX(100px);
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;}
	to {filter:alpha(opacity=100);opacity:1; -webkit-transform: translateY(0px) translateX(0);
  -moz-transform: translateY(0px) translateX(0);
  transform: translateY(0px) translateX(0);}
}

@-webkit-keyframes mymove7
{
	from { filter:alpha(opacity=0);opacity:0;  -webkit-transform: translateY(0) translateX(100px);
  -moz-transform: translateY(0) translateX(100px);
  transform: translateY(0) translateX(100px);
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;}
	to {filter:alpha(opacity=100);opacity:1; -webkit-transform: translateY(0px) translateX(0);
  -moz-transform: translateY(0px) translateX(0);
  transform: translateY(0px) translateX(0);}
}@charset "utf-8";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;background:transparent;border:0;outline:0;font-size:1em}
body,table,input,textarea,select,option{font-family:"Microsoft Yahei",sans-serif}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block}
ol,ul{list-style:none}
*{margin:0px; padding:0px; font-size:14px;font-family:Microsoft YaHei; color:#4a4a4a;}
img{border:0px; display:inline-block; font-size:0px; position:relative;}
a{text-decoration:none;}
body { margin:0px; padding:0px;font-size:14px; }
@font-face {font-family: "iconfont";
          src: url('/css/iconfont/iconfont.eot'); /* IE9*/
          src: url('/css/iconfont/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('/css/iconfont/iconfont.woff') format('woff'), /* chrome, firefox */
          url('/css/iconfont/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
          url('/css/iconfont/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
        }

        .iconfont {
          font-family:"iconfont" !important;
          font-size:16px;
          font-style:normal;
          -webkit-font-smoothing: antialiased;
          -webkit-text-stroke-width: 0.2px;
          -moz-osx-font-smoothing: grayscale;
        }
table{border-collapse:collapse; border-spacing:0;}
.clear{ clear:both;}
h1,h2,h3,h4,h5{ font-weight:normal;}
#top{background-color:#ffffff;}
#top_box{margin:0 auto; width:1200px; height: 90px;}
.border{border:1px #cecece dashed; margin:10px auto; clear:both;}

#logo{ float:left; margin-top:10px;}
#top_right{ float:right;margin-right:5px;}
#top_right span{ color:#996633; line-height:26px;}


.page_left{ width:235px; float:left;}
.page_right{width:920px; float:right; border:1px #d3d3d3 solid;}
.left_a{background-image:url(http://p17.qiyeku.cn/2017/4/19/zssjch/news/news_pic/image/2017_04_22/20170422023516186.png);background-repeat:no-repeat; background-position:15px center; margin-top:3px; height:35px; line-height:35px; display: block;  border-bottom:1px #f4f4f4 solid; text-indent:40px; color:#616161;}
.left_a:hover{ background-image:url(http://p17.qiyeku.cn/2017/4/19/zssjch/news/news_pic/image/2017_04_22/20170422022510204.png); border-bottom:1px #9e4341 solid;  color:#973835; }
#weizhi{ float:right; height:43px;  line-height:43px; color:#fff; margin-right:20px;}
#weizhi a{ color:#fff;}
#weizhi .icon{ font-size:18px; color:#fff; display:inline-block; width: 12px; height:43px; margin-right:5px;}
.weixin:hover{cursor: pointer;}

@font-face {
  font-family: 'iconfont';  /* project id 781842 */
  src: url('//at.alicdn.com/t/font_781842_5fahio9shp7.eot');
  src: url('//at.alicdn.com/t/font_781842_5fahio9shp7.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_781842_5fahio9shp7.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_781842_5fahio9shp7.woff') format('woff'),
  url('//at.alicdn.com/t/font_781842_5fahio9shp7.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_781842_5fahio9shp7.svg#iconfont') format('svg');
}
#navigation{  background-color:#fff; height:42px; }
#navigation_box{ margin:0 auto; width:816px; height:42px; text-align:left; }
.navigation_a{ width:113px; height:90px; color:#3c393a;; font-size:15px; line-height:90px; text-align:center; display:inline-block; }
.navigation_a:hover{ color:#333;background-color: #f6f6f6;border: 1px solid #e5e5e5;}
.nav_li{ width:113px;  text-align:center; display:inline-block; list-style:none; }
.nav_li:hover>.navigation_a{color:#333;background-color: #f6f6f6;border: 1px solid #e5e5e5;}
.nav_li ul{ display:none; position:absolute;margin: 0; padding: 0; z-index:99999;border-radius: 0 0 6px 6px;background-color: #f6f6f6;top: 122px;border-bottom: 0px;overflow: hidden;text-align: left;}
.nav_li ul li{ list-style:none; padding: 10px 30px 10px 23px; border-bottom: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;}
.nav_li ul li:hover{color:#ffffff;padding: 10px 30px 10px 23px; background-color:#fff;border-left: 10px #5a3a30 solid}
.navigation2_a {color:#727272; font-size:14px;  line-height:25px; text-align:center; display:inline-block;}
.navigation2_a:hover{color:#333;}

.web{width:1200px;margin:0px auto; position:relative;}
.clearfix:after{visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.clearfix{*zoom:1;}
ul, li { list-style: none;}@media screen and (max-width:768px){
.home .column{ line-height:24px;}
.home .column span.en{ font-size:20px;}
.home .column span.cn{ font-size:24px;}
}
.auto,
.auto_1200{ margin:0 auto; width:100%; position:relative;}
.auto{max-width:1200px;}
.auto_1200{ max-width:1200px;}
@media screen and (max-width:1480px){
.auto{ width:95%}
}
@media screen and (max-width:1280px){
.auto_1200{ width:95%}
}
/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

.clear{clear: both;}
.blk-main .clearlist{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}

/*内页板块全局变量*/
.blk{margin-bottom:  20px;}
/*翻页*/
.p12-pagination-1-main {margin: 0 auto;  padding: 20px 0;height: 30px;text-align: center;}

.pager_box{clear:both; text-align:center; line-height:40px; margin:20px auto;font-size:14px; color:#404040;} 
.pager{font-size:14px; padding:0 10px;  color:#666;  line-height:25px; display:inline-block;background-color:#fff;border: 1px solid #e5e5e5; margin:0px 5px;}
.pager_hover,.pager:hover{font-size:14px; background-color:#5a3a30; padding:0 10px; line-height:25px; display:inline-block; margin:0px 5px; color:#ffffff; }
.first_pager,.prev_pager,.next_pager,.last_pager{ line-height:25px; color:#404040; display:inline-block; margin:0px 5px; font-size:14px; }
    

/*Main模板*/
.blk-main{width:1200px; margin: 0 auto;}
/*小模块*/
.blk-xs{width:240px;}
/*中模块*/
.blk-sm {width: 80%;}
/*小版块*/
.blk{margin-bottom:30px;}

.position-full{position: absolute;width: 100%;height: 100%;left: 0;top:0;}
.middle-box{display: table; height: 100%;  width:100%; margin:0 auto; position:relative;table-layout: fixed;}
.middle-inner{display: table-cell; vertical-align:middle; *position:absolute; *top:50%; *left:50%; width:100%;}
.text-center{text-align: center;}
.w1400{width: 1400px;margin: 0 auto;}
.ban-text{display: inline-block;position: relative;}
.ban-text h2{color: #fff;font-size: 26px;letter-spacing: 13px;text-indent: 13px;}
.ban-text p{color: #fff;letter-spacing: 13px;margin-top: 12px;text-indent: 13px;}
.ban-text div{position: absolute;width: 26px;height: 13px;}
.ban-text .i1{background-image: url("http://p21.qiyeku.cn/2021/7/1/gdweiyexin/product/product_pic/image/2021_07_24/20210724102902792.png");left: -7px;top:-25px;}
.ban-text .i2{background-image: url("http://p21.qiyeku.cn/2021/7/1/gdweiyexin/product/product_pic/image/2021_07_24/20210724103137095.png");right: -7px;top:-25px;}
.ban-text .i3{background-image: url("http://p21.qiyeku.cn/2021/7/1/gdweiyexin/product/product_pic/image/2021_07_24/20210724103349812.png");left: -7px;bottom:-25px;}
.ban-text .i4{background-image: url("http://p21.qiyeku.cn/2021/7/1/gdweiyexin/product/product_pic/image/2021_07_24/20210724103359695.png");right: -7px;bottom:-25px;}
.relative{position: relative;overflow: hidden;}.pc-show{display: block;}

.subbar{line-height:80px;background-color:#f7f7f7;border-bottom:1px solid #e2e2e2;overflow: hidden;}
.wp1460{max-width:1200px;margin:0 auto}
.subbar-breadcon{font-size:14px;color:#888;width: 17%;float: left;}
.subbar-breadcon a,.subbar-breadcon span{display:inline-block;vertical-align:top}
.subbar-breadcon a{color:#888;-webkit-transition:all .3s;-o-transition:all .3s;-moz-transition:all .3s;transition:all .3s}
.subbar-breadcon .icon-shouye{margin-right:2px;font-size:16px;color:#3e3e3e}
.subbar-menu{-webkit-box-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;min-width:0;text-align:right}
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;width: 70%;float: right;}
.subbar-menu.no-init .swiper-wrapper{display:block;width:100%}
.subbar-menu .swiper-wrapper{font-size:0}
.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}
.subbar-menu .swiper-slide a{position:relative;display:block;margin:0 17px;padding:0 12px;font-size:16px;color:#666;-webkit-transition:all .3s;-o-transition:all .3s;-moz-transition:all .3s;transition:all .3s}
.subbar-menu .swiper-slide{display:inline-block;vertical-align:top;width:auto}
.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}
.subbar-menu .swiper-slide.on a::after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:2px;background-color:#e8a913}
.subbar-menu .swiper-slide.on a{color:#e8a913}#side{position:fixed;right:0;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);z-index:999}
#side li{margin-bottom:1px;float:right;clear:both}
#side li a{padding:6px 0 5px;width:70px;display:block;font-size:13px;text-align:center;transition:all 0.3s;-webkit-transition:all 0.3s;border-radius:5px 0 0 5px;background:#5a3a30;color: #fff;}
#side li a:hover{padding-right:10px}
#side li a img{margin:0 auto 3px;display:block}
#side .tel{margin-bottom:15px;width:70px;clear:both;float:right;overflow:hidden;cursor:pointer;font-size:13px;text-align:center;transition:all 0.3s;-webkit-transition:all 0.3s;border-radius:5px 0 0 5px;background:#5a3a30;}
#side .tel:hover{width:220px}
#side .tel .subTel{width:220px}
#side .tel .txt{padding:6px 0 5px;width:70px;float:left;display:block;color: #fff;}
#side .tel .txt img{margin:0 auto 3px;display:block}
#side .tel .num{width:149px;display:block;float:left;color:#fff;font-size:18px;font-weight:bold;line-height:66px;border-left:1px solid #6e3d30}
#side .tel .num a {color: #fff;}
#side .pageTop{float:right;clear:both;margin-right:13px;border-radius:50%;overflow:hidden;opacity:.33;transition:all 0.3s}
#side .pageTop:hover{display:block;opacity:1}
#side .my-kefu-weixin-pic{position:absolute;left:-130px;top:-24px;display:none;z-index:333}
.my-kefu-weixin-pic img{width:115px;height:115px}.grybg {background: #fff;}
.header_i h1{visibility: visible !important;}
/**选项**/
.zwt_flei{ height:80px; background:#fff; border-bottom:1px solid #e0e1e2;}
.zwt_fleisear b{ font-size:20px; color:#0b0b0b; display:block; font-weight:normal; margin-right:27px; line-height:80px; float:left}
.zwt_fleichaxun{ padding-top: 30px;min-height: 60px;margin-bottom: 10px;overflow: hidden;height: auto;}
.zwt_fleichaxun .lei{ width:140px; height:38px; line-height:38px; float:left; margin-right:8px; font-size:14px; color:#333; border:1px solid #e0e1e2; background:#fff; cursor:pointer; position:relative;text-align: center;}
.zwt_fleichaxun .lei .xiadiv{ width:148px; height:auto; padding:10px 0; border:1px solid #e0e1e2; background:#fff; position:absolute; top:40px; left:-1px; z-index:999;}
.zwt_fleichaxun .lei .xiadiv a{ height:32px; line-height:32px; display:block; overflow:hidden; text-indent:12px;}
.zwt_fleichaxun a.subsure{ height:40px; line-height:40px; padding:0 17px; font-size:14px; display:block; float:left; background:#2c2c2c; color:#fff; border-radius:3px;}
.zwt_fleilujin{ float:right; line-height:80px;background: url(http://p202.qiyeku.cn/2009/10/10/jianyu/product/product_pic/image/2020_09_27/20200927050029633.png) left center no-repeat;text-indent: 28px;color:#ccc;font-size: 14px;}
.zwt_fleilujin a{ color:#939393}
.zwt_fleilujin a.mo{ color:#0b0b0b}


.proCt{ padding:0px 0;padding-bottom: 60px;}
.proCt li{ width:32%; height:385px; float:left;border:5px solid #fff; margin:0 20px 30px 0; padding-bottom:30px; background:#fff; position:relative }
.proCt li .proCtImg .ctImg{ width:100%; height:300px; margin:10px 0 0px; overflow:hidden; text-align:center}
.proCt li .proCtImg .ctImg img{ height:280px;/*! width: 300px; */object-fit: scale-down;}
.proCt li .proCtImg a{ color:#333;}
.proCt li .proCtImg p{ text-align:center; font-size:14px; line-height:27px;}
.proCt li .proCtImg b{ text-align:center; font-size:14px; display:block; line-height:40px;}
.proCt li.curr{ border:1px solid #e5e5e5}
.proCt li.mo{ margin-right:0;}
.proCt li .proCtSdg{ width:44px; height:44px; position:absolute; top:5px; right:5px}
.proCt li .proCtSdg a{ width:44px; height:20px; line-height:20px; padding-top:24px; text-align:center; color:#fff; background-color:#9f9f9f !important; display:block; margin-bottom:2px;}
.proCt li .proCtSdg a.curr{ background-color:#fb9504 !important}
.proCt li:nth-child(3n) {margin-right: 0; }

#page{ width:100%; height:44px; padding:10px 0; margin-top:5px; text-align:center; background:#fff;font-size:14px}
.pt_list {line-height: 11px; }
.pt_list a{ line-height: 37px; height: 37px;   display: block;  overflow: hidden;}
.pt_list a span{ font-size:10px; margin-right:10px;}
.pt_list a:hover,.pt_list a:hover span{ color:#f8f012;}
.pt_list_a_hover{color:#f8f012; }
.pt_list1 a{width:100%;height: 48px;line-height: 48px;float: left;font-size: 14px;border: 1px solid #e0e1e2;color: #333;cursor: pointer;position: relative;text-align: center;}
.pt_list2 a{}
.pt_list3 a{text-indent: 25px;  }
.pt_list4 a{text-indent: 35px;  }
.pc-list li:hover {background-color: #f8f012;}

.fdom_hover{ background-color:#f8f012;}
.pt_box2{display: none;}
.pt_box2_hover{display: block;}
.pt_list2_hover{ background-color:red;}

.seabox{overflow: hidden;height:65px;overflow:hidden;background: #666;font-family: "Microsoft Yahei";font-size:14px;background: url(http://p184.qiyeku.cn/2019/6/30/lihong/product/product_pic/image/2019_07_08/20190708104607680.gif) repeat-x;}
.search00{width:1200px; margin:0 auto;}
.sea_in{margin-top: 13px;}
.sea_in .serach{width:276px;height:35px;border:0;line-height:35px;color:#666;padding:0 0 0 10px;float:left;outline: none;display: block;font-size:14px;background:url(images/sou1.jpg) no-repeat left top;border:none; }
.sea_in .sub{ width:31px; height:35px;background:url(images/sou2.jpg) no-repeat left top;border:none; float:left;}
.k_word{overflow:hidden;width:1200px;color:#666; height: 52px; line-height: 52px;}
.k_word a{color:#666; display: inline-block; padding: 0 12px;font-size:14px;}
.k_word b{font-weight: normal;}.footer{background: #d9d9d9;padding: 40px 0;overflow: hidden;}
.footer-nav{border-bottom: 1px solid #c8c8c8;padding-bottom: 26px;margin-bottom: 30px;}
.footer-nav a{margin-right: 68px;color: #333;height: 46px;display: inline-block;line-height: 46px;}
.footer-nav a:hover{color: #e8a913;}
.footer-nav a:last-child{margin-right: 0;}
.footer-shop{position: absolute;right: 0;bottom:0;}
.footer-shop a{margin-right: 25px;}
.footer-shop a:last-child{margin-right: 0;}
.footer-tel{font-family: dinmedium;font-size: 32px;color: #333;letter-spacing: -1px;}
.footer-tel img{margin-right: 6px;}
.footer-code{font-size: 0;margin-top: 15px; }
.code-list{display: inline-block;font-size: 14px;}
.code-list .img100{width: 96px;}
.code-list:nth-child(1){margin-right: 14px;}
.code-list p{font-size: 12px;color: #333;margin-top: 5px;}
.w1200 {width: 1200px;margin: 0 auto;}
.bq p ,.bq p a{ line-height: 1.6em;; color: #999;}