﻿/* Css Document */
@font-face {
  font-family: "DIN Regular";
  src: url("/fonts/din regular.woff") format("woff"),
       url("/fonts/din regular.ttf") format("truetype"),
       url("/fonts/din regular.eot") format("embedded-opentype"),
       url("/fonts/din regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN-Light";
  src: url("/fonts/din-light.woff") format("woff"),
       url("/fonts/din-light.ttf") format("truetype"),
       url("/fonts/din-light.eot") format("embedded-opentype"),
       url("/fonts/din-light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN-Medium";
  src: url("/fonts/din-medium.woff") format("woff"),
       url("/fonts/din-medium.ttf") format("truetype"),
       url("/fonts/din-medium.eot") format("embedded-opentype"),
       url("/fonts/din-medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DINALTERNATE";
  src: url("/fonts/dinalternate.woff") format("woff"),
       url("/fonts/dinalternate.ttf") format("truetype"),
       url("/fonts/dinalternate.eot") format("embedded-opentype"),
       url("/fonts/dinalternate.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN Alternate Bold";
  src: url("/fonts/din alternate bold.woff") format("woff"),
       url("/fonts/din alternate bold.ttf") format("truetype"),
       url("/fonts/din alternate bold.eot") format("embedded-opentype"),
       url("/fonts/din alternate bold.svg") format("svg");
}
.ff-din{font-family: "DIN Regular",Arial,sans-serif !important;}
.ff-din-light{font-family: "DIN-Light",Arial,sans-serif !important;}
.ff-din-medium{font-family: "DIN-Medium",Arial,sans-serif !important;}
.ff-dinal{font-family: "DINALTERNATE",Arial,sans-serif !important;}
.ff-dinal-bold{font-family: "DIN Alternate Bold",Arial,sans-serif !important;}
html{font-size: 100px;}
@media (max-width: 1199px){html{font-size: 88px;}}
@media (max-width: 991px){html{font-size: 76px;}}
@media (max-width: 639px){html{font-size: 60px;}}
html, body{-webkit-text-size-adjust:none;}
body{color: #666; font-size: 14px; background-color: #fff;}
html, body, input, p, a, span, ul, li, dl, dt, dd, ol, select, td, th, input, textarea, button, div{font-family: "DIN Regular",Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;} 
a, a:link, a:visited, a:hover, a:active{color: #666; outline: 0; border: 0; text-decoration: none}
a:hover, a:active{background-color: transparent;}
@media (min-width: 1200px){a:hover{color: #fe4500;}}
small{display: block; font-size: 100%;}
input, textarea, button, select, radio{margin: 0; padding: 0; outline: 0; border: 0;}
input, textarea, button, select{-webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-border-radius: 0; border-radius: 0;}
textarea{resize: none;}
img{max-width: 100%; display: block;}
ul{list-style: none;}
a{text-decoration: none; outline: 0; blr:expression(this.onFocus=this.blur()); /*按下鼠标图片周边不会出现虚线*/}
::-ms-clear, ::-ms-reveal{display: none; /*IE10 input X 去掉文本框的叉叉和密码输入框的眼睛图标 */}
select::-ms-expand{display: none;} 

/* Grid */
.col-24x{width: 100%}
.col-23x{width: 95.8333333333%}
.col-22x{width: 91.6666666667%}
.col-21x{width: 87.5%}
.col-20x{width: 83.3333333333%}
.col-19x{width: 79.1666666667%}
.col-18x{width: 75%}
.col-17x{width: 70.8333333333%}
.col-16x{width: 66.6666666667%}
.col-15x{width: 62.5%}
.col-14x{width: 58.3333333333%}
.col-13x{width: 54.1666666667%}
.col-12x{width: 50%}
.col-11x{width: 45.8333333333%}
.col-10x{width: 41.6666666667%}
.col-9x{width: 37.5%}
.col-8x{width: 33.3333333333%}
.col-7x{width: 29.1666666667%}
.col-6x{width: 25%}
.col-5x{width: 20.8333333333%}
.col-4x{width: 16.6666666667%}
.col-3x{width: 12.5%}
.col-2x{width: 8.33333333333%}
.col-1x{width: 4.16666666667%}
.col-0x{width: 2.08333333333%}

/* 表单元素 */
input:required:invalid, input:focus:invalid, textarea:required:invalid, textarea:focus:invalid{box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color: #fff;} 
input:-moz-placeholder, textarea:-moz-placeholder{color: #fff;} 
input::-moz-placeholder, textarea::-moz-placeholder{color: #fff;} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder{color: #fff;} 

.weui-cell{padding: 10px 15px; position: relative; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center;}
.weui-cell_primary{min-width: 1px; -webkit-box-align: start; -webkit-align-items: flex-start; align-items: flex-start;}
.weui-cell__bd{-webkit-box-flex: 1; -webkit-flex: 1; flex: 1;}
.weui-cell__ft{text-align: right; color: #999999;}
.weui-flex{display: -webkit-box; display: -webkit-flex; display: flex;}
.weui-flex__item{-webkit-box-flex: 1; -webkit-flex: 1; flex: 1;}
.line1{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.line2{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.line3{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.start{-webkit-box-align: start; -webkit-align-items: flex-start; align-items: flex-start;}
.middle{-webkit-box-align: center; -webkit-align-items: center; align-items: center;}
.nobefore::before, .noafter::after{display: none !important;}

.container{width: auto; margin: 0 15px; padding: 0;}
@media (min-width: 640px){.container{margin: 0 4%;}}
@media (min-width: 768px){.container{margin: 0 7%;}}
@media (min-width: 992px){.container{margin: 0 9.564%;}}

/* header */
.logo{position: absolute; left: 15px; top:10px; width:120px; }
.share{position: absolute; right: 80px; top: 16px;}
.share a{display: inline-block; margin-left: 15px; -webkit-transition: all 0.3s; transition: all 0.3s;}
.share a i{display: block; width: 27px; height: 27px; background: no-repeat center center; background-size: 100%;}
.share .icon-wechat i{background-image: url(../images/wechat.png);}
.share .icon-sina i{background-image: url(../images/sina.png);}
.share .ewmbox{display: none; position: absolute; left: -44px; width: 164px; height: 171px; background: url(../images/ewmbox.png) no-repeat; z-index:9999;}
.share .ewmbox img{margin: 18px auto;}
.navbar-default{position: absolute; z-index: 100; top: 0; left: 0; /**/width: 100%; height:70px; padding: 5px 0; background: #fff; border: 0; border-bottom: 1px solid #dedede; -webkit-transform: translateZ(0);}
.navbar-nav>li>a{font-size: 16px; font-weight: bold; color: #999;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{color: #000; background: none;}
.navbar-toggle{border: 0; background: none;}
.navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(2){-webkit-transform: matrix(1,0,0,1,0,6) rotate(45deg); transform: matrix(1,0,0,1,0,6) rotate(45deg);}
.navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(4){-webkit-transform: matrix(1,0,0,1,0,-6) rotate(-45deg); transform: matrix(1,0,0,1,0,-6) rotate(-45deg);}
.navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(3){width: 0;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background: none;}
@media (max-width: 991px){
.navbar-collapse{position: absolute; left: 0; top: 78px; margin: 0 !important; padding: 0 !important; width: 100%;}
.navbar-nav{margin: 7.5px 0;}
}
@media (max-width: 767px){
.navbar-collapse{top: 58px;}
}
@media (min-width: 768px){
.logo{left: 30px; width: 60px; top: 10px;}
.share{top: 25px; right: 100px;}
.share a{margin-left: 25px;}
.navbar-default{padding: 15px 0;}
.nav > li > a{padding-left: 30px; padding-right: 30px;}
}
@media (min-width: 992px){
.share{right: 30px; top: 27px;}
.navbar-nav{float: none; text-align: center;}
.navbar-nav>li{float: none; display: inline-block;}
.nav > li > a{padding-left: 15px; padding-right: 15px;}
}
@media (min-width: 1200px){
.logo{left: 40px; top:16px; width:160px;}
.share{right: 62px; top:30px;}
.share a:hover{opacity: .65;}
.navbar-default{padding: 15px 0; margin-left:0px;}
.navbar-nav>li>a{padding-left:25px; padding-right: 25px;}
}

/* footer */
a.button_2:link,a.button_2:visited{
	display:block;
	margin:30px auto 0px auto;
	width:140px;
	height:36px;
	line-height:36px;
	border-radius:30px;
	border:none;
	font-weight:normal;
	cursor:pointer;
	text-align: center;
	text-transform:capitalize;
	letter-spacing:0px;
	padding:0px 6px;
	font-size:14px;
	color:#333;
	border:1px solid #fff;
	background-color:#fff;
}
a.button_2:hover{
border:1px solid #fe4500;
	color:#fff;
	background-color:#fe4500;
	text-decoration: none;
	font-size:13px;
	text-align: center;
}
.digg4{ padding:3px; margin-top:32px; text-align:center;font-size:15px; color:#444; }
.digg4 span{ border:1px #ddd solid; padding:3px 8px; margin:5px; color:#999;}
.digg4 span:hover{ color:#fff;border:1px #fe4500 solid;  padding:3px 8px; cursor:pointer; background-color:#fe4500;}
.digg4 a,.digg4 span.miy{ margin:2px;  padding:3px 8px; text-decoration:none; border:1px #ddd solid; }
.digg4 .disabledfy{ font-family: Tahoma, Verdana;}
.x_culture{width:100%; background-color:#f8f8f8; overflow:hidden;border:0px solid #eee; padding:30px 0px 0px 0px; }
.x_photolist{ width:100%; margin-bottom:3%;}
.x_photolist img{border:1px solid #ddd;padding:4px;}
.x_photolist h3{ width:100%; text-align:center;font-size:16px; text-align:center;padding:6px 0px 14px 0px;}

.x_abc{width:100%; background-color:#000; overflow:hidden;border:0px solid #eee; padding:30px 0px; }
.x_news_all{width:100%; background-color:#efefef; overflow:hidden;border:0px solid #eee; padding:50px 0px 0px 0px;}
.x_search{ width:370px;padding:0px 0px 0px 0px; float:right; margin:-30px 0px 20px 0px;}
.x_search ul{ padding:0px;}
.x_search ul li{ float:left; overflow:hidden; color:#666; }
.input{width:330px;height:36px;background-image:url(../images/search_bj.jpg);margin-right:0px;*padding:0px 0px 0px 8px;padding:0px 0px 0px 8px; border-left:1px #ddd solid;color:#b5b6b8;}

.footer1{padding: 55px 0 20px; border:0px solid #ddd;background-image:url(../images/pic32.jpg); background-position: center top; background-repeat:no-repeat; color:#ccc;}
.footer1 .logo1{width: 177px; display: inline-block;}
.footer1 .ewm{width: 140px; display: inline-block;}
.footer1 dt{margin-bottom: 10px; color: #fff; font-size: 16px; line-height: 30px; font-weight: bold;}
.footer1 dt a{color: #fff;}
.footer1 dt a:hover{color: #ff0;}
.footer1 dd a{display: block; padding: 5px 0; color: #ccc; font-size: 14px; line-height: 20px; width:100%;}
.copyright{margin-top:20px; font-size: 14px; color: #999; text-align: center; border-top:1px dotted #444;padding:20px 0px 0px 0px;}
.copyright a{color: #999;}
@media (min-width: 1200px){
.footer dd a:hover, .copyright a:hover{color: #ff4600;}
.footer .col-lg-8{margin-left: 4%; width: 62.5%}
}
@media (min-width: 1400px){
.footer .col-lg-8{margin-left: 2.2%; width: 63.6666666667%}
}
@media (max-width: 414px){
.footer1 {padding-top: 30px;}
.footer1 .weui-flex{margin-bottom: 20px; display: block;}
.footer1 dl{margin-bottom: 0;}
.footer1 dt{position: relative; margin-bottom: 0; padding: 5px 0;}
.footer1 dt:before, .footer dt:after{position: absolute; top: 50%; display: block; content: ""; background: #666; -webkit-transition: all 0.3s; transition: all 0.3s;}
.footer1 dt:before{right: 0; margin-top: -1px; width: 12px; height: 2px;}
.footer1 dt:after{right: 5px; margin-top: -6px; width: 2px; height: 12px;}
.footer1 dd{display: none; padding: 5px 0 10px;}
.footer1 dl.active dt:after{height: 0;}
.footer1 dd{display: none; padding: 5px 0 10px;}
}

.main{padding-top: 60px}
@media(min-width: 768px){
.main{padding-top: 80px}

}
@media(min-width: 992px){.main{padding-top: 82px}}
@media(min-width: 1200px){.main{padding-top: 122px}}
.mask{display: none; position: fixed; z-index: 99; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.7); -webkit-transform: translateZ(0);}
.subnav-wrap{margin-top: 3%;}
.subnav-wrap.spec{margin-bottom: -0.8rem;}
.subnav{position: relative; left: 0; top: 0; padding: 30px 0; width: 100%; background: #fff; }
.x_subnav{ display:none;}
.subnav.fixed{position: fixed; top: 0; z-index: 10; -webkit-transform: translateZ(0);}
.subnav .swiper-slide{width: auto;border:0px solid #ddd; float:left;}
.subnav .swiper-slide a{position: relative; padding: 0 30px; font-size: 16px; color: #444; font-weight: bold;}
.subnav .swiper-slide a:before{position: absolute; content: "/"; left: 0; top: 0; color: #fe4500;}
.subnav .swiper-slide:first-child a{padding-left: 0;}
.subnav .swiper-slide:first-child a:before{display: none;}
.subnav .swiper-slide-active a{color: #333;}
@media (min-width: 1200px){
.subnav .swiper-slide a:hover{color: #fe4500;}
.subnav .swiper-slide-active a:hover{color: #333;}
}

.subtitle{padding: 4% 4.7% 5%;}
.subtitle h2{margin-top: 0; font-size: .42rem; line-height: .46rem; font-family:"DIN Regular"; text-transform: capitalize;}
.subtitle p{margin-top: .2rem; margin-bottom: 0; font-size: 16px; font-weight: bold;}
.subtitle .line{display: block; margin-top: 25px; margin-bottom: 10px; background: #ff4600;}
.subtitle .line-h{margin-left: 5px; width: 14px; height: 2px;}
.subtitle .line-v{width: 2px; height: 14px;}
.article{font-size: 16px; line-height: .42rem; color: #444;}

.more a{position: relative; display: inline-block; padding: 2.3% 9.2% 2.4%; white-space: nowrap; text-align: center; overflow: hidden; -webkit-border-radius: .36rem 0 .36rem .36rem; border-radius: .36rem 0 .36rem .36rem; -webkit-transition: all 0.3s; transition: all 0.3s;}
/* .more a i{position: absolute; left: 0; top: 0; display: block; content: ""; width: 0; height: 100%; background: #ff4600;} */
.more a span{position: relative; font-size: .2rem; color: #282110;}
.more-gray a{border: 1px solid #7e796e; }
.more-gray a span{color: #666;}
.more-yellow a{border: 2px solid #ff4600;}
.more-yellow a span{color: #ff4600;}

@media (min-width: 1200px){
.more a:hover{border-color: #ff4600; -webkit-border-radius: 0 .36rem 0 .36rem; border-radius: 0 .36rem 0 .36rem;}
.more a:hover span{color: #ff4600;}
/* .more a:hover i{width: 100%;}
.more a:hover span{color: #fff;} */
}


/* 分页 */
.page a{-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}
.page-prev, .page-m, .page-next{display: inline-block;}
.page-m{position: relative; top: -1px; +display: inline !important;}
.page-m a{display: inline-block; width: 40px; height: 40px; font-size: 18px; font-weight: bold; border: 2px solid transparent; font-family: "Arial"; line-height: 36px; text-align: center; color: #392e0d; background: #fff;}
.page-m span{font-size: 20px; color: #707070;}
.page-m a.active{color: #fff !important; background: #434343; border-color: #434343;}
.page-prev, .page-next{position: relative; top: 14px; margin: 0 5px; +display: inline !important; +margin: 0 4px;}
.page-prev a, .page-next a{position: relative; display: inline-block; width: 42px; height: 42px; border: 2px solid transparent;}
.page-prev a:before, .page-prev a:after, .page-next a:before, .page-next a:after{content: ""; display: block; position: absolute; width: 10px; height: 2px; background: #434343;}
.page-prev a:before, .page-next a:after{-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg);}
.page-prev a:after, .page-next a:before{-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg);}
.page-prev a:before, .page-next a:before{left: 37%; top: 39%;}
.page-prev a:after, .page-next a:after{left: 37%; top: 55%;}
@media (max-width: 639px){
.page-prev, .page-next{margin: 0;}
.page-m a{width: 26px; height: 26px; line-height: 22px; font-size: 14px;}
.page-prev a, .page-next a{width: 26px; height: 26px;}
.page-prev, .page-next{top: 7px;}
.page-prev a::before, .page-next a::before {top: 30%;}
}
@media (min-width: 1200px){
.page-m a:hover{border-color: #434343; color: #434343;}
.page-prev a:hover, .page-next a:hover{border-color: #434343;}
.page-prev a:hover::before, .page-prev a:hover::after, .page-next a:hover::before, .page-next a:hover::after{background: #434343;}
}


.mt{margin-top: 0 !important;}
.mr{margin-right: 0 !important;}
.mb{margin-bottom: 0 !important;}
.ml{margin-left: 0 !important;}
.pd0{padding: 0 !important;}
.pl0{padding-left: 0 !important;}
.pr0{padding-right: 0 !important;}
.pt0{padding-top: 0 !important;}
.pb0{padding-bottom: 0 !important;}
.gray333{color: #333;}
.gray666{color: #666;}
.gray999{color: #999;}
.grayfff{color: #fff;}
.bg-white{background-color: #fff;}
.bg-gray{background-color: #f4f4f4;}
.bg-yellow{background-color: #ff4600;}

a.fill{display: block; width: 100%; height: 100%;}
.auto{margin-left: auto !important; margin-right: auto !important;}
.linellae a{position: relative; display: block; width: 100%; height: 100%; background: #000;}
.linellae a img{display: inline; -webkit-transition: all .4s; transition: all .4s;}
.linellae a::before, .linellae a::after{position: absolute; z-index: 1; top: 9%; right: 6%; bottom: 9%; left: 6%; content: ''; opacity: 0; -webkit-transition: opacity .35s,-webkit-transform .35s; transition: opacity .35s,-webkit-transform .35s;}
.linellae a::before{border-top: 1px solid #fff; border-bottom: 1px solid #fff; transform: scale(0,1); -webkit-transform: scale(0,1);}
.linellae a::after{border-left: 1px solid #fff; border-right: 1px solid #fff; transform: scale(1,0); -webkit-transform: scale(1,0);}
@media (min-width: 1200px){
.linellae a:hover::before, .linellae a:hover::after{opacity: 1; transform: scale(1); -webkit-transform: scale(1);}
.linellae a:hover img{opacity: .5; filter: alpha(opacity=50); -webkit-transform: scale(1.05); transform: scale(1.05);}
}

.f10{font-size: 10px;}
.f12{font-size: 12px;}
.f14{font-size: 14px;}
.f16{font-size: 16px;}
.f18{font-size: 18px;}
.f20{font-size: 20px;}
.f22{font-size: 22px;}
.f24{font-size: 24px;}
.f26{font-size: 26px;}
.f28{font-size: 28px;}
.f30{font-size: 30px;}
.f36{font-size: 36px;}
.f38{font-size: 38px;}
.f40{font-size: 40px;}
.f72{font-size: .72rem;}
.f14news{font-size: 14px; line-height:26px; color:#999;}
.fdate{font-size: 14px; margin-top:20px; color:#666;}
.tl{text-align: left;}
.tc{text-align: center;}
.tr{text-align: right;}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
.pr{position: relative;}
.pa{position: absolute;}
.pf{position: fixed;}
.block{display: block;}
.hide{display: none;}
.inline{display: inline-block;}
.hidden{overflow: hidden;}
.cap{text-transform: capitalize;}
.upper{text-transform: uppercase;}
.bold{font-weight: bold;}
.indent{text-indent: 2em;}
.normal{font-weight: normal;}
.vmid td{vertical-align: middle;}
.hand{cursor: pointer; _cursor: hand;}
.ff-ar{font-family:Arial !important;}
.noborder{border: 0 !important;}
.noradius{-webkit-border-radius: 0 !important; border-radius: 0 !important;}
.ellipsis{white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size:22px; padding-bottom:10px;}
.justify{text-align:justify; text-justify: distribute-all-lines; text-align-last:justify;}
.filterbox{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000); zoom:1;}
:root .filterbox{filter: none\9;}
.tips{display: none; z-index: 100; top: 50%; left: 50%; margin-top: -35px; margin-left: -125px; padding: 10px; width: 250px; line-height: 20px; text-align: center; font-size: 14px; color: #fff; border-radius: 3px; background: rgba(0,0,0,.75); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf000000,endColorstr=#bf000000); zoom:1;}
:root .tips{filter: none\9;}
@media (max-width: 639px){.tips{position: fixed;}}
.clearfix:after {display: block; clear: both; height: 0px; overflow: hidden; content: "\200B" }
.clearfix { *zoom: 1; }
/* 图片去色 */
img.color{-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;}
/* 高斯模糊 */
.blur{-webkit-filter: blur(5px); -moz-filter: blur(5px); -ms-filter: blur(5px); filter: blur(5px); filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=false); /* IE6~IE9 */}

/* css3 style */
.trans-3{-webkit-transition: all 0.35s linear; transition: all 0.35s linear;}
.trans-8{-webkit-transition: all 0.8s; transition: all 0.8s;}
.radius-half{-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}
.shadow{-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1); -moz-box-shadow: 0 5px 10px rgba(0,0,0,.1); box-shadow: 0 5px 10px rgba(0,0,0,.1);}

@media screen and (max-width:480px) {
.subnav-wrap{margin-top: 3%; }
.subnav-wrap.spec{margin-bottom: -0.8rem;}
.subnav{left: 0; top: 0; padding: 30px 0; width: 100%;  max-width:480px;background: #fff; }
.subnav .swiper-slide{width: auto;border:0px solid #ddd;}
.subnav .swiper-slide a{padding: 0 10px; font-size: 14px; color: #444; font-weight: bold;}
.subnav .swiper-slide a:before{position: absolute; content: "/"; left: 0; top: 0; color: #fe4500;}
.subnav .swiper-slide:first-child a{padding-left: 0;}
.subnav .swiper-slide:first-child a:before{display: none;}
.subnav .swiper-slide-active a{color: #333;}
}