/*iconfont引用*/
@import url("fonts/iconfont.css");
@font-face {
  font-family: 'iconfont';
  src: url('/template/default/style/font/iconfont.eot');
  src: url('/template/default/style/font/iconfont.eot?#iefix') format('embedded-opentype'),
      url('/template/default/style/font/iconfont.woff2') format('woff2'),
      url('/template/default/style/font/iconfont.woff') format('woff'),
      url('/template/default/style/font/iconfont.ttf') format('truetype'),
      url('/template/default/style/font/iconfont.svg#iconfont') format('svg');}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 8px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}
.text-overflow {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
  
/*头部*/
.head_v16 { height:30px; line-height:30px; font-size:12px; background:#fff; border-bottom:1px solid #cfcfcf;}
.head_v16 .left { float:left;}
.head_v16 .left span { float:left;}
.head_v16 .left .login_v16 { float:left;
    display: flex;}
.head_v16 .left .login_v16 a { display:inline-block; margin-left:15px;}
.head_v16 .left .login_v16 a:nth-child(1) { font-weight:700;}
.head_v16 .right { float:right; height:30px;}
.head_v16 .right ul li { float:left; position:relative;padding-right:10px;text-align: center; margin-left:20px;}
.head_v16 .right ul li span { position:relative;padding-right: 10px;display: inline-block;width: 100%; overflow:hidden;cursor:pointer;}
.head_v16 .right ul li a { display:inline-block; overflow:hidden;}
.head_v16 .right ul li span:hover { color:#ff6700;} 
.head_v16 .right ul li span:after { content:""; display:inline-block; border-top: #ccc 4px solid;border-right: #fff 4px solid;border-bottom: #fff 4px solid;border-left: #fff 4px solid;font-size: 0px;width: 0px;line-height: 0;height: 0px;-webkit-transition: -webkit-transform .2s ease-in;-moz-transition: -webkit-transform .2s ease-in;-o-transition: -webkit-transform .2s ease-in;transition: -webkit-transform .2s ease-in;position: absolute;top: 10px;right: 0px;}
.head_v16 .right ul li:hover span:after { transform: rotate(180deg);}
.head_v16 .right ul li dl { position:absolute; left:0px; top:30px; width: 110%;background: #fff;z-index: 2;box-sizing: border-box;border-left: 1px solid #cfcfcf;border-right: 1px solid #cfcfcf;border-bottom: 1px solid #cfcfcf; display:none;}
.head_v16 .right ul li:hover dl { display:block;}
.head_v16 .right ul li dl dd { height:30px; line-height:30px; text-align:center;}


.top_v16 { height:60px; padding:30px 0; background:#fff;}
.top_v16 .logo_v16 { float:left; width:300px;}
.top_v16 .logo_v16 img{ width: 228px;
    margin-top: 6px;}
.top_v16 .search_v16 { float:left; height:40px;border:2px solid #ff5400;box-sizing:border-box;margin-top:10px;}
.top_v16 .search_v16 input { border:none; background:none; height:36px; width:100%;outline:none;}
.top_v16 .search_v16 ul li { float:left; position:relative;}
.top_v16 .search_v16 ul li:nth-child(1) { width:80px;}
.top_v16 .search_v16 ul li:nth-child(1) input { color:#666; text-align:center;cursor:pointer;}
.top_v16 .search_v16 ul li:nth-child(1):after { content: "";transition: all .3s;display: inline-block;border-style: solid;border-width: 6px 6px 0 0;border-color:transparent #ccc;transform: rotate(45deg);position: absolute;right: 0px;top: 15px;}
.top_v16 .search_v16 ul li:hover:nth-child(1):after { border-color: transparent #e3211a;transform: rotate(225deg);top: 18px;}
.top_v16 .search_v16 ul li:nth-child(2) { width:440px; padding-left:20px;}
.top_v16 .search_v16 ul li:nth-child(2) input { color:#666;}
.top_v16 .search_v16 ul li:nth-child(3) { background:#ff5400; font-size:16px; width:80px;}
.top_v16 .search_v16 ul li:nth-child(3) input { color:#fff;cursor:pointer;}
.top_v16 .search_v16 ul li #search_tips{ left: 0px;top: 40px;box-sizing: border-box; z-index: 1000;position: absolute;width: 100%; overflow: hidden;cursor: pointer;margin: 0; font-size: 14px;background: #FFF;border: #eee 1px solid;}
.top_v16 .search_v16 ul li #search_tips div { height:30px; line-height:30px;color: #666;}
.top_v16 .search_v16 ul li #search_tips div:hover { background:#f9f9f9;}
.top_v16 .search_v16 ul li #search_tips div:hover span { color:#008000;}
.top_v16 .search_v16 ul li dl { display:none; background:#fff; width:100%;box-sizing:border-box; border:2px solid #e3211a; border-top:none;position:absolute; left:-2px;z-index:1000;}
.top_v16 .search_v16 ul li dl dd { height:30px;font-size:14px;text-align:center;cursor:pointer;}
.top_v16 .search_v16 ul li dl dd a { color:#666; }
.top_v16 .search_v16 ul li dl dd:hover { color:#e3211a;}
.top_v16 .search_v16 ul li:hover dl { display:block;}
.top_v16 .neik { height:40px;}
.top_v16 .hot_v16 { display:block; overflow:hidden;margin-top:5px;}
.top_v16 .hot_v16 a { color:#666;}
.top_v16 .fabu { width:164px; height:40px; line-height:40px; text-align:center; font-size:15px; float:right; background:hsl(41, 100%, 50%); border:1px solid hsl(41, 100%, 50%); box-sizing:border-box; margin-top:10px;}
.top_v16 .fabu a { color:#fff; display:inline-block;}
.top_v16 .fabu a:before { content:"\e7c1";font-family: 'iconfont'; margin-right:10px; font-weight:700;}

.menu_v16 { height:40px; background:#ff5400; margin-bottom:15px;}
.menu_v16 .allmenu {background:#862e03;color:#fff;font-size:16px;height:40px;line-height:40px;float:left;width:220px;margin-right:20px;cursor:pointer;position:relative;}
.menu_v16 .allmenu:before {content:"\e60e";display:inline-block;font-family:'iconfont'; width:40px;height:40px;float:left;text-align:center;font-size:20px;margin:0 5px;}
.menu_v16 .nav_16 li { height:40px; line-height:40px; font-size:16px; float:left;padding:0 12px;}
.menu_v16 .nav_16 li a { padding:8px 2px;}
.menu_v16 .nav_16 li a span{ color:#fff;}
.menu_v16 .nav_16 li a span:hover{ color:#000;}
.menu_v16 .nav_16 li.menuon a { color:hsl(0, 0%, 100%);; font-weight:700; border-bottom:2px solid hsl(0, 0%, 100%);;}
.menu_v16 .allmenu .im0l_v16 { width:220px; position:absolute; top:40px; left:0; background:rgba(0,0,0,.88);z-index:3;padding-bottom:10px;display:none;}
.menu_v16 .allmenu:hover .im0l_v16 { display:block;}
.menu_v16 .allmenu .im0l_v16 ul li {padding: 0px 20px 22px;}
.menu_v16 .allmenu .im0l_v16 ul li:nth-child(1n+2) { margin-top:-1px;}
.menu_v16 .allmenu .im0l_v16 ul li:hover { background:#2d2e3e;}
.menu_v16 .allmenu .im0l_v16 ul li p { height:20px;overflow:hidden; line-height:20px;}
.menu_v16 .allmenu .im0l_v16 ul li .p_1 { font-size:16px; margin-bottom:5px;border-top: 1px solid #333;padding-top:12px;}
.menu_v16 .allmenu .im0l_v16 ul li .p_1 a { color:#fff;}
.menu_v16 .allmenu .im0l_v16 ul li .p_2 { font-size:12px;}
.menu_v16 .allmenu .im0l_v16 ul li .p_2 a { color:#aaa; display:inline-block; margin-right:5px;}
.menu_v16 .allmenu .im0l_v16 ul li .p_2 a:hover { color:#e3211a;}
.menu_v16 .allmenu .im0l_v16 ul li .right { width:0px; height:487px; background:#fff;position:absolute; left:220px; top:0px; overflow:hidden;  transition:all .8s; box-sizing:border-box;}
.menu_v16 .allmenu .im0l_v16 ul li:hover .right { width:980px;}
.menu_v16 .allmenu .im0l_v16 ul li .right_box { padding:10px 20px; position:absolute; right:0;width:980px;height:487px;border:1px solid #e3211a;box-sizing:border-box;overflow-y: auto;}
.menu_v16 .allmenu .im0l_v16 ul li .right_box .menu_left { float:left; width:730px;}
.menu_v16 .allmenu .im0l_v16 ul li .right_box strong { font-size:16px; display:block;}
.menu_v16 .allmenu .im0l_v16 ul li .right_box strong a { color:#e3211a;}
.menu_v16 .allmenu .im0l_v16 ul li .right_box dl { font-size:12px;padding: 10px 0; overflow:hidden;}
.menu_v16 .allmenu .im0l_v16 ul li .right_box dl dt { line-height: 25px;font-weight: 700;float:left; width:10%; margin-right:3%;}
.menu_v16 .allmenu .im0l_v16 ul li .right_box dl dd { line-height: 25px; overflow:hidden; float:left; width:85%;}
.menu_v16 .allmenu .im0l_v16 ul li .right_box dl dd a { color:#666; display:inline-block; float:left; margin-right:15px;}
.menu_v16 .allmenu .im0l_v16 ul li .right_box dl dd a:hover { color:#e3211a;}
.menu_v16 .allmenu .im0l_v16 ul li .right_box .menu_AD { float:right; width:168px;padding-top:10px;}
.menu_v16 .allmenu .im0l_v16 ul li .right_box .menu_AD img { margin-top:10px;}
.menu_v16 .enter { float:right; position:relative; bottom:-5px; margin-right:5px;}



/*底部样式the*/
.footerBox {width:100%;min-width:1200px;padding:0 0 40px;background:#121212;margin-top:20px;}
.footerBox .footer {width:1200px;margin:0 auto;}
.footer .footerTop {height:auto;overflow:hidden;padding-bottom:40px;color:#a0a0a0;}
.footerTop a {color:#888;}
.footerTop .gfNavItem {margin-right:110px;display:inline-block;line-height:26px;vertical-align:top;float:left;}
.footerTop .gfNavItem.gfLt {margin-right:80px;}
.footerTop .gfNavItem.about {margin-right:0;}
.footerTop .gfLt .logo {display:block;width:156px;height:60px;}
.footerTop .gfLt .tel {font-size:20px;padding-top:20px;color:#fff;}
.footerTop .gfLt .tel .iconfont {font-size:16px;margin-right:8px;color:#a0a0a0;}
.footerTop .gfLt .date {color:#6e6e6e;}
.gfNavItem .gfNavTitle {width:130px;font-size:16px;color:#fff;font-weight:normal;padding-bottom:12px;}
.gfNavItem .gfNavLink {display:block;}
.footer .fonterCode {float:right;padding:0 20px 10px 80px;line-height:26px;border-left:1px #2f2f2f solid;}
.fonterCode .mobileTitle {font-size:16px;color:#ddd;font-weight:normal;}
.fonterCode .codeBox {height:auto;overflow:hidden;margin-right:-30px;padding-top:12px;}
.fonterCode .codeBox dl {float:left;display:inline;margin-right:30px; text-align:center}
.fonterCode .codeBox dl dt {text-align:center;padding-top:3px;}
.footer .fonterInfo {text-align:center;color:#6e6e6e;line-height:36px;}
.footerSortLine {height:1px;background:#292929;margin-bottom:5px;}
.footerSort {padding-bottom:5px;}
.footerSort a {color:#6e6e6e;padding:0px 12px;border-right:none;}
.footerSort a:hover,.footerTop a:hover {color:#e02445;}
.footerSort a:last-child {border-right:none;}
.fonterInfo .footNav {height:24px;line-height:24px;padding-top: 6px}
.fonterInfo .footNav a,.fonterInfo .telTime a,.footCopyright .telTime a {color:#888;margin:0 12px;}
.fonterInfo .footNav span.otherFoot .telTime span {font-size:12px;}
.fonterInfo .footNav a.footIco,.fonterInfo .telTime a.footIco {margin:0 0 0 15px}
.fonterInfo .footNav a:hover,.otherFoot .telTime a:hover {color:#e02445}
.fonterInfo .bianHao {color:#999;}
.fonterInfo .bianHao a {color:#999;}
.fonterInfo .beiAn {color:#424242;margin-left: 3px;}
.fonterInfo .footFriend {height:31px;padding-top:10px;}
.fonterInfo .footFriend .iso {width:88px;height:31px;display:inline-block;background-image:url(/template/default/style/img/copyright.png);opacity:.6;filter: alpha(opacity=60);margin-right:4px;}
.fonterInfo .footFriend .isoa {background-position:0 0}
.fonterInfo .footFriend .isob {width:87px;background-position:-92px 0}
.fonterInfo .footFriend .isoc {width:87px;background-position:-182px 0}
.fonterInfo .footFriend .isod {width:107px;background-position:-272px 0}
.fonterInfo .footFriend .isoe {background-position:-383px 0}
.fonterInfo .footFriend .isof {width:95px;background-position:-474px 0}
.fonterInfo .footFriend .isoa:hover {background-position:0 -31px}
.fonterInfo .footFriend .isob:hover {background-position:-92px -31px}
.fonterInfo .footFriend .isoc:hover {background-position:-182px -31px}
.fonterInfo .footFriend .isod:hover {background-position:-272px -31px}
.fonterInfo .footFriend .isoe:hover {background-position:-383px -31px}
.fonterInfo .footFriend .isof:hover {background-position:-474px -31px}
.fonterInfo .footFriend .iso:hover {opacity:1;filter: alpha(opacity=100);}
.footer .fonterInfo.otherFoot {text-align:center;border-top:none;padding-top:0;color:#6e6e6e;line-height:36px;}
.otherFoot .footerSort {border-bottom:1px #292929 solid;padding-bottom:15px;margin-bottom:10px;}
.otherFoot .telTime {height:24px;line-height:24px;padding:8px 0 6px;}
.advantage { overflow:hidden;}
.advantage li { float:left; height:120px; line-height:120px; font-size:18px; color:#fff; margin-right:140px;}
.advantage li:nth-child(5) { margin-right:0;}
.advantage i { background: url(/template/default/style/img/bottom.png) no-repeat; position: static; position: initial; display: inline-block; vertical-align: -8px; margin-right: 20px;}
.advantage .ad1 {width: 34px;height: 36px;background-position: -124px -85px;vertical-align: -14px;}
.advantage .ad2 {width: 32px;height: 32px;background-position: -124px -41px;}
.advantage .ad3 { width: 32px; height: 32px; background-position: -124px -129px;}
.advantage .ad4 {width: 34px;height: 33px;background-position: -124px -170px; }
.advantage .ad5 {width: 27px;height: 34px;background-position: -124px 0;}

/*底部样式end*/



/*右侧固定导航the*/
.side-tool{position:fixed;right:0;top:0;bottom:0;width:40px;background: #2d2e3e;z-index: 9999;box-shadow: 0 0 10px hsla(0,0%,60%,.2);}
.side-tool .aside-body{position:absolute;left:0;right:0;top:100px}
.side-tool .aside-bottom{position:absolute;left:0;right:0;bottom:0}
.side-tool .tool-list{}
.side-tool .tool-list .tool-bg{display:block;padding:10px 0;text-align:center;-webkit-transition:.2s;transition:.2s;color:#fff;position: relative;}
.side-tool .tool-list .tool-bg .icon i{ font-size:22px;}
.side-tool .tool-list .tool-bg .name{margin-top:3px;font-size:12px;}
.side-tool .tool-list .tool-bg .sign{display:inline-block;min-width:20px;height:20px;line-height:20px;margin-top:3px;margin-left:auto;margin-right:auto;border-radius:50%;background:#e3211a;text-align:center;color:#fff;-webkit-transition:.2s;transition:.2s}
.side-tool .tool-list .tool-bg.show-btn-collection .show-collection{display:none;position:absolute;right:45px;bottom:115px;font-size:14px;width:80px;height:34px;border-radius:2px;border:1px solid #e5e5e5;text-align:center;line-height:34px;color:#222;z-index:9999;background-color:#fff}
.side-tool .tool-list .tool-bg.show-btn-collection:hover .show-collection{display:block;color:#222}
.side-tool .tool-list .tool-bg .show-content{display:none;position:absolute;right:45px;bottom:0px}
.side-tool .tool-list .tool-bg.show-btn-side .show-content{display:none}
.side-tool .tool-list .tool-bg.show-btn-side:hover .show-content{display:block}
.side-tool .tool-list .tool-bg:hover{background:#e3211a;color:white}
.side-tool .tool-list .tool-bg:hover .name{color:white}
/*右侧固定导航end*/



/*商铺信息*/
.company-box {height:auto;overflow:hidden;background:#fff}
.company-box h2 {font-size:16px;line-height:40px;padding:5px 15px;font-weight:normal;color:#000}
.company-box h2:before {content:"";background:#ff6000;float:left;margin-right:10px;height:16px;width:3px;margin-top:12px;}
.shopName {height:77px;padding:0px 0px 0px 15px;background:url("img/news-hot.png") no-repeat 0px 0px scroll;border-bottom:#eee 1px solid}
.shopName h3 {color:#e3211a;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;overflow:hidden;height:20px;line-height:20px;padding:13px 5px 0px 0px;}
.shopName h3 a {color:#e3211a;}
.shopName h3 a:hover {color:#e3211a;text-decoration:none;}
.shopName .jwsy {margin-top:10px;font-size:12px;height:27px;line-height:27px;}
.shopName .jwsy1 {background:#e3211a;color:#fff;border-radius:2px;text-align:center;padding:4px 6px;margin-right:5px;}
.shopName .jwsy1 a {color:#fff}
.shopName .jwsy1:hover,.shopName .jwsy2:hover {opacity:.8;filter:alpha(opacity=80);}
.shopName .jwsy2 {background:#9E9E9E;color:#fff;border-radius:2px;text-align:center;padding:4px 6px;margin-right:5px;}
.shopName .jwsy3 {background:#607D8B;color:#fff;border-radius:2px;text-align:center;padding:4px 6px;}
/*-- 诚信档案 --*/
.shopData p:before,.shopData p:after {content:"";display:block;clear:both;height:0;visibility:hidden;}
.shopData p {zoom:1;}
.shopData p {line-height:30px;padding:0px 5px 0px 15px;height:30px;z-index:1}
.shopData p em {float:left}
.shopData p em.wxqrcode {float:left;position:relative;height:16px;z-index:100;display:block;margin-right:10px}
.shopData p em.wxqrcode span {display:none}
.shopData p em.wxqrcode:hover span {display:block;z-index:1000;width:100px;height:100px;overflow:hidden;position:absolute;left:-40px;padding:5px;top:-105px;box-shadow:0px 0px 5px rgba(0,0,0,0.25);background:white;}
.shopData p em.wxqrcode span img {width:100px;height:100px;}
.shopData p i {color:#999;float:left;font-size:12px;padding-right:4px;text-align:right;}
.shopData p a {color:#4c4c4c;margin-right:10px;}
.fl {float:left}
.v-year {display:block;font-size:14px;line-height:16px;padding-left:10px;float:left}
.v-year b {font-weight:bold;color:#e3211a;font-size:16px;}
/*-- 公司信息 --*/
.companyInfo {height:auto;overflow:hidden;border-top:#eee solid 1px;padding:15px 0px 5px 15px;margin-top:10px;}
.companyInfo a {width:62px;height:28px;float:left;border:#eee solid 1px;line-height:28px;border-radius:1px;margin:0px 6px 10px 0px;padding-left:34px;color:#535353;}
.companyInfo a:hover {color:#e3211a;text-decoration:none;}
.companyInfo a.dp {background:#FEFCE4 url(img/dp-icon.png) no-repeat 12px center;background-size:16px 16px;}
.companyInfo a.gs {background:#FEFCE4 url(img/gs-icon.png) no-repeat 12px center;background-size:16px 18px;}
.companyInfo a.dz {background:#FEFCE4 url(img/dz-icon.png) no-repeat 12px center;background-size:16px 16px;}
.companyInfo a.cp {background:#FEFCE4 url(img/fl-icon.png) no-repeat 12px center;background-size:16px 16px;}
.black_overlay {display:none;position:fixed;top:0%;left:0%;width:100%;height:100%;background:black;z-index:1001;-moz-opacity:0.6;opacity:.60;filter:alpha(opacity=60);}
.blank_content {display:none;position:fixed;top:35%;left:40%;width:50%;height:270px;background:#f7f7f7 url(img/cart.png) no-repeat left 40px;z-index:1002;width:470px;border-radius:5px;padding:5px;}
.blank_content h2 {height:40px;line-height:40px;clear:both;font-size:18px;padding:0px 5px 0px 10px;font-weight:normal}
.blank_content h2 span {float:right}
.blank_content h3 {height:40px;line-height:40px;clear:both;font-size:18px}
.blank_content h3 a {color:#ee2e2c}
.blank_content .open {padding:10px 15px 20px 15px;overflow:hidden;}
.blank_content ul li {font-size:14px;line-height:28px;height:28px}
.blank_content ul li em {font-size:12px;color:#666}
.blank_content ul li img {margin-top:-5px}
.blank_content ul li.com {font-size:16px}
.blank_content dl dt {float:left;margin-right:10px;margin-top:8px;}
.blank_content dl dt img {width:100px;height:100px;border-radius:3px;}
.blank_content dl ul {overflow:hidden;}
.wx {border-top:#e3e3e3 1px solid;padding-top:15px;text-align:center;font-size:14px;}
.wx b {color:red}
.qrcode2 {width:47px;position:absolute;right:30px;top:63px;z-index:1000}
.qrcode2 p {font-size:12px;}
.qrcode2 dl {display:none}
.qrcode2:hover dl {display:inline-block;position:relative;z-index:10000;background:white;width:100px;box-shadow:0px 0px 3px rgba(0,0,0,0.15);top:0px;padding:5px;left:-90px}
.qrcode2:hover dl img {width:100px;height:100px;}
.open {padding:0px 0px;}
.buycar {padding:0px 15px 15px 15px}
.buycar a {background:#e3211a url(img/s-ico1.png) no-repeat 40px 8px;background-size:20px 22px;display:block;height:40px;line-height:40px;color:white;font-size:16px;text-align:center;cursor:pointer;border-radius:2px}
.buycar a:hover {background:#009231 url(img/s-ico1.png) no-repeat 40px 8px;background-size:20px 22px;}