
@media(min-width:1200px){
::-webkit-scrollbar{width:8px; height:8px; background:rgb(255,255,255);}
::-webkit-scrollbar-thumb{background:rgb(226,127,39);}
::-webkit-scrollbar-track-piece{width:8px; height:8px;}
}

*,
*:before,
*:after{box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box;}
*{outline:none; font-family:Arial, Helvetica, Microsoft YaHei;}
*[hide]{display:none;}
*::-webkit-input-placeholder{color:rgb(49,55,66); opacity:.68;}
*::-moz-input-placeholder{color:rgb(49,55,66); opacity:.68;}
*::-ms-input-placeholder{color:rgb(49,55,66); opacity:.68;}

html,body{margin:0; width:100%; min-height:100%; word-wrap:break-word; word-break:break-all; 
background:rgb(255,255,255); font-size:14px; font-weight:400; line-height:1.75; color:rgb(49,55,66);}

dir,ul,ol,li{margin:0; padding:0; list-style:none;}
form{margin:0; padding:0;}
p,dl,dt,dd{margin:0; padding:0;}

img{border:none;}
p>img{max-width:100%;}
ins{text-decoration:none;}
a{text-decoration:none; color:rgb(49,55,66); transition:.3s;}
a:hover{color:rgb(226,127,39);}
a[button="button"]{display:inline-block; padding:4px 18px; border-radius:4px; background:rgb(226,127,39); color:#fff;}
a[button="button"] *{cursor:pointer;}
a[button="button"]:hover{opacity:.8; box-shadow:0 0 5px rgba(0,0,0,0.1);}
@media(max-width:767px){
a[button="button"]{padding:2px 12px; border-radius:2px;}
}

h1,h2,h3,h4,h5,h6{margin:0; padding:0; font-weight:400;}
h1{font-size:28px;}
h2{font-size:21px;}
h3{font-size:16px;}
h4{font-size:15px;}
h5{font-size:13px;}
h6{font-size:12px;}

table,tbody{width:100%; border-collapse:collapse;}
tr{background:#fff; transition:.3s;}
tr:hover{background:#f8f8f8;}
th{background:#fcfcfc;}
th,td{border:1px solid #f0f0f0; padding:8px; text-align:left;}

section{display:block;}

article{display:block; max-width:100%; margin:0 auto;}
article:after{display:block; content:''; clear:both;}
article iframe,
article video,
article img{max-width:100%;}
@media(min-width:1200px){
article{padding:0 28px; width:1388px;}
}
@media(max-width:1199px){
article{padding:0 18px;}
}
@media(max-width:767px){
article{padding:0 8px;}
}

aside iframe,
aside video,
aside img{max-width:100%;}
aside:after{display:block; content:''; clear:both;}

dir{display:block;}
dir>ol{margin:0 -4px; text-align:center; font-size:0;}
dir>ol>li{display:inline-block; margin:4px;}
dir>ol>li>a{display:block; padding:2px 8px; border-radius:3px; border:1px solid #f0f0f0; font-size:14px;}
dir>ol>li>a.on,
dir>ol>li>a:hover{background:rgb(226,127,39); border-color:rgb(226,127,39); color:#fff;}
dir>ol>li>a.on,
dir>ol>li>a.no{cursor:no-drop;}
@media(max-width:767px){
dir>ol{margin:-3px;}
dir>ol>li{display:inline-block; margin:3px;}
dir>ol>li>a{display:block; padding:0 8px; border-radius:2px;}
}


select,
textarea,
input[type=file],
input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=email]{display:block; width:100%; margin:0; transition:.3s;  padding:8px 12px; border-radius:3px; 
background:#fff; border:1px solid #e8e8e8; line-height:1.75; height:42.5px; font-size:14px;}
select[multiple],
textarea{height:116px;}
select:hover,
textarea:hover,
input[type]:hover,
div.file_input>input[type=file]:hover+input[type=text],
select:focus,
textarea:focus,
input[type]:focus,
div.file_input>input[type=file]:focus+input[type=text]{box-shadow:0 0 8px rgba(0,0,0,.08);}

h6.alert{position:fixed; top:0; left:0; right:0; z-index:8888888; opacity:0; user-select:none; pointer-events:none; text-align:center; background:none !important;}
h6.alert.on{top:20px; opacity:1; transition:0.3s;}
h6.alert>b{display:inline-block; font-weight:normal; position:relative; padding:13px 20px 13px 48px; text-align:left; max-width:500px; background:#fff; border:1px solid #e4e7ed; box-shadow:0 0 12px rgba(0,0,0,.12); border-radius:6px; font-size:14px; line-height:22px; }
h6.alert>b:before{position:absolute; top:14px; left:16px; font-family:'FontAwesome'; content:"\f128"; width:20px; height:20px; border-radius:50%; line-height:20px; text-align:center; background:#d8d8d8; color:#fff;}
h6.alert.red>b:before{background:#fd4e5e; content:"\f12a";}
h6.alert.green>b:before{background:#13ce67; content:"\f00c";}
h6.alert.brown>b:before{background:#a5692d; content:"\f129";}
h6.alert.yellow>b:before{background:#ffd700; content:"\f129";} 
h6.alert.blue>b:before{background:#1880ff; content:"\f00c";}
h6.alert.gold>b:before{background:#edc86c; content:"\f129";}
@media(max-width:767px){
h6.alert>b{max-width:100%;}
}

dl.form8 input[name^="params"][type="file"]{opacity:0;}
div.file_input{display:block; position:relative;}
div.file_input>input[type=file]{position:absolute; z-index:2; top:0; left:0; height:100%; opacity:0; cursor:pointer;}
div.file_input>input[type=text]{padding-left:60px; cursor:pointer;}
div.file_input>i{position:absolute; z-index:1; background:#f8f8f8; cursor:pointer; border-right:1px solid #e8e8e8; top:1px; left:1px; bottom:1px; text-align:center; width:48px; font-size:16px;}
div.file_input>i:before{position:absolute; top:50%; left:0; right:0; line-height:16px; margin-top:-8px;}
code.tights>select+select{margin-top:2px;}

span.captcha.phonecode{margin-top:8px;}
span.captcha.phonecode>ins[resend]>i{font-style:normal;}

section.copyright{background:#000; padding:8px 0; text-align:center; color:#fff;}
section.copyright a{color:#fff;}
.topbar{position: relative;padding:5px 0; color:#666;background:rgb(242,242,242);}
.topbar h5{float: left; line-height:30px;font-size: 14px;}
.topbar .globe-box{float:right; position:relative; height:30px; line-height:30px;}
.topbar .globe-box img{height:18px; vertical-align:middle; margin-right:4px;}
.topbar .globe-box>span{display:block; cursor:pointer;}
.topbar .globe-box>span>i{font-style:normal;}
.topbar .globe-box>ul{position:absolute; top:100%; left:0px; width:100px; border-radius:3px; background:#fff; border:1px solid #f0f0f0; visibility:hidden; opacity:0; transform:translateY(-8px); transition:.6s;z-index: 9;}
.topbar .globe-box:hover>ul{visibility:visible; opacity:1; transform:translateY(0);}
.topbar .globe-box>ul>li{display:block; border-top:1px dashed #f0f0f0;}
.topbar .globe-box>ul>li:first-child{border-top:none;}
.topbar .globe-box>ul>li>a{display:block; padding:0 12px;}
.topbar .globe-box>ul>li>a:hover{background:#f8f8f8;}
.topbar .globe-box>ul>li>a>span{display:inline-block; color:rgb(49,55,66);}
.topbar .search-box{float:right; margin-left:20px;} 
.topbar .form-box>form{position:relative; display:block;}
.topbar .form-box>form>input{display:block; width:100%; height:auto; font-size: 12px;line-height:10px;border-radius:4px;padding:8px 30px 8px 10px; transition:.6s; background:#fff;}
.topbar .form-box>form>input:hover,
.topbar .form-box>form>input:focus{box-shadow:none;border: 1px solid rgb(226,127,39);}
.topbar .form-box>form>button{position:absolute; top:3px; right:0; width:40px; height:30px; line-height:30px; cursor:pointer; background:none; border:none; padding:0; transition:.2s; color:#131313;}
.topbar .form-box>form>button:hover{box-shadow:none; color:rgb(226,127,39);}
.topbar .form-box>form>button>i{font-size: 16px;}

@media(max-width:991px){
.topbar h5{display: none;}
.topbar .search-box{margin-left:10px;} 
.topbar .globe-box{float: left;}
}
@media(max-width:767px){ 
.topbar .search-box{margin-left:8px;}
.topbar .globe-box>span>img{margin-right:0;}
.topbar .globe-box>span>i{margin:0;font-size: 12px;}
}



.header{display:block; height:88px;}
.header article{width:1560px;}
.header-condition{display:block; height:88px; position:relative; z-index:88888; transition:.3s; background:#fff; color:rgb(49,55,66);}
.header.on .header-condition{box-shadow:0 4px 16px rgba(0,0,0,.22);}
.header-condition a{color:rgb(49,55,66);}
.header-condition a:hover{color:rgb(226,127,39)}
.header-condition .header-inter,
.header-condition .header-inter a{color:;}
.header-condition .header-inter a:hover{color:rgb(226,127,39);}
.header-logo{float:left; height:88px; line-height:88px; font-size:0;}
.header-logo img.pc{display:inline-block; vertical-align:middle; max-width:248px; max-height:100%;}
.header-logo img.mobile{display:none;}
nav{float:right; line-height:88px; margin:0 0 0 18px;}
nav>ul:after{display:block; content:''; clear:both;}
nav>ul>li{float:left; position:relative; margin:0 0 0 6px;}
nav>ul>li>a{display:block; padding:0 14px; position:relative; font-size:16px;}
nav>ul>li>a:before{position:absolute; left:0; bottom:0; height:3px; content:''; background:rgb(226,127,39);}
nav>ul>li:hover>a{color:rgb(226,127,39);}
nav>ul>li ul{position:absolute; display:none; top:100%; left:0; min-width:148px; line-height:38px; padding:12px 0; background:#fff; border:1px solid #e8e8e8; box-shadow:0 2px 8px rgba(0,0,0,.18);}
nav>ul>li ul>li{display:block; position:relative;}
nav li:hover>ul{display:block;}
nav>ul>li li>ul{top:0; left:100%; box-shadow:2px 2px 8px rgba(0,0,0,.18);}
nav>ul>li li>a{display:block; white-space:nowrap; padding:0 18px;}
nav>ul>li li>a:hover{background:rgb(236,236,236);}
nav>ul>li>a.on,
nav>ul>li li>a.on{color:rgb(226,127,39);}
nav>ul>li>a.on:before{width:100%;}
@media(min-width:1200px){
nav>ul>li{margin-left:0px;}
}
@media(min-width:1400px){
nav>ul>li{margin-left:2px;}
}
@media(min-width:1600px){
nav>ul>li{margin-left:16px;}
}
.header-inter{float:right; height:38px; line-height:38px; margin:25px 0 0 18px;}

.hsearch{float:left; margin:0 28px;}
.hsearch form{position: relative;}
.hsearch form input{height:36px; line-height: 36px; padding:0 18px;}
.hsearch form button{position: absolute; right:0; top:0; line-height:36px; font-size:16px; background:none; border:none; padding:0 10px;}

.hlang{float:left; position:relative; cursor:pointer;}
.hlang-the:after{display:block; content: ''; clear: both;}
.hlang-the img{float: left; margin-top:11px; margin-right:5px;}
.hlang-the ins{float:left; font-style: normal;}
.hlang-the i{float: left; line-height:inherit; margin-left:5px;}
.hlang:hover .language-list{display:block;}

@media(max-width:1340px){
.hsearch{margin:0 18px;}
nav>ul>li>a{padding:0 8px;}
}
.header-phone{float:left; margin-left:18px;}
.header-phone>a{float:left; width:38px; height:38px;}
.header-phone>a>i{color:#fff; width:38px; height:38px; line-height:38px; border-radius:50%;  font-size:17px; text-align:center; background:rgb(226,127,39);}
.header-phone>span{display:block; margin-left:48px; line-height:1;}
.header-phone>span>u{display:block; font-size:14px; margin-bottom:4px; text-decoration:none; color:;}
.header-phone>span>b{display:block; font-size:20px; color:rgb(226,127,39);}
.header-search{float:left; margin-left:2px; position:relative; padding-bottom:12px;}
.search-icon{display:block; width:38px; height:38px; text-align:center; border-radius:28px; transition:.3s; cursor:pointer;}
.header-search:hover .search-icon{background:rgb(236,236,236); color:rgb(226,127,39);}
.search-icon>a{display:block; line-height:38px; font-size:20px;}
.header-language{float:left; margin-left:2px; position:relative; padding-bottom:12px;}
.language-icon{display:block; width:38px; height:38px; text-align:center; border-radius:28px; transition:.3s; cursor:pointer;}
.header-language:hover .language-icon{background:rgb(236,236,236); color:rgb(226,127,39);}
.language-icon>a{display:block; line-height:38px; font-size:20px;}
.language-list{position:absolute; display:none; top:100%; right:-18px; width:128px; padding:12px 0; background:#fff; border:1px solid #e8e8e8; box-shadow:0 2px 8px rgba(0,0,0,.18);}
.header-language:hover .language-list{display:block;}
.language-list>a{display:block; line-height:34px; padding:0 0 0 18px;}
.language-list>a:hover{background:rgb(236,236,236);}
.language-list>a>img{display:inline-block; vertical-align:middle; position:relative; top:-1px; max-height:14px;}
.language-list>a>span{display:inline-block; margin-left:4px;}
.header-member{float:left; margin-left:2px; position:relative; padding-bottom:12px;}
.header-member>a{display:block; line-height:38px; height:38px; padding:0 12px 0 10px; border-radius:28px; transition:.3s; cursor:pointer;}
.header-member:hover>a{background:rgb(236,236,236); color:rgb(226,127,39);}
.header-member>a>img{float:left; width:22px; height:22px; margin:8px 5px 0 0; border-radius:50%; box-shadow:0 0 2px rgba(0,0,0,.28);}
.header-member>a>b{float:left; font-weight:normal;}
.header-member>ul{position:absolute; display:none; top:100%; right:0; width:128px; padding:12px 0; background:#fff; border:1px solid #e8e8e8; box-shadow:0 2px 8px rgba(0,0,0,.18);}
.header-member:hover>ul{display:block;}
.header-member>ul>li>a{display:block; line-height:34px; padding:0 0 0 18px;}
.header-member>ul>li>a:hover{background:rgb(236,236,236);}
.header-login{float:left; margin-left:2px;}
.header-login a{display:block; float:left; line-height:38px; height:38px; padding:0 12px; text-align:center; border-radius:28px; transition:.3s; cursor:pointer;}
.header-login a:hover{background:rgb(236,236,236); color:rgb(226,127,39);}
.header-login a>i{line-height:inherit; font-size:20px; position:relative; top:1px;}
.header-navicon{display:none;}
@media(max-width:1200px){
.header{height:68px;}
.header-condition{height:68px;}
.header-logo{line-height:68px; height:68px;}
.header-inter{margin-top:15px;}
nav{position:absolute; top:100%; left:8px; right:8px; float:none; line-height:44px; margin:-8px 0 0; background:#fff; border:1px solid #e8e8e8; box-shadow:0 2px 8px rgba(0,0,0,.18); overflow:auto; display:none;}
nav>ul{padding:12px 0;}
nav>ul>li{float:none; margin:0;}
nav>ul li>a,
nav>ul>li li>a{display:inline-block;}
nav>ul>li>i{position:absolute; top:0; right:0; left:0; height:44px;}
nav>ul>li>a{position:relative; z-index:8; font-size:15px;}
nav>ul>li>a:before{height:auto; width:3px;}
nav>ul>li>a.on:before{width:3px; height:100%;}
nav>ul>li ul{position:static; padding:0; border:none; box-shadow:none; background:rgb(236,236,236);}
nav>ul>li ul ul{display:block;}
nav>ul>li li>ul{box-shadow:none; padding-left:8px;}
nav li:hover>ul{display:none;}
nav li li:hover>ul{display:block;}
nav li.in>ul{display:block;}
.header nav>ul>li>a{color:rgb(49,55,66);}
.header-navicon{float:left; margin-left:6px; display:block;}
.navicon-icon{display:block; width:38px; height:38px; text-align:center; border-radius:28px; transition:.3s; cursor:pointer;}
.header.nav .header-navicon .navicon-icon,
.header-navicon:hover .navicon-icon{background:rgb(236,236,236); color:rgb(226,127,39);}
.navicon-icon>a{display:block; line-height:38px; font-size:22px;}
.header.nav .header-navicon .navicon-icon a{color:rgb(226,127,39);}
.header.nav .header-condition{background:#fff; color:rgb(49,55,66);}
.header.nav .header-inter,
.header.nav .header-inter a{color:;}
.header.nav nav{display:block;}
}
@media(max-width:767px){
.header-phone>span{display:none;}
.search-icon,
.language-icon{width:28px;}
}





.banner{position:relative; z-index:2; overflow:hidden;background:rgb(0,153,204);}
.banner:after{display:block; content:''; clear:both;}
.banner>ul{width:10000%;}
.banner>ul:after{display:block; content:''; clear:both;}
.banner>ul>li{width:1%; float:left; position:relative;}
.banner>ol{position:absolute; bottom:5%; left:50%;text-align:center; font-size:0;}
.banner>ol>li{display:inline-block; cursor:pointer;}
.banner>ol>li:before{display:block; content:'';background:rgb(255,255,255);}
.banner>ol>li.active:before{background:rgb(226,127,39);}
.banner .image img{display:block; max-width:100%; margin:0 auto; object-fit:cover;}
.banner .content{position:absolute; padding:0 15px; left:0; right:0; top:0; bottom:0; pointer-events:none;}
.banner .content>article *{pointer-events:auto;}
.banner .banner-title{font-size: 50px;color: #fff;font-weight: bold;text-align: center;padding: 100px 0;text-shadow: 1px 1px 4px #424242;}
@media(min-width:992px){
.banner>ol>li:before{margin:5px; width:20px; height:4px;}
.banner>dl>*{position:absolute; top:50%;margin-top:-20px; width: 40px;height: 40px;font: normal normal normal 14px/1 FontAwesome;border-radius: 50%; cursor:pointer; transition:.6s;background:rgb(255,255,255);}
.banner>dl>dt{left:20px;}
.banner>dl>dt::before{content: "\f104";}
.banner>dl>dd{right:20px;}
.banner>dl>dd::before{content: "\f105";}
.banner>dl>dt::before,
.banner>dl>dd::before{display: block;font-size: 32px;line-height: 40px;text-align: center;color: rgb(226,127,39);}
.banner>dl>dt:hover::before,
.banner>dl>dd:hover::before{color:rgb(49,55,66);}
}
@media(max-width:991px){
.banner>dl{display:none;}
.banner>ol{height: 16px; }
.banner>ol>li:before{margin:5px; width:12px; height:3px;}
.banner .banner-title{font-size: 30px;padding: 50px 0;}
}

.breadcrumb{position:relative;padding: 10px 0;margin: 0;background:rgb(255,255,255);}
.breadcrumb article>ol{overflow:auto; white-space:nowrap;}
.breadcrumb article>ol>li{display: inline-block;}
.breadcrumb article>ol>li+li:before {padding: 0 5px;color: #ccc;content: "/";}

.subnav{background:rgb(255,255,255); position:relative; z-index:4;}
.subnav article>ul>li>a{font-size:14px; font-size:16px;}
@media(min-width:992px){
.subnav article>ul{text-align:center; font-size:0;} 
.subnav article>ul>li{display:inline-block; position:relative;margin:0 10px 10px;background-color: #f0f0f0;border: 1px solid #f0f0f0;}
.subnav article>ul>li>a{display:block;padding:10px 40px;}
.subnav article li.on>a,
.subnav article li.pn>a{color:#fff;background-color: rgb(226,127,39);border: 1px solid rgb(226,127,39);}
.subnav article>ul>li.has>a:after{display:inline-block;font: normal normal normal 14px/1 FontAwesome;content: "\f0d7"; margin-left:6px; transition:.6s;}
.subnav article>ul>li.has:hover>a:after{transform:rotate(180deg);}
.subnav article>ul>li ul{position:absolute; left:100%; top:0; width:160px; white-space:nowrap; text-align:center; background:#fff; visibility:hidden; opacity:0; transition:.05s; transform:scale(0); transform-origin:top center;}
.subnav article>ul>li ul ul{transform-origin:left center;}
.subnav article>ul>li>ul li.parent{display:none;}
.subnav article>ul>li>ul li.right ul{left:auto; right:100%; transform-origin:right center;}
.subnav article>ul li:hover>ul{visibility:visible; opacity:1; transition:.6s; transform:scale(1);}
.subnav article>ul>li>ul{left:50%; top:100%; width:160px; margin-left:-80px;}
.subnav article>ul>li ul{box-shadow:0 0 5px rgba(0,0,0,.1);}
.subnav article>ul>li ul>li{position:relative; border-top:1px solid #f0f0f0; }
.subnav article>ul>li ul>li:first-child{border-top:0;}
.subnav article>ul>li ul>li>a{display:block; padding:8px 0; font-size:14px; }
}
@media(max-width:991px){
.subnav article{padding:2px 0 1px 0;}
.subnav article ul{overflow:auto; white-space:nowrap;  font-size:0; text-align:center;}
.subnav article ul>li{display:inline-block; padding:8px;}
.subnav article>ul>li>a{padding:5px 15px;font-size:14px}
.subnav article li.on>a,
.subnav article li.pn>a{color:rgb(226,127,39);}
.subnav article>ul>li ul{position:absolute; background:#fff; top:100%; left:0; right:0; visibility:hidden; opacity:0; transition:.6s; transform:translateY(-8px);}
.subnav article>ul>li.active{background:#fff;}
.subnav article>ul>li.active>ul{visibility:visible; opacity:1; transform:translateY(-2px);}
.subnav article>ul>li ul>li>a{font-size:14px;}
.subnav article>ul>li>ul li.parent.pn>a{color:rgb(49,55,66);}
.subnav ul::-webkit-scrollbar{height:1px; background:rgb(255,255,255);}
.subnav ul::-webkit-scrollbar-track-piece{height:1px;}
.subnav ul::-webkit-scrollbar-thumb{background:rgba(0,0,0,0); transition:.2s;}
.subnav ul:hover::-webkit-scrollbar-thumb{background:rgb(226,127,39);}
}

.link{padding-top:10px; padding-bottom:20px;background:rgb(255,255,255);}
.link a{color:rgb(49,55,66);}
.link a:hover{color:rgb(226,127,39);}
.link article>ul{text-align:left;line-height: 70px;}
.link article>ul>li{display:inline-block; line-height:38px; margin-right: 5px;font-size:14px;}
.link article>ul>li:last-child{margin: 0;}
.link article>ul>li>span{font-size: 16px;}
.link article>ul>li>img{height:38px; vertical-align:middle;}

@media(max-width:820px){
.link {padding-bottom: 10px;}
}

.foot{position:relative; padding-top:28px; padding-bottom:18px; border-top: 10px solid #DEDEDE;background:rgb(236,236,236);color:rgb(49,55,66); }
.foot article .foot-code{float: left;text-align:center;}
.foot article .foot-code .weixin-code,.foot article .foot-code .app-code{display: block;}
.foot article .foot-code .weixin-code{margin-bottom: 10px;}
.foot article .foot-code span>img{display: block;width: 120px;height: 120px;margin: 0 auto;padding: 4px;background: #fff;}
.foot article .foot-code b{font-weight: normal;margin: 10px 0;}
.foot article .foot-text{float: left;width: 300px;margin-left:50px;}
.foot article .foot-text h3{font-size: 18px;line-height: 40px;position: relative;color: #333;font-weight: bolder; margin-bottom: 10px;border-bottom: 1px solid #DEDEDE;}
.foot article .foot-text p{margin-top: 3px;border-bottom: 1px solid #DEDEDE;padding-bottom: 6px;}
.foot article .foot-text p>strong{display: block;font-weight: normal;}
.foot article .foot-nav{float: right;}
.foot article .foot-nav>ol>ol{font-size:0; margin-bottom:8px;}
.foot article .foot-nav>ol>li{width: 200px;float: left;padding-right:20px;font-size:14px;}
.foot article .foot-nav>ol>li:last-child{padding: 0;}
.foot article .foot-nav>ol>li>h3{font-size: 18px;line-height: 40px;position: relative;color: #333;font-weight: bolder; margin-bottom: 10px;border-bottom: 1px solid #DEDEDE;}
.foot article .foot-nav>ol>li>ol>li{font-weight: normal;line-height: 35px;}
.foot article .foot-info{position:relative;text-align: center;font-size: 13px;}

.foot article .foot-info>p{margin:30px 0 0;}
.foot article .foot-info>p>span{margin-right:8px;}
.foot article .foot-info>p>span:last-child{margin:0;}
.foot article .foot-info>p>span>a{color:rgb(49,55,66);}
@media(max-width:1024px){
.foot article .foot-code span>img {width: 100px;height: 100px;}
.foot article .foot-text {width: 220px;margin-left: 30px;}
.foot article .foot-nav>ol>li {width: 150px;}
}
@media(max-width:991px){
.foot article .foot-text {width: auto;}
.foot article .foot-nav>ol>li {width: 110px;}
}
@media(max-width:820px){
.foot {padding-top: 18px;}
.foot-code,.foot-text,.foot-nav{display: none;}
.foot article .foot-info>p{margin:0;}
}

dir>ol>li>a {padding: 5px 20px;border-radius: 0;border: 1px solid #dedede;}
@media(max-width:767px){
dir>ol>li>a{display:block; padding:0 10px; border-radius:0;}
}