@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; }

table { border-collapse: collapse; border-spacing: 0; }

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; }

/* 列表 */
ul { margin-left: 25px; }

ul li { list-style: disc; }

ul li ul li { list-style: circle; margin-left: 5px; }

ol { margin-left: 25px; }

ol li { list-style-type: decimal; }

ol li ol li { list-style-type: lower-alpha; margin-left: 5px; }

dl dt { font-weight: bold; }

table { border: 1px solid #DDD; }

td { padding: 5px; border: 1px solid #DDD; }

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: #1980ff; }

img { max-width: 100%; vertical-align: middle; }

p { margin: 15px 0; }

/*常用*/
.color-primary { color: #1980ff; }

.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; }

.greybg { background-color: #f9fafc; }

.indexcontain { width: 1348px; margin: 0 auto; }
.indexcontain:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }

.header { height: 125px; background-color: rgba(0, 0, 0, 0.5); position: fixed; left: 0; right: 0; top: 0; z-index: 9; }
.header .logo { float: left; padding-top: 23px; }
.header .nav { float: right; margin-top: 41px; }
.header .nav li { float: left; }
.header .nav a { display: block; height: 43px; padding: 0 20px; line-height: 43px; font-size: 18px; color: #fff; }
.header .nav a:hover, .header .nav a.active { background-color: rgba(0, 216, 255, 0.3); }

.banner { position: relative; overflow: hidden; }
.banner .slides li { text-align: center; }
.banner .slides li img { width: 1920px; height: 544px; object-fit: cover; }
.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: 10px; height: 10px; background-color: #000; border-radius: 50%; opacity: .5; filter: alpha(opacity=50); }
.banner .flex-control-paging li a.flex-active { opacity: 1; filter: alpha(opacity=100); background-color: #fff; }
.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); }

.index_left { width: 270px; float: left; }
.index_left .nav01 { overflow: hidden; }
.index_left .nav01 a { display: block; height: 66px; padding-left: 63px; margin-bottom: 20px; border: 1px solid #1980ff; color: #1980ff; line-height: 64px; border-radius: 4px; font-size: 18px; }
.index_left .nav01 a img { vertical-align: middle; margin-right: 8px; display: inline-block; margin-top: -3px; }
.index_left .nav01 a .icon02 { display: none; }
.index_left .nav01 a:hover { background-color: #1980ff; color: #fff; }
.index_left .nav01 a:hover .icon01 { display: none; }
.index_left .nav01 a:hover .icon02 { display: inline-block; }
.index_left .nav02 { overflow: hidden; }
.index_left .nav02 a { display: block; height: 50px; padding: 0 15px; margin-top: 20px; border: 1px solid #1980ff; color: #1980ff; line-height: 48px; border-radius: 4px; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.index_left .nav02 a:hover { background-color: #1980ff; color: #fff; }

.index_center { width: 820px; float: left; margin-left: 40px; }

.ihd { overflow: hidden; line-height: 20px; }
.ihd .tit { font-weight: bold; font-size: 18px; float: left; margin-right: 10px; }
.ihd .line { border-bottom: 1px solid #ddd; height: 10px; overflow: hidden; }
.ihd .more { float: right; margin-left: 10px; }

.zcfg .tuijian { overflow: hidden; margin-top: 20px; }
.zcfg .tuijian .img { margin-right: 15px; float: left; }
.zcfg .tuijian .img img { width: 240px; height: 180px; border-radius: 4px; }
.zcfg .tuijian .tit { font-weight: bold; font-size: 18px; }
.zcfg .tuijian .date { font-size: 12px; margin-top: 5px; }
.zcfg .tuijian .desc { color: #666; margin-top: 10px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
.zcfg .list { margin-right: -20px; margin-top: 5px; }
.zcfg .list .item { width: 400px; height: 128px; float: left; padding: 20px; margin: 20px 20px 0 0; border-left: 5px solid #e0e7ef; background-color: #fff; border-radius: 5px; box-shadow: 0 0 16px rgba(0, 0, 0, 0.05); }
.zcfg .list .item .tit { font-weight: bold; font-size: 18px; line-height: 1; }
.zcfg .list .item ul { margin-top: 10px; }
.zcfg .list .item ul li { height: 30px; line-height: 30px; }
.zcfg .list .item ul li a { font-size: 16px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.zcfg .list .item ul li .date { float: right; margin-left: 20px; }

.zhuanjia { overflow: hidden; position: relative; }
.zhuanjia .zjbox { margin-right: -30px; }
.zhuanjia .zjbox .item { width: 395px; float: left; margin: 25px 30px 0 0; }
.zhuanjia .zjbox .item .img { float: left; margin-right: 15px; position: relative; border-radius: 5px; overflow: hidden; }
.zhuanjia .zjbox .item .img img { width: 100px; height: 120px; }
.zhuanjia .zjbox .item .img .info { position: absolute; left: 0; right: 0; bottom: 0; top: 0; padding: 5px; color: #fff; text-align: center; background-color: rgba(0, 0, 0, 0.5); }
.zhuanjia .zjbox .item .img .info .name { font-size: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-top: 25px; }
.zhuanjia .zjbox .item .img .info .desc { font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.zhuanjia .zjbox .item .cont { font-size: 12px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; color: #666; padding-top: 5px; line-height: 1.8; }
.zhuanjia .flex-direction-nav { list-style: none; }
.zhuanjia .flex-direction-nav li { list-style: none; position: absolute; top: 50%; margin-top: -5px; z-index: 5; }
.zhuanjia .flex-direction-nav li.flex-nav-prev { left: 0; }
.zhuanjia .flex-direction-nav li.flex-nav-next { right: 0; }
.zhuanjia .flex-direction-nav li a { color: #fff; width: 20px; height: 40px; background-color: #bad9ff; background-color: rgba(25, 128, 255, 0.3); display: block; text-align: center; line-height: 40px; font-size: 12px; }

.index_right { width: 180px; float: right; }

.toolbox { background-color: #fafafa; border: 1px solid #e5e5e5; border-radius: 5px; overflow: hidden; }
.toolbox .hd { height: 56px; text-align: center; line-height: 56px; font-weight: bold; font-size: 18px; background-color: #f2f2f2; }
.toolbox .bd { padding: 0 15px; }
.toolbox .bd .item { padding: 25px 0; text-align: center; border-bottom: 1px solid #e6e6e6;display: block; }
.toolbox .bd .item .name { font-size: 16px; margin-top: 10px; }
.toolbox .bd .item:last-child { border: none; }

.linkbox { margin: 20px 0 0; background-color: #efefef; padding: 20px; overflow: hidden; }
.linkbox .hd { font-weight: bold; margin-right: 15px; float: left; }
.linkbox .bd { overflow: hidden; }
.linkbox .bd a { display: inline-block; margin: 0 30px 0 0; }

.footer { background-color: #373737; padding: 30px 0; margin-top: 30px; color: #b5b5b5; }
.footer .fnav .item { width: 20%; float: left; }
.footer .fnav .item .tit { font-size: 16px; font-weight: bold; color: #fff; }
.footer .fnav .item ul { margin-top: 15px; }
.footer .fnav .item ul li { margin-top: 5px; }
.footer .fimg { text-align: center; margin-top: 20px; }
.footer .fimg a { margin: 0 10px; display: inline-block; }
.footer .copy { text-align: center; font-size: 12px; margin-top: 15px; }

.nybanner { overflow: hidden; }
.nybanner img { position: relative; left: 50%; margin-left: -960px; width: 1920px; max-width: none; }

.zcmenu { width: 290px; float: left; background-color: #fff; }
.zcmenu a { display: block; height: 70px; line-height: 70px; font-size: 18px; padding: 0 20px; }
.zcmenu .active { background-color: #1980ff; color: #fff; }

.zcmain { width: 870px; float: right; padding: 30px; background-color: #fff; }
.zcmain .hd { border-bottom: 1px solid #eee; font-size: 18px; font-weight: bold; padding-bottom: 20px; position: relative; }
.zcmain .hd::before { content: ""; width: 70px; height: 2px; background-color: #1980ff; position: absolute; left: 0; bottom: -1px; }
.zcmain .zclist { margin-top: 20px; }
.zcmain .zclist li { height: 42px; line-height: 42px; }
.zcmain .zclist li a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.zcmain .zclist li a::before { content: ""; border-left: 5px solid #1980ff; border-top: 5px solid transparent; border-bottom: 5px solid transparent; line-height: 1; display: inline-block; vertical-align: middle; margin-right: 5px; }

.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: #1980ff; border-color: #1980ff; }
.pagination li.active a, .pagination li.active span { background-color: #1980ff; border-color: #1980ff; color: #FFF; }
.pagination li.disabled a, .pagination li.disabled span { background-color: #EEE; color: #BBB; }
.pagination button { height: 32px; background: #1980ff; border: none; color: #fff; border-radius: 4px; }

.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; }

.jxal { margin-right: -21px; margin-top: 40px; }
.jxal .item { width: 386px; height: 450px; float: left; margin-right: 21px; background-color: #fff; border-radius: 5px; overflow: hidden; box-shadow: 0 0 15px rgba(0, 0, 0, 0.05); }
.jxal .item .img img { width: 100%; height: 210px; }
.jxal .item .cont { padding: 30px; }
.jxal .item .tit { font-size: 18px; @inclue ellipsis; }
.jxal .item .desc { @inclue ellipsis-n(4); color: #999; margin-top: 10px; }
.jxal .item .btnbox { margin-top: 15px; }
.jxal .item .btnbox a { display: inline-block; border: 1px solid #1980ff; line-height: 32px; padding: 0 15px; color: #1980ff; }
.jxal .item .btnbox a:hover { background-color: #1980ff; color: #fff; }

.caselist .item { height: 170px; margin-top: 30px; background-color: #fff; border-radius: 5px; overflow: hidden; }
.caselist .item .img { margin-right: 30px; float: left; }
.caselist .item .img img { width: 316px; height: 170px; }
.caselist .item .cont { overflow: hidden; padding-top: 20px; }
.caselist .item .cont .tit { font-size: 18px; @inclue ellipsis; }
.caselist .item .cont .desc { color: #999; @inclue ellipsis-n(2); margin-top: 10px; }
.caselist .item .cont .date { margin-top: 15px; color: #999; }

.jigou { margin-right: -20px; }
.jigou .item { display: block; float: left; margin: 20px 20px 0 0; width: 285px; height: 440px; padding: 30px; background-color: #fff; text-align: center; }
.jigou .item .logo { height: 110px; line-height: 110px; overflow: hidden;}
.jigou .item .tit { font-size: 16px; margin-top: 20px; font-weight: bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.jigou .item .desc { color: #666; margin-top: 15px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7; line-height: 1.8; }

.jginfo { height: 150px; margin-top: 50px; padding: 20px; background-color: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, 0.05); }
.jginfo .logo { float: left; margin-right: 30px; height: 110px; line-height: 110px; }
.jginfo .logo img { max-height: 100%; }
.jginfo .cont { overflow: hidden; }
.jginfo .tit { font-size: 20px; }
.jginfo .desc { color: #666; margin-top: 15px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.zjlist { margin-right: -30px; }
.zjlist .item { display: block; margin: 30px 30px 0 0; position: relative; float: left; width: 380px; height: 456px; }
.zjlist .item img { width: 100%; height: 100%; }
.zjlist .item .cont { position: absolute; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); color: #fff; padding: 20px; }
.zjlist .item .cont .name { font-size: 24px; line-height: 1; }
.zjlist .item .cont .info { margin-left: 10px; }
.zjlist .item .cont .desc { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 8; display: none; margin-top: 20px; line-height: 1.8; }
.zjlist .item:hover .cont { top: 0; padding: 100px 30px 30px; }
.zjlist .item:hover .cont .desc { display: -webkit-box; }

.regtop { height: 387px; background: url(../images/regbg.jpg) center; background-size: cover; text-align: center; color: #fff; overflow: hidden; }
.regtop .tit { margin-top: 185px; font-size: 32px; }
.regtop .desc { margin-top: 5px; }

.regbox { width: 860px; padding: 50px; margin: -60px auto 0; background-color: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, 0.05); position: relative; z-index: 2; }

.formbox .row { margin-top: 20px; }
.formbox .row:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }
.formbox .row .fieldname { margin-right: 15px; width: 90px; float: left; text-align: right; padding-top: 12px; }
.formbox .row .cont { overflow: hidden; }
.formbox .row .ipt { width: 100%; height: 42px; border: 1px solid #ddd; padding: 0 15px; }
.formbox .row .btn { height: 42px; background: #1980ff; color: #fff; border: none; padding: 0 20px; }
.formbox .row .btn:disabled { background: #ccc; }

.uploader .item { width: 130px; height: 130px; float: left; margin-right: 15px; background-color: #fafafa; position: relative; }
.uploader .item img { width: 100%; height: 100%; }
.uploader .item .delbtn { padding: 0 5px; line-height: 24px; background-color: #f00; font-size: 12px; color: #fff; position: absolute; right: 0; top: 0; }
.uploader .addbtn { width: 130px; height: 130px; float: left; margin-right: 15px; background-color: #fafafa; color: #1980ff; text-align: center; padding-top: 30px; }
.uploader .addbtn .iconfont { font-size: 34px; line-height: 1; }
.uploader .addbtn .txt { margin-top: 10px; }

.mask { position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: #000; opacity: .75; z-index: 99; display: none; }

.popup { width: 800px; padding: 30px; background-color: #fff; border-radius: 20px; position: fixed; left: 0; right: 0; top: 100px; margin: auto; z-index: 100; display: none; }
.popup .hd { text-align: center; font-size: 28px; font-weight: bold; }
.popup .bd { height: 500px; overflow-y: auto; margin-top: 20px; }
.popup .ft { text-align: center; margin-top: 20px; }
.popup .ft .btn { height: 42px; margin: 0 10px; background: #1980ff; color: #fff; border: none; padding: 0 20px; }

.loginbg { background: url(../images/loginbg.jpg) no-repeat center; background-size: cover; position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
.loginbg .logo { position: absolute; left: 100px; top: 70px; z-index: 2; color: #fff; font-size: 18px; }
.loginbg .loginbox { width: 600px; background-color: #fff; position: fixed; right: 44px; top: 44px; bottom: 44px; }
.loginbg .loginbox .cont { width: 350px; height: 400px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.loginbg .loginbox .hd { text-align: center; font-size: 32px; font-weight: bold; }
.loginbg .loginbox .row { margin-top: 20px; padding: 20px 0 10px; border-bottom: 1px solid #ddd; line-height: 40px; font-size: 16px; }
.loginbg .loginbox .row:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }
.loginbg .loginbox .row .fieldname { margin-right: 15px; float: left; }
.loginbg .loginbox .row .ct { overflow: hidden; height: 40px; }
.loginbg .loginbox .row .ipt { width: 100%; height: 40px; border: none; vertical-align: middle; float: left; }
.loginbg .loginbox .row .eye { float: right; width: 23px; height: 40px; cursor: pointer; background: url(../images/icon_eye.png) no-repeat center; }
.loginbg .loginbox .row .eye.active { background-image: url(../images/icon_eye-h.png); }
.loginbg .loginbox .btn { width: 100%; height: 54px; background: #1980ff; color: #fff; border: none; padding: 0 20px; font-size: 18px; }
.loginbg .loginbox .btn:disabled { background: #ccc; }

.copytxt { position: absolute; left: 0; right: 0; bottom: 20px; text-align: center; font-size: 12px; color: #fff; }

.header2 { height: 88px; background-color: #fff; }
.header2 .logo { float: left; padding-top: 25px; }

.liucheng { overflow: hidden; margin-top: 30px; }
.liucheng .item { width: 140px; height: 140px; padding-top: 30px; float: left; border: 1px solid #1980ff; border-radius: 5px; text-align: center; cursor: pointer; }
.liucheng .item:hover { background-color: #1980ff; }
.liucheng .item:hover .img { display: none; }
.liucheng .item:hover .img2 { display: block; }
.liucheng .item .img2 { display: none; }
.liucheng .item:hover .img2 { color: #fff; margin-top: -15px;text-align: left;padding-left: 5px;}
/*.liucheng .item .tit2 { color: #fff;color: 12px; }
.liucheng .item:hover .tit { display: none; }
.liucheng .item:hover .tit2 { display: block; }
.liucheng .item .tit2 { display: none; }*/
.liucheng .item .tit { font-size: 18px; margin-top: 10px; color: #1980ff; }
.liucheng .arr { width: 61px; height: 140px; float: left; background: url(../images/arr.png) no-repeat center; }


.pager{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #333;
	margin-top: 30px;
}
.pager .layui-btn{
	width: 40px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	color: #1980ff;
	margin: 0 5px;
	border: 1px solid #1980ff;
	border-radius: 5px;
	display: inline-block;
	font-weight: bold;
}
.pager .layui-btn-primary{
	width: 40px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	color: #666!important;
	margin: 0 5px;
	border: 1px solid #666!important;
	border-radius: 5px;
	display: inline-block;
}
.pager .layui-btn-disabled{
	width: 40px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	color: #cccccc;
	margin: 0 5px;
	border: 1px solid #cccccc!important;
	border-radius: 5px;
	display: inline-block;
}

.weui-toptips_warn {
	width: 20%;
	margin: 0 auto;
	margin-top: 20%;
	background-color: #1980ff !important;
}

/*# sourceMappingURL=style.css.map */
