
@media(min-width:1200px){
::-webkit-scrollbar{width:8px; height:8px; background:rgb(255,255,255);}
::-webkit-scrollbar-thumb{background:rgb(1,90,170);}
::-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:15px; 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(1,90,170);}
a[button="button"]{display:inline-block; padding:4px 18px; border-radius:4px; background:rgb(1,90,170); 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:30px;}
h2{font-size:23px;}
h3{font-size:17px;}
h4{font-size:16px;}
h5{font-size:14px;}
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:15px;}
dir>ol>li>a.on,
dir>ol>li>a:hover{background:rgb(1,90,170); border-color:rgb(1,90,170); 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:44.25px; font-size:15px;}
select[multiple],
textarea{height:123px;}
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:rgb(1,90,170);}
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(1,90,170);}
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(1,90,170);}
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(1,90,170);} 
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(1,90,170);}
@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;}
}
.am-container {position: relative;max-width: 1388px;}
.am-dropdown-content {-webkit-background-clip: border-box;background-clip: border-box;}
.am-text-truncate2 {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.am-text-truncate3 {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.blank {height: 30px;width: 100%;}
.shadow { /* box-shadow: 0px 0px 10px 1px #0000000d; */ border: 1px solid #f5f5f5;padding: 20px;}
@media only screen and (max-width: 640px) {
.blank {height: 10px;}
.shadow {padding: 10px;border:0;}
}

header {margin: 0 auto !important;background:rgb(255,255,255)}
.am-topbar{background:rgb(255,255,255)}
.header-logo { height: 60px; float: left; }
.header-logo b{display: none;}
.header-logo img { height: 80px; }
.header-title{ padding: 0 0 0 15px; border-left: 1px solid #e4e4e4; }
.header-title h1{ display: block; font-size:28px; color: #212121; font-weight: bold; padding: 0; margin: 0; }
.header-title h1 span{ color: #015aaa; }
.header-title p{ display: block; font-size: 16px; color: #212121; margin: 0; }
.header-hotline{ padding: 0; margin: 0; }
.header-hotline .phone{ display: inline-grid; margin: 5px 10px 0 10px;}
.header-hotline .icon{ float: left; line-height: 98px; }
.header-hotline i{ width: 40px; height: 40px; line-height: 40px; font-size: 20px; margin:0; text-align: center; background: #f1f1f1; border-radius: 50%; color: #4d4d4d; vertical-align: middle; }
.header-hotline .phone p strong{ font-size: 26px; color: #313131; font-weight: bolder; line-height:26px; margin-bottom:3px;}
.header-hotline .phone p.text{ display: block; background: #015aaa; padding:2px 0; text-align: center; font-size: 12px; color: #fff; letter-spacing:0; }
.header-hotline .header-weixin{ position: relative; float: right; width: 130px;}
.header-hotline .header-weixin p{ position: absolute; top: 4px; left: 10px; padding: 0; margin: 0; width: 12px; line-height:20px;}
.header-hotline .weixin-img{ float: right; }
.header-hotline .header-weixin img{padding: 0;margin: 0;width: 100px;height: auto;}

.header-nav-bar {width: 100%;position: relative;background:rgb(1,90,170);}
.header-nav .am-nav-pills>li+li{margin-left: 0; }
.header-nav .am-dropdown a { cursor: pointer !important; }
.header-nav .am-topbar-nav>li>a { line-height:56px; padding: 0 48px; font-size:16px; font-weight: bold;}
.header-nav .am-topbar-nav>li>a:focus, .header-nav .am-topbar-nav>li>a:hover { text-decoration: none; color:rgb(253,184,19); background-color: transparent; }

.header-nav .am-topbar-nav>li>a:hover:after { left: 26.5%; margin: 0; bottom:0px; width: 50%; height: 3px; background:rgb(253,184,19); border: 0; }
.header-nav .am-topbar-nav>li.on>a:after{ left: 26.5%; margin: 0; bottom:0; width: 50%; height: 3px; background:rgb(253,184,19); border: 0; }
.header-nav .am-dropdown-content { margin: 0; border: 0; padding: 0; min-width: 145px; background:rgba(1,90,170,0.8);}
.header-nav ul.am-dropdown-content>li>a { color: #fff; text-align: center; }
.header-nav ul.am-dropdown-content>li>a:focus,.header-nav ul.am-dropdown-content>li>a:hover { color: #fff; background:rgb(253,184,19); }
.header-nav .am-dropdown-content:after,.header-nav .am-dropdown-content:before{ display: none; }
.header-nav ul.am-dropdown-content>.on>a,.header-nav ul.am-dropdown-content>.on>a:focus,.header-nav ul.am-dropdown-content>.on>a:hover { color: #fff; text-decoration: none; outline: 0; background:rgb(253,184,19); }
.header-nav .am-nav>li.on>a,.header-nav .am-nav>li.on>a:focus,.header-nav .am-nav>li.on>a:hover{background:rgb(1,90,170);color: #fff;}

.am-breadcrumb { font-size:15px; margin: 0; padding: 20px 0; text-align: right; }
.am-topbar-btn { font-size: 20px; }
@media only screen and (max-width:1360px) {
    .header-nav .am-topbar-nav>li>a { line-height: 50px; padding: 0 46px; }
}
@media only screen and (min-width:1024px) {
.header-logo{ margin-top: 15px;}
.header-title{ margin-top: 15px;}
.header-logo img { margin-right: 10px;}
.header-nav .am-topbar-nav>li::after{ content:"/"; color: #fff; position: absolute; top: 16px; right: 0; }
}
@media only screen and (max-width:1024px) {
.header-logo img { height: 70px; }
.header-hotline .phone p strong{ font-size: 24px; }
.header-nav .am-topbar-nav>li>a { line-height: 50px; padding: 0 26px; }
.header-nav .am-topbar-nav>li.home::before { top: 15px; left: 10px; }
.header-nav .am-topbar-nav>li::after{ top: 15px; }
}
@media only screen and (max-width:820px) {
.header-nav .am-topbar-nav>li>a { line-height: 50px; padding: 0 15px; }
}
@media only screen and (min-width: 768px) {
.header-topbar{ margin: 10px auto; }
.header-nav .am-topbar-nav>li>a { color: #fff; }
}
@media only screen and (max-width: 768px) {
.header-logo img { height: 60px }
.header-topbar { margin: 10px auto 10px; }
.header-title h1 { font-size: 24px; }
.header-title h2,.header-title p{ font-size:14px; }
.header-hotline .phone p strong { font-size: 14px; }
.header-nav .am-topbar-nav>li>a { font-size: 12px; line-height: 40px; padding: 0 20px; }
.header-hotline .header-weixin,.header-hotline .phone span,.header-hotline .phone p strong:nth-of-type(2){ display: none; }
.header-hotline .icon { line-height: 0; }
.header-hotline { margin-top: 10px; }
.am-breadcrumb {font-size: 14px; padding: 10px 0; text-align: center; }
}
@media only screen and (min-width: 640px) {
.header-nav .am-dropdown:hover>a { border-radius: 0; color:rgb(253,184,19); background: 0 0; }
.header-nav .am-dropdown:hover .am-dropdown-content { display: block; }
}

@media only screen and (max-width: 640px) {
.header-nav-bar { background: none; }
.header-logo img { height: 48px; }
.header-topbar { margin:5px auto 0; z-index: 30; }
.header-logo { height:40px; position: absolute; }
.am-topbar-nav>li { border-bottom: 1px solid #ddd; }
.header-nav .am-topbar-nav>li.on { border-top: none; top: 0; }
.header-nav .am-topbar-nav>li>a { line-height: inherit; padding: .4em 1em; font-size: 14px; text-align: center; }
.header-nav .am-topbar-btn,.header-nav .am-topbar-toggle{ margin:0; }
.header-nav .am-topbar-collapse .am-dropdown.on .am-dropdown-content { text-align: center; }
.header-nav .am-topbar-btn { color: #000; font-size: 28px; line-height:28px; margin-top: -2px; margin-right: -20px; background-color: transparent; border-color: transparent; box-shadow: none; z-index: 30; }
}
@media only screen and (max-width: 320px) {
.header-logo img { height: 40px; }
}

.banner { margin:0;background:;}
.banner .am-control-nav { position: absolute; bottom: 20px; }
.banner .am-direction-nav a:before{  color:rgb(255,255,255); }
.banner .am-direction-nav a.am-next:before { color:rgb(255,255,255); }
.banner .am-control-nav li a { width: 40px; height:6px; border-radius: 0; background-color:rgb(255,255,255); -webkit-box-shadow: inset 0 0 3px rgb(255 255 255 / 30%); box-shadow: inset 0 0 3px rgb(255 255 255 / 30%); }
.banner .am-control-nav li a.am-active { background-color:rgb(253,184,19); } 

@media only screen and (min-width:1024px) {
.banner .am-direction-nav .am-prev,.banner:hover .am-prev{ left: 80px; }
.banner:hover .am-next,.banner .am-direction-nav .am-next{ right: 80px; }
}
@media only screen and (max-width: 640px) {
.banner .am-control-nav li a { width:20px; height:5px; }
}

.banner-default{background-image: linear-gradient(180deg,#25a8e0 30%, #015aaa 100%);text-align: center;color: #ffffff;padding: 50px 0;text-align:center;}
.banner-default h2{font-size:60px;}

@media(max-width:991px){
.banner-default h2{font-size:30px;}
.banner-default{padding:30px 0;}
}

.left{ color:#fff; background:rgb(255,255,255);}
.left .left_title{ text-align: center; padding:20px 0; background:rgb(1,90,170); border-top-left-radius:20px; }
.left .left_title h3{ font-size:18px; font-weight: bold; }
.left .left_title span{ font-weight: normal; font-size:15px; display: block;padding: 0 20px; overflow: hidden;}
.left ul{ padding: 0; margin: 0; }
.left ul li{ text-align: center; font-size:15px; font-size:15px; font-weight: bold; line-height: 40px; background: #f5f5f5; margin-bottom: 5px; }
.list_contact{ color:#fff; background: #fdb813; }
.list_contact h3{ font-size: 18px;font-weight: bold;  background:rgb(1,90,170); padding: 10px 0; text-align: center; }
.list_contact h3 i{ font-size: 16px; margin-right: 5px; }
.list_contact aside{ padding:10px 20px; color:#fff; }
.list_contact aside p{ padding: 0; margin: 0 0 10px 0; color: #fff; border-bottom: 1px solid #fff; }

.subnav{background:rgb(255,255,255);position:relative; z-index:4;box-shadow:0px 5px 10px rgb(185 185 185 / 50%);}
.subnav ul>li>a{font-size:15px; font-size:15px;}
.subnav li.on>a,.subnav li.pn>a{color:rgb(1,90,170);}
@media(min-width:992px){
.subnav ul{text-align:center; font-size:0;} 
.subnav ul>li{display:inline-block; position:relative;}
.subnav ul>li>a{display:block; padding:18px 16px;}
.subnav ul>li.has>a:after{display:inline-block; content:'\\2228'; margin-left:3px; transition:transform .3s;}
.subnav ul>li.has:hover>a:after{transform:rotate(180deg);}
.subnav ul>li ul{position:absolute; left:100%; top:0; width:140px; white-space:nowrap; text-align:center; background:#fff; 
visibility:hidden; opacity:0; transition:.05s; transform:scale(0); transform-origin:top center;}
.subnav ul>li ul ul{transform-origin:left center;}
.subnav ul>li>ul li.parent{display:none;}
.subnav ul>li>ul li.right ul{left:auto; right:100%; transform-origin:right center;}
.subnav ul li:hover>ul{visibility:visible; opacity:1; transition:.3s; transform:scale(1);}
.subnav ul>li>ul{left:50%; top:100%; width:140px; margin-left:-70px;}
.subnav ul>li ul{box-shadow:0 0 5px rgba(0,0,0,.1);}
.subnav ul>li ul>li{position:relative; border-top:1px dashed #f0f0f0; }
.subnav ul>li ul>li:first-child{border-top:0;}
.subnav ul>li ul>li>a{display:block; padding:8px 0; font-size:15px; }
.subnav ul>li ul>li>a>b{}
}
@media(min-width:641px){
.subnav{display: none;}
}
@media(max-width:991px){
.subnav ul{overflow:auto; white-space:nowrap;  font-size:0; text-align:center;}
.subnav ul>li{display:inline-block; padding:8px;}
.subnav ul>li ul{position:absolute; background:#fff; top:100%; left:0; right:0; visibility:hidden; opacity:0; transition:.3s; transform:translateY(-8px);}
.subnav ul>li.active{background:#fff;}
.subnav ul>li.active>ul{visibility:visible; opacity:1; transform:translateY(-2px);}
.subnav ul>li ul>li>a{font-size:15px;}
.subnav ul>li>ul li.parent.pn>a{color:rgb(33,33,33);}
.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(1,90,170);}
}

.footad{background:rgb(1,90,170);}
.footad img{display: block;max-width: 100%;margin: 0 auto;}
@media(max-width:640px){.footad{display: none;}}

.foot{position:relative; padding:30px 0 10px;background:rgb(31,31,31); font-size: 16px;color:#fff;}
.foot .footer_about img{display: block; max-width: 160px;}
.foot .footer_about aside{padding: 10px 20px 10px 0;}
.foot .footer_about .social{margin-top: 10px;}
.foot .footer_about .social li{display:inline-block;margin: 0 10px;}
.foot .footer_about .social a{font-size: 22px;}

.foot .footer_contact{ padding: 0 50px; border-left: 1px solid #2a2a2a; border-right: 1px solid #2a2a2a; }
.foot .footer_contact .contact_text{ padding:10px 0; color: #bbbbbb; }
.foot .footer_contact .title{ text-align: left; color: #fff; font-size: 20px; line-height:50px;position: relative;margin-bottom: 15px;}
.foot .footer_contact .title::after{ display: block; content: ''; width: 50%; height: 1px; background:#353535; }
.foot .footer_contact .title::before{ display: block; position: absolute; bottom:-1px; content: ''; width:10%; height:3px; background: #fff; }
.foot .footer_contact .text{ font-size: 14px; font-weight: normal;padding: 0; line-height: 25px;}
.foot .footer_contact .text i{ font-size:25px; color: #d4d4d4; vertical-align: middle;display: inline-block;margin-right: 10px;}
.foot .footer_contact .text p{display: inline;}
.foot .footer_weixin img{ margin: 40px 30px 0; width: 160px; }
.foot .footer_weixin .weixin_text{ float: right; margin-top: 50px; }
.foot .footer_weixin .weixin_text span{ margin-top: 30px; color: #b2b2b2; }
.foot .footer_weixin .weixin_text p{ position: relative; color: #fff; background: #fdb813; border-radius:5px; text-align: center; padding: 5px 20px; margin-top: 30px; }
.foot .footer_weixin .weixin_text p:after{ position: absolute; left: -10px; margin: 0; bottom: 12px; content: ""; display: inline-block; width: 0; height: 0; vertical-align: middle; border-bottom: 7px solid #fdb813; border-right: 7px solid transparent; border-left: 7px solid transparent; border-top: 0 dotted; -webkit-transform: rotate(268deg); -ms-transform: rotate(268deg); transform: rotate(268deg); opacity: 1; -webkit-transition: opacity .1s; transition: opacity .1s; }
.foot .foot_nav p span img{margin-right: 5px;}
.foot .foot_nav .nav_list{margin-bottom:15px;}
.foot .foot_nav .link{margin: 10px 0;}
.foot a{color:#f8f8f8;}
.foot a:hover{color:rgb(1,90,170);}
.foot .foot_nav{text-align:center;margin-top:20px;}
.foot .foot_nav ol,.foot .link ul{text-align:center;margin-bottom:8px;}
.foot .foot_nav ol li{font-size:15px; display:inline-block;}
.foot .foot_nav ol li:before{content:'|'; margin:0 10px;font-size: 10px;}
.foot .foot_nav ol li:first-child:before{display:none;}
.foot .foot_nav p>span{margin-right:8px;}
.foot .foot_nav p>span:last-child{margin:0;}
.foot .link li{display:inline-block; line-height:38px;}
.foot .link li:before{content:'-'; display:inline-block; margin:0 4px;font-size: 10px}
.foot .link li:first-child:before{display:none;}
.foot .link li img{height:38px; vertical-align:middle;}
.foot .link li:first-child{margin-left:0;}
@media(max-width:1024px){
.foot{padding:20px 0 10px;}
.foot .footer_about,.foot .footer_contact,.foot .footer_weixin{display: none;}
}