@charset "UTF-8";
/*主色*/
/*配色*/
/*红色*/
/*绿色*/
/*一般*/
/*黄色*/
/*灰色*/
/*网页背景色*/
/*文字默认颜色*/
/*链接文字颜色*/
/*主要内容区域宽度*/
/*=============铵钮=============*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; }

/* 统一老式浏览器HTML5显示 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1.2; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }



img { border: none; vertical-align: top; max-width: 100%; }

/* 清除a标签中图片边框 */
input, button, textarea { vertical-align: middle; font: inherit; font-family: inherit; display: inline-block; }

button, label, a { cursor: pointer; }

button { font-family: 'Microsoft YaHei'; }

/* H1 - H6 */
h1 { margin-top: 8px; line-height: 1.2; margin-bottom: 4px; font-size: 36px; }

h2 { margin-top: 8px; line-height: 1.2; margin-bottom: 4px; font-size: 30px; }

h3 { margin-top: 8px; line-height: 1.2; margin-bottom: 4px; font-size: 25px; }

h4 { margin-top: 8px; line-height: 1.2; margin-bottom: 4px; font-size: 20px; }

h5 { font-weight: bold; line-height: 1.2; margin-bottom: 4px; font-size: 15px; }

h6 { font-weight: bold; line-height: 1.2; margin-bottom: 4px; font-size: 11px; }



hr { width: 100%; border: none; border-bottom: 1px solid #CCC; margin-top: 12px; margin-bottom: 12px; }

:focus { outline: 0; }

/*清除链接虚线边框*/
/* Scss Document */
* { box-sizing: border-box; }

body { min-width: 1200px; background: #fff; border: none; font-family: Verdana, Arial, 'Microsoft YaHei'; *font-family: 'Microsoft YaHei'; font-size: 14px; line-height: 1.6; color: #333; }

.container { width: 1200px; margin: 0 auto; }
.container:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }

.clearlist { margin: 0; padding: 0; list-style: none; }
.clearlist li { margin: 0; padding: 0; list-style: none; }

a { text-decoration: none; color: inherit; }
a:hover { color: #1492ff; }

img { max-width: 100%; vertical-align: middle; }

/*常用*/
.color-primary { color: #1492ff; }

.color-ornament { color: #ffbe28; }

.color-red { color: #f62b2b; }

.text-center { text-align: center; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.show { display: block; }

.hide { display: none; }

.clear { clear: both; }

.clearfix:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }

.ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.ellipsis-2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.fl { float: left; }

.fr { float: right; }

.img1-1 { display: block; position: relative; }
.img1-1:after { display: block; padding-top: 100%; content: ''; }
.img1-1 img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }

.img4-3 { display: block; position: relative; }
.img4-3:after { display: block; padding-top: 75%; content: ''; }
.img4-3 img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }

.mt20 { margin-top: 20px; }

.mt10 { margin-top: 10px; }

.hbar { font-size: 14px; padding: 8px 0; color: #999; line-height: 25px; background-color: #fff; }
.hbar .line { margin: 0 15px; font-size: 12px; color: #ccc; }

.header { height: 120px; background-color: #fff; }
.header .logo { float: left; padding-top: 28px; }
.header .search { overflow: hidden; padding-top: 20px; }
.header .search input { width: 220px; height: 34px; border: 1px solid #e6e6e6; border-radius: 5px 0 0 5px; border-right: none; box-sizing: border-box; float: left; padding: 0 10px; }
.header .search button { float: left; height: 34px; background: #1492ff; border-radius: 0 5px 5px 0; border: none; color: #fff; }
.header .search button img { margin-right: 3px; vertical-align: middle; }
.header .rexian { text-align: center; margin-top: 15px; }

.banner { overflow-x: hidden; }
.banner .cont { width: 1920px; height: 280px; position: relative; left: 50%; margin-left: -960px; }
.banner .slides li { text-align: center; }
.banner img { max-width: none !important; width: 1920px !important; height: 280px !important; }
.banner .flex-control-paging { width: 100%; margin: 0; list-style: none; position: absolute; right: 0; left: 0; bottom: 15px; z-index: 3; text-align: center; font-size: 0; }
.banner .flex-control-paging li { display: inline-block; }
.banner .flex-control-paging li a { display: block; list-style: none; margin: 0 5px; width: 20px; height: 4px; background-color: #fff; opacity: .5; filter: alpha(opacity=50); }
.banner .flex-control-paging li a.flex-active { opacity: 1; filter: alpha(opacity=100); }
.banner .flex-direction-nav { list-style: none; }
.banner .flex-direction-nav li { list-style: none; position: absolute; top: 50%; margin-top: -40px; z-index: 5; }
.banner .flex-direction-nav li.flex-nav-prev { left: 0; }
.banner .flex-direction-nav li.flex-nav-next { right: 0; }
.banner .flex-direction-nav li a { color: #fff; width: 80px; height: 80px; display: block; text-align: center; line-height: 80px; font-size: 72px; text-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
.banner .slider-btn-prev, .banner .slider-btn-next { position: absolute; z-index: 99; cursor: pointer; width: 40px; height: 60px; top: 50%; margin-top: -30px; background: url(slide_bPc.png;vpn_img) no-repeat; text-indent: -9999px; overflow: hidden; }
.banner .slider-btn-prev { left: 50px; background-position: 0 0; }
.banner .slider-btn-next { right: 50px; background-position: -40px 0; }
.banner .slider-nav { position: absolute; margin: 0; padding: 0; z-index: 99; left: 0; right: 0; bottom: 10px; text-align: center; line-height: 1; }
.banner .slider-nav li { display: inline-block; vertical-align: middle; margin: 0 5px; width: 20px; height: 4px; background-color: #fff; opacity: .5; filter: alpha(opacity=50); font-size: 0; cursor: pointer; }
.banner .slider-nav li.active { opacity: 1; filter: alpha(opacity=100); }
.banner .html5zoo-nav { overflow: visible !important; z-index: 2; margin: 0 !important; top: auto !important; bottom: 10px; }
.banner .html5zoo-bullet-wrapper-0 { width: auto !important; height: 4px !important; text-align: center; position: absolute !important; margin: 0; padding: 0; z-index: 9; left: 0; right: 0; bottom: 10px; line-height: 1; }
.banner .html5zoo-bullet-span { display: inline-block; float: none !important; margin: 0 5px !important; width: 20px !important; height: 4px !important; background-color: #fff !important; opacity: .5; filter: alpha(opacity=50); font-size: 0; cursor: pointer; vertical-align: middle; }
.banner .html5zoo-bullet-span.active { opacity: 1; filter: alpha(opacity=100); }

.nav { height: 46px; background-color: #1492ff; }
.nav li { float: left; }
.nav li a { color: #fff; font-size: 16px; line-height: 46px; padding: 0 50px; display: inline-block; vertical-align: middle; }
.nav li a:hover { background-color: #0086fa; }

.gonggao { width: 850px; height: 252px; float: left; margin-top: 20px; }

.ihd { border-bottom: 1px solid #e5e5e5; height: 46px; line-height: 46px; }
.ihd .more { float: right; color: #1492ff; }
.ihd .tit { height: 46px; float: left; font-size: 20px; font-weight: bold; }
.ihd .tit.active { border-bottom: 3px solid #1492ff; }

.newslist { margin-top: 15px; }
.newslist li { height: 38px; line-height: 38px; }
.newslist li a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; }
.newslist li .point { width: 4px; height: 4px; background-color: #1492ff; display: inline-block; margin-right: 15px; vertical-align: middle; }
.newslist li .date { float: right; margin-left: 30px; color: #999; }

.ywpt { float: right; position: relative; }
.ywpt .cont { width: 326px; height: 303px; padding-left: 10px; background: url(nbg.png;vpn_img) no-repeat center; background-size: contain; position: absolute; right: -26px; top: -5px; }
.ywpt .cont .hd { font-weight: bold; text-align: center; font-size: 20px; padding-top: 20px; }
.ywpt .cont .bd { text-align: center; }
.ywpt .cont .bd .item { margin-top: 14px; }

.imgnews { width: 567px; height: 320px; position: relative; margin-top: 35px; float: left; overflow: hidden; }
.imgnews .slides li { height: 320px; position: relative; }
.imgnews .title { height: 36px; position: absolute; left: 0; right: 0; bottom: 0; z-index: 5; background-color: rgba(0, 0, 0, 0.3); line-height: 36px; color: #fff; padding-left: 15px; padding-right: 200px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.imgnews .flex-control-paging { margin: 0; list-style: none; position: absolute; right: 0; bottom: 0; z-index: 3; text-align: center; font-size: 0; }
.imgnews .flex-control-paging li { display: inline-block; }
.imgnews .flex-control-paging li a { display: block; width: 36px; height: 36px; background-color: #000; opacity: .5; filter: alpha(opacity=50); font-size: 14px; line-height: 36px; color: #fff; }
.imgnews .flex-control-paging li a.flex-active { opacity: 1; filter: alpha(opacity=100); background-color: #1492ff; }

.news { width: 610px; float: right; margin-top: 35px; }
.news .ihd .tit { margin-right: 30px; cursor: pointer; }

.zwgk { margin-top: 20px; }
.zwgk .xxgk { float: left; }
.zwgk .xxgk .hd { float: left; margin-right: 20px; }
.zwgk .xxgk .item { width: 110px; height: 300px; padding-top: 95px; background-color: #edf6ff; border-radius: 10px; text-align: center; float: left; margin-left: 10px; display: block; }
.zwgk .xxgk .item .icon { height: 36px; line-height: 36px; }
.zwgk .xxgk .item .name { margin-top: 20px; font-size: 16px; font-weight: bold; color: #1492ff; }
.zwgk .xxgk .item:hover { background-color: #e5f2ff; }
.zwgk .gimg { width: 295px; float: right; margin-left: 10px; }
.zwgk .gimg .item { margin-top: 10px; display: block; height: 56px; background: #edf6ff url(kqyicon.png;vpn_img) no-repeat 235px center; line-height: 56px; font-size: 18px; padding: 0 30px; }
.zwgk .gimg .item:hover { background-color: #e5f2ff; }

.bmfw { background-color: #fbfbfb; margin-top: 30px; padding-top: 30px; padding-bottom: 50px; }
.bmfw .bd { margin: 30px -10px 0; }
.bmfw .bd .item { width: 154px; height: 154px; margin: 0 10px; display: block; float: left; background-color: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, 0.06); text-align: center; transition: all .3s; }
.bmfw .bd .item .icon { margin-top: 40px; line-height: 1; }
.bmfw .bd .item .name { font-weight: bold; font-size: 16px; margin-top: 20px; line-height: 1; }
.bmfw .bd .item:hover { transform: translateY(-10px); box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
.bmfw .bd2 { margin: 20px -10px 0; }
.bmfw .bd2 .item { width: 285px; height: 180px; margin: 0 10px; display: block; float: left; background-color: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, 0.06); text-align: center; transition: all .3s; }
.bmfw .bd2 .item .icon { margin-top: 30px; line-height: 1; }
.bmfw .bd2 .item .name { font-weight: bold; font-size: 20px; margin-top: 20px; line-height: 1; }
.bmfw .bd2 .item:hover { transform: translateY(-10px); box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
.bmfw .bd2 .item.item2 { text-align: left; padding-left: 30px; }
.bmfw .bd2 .item.item2 .name { margin-bottom: 15px; margin-top: 30px; }

.imgslide { position: relative; height: 120px; overflow: hidden; }
.imgslide .slides li { width: 394px; float: left; }
.imgslide img { height: 120px; width: 394px; }
.imgslide .flex-direction-nav { list-style: none; }
.imgslide .flex-direction-nav li { list-style: none; position: absolute; top: 50%; margin-top: -30px; z-index: 5; }
.imgslide .flex-direction-nav li.flex-nav-prev { left: 0; }
.imgslide .flex-direction-nav li.flex-nav-next { right: 0; }
.imgslide .flex-direction-nav li a { color: #fff; width: 30px; height: 60px; display: block; font-size: 0; background: no-repeat center; }
.imgslide .flex-direction-nav li .flex-prev { background-image: url(arrow_prev.png;vpn_img); }
.imgslide .flex-direction-nav li .flex-next { background-image: url(arrow_next.png;vpn_img); }

.ywzb { width: 600px; height: 330px; float: left; padding: 20px; margin-top: 30px; background-color: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, 0.06); }
.ywzb .bd { margin-top: 25px; }
.ywzb table { width: 100%; text-align: center; font-size: 16px; background-color: #f5f5f5; border: none; }
.ywzb table td { border-color: #fff; height: 50px; }

.zixun { float: right; width: 572px; margin-top: 30px; }
.zixun .txt { padding-top: 23px; }
.zixun .bd { margin-top: 26px; }
.zixun .bd .item { width: 267px; height: 220px; display: block; background-color: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, 0.06); text-align: center; transition: all .3s; }
.zixun .bd .item .icon { height: 52px; margin-top: 42px; line-height: 52px; }
.zixun .bd .item .name { font-weight: bold; font-size: 18px; margin-top: 25px; line-height: 1; }
.zixun .bd .item .desc { color: #666; margin-top: 10px; }
.zixun .bd .item:hover { transform: translateY(-10px); box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }

.fuwu { margin: 30px -15px 0; }
.fuwu .item { width: 216px; height: 160px; margin: 0 15px; display: block; float: left; background-color: #fff; border: 1px solid #1492ff; box-shadow: 0 0 15px rgba(0, 0, 0, 0.06); text-align: center; transition: all .3s; }
.fuwu .item .icon { height: 50px; line-height: 50px; margin-top: 35px; }
.fuwu .item .name { font-size: 18px; margin-top: 20px; line-height: 1; color: #1492ff; }
.fuwu .item:hover { transform: translateY(-10px); box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }

.gundongimg { height: 90px; padding: 10px 0; overflow: hidden; margin-top: 30px; }
.gundongimg li { float: left; margin-right: 20px; width: 184px; height: 70px; background-color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.06); }
.gundongimg li img { width: 184px; height: 70px; }

.footer { background-color: #1492ff; color: #fff; margin-top: 30px; padding: 30px 0; }
.footer .link { border-bottom: 1px solid #3ba4ff; padding-bottom: 20px; }
.footer .link .line { margin: 0 20px; }
.footer a { color: #fff; }
.footer a:hover { text-decoration: underline; }

.footer .link1 { border-bottom: 1px solid #3ba4ff; padding-bottom: 20px; }
.footer .link1 .line { margin: 0 20px; }


.mainbox { margin: 30px auto 50px; padding: 20px; background-color: #fff; }

.path { height: 46px; padding: 0 20px; background-color: #f5f5f5; line-height: 46px; color: #666; margin-bottom: 20px; }

.sidemenu { width: 240px; float: left; }
.sidemenu .hd { background-color: #1492ff; color: #fff; text-align: center; padding: 15px 20px; font-size: 18px; }
.sidemenu .nlist { font-size: 16px; background-color: #fafafa; }
.sidemenu .nlist li { line-height: 45px; }
.sidemenu .nlist li .item { display: block; padding: 0 20px; }
.sidemenu .nlist li .item .point { width: 4px; height: 4px; background-color: #1492ff; border-radius: 50%; display: inline-block; margin-right: 5px; vertical-align: middle; }
.sidemenu .nlist li .item.active { background-color: #e5f3ff; }
.sidemenu .nlist li .arr { float: right; width: 12px; height: 45px; background: url(icon_right.png;vpn_img) no-repeat center; }
.sidemenu .nlist li li .item { padding-left: 40px; }
.sidemenu .nlist li ul { display: none; }
.sidemenu .nlist li.active .arr { background-image: url(icon_down.png;vpn_img); }
.sidemenu .nlist li.active ul { display: block; }
.sidemenu .zfitem { height: 70px; margin-top: 16px; padding: 0 20px; border: 1px solid #eee; display: block; color: #1492ff; }
.sidemenu .zfitem:first-child { margin-top: 0; }
.sidemenu .zfitem .icon { width: 36px; height: 36px; margin-top: 16px; float: left; background: no-repeat center; margin-right: 20px; }
.sidemenu .zfitem .txt { display: inline-block; float: left; margin-top: 4px; line-height: 30px; font-size: 22px; }
.sidemenu .zfitem .jiajian { width: 12px; height: 12px; float: right; margin-top: 28px; margin-left: 20px; background: url(jia.png;vpn_img) no-repeat center; }
.sidemenu .zfitem .gkzn { background-image: url(icon_gkzn.png;vpn_img); }
.sidemenu .zfitem .gkzd { background-image: url(icon_gkzd.png;vpn_img); }
.sidemenu .zfitem .gknr { background-image: url(icon_gknr.png;vpn_img); }
.sidemenu .zfitem .gknb { background-image: url(icon_gknb.png;vpn_img); }
.sidemenu .zfitem.active, .sidemenu .zfitem:hover { background-color: #1492ff; border-color: #1492ff; color: #fff; }
.sidemenu .zfitem.active .gkzn, .sidemenu .zfitem:hover .gkzn { background-image: url(icon_gkzn_w.png;vpn_img); }
.sidemenu .zfitem.active .gkzd, .sidemenu .zfitem:hover .gkzd { background-image: url(icon_gkzd_w.png;vpn_img); }
.sidemenu .zfitem.active .gknr, .sidemenu .zfitem:hover .gknr { background-image: url(icon_gknr_w.png;vpn_img); }
.sidemenu .zfitem.active .gknb, .sidemenu .zfitem:hover .gknb { background-image: url(icon_gknb_w.png;vpn_img); }
.sidemenu .zfitem.active .jiajian, .sidemenu .zfitem:hover .jiajian { background-image: url(jian.png;vpn_img); }

.newsmain { width: 880px; float: right; }

.news-list { margin-top: 15px; }
.news-list li { height: 36px; line-height: 36px; }
.news-list li a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; }
.news-list li .date { float: right; margin-left: 30px; color: #999; }

.pagination { margin: 50px 0; text-align: center; }
.pagination li { display: inline-block; }
.pagination a, .pagination span, .pagination input { display: inline-block; margin: 0 3px; padding: 0 10px; border-radius: 4px; line-height: 32px; text-align: center; background-color: #fff; border: 1px solid #ddd; font-size: 14px; }
.pagination a:hover { color: #1492ff; border-color: #1492ff; }
.pagination li.active a, .pagination li.active span { background-color: #1492ff; border-color: #1492ff; color: #FFF; }
.pagination li.disabled a, .pagination li.disabled span { background-color: #EEE; color: #BBB; }
.pagination button { height: 32px; background: #1492ff; border: none; color: #fff; border-radius: 4px; }

.pagebox { width: 900px; float: right; border: 1px solid #ededed; padding: 30px; }
.pagebox .title { text-align: center; font-size: 30px; font-weight: bold; line-height: 1.4; }
.pagebox .info { text-align: center; color: #666; margin-top: 15px; }
.pagebox .content { margin-top: 30px; font-size: 16px; }

.redian { height: 120px; position: relative; margin-top: 30px; }
.redian .hd { position: absolute; left: 0; top: 0; background: url(rdhd.png;vpn_img) no-repeat center; width: 50px; height: 120px; z-index: 5; }
.redian .bd { overflow: hidden; height: 120px; }
.redian .bd li { float: left; margin-right: 9px; width: 394px; height: 120px; }
.redian .bd li img { width: 394px; height: 120px; }

@media screen and (min-width: 960px) { .pcwap { display: block; }
  .mobilewap { display: none; }
  .nybg { background-color: #fafafa; } }
@media screen and (max-width: 959px) { body { min-width: inherit; }
  .pcwap { display: none; }
  .mobilewap { display: block; }
  .pagination { margin: 15px; } }
.header_m { height: 52px; display: flex; align-items: center; background-color: #fff; padding: 0 15px; position: sticky; top: 0; z-index: 9; }
.header_m .logo { flex: 1; }
.header_m .logo img { height: 32px; }
.header_m .menubtn img { height: 14px; }

.downmenu { position: fixed; left: 0; right: 0; bottom: 0; top: 52px; z-index: 9; overflow-y: auto; -webkit-overflow-scrolling: touch; background-color: #fff; display: none; }
.downmenu .list { font-size: 16px; border-top: 1px solid #eee; }
.downmenu .list li { line-height: 45px; }
.downmenu .list li .two, .downmenu .list li .thr { display: flex; align-items: center; padding: 0 20px; border-bottom: 1px solid #eee; }
.downmenu .list li .two .txt, .downmenu .list li .thr .txt { flex: 1; }
.downmenu .list li .two .arr, .downmenu .list li .thr .arr { float: right; width: 12px; height: 45px; background: url(icon_down.png;vpn_img) no-repeat right center; }
.downmenu .list li .one { padding: 0 30px; border-bottom: 1px solid #eee; position: relative; font-weight: bold; color: #1492ff; }
.downmenu .list li .one::before { content: ""; width: 3px; height: 16px; background-color: #1492ff; position: absolute; left: 15px; top: 50%; margin-top: -8px; }
.downmenu .list li .two { padding-left: 30px; }
.downmenu .list li .thr { padding-left: 45px; color: #666; }
.downmenu .list li ul { display: none; }
.downmenu .list li.active .arr { transform: rotateZ(180deg); }
.downmenu .list li.active ul { display: block; }

.footer_m { background-color: #1492ff; color: #fff; margin-top: 20px; padding: 15px; font-size: 10px; }
.footer_m .link { border-bottom: 1px solid #3ba4ff; padding-bottom: 15px; font-size: 10px; }
.footer_m .link .line { margin: 0 10px; }

.path_m { font-size: 12px; padding: 15px; }

.newslist_m { font-size: 14px; margin: 0 15px; }
.newslist_m li { display: flex; align-items: center; height: 30px; line-height: 30px; }
.newslist_m li::before { content: ""; width: 3px; height: 3px; background: #1492ff; display: block; margin-right: 5px; }
.newslist_m li a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; flex: 1; }
.newslist_m li .date { margin-left: 15px; color: #999; display: block; }

.pagebox_m { padding: 15px; }
.pagebox_m .title { text-align: center; font-size: 20px; font-weight: bold; line-height: 1.4; }
.pagebox_m .info { text-align: center; color: #666; margin-top: 15px; font-size: 12px; }
.pagebox_m .content { margin-top: 20px; font-size: 14px; }

.kstype { background-color: #f7f6fb; padding: 10px 0 10px 10px; display: flex; align-items: center; }
.kstype .hd { width: 60px; margin-right: 15px; font-size: 14px; color: #666; }
.kstype .bd { flex: 1; }
.kstype .bd .swiper-slide { width: auto; height: 25px; padding: 0 10px; font-size: 13px; color: #999; background-color: #fff; border-radius: 30px; line-height: 25px; }
.kstype .bd .swiper-slide.active { background-color: #e4f1ff; color: #1492ff; }

/*# sourceMappingURL=style.css.map */