
@media(min-width:1200px){
::-webkit-scrollbar{width:8px; height:8px; background:rgb(255,255,255);}
::-webkit-scrollbar-thumb{background:#fc6b00;}
::-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(0,0,0); opacity:.68;}
*::-moz-input-placeholder{color:rgb(0,0,0); opacity:.68;}
*::-ms-input-placeholder{color:rgb(0,0,0); 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:2; color:rgb(0,0,0);}

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(0,0,0); transition:.3s;}
a:hover{color:#fc6b00;}
a[button="button"]{display:inline-block; padding:4px 18px; border-radius:4px; background:#fc6b00; 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:#fc6b00; border-color:#fc6b00; 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:2; height:46px; font-size:14px;}
select[multiple],
textarea{height:130px;}
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;}
div[comment]{background:#fff;}
div[comment] div{display:block;}
div[comment] div>textarea{display:block; border:1px solid #b8b8b8; height:88px;}
div[comment] div>p{margin-top:18px;}
div[comment] div>p>button{cursor:pointer; border:none; color:#fff; line-height:28px; padding:2px 18px 0 18px; border-radius:18px; background:#585858; transition:.3s;}
div[comment] div>p>button:hover{background:#fc6b00;}
div[comment] div>p>label{cursor:pointer; padding-left:8px; display:inline-block; line-height:30px; color:#282828;}
div[comment] ul{display:block; list-style:none; background:#fff; margin-top:22px;}
div[comment]>ul{margin-top:32px;}
div[comment] ul>li{display:block; list-style:none; position:relative; margin-top:18px;}
div[comment]>ul>li{margin-top:28px;}
div[comment] ul>li:first-child{margin-top:0;}
div[comment] ul>li>img{display:block; position:absolute; left:0; top:0; width:30px; height:30px; border-radius:50%;}
div[comment]>ul>li>img{width:36px; height:36px;}
div[comment] ul>li>dl{padding:0 0 0 42px;}
div[comment]>ul>li>dl{padding:0 0 0 48px;}
div[comment] ul>li>dl>dt:after{display:block; content:''; clear:both;}
div[comment] ul>li>dl>dt>b{float:left; font-size:15px; line-height:24px; color:#383838;}
div[comment]>ul>li>dl>dt>b{line-height:28px;}
div[comment] ul>li>dl>a{color:#000; display:inline-block; margin:8px 0 0 42px; cursor:pointer;}
div[comment] ul>li>dl>a:hover{color:#fc6b00;}
div[comment] ul>li>dl>a>i{padding-left:4px; line-height:inherit;}
div[comment] ul>li>dl>p{font-size:15px; line-height:25px; margin:4px 0 6px 0; color:#181818;}
div[comment]>ul>li>dl>p{font-size:16px; line-height:28px; margin:6px 0 8px 0;}
div[comment] ul>li>dl>p>a{color:#686868;}
div[comment] ul>li>dl>dd{display:block;}
div[comment] ul>li>dl>dd>a[like]{font-size:15px; line-height:26px; color:#585858; cursor:pointer; line-height:28px; margin-left:8px;}
div[comment] ul>li>dl>dd>a[like]:before{padding-right:2px;}
div[comment] ul>li>dl>dd>a[reply]{display:inline-block; font-size:14px; padding:0 8px; line-height:26px; cursor:pointer; background:#f8f8f8; color:#282828; border-radius:18px; margin-left:8px;}
div[comment] ul>li>dl>dd>a[reply]:before{margin-right:4px;}
div[comment] ul>li>dl>dd>a[reply].on,
div[comment] ul>li>dl>dd>a[reply]:hover{color:#fc6b00;}
div[comment] ul>li>dl>dd>i{font-style:normal; font-size:14px; color:#888; line-height:26px;}
div[comment] ul>li>dl>div{margin:14px 0;}
div[comment] ul>li>dl>div>textarea{height:68px;}
div[comment] ul>li>dl>div>p{margin-top:12px;}
div[comment] ul>li>dl>div>p>button{line-height:24px; padding:2px 14px 0 14px;}
div[comment] ul>li>dl>div>p>button:hover{background:#fc6b00;} 
div[comment] ul>li>dl>div>p>label{line-height:26px;}
div[comment]>a{display:block; background:#f8f8f8; margin-top:32px; line-height:38px; text-align:center; border-radius:3px; cursor:pointer; color:#585858;}
div[comment]>a>i{line-height:inherit;}
div[comment]>a:hover{color:#fc6b00;}
@media(max-width:767px){
div[comment] ul{margin-top:18px;}
div[comment]>ul{margin-top:28px;}
div[comment] ul>li{margin-top:14px;}
div[comment]>ul>li{margin-top:24px;}
div[comment] ul>li>img{width:26px; height:26px;}
div[comment]>ul>li>img{width:30px; height:30px;}
div[comment] ul>li>dl{padding:0 0 0 35px;}
div[comment]>ul>li>dl{padding:0 0 0 40px;}
div[comment] ul>li>dl>dt>b{font-size:14px; line-height:22px;}
div[comment]>ul>li>dl>dt>b{line-height:24px;} 
div[comment] ul>li>dl>p{font-size:14px; line-height:22px; margin:4px 0;}
div[comment]>ul>li>dl>p{font-size:14px; line-height:22px; margin:4px 0;}
div[comment] ul>li>dl>dd>a[like]{font-size:13px;}
div[comment] ul>li>dl>dd>a[reply]{font-size:12px; padding:0 8px; line-height:22px; margin-left:6px;}
div[comment] ul>li>dl>dd>i{font-size:12px; line-height:22px;}
div[comment] ul>li>dl>a{margin:2px 0 0 35px;}
div[comment] ul>li>dl>div{margin:8px 0;}
}

.topbar{position: relative;padding:5px 0; color: #404041;background:rgb(245,245,245);}
.topbar h5{float: left; line-height:30px;font-size: 14px;}
.topbar .topbar-info{float: right;}
.topbar .topbar-info>a{border-left: 1px solid #cdcdcd;color: #404041;margin-left: 19px;padding-left: 20px;transition: all 0.3s ease-in-out;}
.topbar .topbar-info>a:first-child {border: none;margin-left: 0;padding-left: 0;}
.topbar .topbar-info>a:hover{color: #fc6b00;}
@media(max-width:991px){
.topbar h5{display: none;}
.topbar .topbar-info{float: none;display: flex;}
.topbar .topbar-info>a{flex: 1;text-align: center;}
}
@media(max-width:767px){ 
.topbar{display: none;}
}

.head{position:relative; z-index:8;border-bottom: 1px solid #f6f6f6;padding: 18px 0; background:;}
.head .header-align{ align-items: center;display: flex;justify-content: space-between;}
.head .logo-box{font-size:0;} 
.head .logo-box a img{display:inline-block; max-height:70px; vertical-align:middle;}
.head .search-box{width: 450px;} 
.head .form-box>form{position:relative; display:block;}
.head .form-box>form>input{border: 1px solid #e4e4e4;border-radius: 22px;color: #8c8c8c;font-size: 14px;height: 44px;padding: 0 75px 0 23px;}
.head .form-box>form>input:hover,
.head .form-box>form>input:focus{box-shadow:none;border: 1px solid #fc6b00;}
.head .form-box>form>button{cursor: pointer;border: none;border-radius: 0px 22px 22px 0px;color: #fff;height: 44px;position: absolute; top: 0;right: 0;padding: 2px 20px;transition: all 0.3s ease-in-out;background-color: #fc6b00;}
.head .form-box>form>button:hover{box-shadow:none; color:rgb(0,0,0);}
.head .form-box>form>button>i{font-size: 20px;}
.head .header-align-right{display: flex;}
.head .weixin-box{position:relative; height:30px; line-height:30px;margin-right: 20px;}
.head .weixin-box>span{display:block; cursor:pointer;}
.head .weixin-box>span>i{font-size:25px;}
.head .weixin-box:hover>span>i{color: #fc6b00;}
.head .weixin-box>ul{position:absolute; top:100%; left:-35px;right: 0; width:100px; border-radius:3px; background:#fff; border:1px solid #f6f6f6; visibility:hidden; opacity:0; transform:translateY(-8px); transition:.6s;z-index: 9;}
.head .weixin-box:hover>ul{visibility:visible; opacity:1; transform:translateY(0);}
.head .weixin-box>ul>li{display:block;}
.head .weixin-box>ul>li>img{height:100px; vertical-align:middle;}
.head .globe-box{position:relative; height:30px; line-height:30px;}
.head .globe-box>span{display:block; cursor:pointer;}
.head .globe-box>span>i{font-size:25px;}
.head .globe-box:hover>span>i{color: #fc6b00;}
.head .globe-box>ul{position:absolute; top:100%; left:-35px;right: 0; width:100px; border-radius:3px; background:#fff; border:1px solid #f6f6f6; visibility:hidden; opacity:0; transform:translateY(-8px); transition:.6s;z-index: 9;}
.head .globe-box:hover>ul{visibility:visible; opacity:1; transform:translateY(0);}
.head .globe-box>ul>li{display:block; border-top:1px dashed #f6f6f6;}
.head .globe-box>ul>li:first-child{border-top:none;}
.head .globe-box>ul>li>a{display:block; padding:0 12px;}
.head .globe-box>ul>li>a:hover{background:#f8f8f8;}
.head .globe-box>ul>li>a>img{height:18px; vertical-align:middle; margin-right:4px;}
.head .globe-box>ul>li>a>span{display:inline-block; color:rgb(0,0,0);}
.head .menu-box{display:none;}

@media(max-width:991px){
.head .search-box{margin-left:10px;} 
.head .weixin-box,
.head .globe-box{float: left;}
.head .menu-box{display:block; float:right; cursor:pointer; margin-left:18px;}
.head .weixin-box>span>i,
.head .globe-box>span>i,
.head .menu-box i{font-size:22px; line-height:38px;}
}
@media(max-width:820px){
.head{padding:8px 0;}
.head .logo-box a img {max-height: 50px;}
.head .search-box{width: auto;} 
.head .form-box>form>input,
.head .form-box>form>button{height: 35px;}
.head .form-box>form>button>i{font-size: 16px;}
.head .weixin-box>span>i,
.head .globe-box>span>i,
.head .menu-box i{font-size:18px;}
}

@media(max-width:767px){ 
.head .logo-box a img {max-height: 40px;}
.head .search-box{display: none;}
.topbar .globe-box>span>img{margin-right:0;}
.topbar .globe-box>span>i{margin:0;font-size: 12px;}
}

.nav{position:relative; font-size:0; z-index:6;background:rgba(255,255,255,0.97);}
.nav div>ul>li{transition:background .3s;}
.nav div>ul>li>a,
.nav div>ul>li>strong{position: relative;transition:color .3s;font-weight: bold;font-size:14px; font-size:16px;color: rgb(0,0,0);}
.nav article>div>ul>li div>ul>li>a,
.nav article>div>ul>li div>ul>li>strong{font-weight: normal;font-size:14px;}
.nav div>ul>li>a>b{font-weight:inherit;}
.nav div>ul>li>a:hover{color:#fc6b00;}
.nav div>ul>li:hover{color:#fc6b00;z-index:1;}
.nav div>ul>li:hover>a{color:#fc6b00;}
@media(min-width:992px){
.nav div div{ background:rgba(255,255,255,0.97);}
.nav article>div>ul{white-space:nowrap;text-align: center;}
.nav article>div>ul>li{display:inline-block; position:relative; text-align:center;}
.nav article>div>ul>li>a{display:block; padding:18px 35px;}
.nav article>div>ul>li div{position:absolute; left:100%; top:0; width:130px; visibility:hidden; opacity:0; transition:.03s;transform:scale(0); transform-origin:bottom center;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
.nav article>div>ul>li div div{transform-origin:left center;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
.nav article>div>ul>li>div li.right div{left:auto; right:100%; transform-origin:right center;}
.nav article>div>ul li:hover>div{visibility:visible; opacity:1; transition:.6s; transform:scale(1);}
.nav article>div>ul>li>div{left:50%; top:100%; width:130px; margin-left:-50%;}
.nav article>div>ul>li div>ul>li{position:relative; border-top:1px solid rgba(245,245,245,0.8);}
.nav article>div>ul>li div>ul>li:first-child{border-top:0;}
.nav article>div>ul>li div>ul>li>a{display:block; padding:8px 0;}
.nav div>ul>li.more div>ul>li.on>a,
.nav div>ul>li.on div>ul>li.on>a{color:rgb(51,47,33);}
.nav div>ul>li.on>a,
.nav div>ul>li.pn>a,
.nav div>ul>li.on>strong,
.nav div>ul>li.pn>strong{color:#fc6b00;}
}
@media(max-width:991px){
.nav{min-height:0 !important; z-index:9;}
.nav div{position:absolute; top:0; right:0; bottom:0; left:0; overflow:hidden;background:rgba(255,255,255,0.97);}
.nav div>ul{height:100%; overflow-y:auto;}
.nav div>ul>li{display:block; border-top:1px solid #fff;}
.nav div>ul>li:first-child{border-top:0;}
.nav div>ul>li>a{display:block; padding:8px 28px 8px 16px;}
.nav div>ul>li.back>a:before{content:'\226A';}
.nav div>ul>li.close>a:before{content:'\2715';}
.nav div>ul>li>div{transition:.6s; transform:translateX(100%);}
.nav div>ul>li.active>div{transform:translateX(0);}
.nav div>ul>li>strong{font-weight:inherit; float:right; padding:8px 16px;}
.nav div>ul>li>strong:before{content:'\226B';}
.nav article>div{position:fixed; left:0; visibility:hidden; opacity:0; transition:.6s; transform:translateX(100%);}
.nav.active article>div{visibility:visible; opacity:1; transform:translateX(0);}
.nav>a.close{position:fixed; top:0; right:0; bottom:0; left:0; background:rgba(0,0,0,.35); visibility:hidden; opacity:0; transition:.6s;}
.nav.active>a.close{visibility:visible; opacity:1;}
.nav>a.open{position:absolute; line-height:1; top:0px; right:0px; font-size:20px;}
.nav>a.open:before{content:'\2261';}
.nav div>ul>li.on>a,
.nav div>ul>li.pn>a,
.nav div>ul>li.on>strong,
.nav div>ul>li.pn>strong{color:#fc6b00;}
}

.banner{position:relative; z-index:2; overflow:hidden; background:rgba(255,255,255,0.04);background: linear-gradient(2deg, rgb(255,255,255) 1%, rgba(255,255,255,0.04) 100%);}
.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:0; right:0; text-align:center; font-size:0;}
.banner>ol>li{display:inline-block; cursor:pointer; border-radius:50px;border: 1px solid #fff;margin: 0 5px;}
.banner>ol>li:before{display:block; content:''; border-radius:18px; background:#fff;}
.banner>ol>li.active:before{background:#fc6b00;}
.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 0 0;text-shadow: 1px 0px 3px #424242;}
.banner .breadcrumb{position:relative;margin: 0;padding:0 0 100px 0;text-shadow: 0px 0px 2px #424242;color: #fff;text-align: center;}
.banner .breadcrumb>ol{overflow:auto; white-space:nowrap;}
.banner .breadcrumb>ol>li{display: inline-block;}
.banner .breadcrumb>ol>li>a{color: #fff;}
.banner .breadcrumb>ol>li+li:before {padding: 0 5px;color: #fff;content: "-";}
@media(min-width:992px){
.banner>ol>li:before{margin:2px; width:10px; height:10px;}
.banner>dl>*{position:absolute; top:50%;margin-top:-20px; width: 50px;height: 50px;font: normal normal normal 14px/1 FontAwesome;border-radius: 50%; cursor:pointer; transition:.6s;background:rgb(255,255,255);}
.banner>dl>dt{right: 50px;margin-top: 30px;}
.banner>dl>dt::before{content: "\f177";}
.banner>dl>dd{right:50px;margin-top: -50px;}
.banner>dl>dd::before{content: "\f178";}
.banner>dl>dt::before,
.banner>dl>dd::before{display: block;font-size: 20px;line-height: 50px;text-align: center;color:rgb(0,0,0);}
.banner>dl>dt:hover::before,
.banner>dl>dd:hover::before{color: #fc6b00;}
}
@media(max-width:991px){
.banner>dl{display:none;}
.banner>ol>li{margin: 0 2px;}
.banner>ol>li:before{margin:1px; width:6px; height:6px;}
.banner .banner-title{font-size: 30px;padding: 50px 0 0;}
.banner .breadcrumb{;padding:0 0 50px 0;}
}

.subnav{padding: 28px 0; position:relative; z-index:4;background:#f0eeeb;}
.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 0;background-color: #f6f6f6;border: 1px solid #f6f6f6;border-radius: 30px;}
.subnav article>ul>li>a{display:block;padding:10px 40px;}
.subnav article li.on>a,
.subnav article li.pn>a{color:#fff;border-radius: 30px;background-color: #fc6b00;border: 1px solid #fc6b00;}
.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 #f6f6f6; }
.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;}
.subnav article>ul>li>a{padding:5px 15px;font-size:14px}
.subnav article li.on>a,
.subnav article li.pn>a{color:#fc6b00;}
.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(0,0,0);}
.subnav ul::-webkit-scrollbar{height:1px; background:#f0eeeb;}
.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:#fc6b00;}
}

.cooperative{background:;}
.cooperative article>ul{display: flex;flex-wrap: wrap;justify-content: space-between;border-top: 1px solid #ebebeb;border-left: 1px solid #ebebeb;border-top-left-radius: 6px;}
.cooperative article>ul>li{text-align: center; border-right: 1px solid #ebebeb;border-bottom: 1px solid #ebebeb;}
.cooperative article>ul>li:last-child{border-bottom-right-radius: 6px;}
.cooperative article>ul>li:hover{background-color: #f6f6f6;cursor: pointer;}
.cooperative article>ul>li>a{color:rgb(0,0,0);}
.cooperative article>ul>li>a:hover{color:#fc6b00;}
.cooperative article>ul>li>a>span{font-size: 16px;line-height: 38px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.cooperative article>ul>li>a>img{height:38px; vertical-align:middle;}
@media(min-width:992px){
.cooperative{padding-top:38px; padding-bottom:38px;background:;}
.cooperative article>ul>li{padding: 30px;flex-basis: calc(20% - 0px);width: calc(20% - 0px);flex-grow: 5;flex-shrink: 0;}
}
@media(max-width:991px){
.cooperative {padding-top:18px; padding-bottom:18px;}
.cooperative article>ul>li{padding: 20px;flex-basis: calc(30.333% - 0px);width: calc(30.333% - 0px);flex-grow: 3;}
}
@media(max-width:767px){
.cooperative article>ul>li{flex-basis: calc(50% - 0px);width: calc(50% - 0px);flex-grow: 2;}
}
.foot{position:relative;box-shadow: rgb(240, 240, 240) 10px 10px 10px inset;background:url() top center rgba(213,213,213,0.42);background-size: cover;color:rgb(0,0,0); }
.foot article .foot-about{float: left;}
.foot article .foot-about>span>img{display: block;height: 48px;}
.foot article .foot-about>.foot_about_text{padding: 10px 0;}
.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: 5px;}
.foot article .foot-nav>ol>li>ol>li{font-weight: normal;line-height: 35px;}
.foot article .foot-text img{display:block;width:100px;float: left;}
.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(0,0,0);}
@media(max-width:1024px){
.foot article .foot-text {width: 220px;margin-left: 30px;}
.foot article .foot-nav>ol>li{width: 160px;}
.foot article .foot-nav>ol>li:last-child{display: none;}
}
@media(min-width:992px){
.foot{padding-top:38px; padding-bottom:38px;}
.foot article .foot-about{width: 280px;margin-right: 30px;}
}
@media(max-width:991px){
.foot{padding-top:18px; padding-bottom:18px;}
.foot article .foot-nav>ol>li {width: 110px;}
}
@media(max-width:820px){
.foot-text,.foot-nav{display: none;}
.foot article .foot-about>span>img{margin: 0 auto;}
.foot article .foot-info>p{margin:0;}
}
@media(max-width:767px){
.foot,.foot article .foot-info{font-size: 12px;}
}
dir>ol>li>a {padding: 5px 20px;border-radius: 6px;border: 1px solid #f0f0f0;}
@media(max-width:767px){
dir>ol>li>a{display:block; padding:0 10px; border-radius:3px;}
}
.productlist .list-box ul li a{transition:.6s !important;overflow: hidden;border-radius: 10px;}
.productlist .list-box ul li a span img{transition: all 0.9s ease-in-out !important;}
.productlist .list-box ul li a:hover span img{transform:scale(1.15) !important;} 
.productlist .list-box ul li a h4{font-weight: bold !important;}
.productdetail .photo>span img{border-top-left-radius: 10px;border-top-right-radius: 10px;}
@media(min-width:1024px){
.productdetail article{box-shadow: rgb(240, 240, 240) 0px 0px 10px inset;padding-top:38px;padding-bottom:38px;border-radius: 10px;}
}