
@media(min-width:1200px){
::-webkit-scrollbar{width:8px; height:8px; background:rgb(255,255,255);}
::-webkit-scrollbar-thumb{background:rgb(0,165,235);}
::-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(33,33,33); opacity:.68;}
*::-moz-input-placeholder{color:rgb(33,33,33); opacity:.68;}
*::-ms-input-placeholder{color:rgb(33,33,33); 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(33,33,33);}

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(33,33,33); transition:.3s;}
a:hover{color:rgb(0,165,235);}
a[button="button"]{display:inline-block; padding:4px 18px; border-radius:4px; background:rgb(0,165,235); 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(0,165,235); border-color:rgb(0,165,235); 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;}

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:rgb(0,165,235);}
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:rgb(0,165,235);}
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:rgb(0,165,235);}
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:rgb(0,165,235);} 
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:rgb(0,165,235);}
@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;}
}

@media(min-width:1200px){
::-webkit-scrollbar{width:8px; height:8px; background:rgb(255,255,255);}
::-webkit-scrollbar-thumb{background:rgb(0,160,233);}
::-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(33,33,33); opacity:.68;}
*::-moz-input-placeholder{color:rgb(33,33,33); opacity:.68;}
*::-ms-input-placeholder{color:rgb(33,33,33); 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:16px; font-weight:400; line-height:1.75; color:rgb(33,33,33);}

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(33,33,33); transition:.3s;}
a:hover{color:rgb(0,160,233);}
a[button="button"]{display:inline-block; padding:4px 18px; border-radius:4px; background:rgb(0,160,233); 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:32px;}
h2{font-size:24px;}
h3{font-size:18px;}
h4{font-size:17px;}
h5{font-size:15px;}
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:16px;}
dir>ol>li>a.on,
dir>ol>li>a:hover{background:rgb(0,160,233); border-color:rgb(0,160,233); 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 #f0f0f0; line-height:1.75; height:46px; font-size:16px;}
select[multiple],
textarea{height:130px;}
select:hover,
textarea:hover,
input[type]:hover,
input[type]:hover,
select:focus,
textarea:focus,
input[type]:focus,
input[type]:focus{box-shadow:0 0 8px rgba(0,0,0,.08);}


.head{height:98px; position:relative; z-index:9;}
.head .logo{height:98px; float:left; line-height:98px; font-size:0; margin-left:58px;}
.head .logo img{vertical-align:middle; max-height:88px;}
.head .nav{float:right; text-align:center;}
.head .nav>div{line-height:38px;}
.head .nav>div>ul{}
.head .nav>div>ul:after{display:block; content:''; clear:both;}
.head .nav>div>ul>li{float:left; position:relative;}
.head .nav>div>ul>li.on:before{position:absolute; content:''; top:0; left:0; right:0; height:4px; background:#8A3427;}
.head .nav>div>ul>li>a{display:block; padding:30px 22px; font-size:18px;}
.head .nav>div>ul>li>i{display:block; color:#fff; position:absolute; bottom:0; left:50%; width:14px; text-align:center; margin-left:-7px;}
.head .nav>div>ul>li:hover>a{background:#8A3427; color:#fff;}
.head .nav>div>ul>li ul{position:absolute; left:100%; top:0; width:140px; white-space:nowrap; text-align:center; background:#8A3427; 
visibility:hidden; opacity:0; transition:.05s; transform:scale(0); transform-origin:top center; box-shadow:0 0 5px rgba(0,0,0,.1);}
.head .nav>div>ul>li ul a{color:#fff;}
.head .nav>div>ul>li ul ul{transform-origin:left center;}
.head .nav>div>ul li:hover>ul{visibility:visible; opacity:1; transition:.3s; transform:scale(1);}
.head .nav>div>ul>li>ul{left:50%; top:100%; width:140px; margin-left:-70px;}
.head .nav>div>ul>li ul>li{position:relative; border-top:1px solid #fff; }
.head .nav>div>ul>li ul>li:first-child{border-top:0;}
.head .nav>div>ul>li ul>li>a{display:block; padding:8px 0; font-size:16px;  transition:.3s;}
.head .nav>div>ul>li ul>li>a:hover{background:rgba(0,0,0,.08);}  
.head .nav>div>ul>li ul>li>i{display:none;}
.head>i.fa-list{display:none;}
@media(max-width:1599px){
.head .logo{margin-left:38px;}
}
@media(max-width:1199px){
.head{height:78px;}
.head .logo{height:78px; line-height:78px; margin-left:18px;}
.head .logo img{max-height:68px;}

.head>i.fa-list{font-size:24px; line-height:78px; display:block; float:right; padding:0 18px; transition:.3s;}
.head>i.fa-list.on{color:#3481b5;}

.head .nav{float:none; position:absolute; top:100%; left:0; right:0; background:#3481b5; text-align:left; display:none;}
.head>i.fa-list.on+.nav{display:block;}
.head .nav>div>ul>li{float:none;}
.head .nav>div>ul>li>a{padding:4px 18px; font-size:18px; color:#fff; display:inline-block; position:relative; z-index:1;}
.head .nav>div>ul>li i{bottom:auto; position:absolute; top:0; left:auto; right:0; display:block !important; color:#fff; margin:0; line-height:46px; height:46px; width:100%; text-align:right; padding:0 18px;}
.head .nav>div>ul>li:hover>a{background:none;}
.head .nav>div>ul>li ul{position:static; left:0; top:0; width:100%; text-align:left; transform:scale(1); opacity:1; box-shadow:none; visibility:visible; display:none;}
.head .nav>div ul>li>ul{left:0; top:0; width:100%; margin-left:0; padding:4px 0;}
.head .nav>div>ul>li ul>li{border:none; position:relative;}
.head .nav>div>ul>li ul>li>a{display:inline-block; padding:0 22px;}
.head .nav>div>ul>li ul ul>li>a{ padding:0 26px;}
.head .nav>div>ul>li ul>li>i{line-height:38px; height:38px;}
.head .nav>div ul>li.active{background:rgba(0,0,0,.08);}
.head .nav>div ul>li.active>ul{display:block;}

}
@media(max-width:767px){
.head{height:58px;}
.head .logo{height:58px; line-height:58px; margin-left:8px;}
.head .logo img{max-height:48px;}
.head>i.fa-list{font-size:20px; line-height:58px; padding:0 8px; }
}


.subbanner{position:relative; color:rgb(255,255,255);
background:rgb(245,173,1);
background-image:-webkit-radial-gradient(center, circle cover, rgb(240,134,25) 0%, rgb(239,172,104) 100%);
background-image:-moz-radial-gradient(center, circle cover, rgb(240,134,25) 0%, rgb(239,172,104) 100%);
background-image:-ms-radial-gradient(center, circle cover, rgb(240,134,25) 0%, rgb(239,172,104) 100%);
background-image:-o-radial-gradient(center, circle cover, rgb(240,134,25) 0%, rgb(239,172,104) 100%);
background-image:radial-gradient(center, circle cover, rgb(240,134,25) 0%, rgb(239,172,104) 100%);
display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-o-box; display:box;
-webkit-box-pack:center; -moz-box-pack:center; -ms-flex-pack:center; -o-box-pack:center; box-pack:center; 
-webkit-box-align:center; -moz-box-align:center; -ms-flex-align:center; -o-box-align:center; box-align:center;vertical;}
.subbanner>img{position:absolute; left:0; top:0; width:100%; height:100%; z-index:1; object-fit:cover;}
.subbanner>article{position:relative; z-index:8;}
.subbanner a{color:rgb(255,255,255);}
.subbanner a:hover{color:#8A3427}
@media(min-width:1200px){
.subbanner{ height:248px;}
}
@media(max-width:1199px){
.subbanner{ height:238px;}
}
@media(max-width:767px){
.subbanner{ height:188px;}
}
.subbanner{text-align:center;} 
.subbanner h2{font-size:38px; line-height:1; text-shadow:0 1px 3px rgba(0,0,0,.38);}
.subbanner ul{font-size:0; margin-top:18px;}
.subbanner ul li{display:inline-block; padding:0 6px;}
.subbanner ul li i,
.subbanner ul li b,
.subbanner ul li a{font-size:16px; font-weight:inherit;}
@media(max-width:767px){
.subbanner h2{font-size:32px;}
}




.subnav{background:#8A3427; position:relative; z-index:4;}
.subnav a{color:#fff;}
.subnav article>ul>li>a{font-size:16px; font-size:px;}
.subnav article li.on>a,
.subnav article li.pn>a{color:#fff;}
@media(min-width:992px){
.subnav article>ul{text-align:center; font-size:0;} 
.subnav article>ul>li{display:inline-block; position:relative;}
.subnav article>ul>li:before{position:absolute; width:1px; height:14px; margin-top:-7px; background:#fff; left:0; top:50%; content:'';}
.subnav article>ul>li:first-child:before{display:none;}
.subnav article>ul>li>a{display:block; padding:22px; transition:.3s;}
.subnav article>ul li:hover>a{background:rgba(0,0,0,.08);}  
.subnav article>ul>li ul{position:absolute; left:100%; top:0; width:140px; white-space:nowrap; text-align:center; background:#3481b5; 
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:.3s; transform:scale(1);}
.subnav article>ul>li>ul{left:50%; top:100%; width:140px; margin-left:-70px;}
.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 #fff; }
.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:16px;  transition:.3s;}
.subnav article>ul>li ul>li>a>b{}
}
@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 ul{position:absolute; background:#3481b5; top:100%; left:0; right:0; visibility:hidden; border-top:1px solid #fff; opacity:0; transition:.3s; transform:translateY(-8px);}
.subnav article>ul>li.active{background:#3481b5;}
.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(33,33,33);}
.subnav ul::-webkit-scrollbar{height:1px; background:;}
.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(0,160,233);}
}



footer.foot{background:#8A3427; color:#fff; padding:38px 0;}
footer.foot a{color:#fff;}
footer.foot a:hover{color:#fff;}
footer.foot .nav{float:left; width:33.333%;}
footer.foot .nav h3{color:#fff; margin-bottom:8px;}
footer.foot .nav h3:after{display:block; width:38px; height:3px; margin-top:2px; border-radius:5px; background:#fff; content:'';}
footer.foot .nav ul li{float:left; width:50%; margin-top:8px;} 
footer.foot .nav ul li a:before{display:inline-block; width:5px; height:5px; border-radius:5px; position:relative; top:-2px; content:''; background:#fff; margin-right:8px;}
footer.foot .contact{float:left; width:33.333%;}
footer.foot .contact>h3{color:#fff; margin-bottom:8px;}
footer.foot .contact>h3:after{display:block; width:38px; height:3px; margin-top:2px; border-radius:5px; background:#fff; content:'';}
footer.foot .contact>aside{display:block; overflow:hidden;}
footer.foot .contact>aside p{margin-top:8px;}
footer.foot .ewm{float:left; width:33.333%; margin-top:28px; text-align:center;}
footer.foot .ewm p{width:50%; float:left;}
footer.foot .ewm img{width:138px;}
footer.foot .ewm span{display:block;}
footer.foot .text{text-align:center; color:#fff;}
footer.foot .text a{color:#fff;}
footer.foot .text a:hover{color:#F5AD01;}
footer.foot .text:before{display:block; content:''; border-top:1px solid #888; padding-top:18px; margin-top:18px;}
@media(max-width:991px){
footer.foot .nav{width:50%;}
footer.foot .contact{width:50%;}
footer.foot .ewm{width:100%;}
}
@media(max-width:767px){
footer.foot{padding:18px 0;}
footer.foot .nav{width:100%;}
footer.foot .contact{width:100%; margin-top:18px;}
footer.foot .ewm{margin-top:18px;}
}
