
@media(min-width:1200px){
::-webkit-scrollbar{width:8px; height:8px; background:#ffffff;}
::-webkit-scrollbar-thumb{background:#505fb7;}
::-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:#000000; opacity:.68;}
*::-moz-input-placeholder{color:#000000; opacity:.68;}
*::-ms-input-placeholder{color:#000000; opacity:.68;}

html,body{margin:0; width:100%; min-height:100%; word-wrap:break-word; word-break:break-all; 
background:#ffffff; font-size:18px; font-weight:400; line-height:2; color:#000000;}

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:#000000; transition:.3s;}
a:hover{color:#505fb7;}
a[button="button"]{display:inline-block; padding:4px 18px; border-radius:4px; background:#505fb7; 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:36px;}
h2{font-size:27px;}
h3{font-size:20px;}
h4{font-size:19px;}
h5{font-size:17px;}
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:18px;}
dir>ol>li>a.on,
dir>ol>li>a:hover{background:#505fb7; border-color:#505fb7; 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:54px; font-size:18px;}
select[multiple],
textarea{height:162px;}
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; text-align:center; user-select:none; pointer-events:none;}
h6.alert>b{display:inline-block; color:#fff; max-width:320px; background:rgb(255,98,76); text-align:left; box-shadow:0 0 18px rgba(0,0,0,.08); border-radius:3px; padding:8px 22px; font-size:16px; font-weight:normal;}
h6.alert.red>b{background:rgb(255,98,76);}
h6.alert.green>b{background:rgb(29,213,111);}
h6.alert.brown>b{background:#a5692d;}
h6.alert.yellow>b{background:#ffd700;} 
h6.alert.blue>b{background:rgb(56,129,245);}
h6.alert.gold>b{background:linear-gradient(to right bottom,#ffd700,#edc86c);}

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:#505fb7;}
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:#505fb7;}
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:#505fb7;}
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:#505fb7;} 
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:#505fb7;}
@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;}
}
.consult-online{font-style:normal; position:fixed; z-index:99999; top:30%; width:60px; padding-left:0; padding-right:0;}
.consult-online.left{left:10px;}
.consult-online.right{right:10px;}
.consult-online .list{color:rgb(255,255,255);}
.consult-online .list ul{}
.consult-online .list ul li{margin-top:1px; position:relative; background:rgb(0,185,255);}
.consult-online .list ul li:hover{background:rgb(0,155,235);}
.consult-online .list ul li:first-child{margin:0;}
.consult-online .list ul li>a{display:block; text-align:center; overflow:hidden; padding:5px; transition:.3s; color:rgb(255,255,255);}
.consult-online .list ul li>a>em{display:block; font-size:20px; margin:5px 0;}
.consult-online .list ul li>a>strong{display:block; line-height:1; margin:5px 0; font-weight:normal;}
.consult-online .list ul li>span{position:absolute; top:50%; visibility:hidden; opacity:0; transition:.3s;
transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); -webkit-transform:translateY(-50%);}
.consult-online.left .list ul li>span{left:100%; padding-left:10px;}
.consult-online.right .list ul li>span{right:100%; padding-right:10px;}
.consult-online .list ul li:hover>span{visibility:visible; opacity:1;}
.consult-online .list ul li>span>b{display:block; font-weight:normal; white-space:nowrap; font-family:sans; letter-spacing:.5px;
padding:10px 15px; font-size:18px; line-height:22px; transition:.3s;
background:rgb(0,155,235); color:rgb(255,255,255);}
.consult-online .list ul li>span>img{display:block; max-height:200px; border:5px solid rgb(0,185,255); border-color:; border-color:rgb(0,155,235);}
.consult-online .list ul li>span:before{position:absolute; content:''; top:50%; margin-top:-8px; transition:.3s; visibility:hidden; opacity:0;
border-color:transparent; border-style:solid;}
.consult-online.left .list ul li>span:before{border-width:8px 10px 7px 0; border-right-color:rgb(0,155,235); left:0;}
.consult-online.right .list ul li>span:before{border-width:8px 0 7px 10px; border-left-color:rgb(0,155,235); right:0;}
.consult-online .list ul li:hover>span:before{visibility:visible; opacity:1;}
.consult-online .list ul li.top{visibility:hidden; opacity:0; transition:.3s;}
.consult-online .list ul li.top.on{visibility:visible; opacity:1;}
b,strong{font-weight:bold;}


.header{display:block; height:182px;}
.header-condition{display:block; height:182px; position:absolute; left:0; top:0; right:0; z-index:88888; background:#fff; color:#000000;}
.header-condition a{color:#000000;}
.header-condition a:hover{color:#505fb7}
.header.on .header-condition{position:fixed; top:-130px;}
.header-top{position:relative; z-index:8; background:#282828; color:#b8b8b8; height:32px; line-height:32px;}
.header-top>article>p{float:left;}
.header-language{float:right; position:relative;}
.header-language>a{display:block; color:#b8b8b8;}
.header-language>a:hover{color:#fff;}
.header-language>a>i{padding-right:6px;}
.header-language>div{position:absolute; display:none; top:100%; right:-18px; width:128px; padding:8px 0; background:#fff; border:1px solid #e8e8e8; box-shadow:0 2px 8px rgba(0,0,0,.18);}
.header-language:hover>div{display:block;}
.header-language>div>a{display:block; line-height:34px; padding:0 0 0 18px;}
.header-language>div>a:hover{background:#cccccc;}
.header-language>div>a>img{display:inline-block; vertical-align:middle; position:relative; top:-1px; max-height:18px;}
.header-language>div>a>span{display:inline-block; margin-left:4px;}
.header-member{float:right; position:relative; margin-left:28px;}
.header-member>a{display:inline-block; color:#b8b8b8;}
.header-member>a:hover{color:#fff;}
.header-member>a>img{display:inline-block; width:17px; height:17px; border-radius:50%; position:relative; top:-1px; vertical-align:middle;}
.header-member>a>b{display:inline-block; font-weight:normal; padding-left:4px;}
.header-member>ul{position:absolute; display:none; top:100%; right:0; width:128px; padding:8px 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:#cccccc;}
.header-login{float:right; margin-left:28px;}
.header-login a{display:inline-block; color:#b8b8b8;}
.header-login a:hover{color:#fff;}
.header-login a>i{padding-right:6px;}
.header-login u{display:inline-block; padding:0 6px; color:#888; text-decoration:none;}
.header-content{height:98px; border-bottom:1px solid #e8e8e8;}
.header-logo{float:left; height:100%; line-height:98px; font-size:0;}
.header-logo img{display:inline-block; vertical-align:middle; max-width:248px; max-height:88px;}
.header-inter{float:right; margin:28px 0 0;}
.header-search{float:left;}
.header-search>a{display:none;}
.header-search>form{display:block; position:relative; width:268px;}
.header-search>form>input{line-height:28px; padding:8px 18px; border-radius:28px; background:#fff; height:44px; border:1px solid #d8d8d8;}
.header-search>a,
.header-search>form>button{position:absolute; right:4px; top:4px; width:36px; height:36px; line-height:36px; border-radius:28px; text-align:center; cursor:pointer; font-size:15px; border:none; color:#fff; background:#505fb7;}
.header-search>a:hover,
.header-search>form>button:hover{background:#e8e8e8; color:#505fb7;}
.header-phone{float:left; margin-left:38px;}
.header-phone>a{float:left;}
.header-phone>a>i{line-height:1; font-size:36px; margin:4px 0 0; color:#505fb7;}
.header-phone>span{display:block; margin-left:48px; line-height:1;}
.header-phone>span>u{display:block; font-size:16px; margin:0 0 4px 2px; text-decoration:none; color:rgb(0,0,0);}
.header-phone>span>b{display:block; font-size:24px; font-weight:normal; color:#505fb7;}
.header-navigation{height:52px; box-shadow:0 2px 6px rgba(0,0,0,.18);}
nav{line-height:52px; text-align:center;}
nav.n1>ul>li{width:100%;}
nav.n2>ul>li{width:50%;}
nav.n3>ul>li{width:33.333%;}
nav.n4>ul>li{width:25%;}
nav.n5>ul>li{width:20%;}
nav.n6>ul>li{width:16.666%;}
nav.n7>ul>li{width:14.285%;}
nav.n8>ul>li{width:12.5%;}
nav.n9>ul>li{width:11.111%;}
nav.n10>ul>li{width:10%;}
nav.n11>ul>li{width:9.09%;}
nav.n12>ul>li{width:8.333%;}
nav.n13>ul>li{width:7.692%;}
nav.n14>ul>li{width:7.142%;}
nav.n15>ul>li{width:6.666%;}
nav.n16>ul>li{width:6.25%;}
nav.n17>ul>li{width:5.882%;}
nav.n18>ul>li{width:5.555%;}
nav.n19>ul>li{width:5.263%;}
nav.n20>ul>li{width:5%;}
nav>ul:after{display:block; content:''; clear:both;}
nav>ul>li{float:left; position:relative;}
nav>ul>li>a{display:block; padding:0 14px; position:relative; font-size:20px;}
nav>ul>li ul{position:absolute; display:none; top:100%; 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{left:50%; transform:translateX(-50%);}
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; font-size:19px;}
nav>ul>li>a.on,
nav>ul>li li>a.on{color:#fff; background:#505fb7;}
nav>ul>li a:hover{background:#cccccc; color:#505fb7;}
.header-navicon{display:none;}
@media(max-width:1200px){
.header{display:block; height:130px;}
.header-condition{height:130px;}
.header.on .header-condition{top:-32px;}
.header-content{border-bottom:none;}
.header-navigation{height:auto; box-shadow:none;}
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:19px;}
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:#cccccc;}
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{width:auto; text-align:left;}
.header nav>ul>li>ul{transform:translateX(0);}
.header nav>ul>li>a{color:#000000;}
.header nav>ul>li>a.on,
.header nav>ul>li li>a.on{background:none; color:#505fb7;}
.header-navicon{float:left; margin-left:28px; display:block;}
.navicon-icon{display:block; width:38px; height:38px; text-align:center; border-radius:3px; transition:.3s; cursor:pointer;}
.header.nav .header-navicon .navicon-icon,
.header-navicon:hover .navicon-icon{background:#cccccc; color:#505fb7;}
.navicon-icon>a{display:block; line-height:38px; font-size:22px;}
.header.nav .header-navicon .navicon-icon a{color:#505fb7;}
.header.nav .header-condition{background:#fff; color:#000000;}
.header.nav .header-inter,
.header.nav .header-inter a{color:rgb(0,0,0);}
.header.nav nav{display:block;}
}
@media(max-width:992px){
.header-phone{margin-left:28px;}
.header-navicon{margin-left:18px;}
.header-search>a{display:block; position:static; margin-top:4px;}
.header-search>form{display:none;}
}
@media(max-width:767px){
.header,
.header-condition{height:110px;}
.header-content{height:78px;}
.header-logo{line-height:78px;}
.header-logo img{max-height:68px;}
.header-navicon{margin-left:12px;}
.header-inter{margin-top:18px;}
.header-top>article>p{display:none;}
.header-search>a{width:28px; height:28px; line-height:28px;}
.header-phone{margin-left:12px;}
.header-phone>span{display:none;}
.header-phone>a>i{font-size:28px;}
}




.banner{display:block; position:relative; background-color:rgb(194,209,245);}
.banner-swiper{display:block; overflow:hidden; position:relative; z-index:6;}
.banner-outer{width:5000%;}
.banner-outer:after{display:block; content:''; clear:both;}
.banner-div{width:2%; float:left; position:relative;}
.banner-title,
.banner-content{position:absolute; left:0; top:0; right:0; bottom:0; z-index:8; color:#ffffff; text-align:left;
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;}
.banner-title[style]{position:static;}
.banner-title h2{display:block; font-size:32px; line-height:1; color:#989898; color:#ffffff;}
.banner-title p{display:block; margin:18px 0 0; color:#ffffff;}
.banner-title p a{color:#ffffff;}
.banner-title p a:hover{color:#505fb7;}
.banner-title p b{font-weight:normal;}
.banner-title p i{font-style:normal; padding:0 2px;}
.banner-image{display:block;}
.banner-image img{width:100%; display:block; object-fit:cover;}
.banner-prev,
.banner-next{position:absolute; z-index:8; top:0; bottom:0; width:8%; text-align:center; cursor:pointer; background:rgba(0,0,0,0.18); opacity:0; transition:0.3s;}
.banner-swiper:hover .banner-prev,
.banner-swiper:hover .banner-next{opacity:1;}
.banner-prev i,
.banner-next i{position:absolute; top:50%; left:0; right:0; line-height:38px; margin-top:-18px; color:#fff; font-size:48px;}
.banner-prev{left:0; background:linear-gradient(to left,rgba(0,0,0,0),rgba(0,0,0,0.68));}
.banner-next{right:0; background:linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,0.68));}
.banner-draw{position:absolute; z-index:8; bottom:3.8%; left:0; right:0;}
.banner-draw>article{display:block; text-align:center; font-size:0;}
.banner-draw>article>span{display:inline-block; width:18px; height:18px; line-height:14px; text-align:center; cursor:pointer; border:2px solid #fff; box-shadow:0 0 2px rgba(0,0,0,.18); margin:0 8px; border-radius:18px; transition:0.2s;}
.banner-draw>article>span:before{display:inline-block; width:6px; height:6px; border-radius:6px; vertical-align:middle; background:#fff; content:'';}
.banner-draw>article>span[class*="active"]{background:#505fb7; border-color:#505fb7;}
@media(max-width:767px){
.banner-draw>article>span{margin:0 4px;}
.banner-draw>article>span[class*="active"]{width:18px;}
}




.bottom{padding:38px 0; background:#000000;}
.bottom *{color:#ffffff;}
.bottom a:hover{color:#505fb7;}
.bottom-items{float:right; width:48%; font-size:0;}
.bottom-items>dl{display:inline-block; width:25%; padding-left:8px; vertical-align:top;}
.bottom-items>dl>dt{display:block; margin:0 0 16px 0; font-size:20px;}
.bottom-items>dl>dt>a{color:rgb(255,255,255);}
.bottom-items>dl>dd{display:block;}
.bottom-items>dl>dd>a{display:block; margin-top:8px; font-size:18px;}
.bottom-ewm{float:left; width:18%;}
.bottom-ewm span{display:inline-block;}
.bottom-ewm i{display:inline-block; margin-top:18px;}
.bottom-ewm i>img.ewm{width:138px; display:block;}
.bottom-ewm u{text-decoration:none; margin-top:2px; text-align:center; display:block; color:rgb(255,255,255);}
.bottom-contact{float:left; width:28%; padding-left:18px;}
.bottom-contact h3{color:rgb(255,255,255);}
.bottom-contact ul{display:block; margin-top:18px;}
.bottom-contact ul>li{margin-top:8px; position:relative; padding-left:28px;}
.bottom-contact i{width:18px; height:18px; line-height:18px; position:absolute; top:4px; left:0; font-size:12px; text-align:center; border-radius:50%; color:#000000; background:#ffffff;}
.bottom-contact a,
.bottom-contact u{text-decoration:none; line-height:24px; color:rgb(255,255,255);}
@media(max-width:992px){
.bottom-items{float:left; width:100%; margin-bottom:28px; text-align:center;} 
.bottom-ewm{width:50%; text-align:center;}
.bottom-contact{width:50%;}
}
@media(max-width:767px){
.bottom{padding:18px 0;} 
.bottom-items{margin-bottom:8px;}
.bottom-items>dl{width:50%; padding:0; margin-bottom:8px;}
.bottom-items>dl>dt{margin:0 0 8px 0;}
.bottom-ewm{width:100%;}
.bottom-ewm i{margin-top:8px;}
.bottom-contact{width:100%; margin-top:8px;}
.bottom-contact ul{margin-top:8px;}
}

.footer{color:#fff; padding:16px 0; text-align:center; background:#181818;}
.footer *{color:#66666a;}
.footer a:hover{color:#505fb7;}
.footer-link{margin-bottom:8px;}
.footer-link span{display:inline-block;}
.footer-link a{display:inline-block; margin-left:8px;}
.footer-beian{display:block;}
.footer-beian + aside{margin-top:8px;}
.footer-beian span+span{margin-left:8px; display:inline-block;}
.footer-beian img{vertical-align:middle; margin-right:2px; position:relative; top:-2px; height:18px;}
@media(max-width:1200px){
.footer{text-align:center;}
.footer-link{float:none; margin-bottom:8px;}
}



.subnav{position:relative; z-index:4; border-bottom:1px solid #e8e8e8; background:#ffffff;}
.subnav article li.on>a,
.subnav article li.pn>a{color:#505fb7;}
@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>a{display:block; padding:16px; font-size:20px;}
.subnav article>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 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 dashed #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:18px; }
}
@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{font-size:18px;}
.subnav article>ul>li ul{position:absolute; background:#fff; top:100%; left:0; right:0; visibility:hidden; opacity:0; transition:.3s; 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:18px;}
.subnav article>ul>li>ul li.parent.pn>a{color:#000000;}
.subnav ul::-webkit-scrollbar{height:1px; background:#ffffff;}
.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:#505fb7;}
}


dir{display:block; text-align:center;}
dir>ol{display:block; font-size:0;}
dir>ol>li{display:inline-block;}
dir>ol>li>a{border:1px solid #e8e8e8; background:#fff; padding:0 12px; line-height:32px;}
@media(max-width:767px){
dir>ol>li>a{padding:0 8px; line-height:26px;}
}


.sub{background:#fff;}
.sub+.sub{margin-top:18px;}
.sub-title{border-bottom:1px solid #e8e8e8; line-height:58px; padding:0 18px;}
.sub-title:after{display:block; content:''; clear:both;}
.sub-title h2{float:left; font-size:20px; font-weight:bold;}
.sub-title i{float:right; font-size:18px; line-height:inherit; color:#505fb7;}
.sub-title.nav{border:none; background:#505fb7;}
.sub-title.nav h2{color:#fff;}
.sub-title.nav i{color:#f8f8f8;}
.sub-list{padding:18px;}
.sub-list>ul{display:block;}
.sub-list>ul>li{display:block;}
.sub-list>ul>li+li{margin-top:8px;}
.sub-list>ul>li>span{display:block; line-height:48px; position:relative;}
.sub-list>ul>li>span>a{display:block; background:#f8f8f8; padding:0 18px; position:relative; font-size:19px;}
.sub-list>ul>li>span>a:before{position:absolute; top:12px; bottom:12px; left:-1px; width:4px; content:''; background:#505fb7;}
.sub-list>ul>li.on>span>a,
.sub-list>ul>li>span>a.on,
.sub-list>ul>li>span>a:hover{background:#e8e8e8; color:#505fb7;}
.sub-list>ul>li>span>i{position:absolute; cursor:pointer; text-align:center; line-height:inherit; width:44px; top:0; right:0; z-index:1; color:rgb(0,0,0);}
.sub-list>ul>li>span>a.on+i,
.sub-list>ul>li.on>span>a+i{color:rgb(0,0,0);}
.sub-list>ul>li>ul{background:#f8f8f8; padding:0;}
.sub-list>ul>li>ul>li{height:0; overflow:hidden;}
.sub-list>ul>li.on>ul{padding:8px 0;}
.sub-list>ul>li.on>ul>li{height:38px;}
.sub-list>ul>li>ul>li>a{display:block; line-height:40px; padding:0 22px; border-radius:3px;}
.sub-list>ul>li>ul>li>a:hover{background:#f0f0f0;}
.sub-list>ul>li>ul>li>a.on{color:#505fb7;}
.sub-list>ul>li>ul>li>a:not(.on)+i:hover{color:#505fb7;}
@media(max-width:767px){
.sub-title{line-height:48px; padding:0 12px;}
.sub-title h2{font-size:18px;}
.sub-list{padding:12px;}
}