@charset "utf-8"; 
/*公用样式*/
*{margin:0;padding:0;}
html,body{height:auto;background:#f1f2f3;font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;}
input{border-radius: 0;-webkit-appearance: none;}
li{list-style: none;cursor:default;}
a{text-decoration: none;}
.clear{clear: both;}
.left{float: left;}
.right{float:right;}
.marginRL{margin:0 10px;}
.marginTB{margin:10px 0;}
.marginR{margin-right:10px;}
.marginL{margin-left:10px;}
.marginT{margin-top:10px;}
.marginB{margin-bottom:10px;}
.container{width:1150px;margin:0 auto;}
.borderB{border-bottom:1px solid #e8e8e8}
.bgWhite{background:#fff;}
.flex{display:flex;display: -webkit-flex;}
.clearfix:after{display:block;content:' ';clear:both;}
img{width:100%;object-fit:cover;overflow:hidden;white-space:normal;text-overflow:ellipsis;vertical-align:top;-webkit-transition:-webkit-transform 0.6s;-moz-transition:-moz-transform 0.6s;-o-transition:-o-transform 0.6s;transition:transform 0.6s; }
.title {display:block;background: #fffbfb;height: 33px;line-height: 33px;border-bottom: 1px solid #e5e5e5;border-top: 1px solid #e5e5e5;font-weight: bold;padding: 0 20px!important;}
.title i{padding:0 13px;min-width:13px;border-right:1px solid #e5e5e5;line-height:45px;height:40px;margin-right:13px;color:#555;font-size:18px;}
.title a {color: #333;font-size: 14px;}

/*顶部样式*/
.siteTop{width:100%;background:#555;border-bottom:1px solid #DDDDDD;}
.siteTop ul.topInfo{margin: 0 5px;}
.siteTop li{height: 43px;line-height: 43px;color: #fff;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.sTLeft{width:40%;}
.sTright{width:60%;text-align: right;}
.siteTop a {font-size: 14px;color: #fff;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.sTLeft a{width: 100%;padding-right:5px;}
.sTLeft i{padding-right:3px;font-size:16px;}
.sTright>a.topUser{margin-right:6px;}
.sTright i{margin-right:3px;}

/*头部样式    */
.header{border-bottom:1px solid #e5e5e5;}
.header>.container{position: relative;height: 100px;text-align: center;}

/*logo样式*/
h1.logo{height: 100px;display: table;width: 50%;text-align: left;}
h1.logo>a{display:table-cell;vertical-align:middle;font-size:0;}
h1.logo>a>img{max-height:36px;width: 325px;}

/*搜索框样式*/
.searchFont{display:none;}
.search{height: 100px;display: table;margin-left: -98px;}
.search>form{display:table-cell;vertical-align:middle;}
.search input{height:40px;line-height:40px;font-size: 14px;}
.search input[name="keyboard"]{width:335px;padding:0 20px;float: left;outline:none;border:2px solid #6899ec;border-right:none;box-sizing: border-box;}
.search input[name="s"]{cursor:pointer;width:85px;background:#6899ec;color:#fff;outline:none;border:none;border-left:none;}

/*快链样式*/
.quickLink {float: right;height: 100px;display: table;}
.quickLink>a {display: table-cell;vertical-align: middle;}
.quickLink>a>span{display: block;width: 98px;height: 38px;line-height: 38px;text-align: center;font-size: 14px;color: #444;border: #C9C9C9 solid 1px;}
.quickLink>a>span:hover{background: #f8f8f8}

/*幻灯片左侧导航样式*/
.monavber>.container{height:40px;line-height:40px;}
.leftMenu{width:170px;}
.menuTit{color:#fff;cursor:default;font-size:15px;font-weight:700;text-align:center;background:#6899ec;}
.menuList{position: relative;z-index: 9;border:1px solid #e1e2e3;border-top: 1px solid transparent;}
.leftMenuLi{overflow:hidden;}
.leftMenuLi>a{display:flex;vertical-align:middle;height:50px;line-height:50px;}
.leftMenuLi>a:hover{background:#F1F1F1;}
.leftMenuLi>a:hover>span{color:#0EC5A1;}
.leftMenuLi i{font-size:22px;line-height:50px;color:#7B7D80;margin:0 15px 0 20px;}
.leftMenuLi span{font-size:15px;color:#333;overflow:hidden;}

/*主导航样式*/
.navbar{font-size:15px;font-weight:700;}
.navbar>li{position:relative;}
.navbar>li a{color:#333;display:block;font-size:15px;padding:0 25px;line-height:40px;white-space: nowrap;overflow: hidden;}
ul.navbar i {margin-right: 3px;}
.navbar>li:hover>a{color:#e53e40;}
.navbar ul{left:0;position:absolute;top:100%;z-index:20;min-width:210px;-webkit-transform-origin:top;transform-origin:top;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-transform:scale(1,0);transform:scale(1,0);opacity:0;transition:transform .5s ease,opacity .2s ease;-webkit-transition:-webkit-transform .5s ease,opacity .2s ease;background:#fdfdfd;box-shadow:0 1px 2px #aaa;}
.navbar>li:hover>ul{opacity:1;z-index:22;-webkit-transform:scale(1,1);transform:scale(1,1);transition:transform .3s ease,opacity .2s ease .1s;-webkit-transition:-webkit-transform .3s ease,opacity .2s ease .1s;}
.navbar>li>ul>li>a{border-bottom:1px dashed rgba(116,116,116,.1);height:auto;padding-right:20px;text-align:left;font-size:14px;text-transform:capitalize;color:#303030;width:auto;border-right:0;}
.navbar ul>li:hover>a,.navbar li.hover a{color:#e53e40;background:0 0;}
.active{background: #de0101;border: 2px solid #de0101;border-bottom: 0;}
.mnav .icon-bar{display:block;width:20px;height:2px;border-radius:1px;background-color:#5c5c5c;margin:5px 0;}

/*面包屑导航样式1*/
.breadcrumb{padding:5px 3px;}
.breadcrumb1>ul,.breadcrumb>ul{font-size:0;height:22px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color:#666;}
.breadcrumb>ul>li,.breadcrumb1>ul>li{display:inline;max-height:20px;line-height:20px;margin-right:5px;font-size:12px;}
.breadcrumb>ul>li>a{color:#666;}
.breadcrumb>ul>li>a:hover{color:#ed4040;}

/*面包屑导航样式2*/
.breadcrumb1{padding:5px 15px;background:#fffbfb;}
.breadcrumb1>ul>li{color:#333;}
.breadcrumb1>ul>li>a{color:#333;}
.breadcrumb1>ul>li>a:hover{color:#ed4040;}

/*幻灯片左侧占位*/
.swiperLeft{width:170px;margin-bottom:10px;float: left;}

/*幻灯片*/
.swiper{width:715px;margin: 10px;}
.carousel{position:relative;overflow:hidden;}
.swiper-container img{width:100%;height:267px;}
.swiper-pagination{text-align: right;}
.swiper-container-horizontal>.swiper-pagination-bullets{left:auto;right: 5px;}
.swiper-pagination-bullet {width: 16px;height: 16px;line-height: 16px;font-size: 12px;text-align: center;color:#6899ec;opacity: 1;background: #fff;margin: 0 3px 0 0!important;border:1px solid #6899ec;border-radius: 2px;outline: none;}
.swiper-pagination-bullet-active {color: #fff;width: 18px;height:18px;line-height: 18px;font-size: 16px;background: #6899ec;}
.swiper-button-next,.swiper-button-prev{display:none;height:50px;line-height:50px;width:40px;overflow:hidden;background-image:none;text-align:center;transition:all .25s ease 0s;}
.swiper-container:hover .swiper-button-next,.swiper-container:hover .swiper-button-prev{display:block;}
.swiper-button-prev{left:0;}
.swiper-button-next i,.swiper-button-prev i{font-size:50px;color:#888;}
.swiper-button-next {right:0;}
.swiper-button-next:hover,.swiper-button-prev:hover{background:rgba(75, 75, 75, 0.5);}
.swiper-button-next:hover>i,.swiper-button-prev:hover>i{color:#fff;}

/*幻灯片下css*/
.notice{color: #666;text-align: left;box-sizing: border-box;border:1px solid #e1e2e3;}
.noticeTit{font-size: 14px;padding: 8px 10px;overflow: hidden;background: #f3f3f3;}
.noticeTit strong {padding-right: 5px;}
.noticeTit em {color: #939393;font-size: 12px;line-height: 19px;}
.noticeDiv{font-size: 12px;height: 72px;display: inline-block;overflow: hidden;width: 100%;}
.noticeDiv ul {padding: 0 10px;}
.noticeDiv li {line-height: 36px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;border-bottom: #e2e2e2 dashed 1px;height: 36px;}
.noticeDiv li span{color:#ff2200;margin:0 3px;}
.noticeDiv li a{color:#369;margin-right:10px;}
.noticeDiv li a:hover{color:#ff0000;text-decoration:underline;}
.noticeDiv li em{color:#008800}

/*幻灯片右侧css*/
.siteRelated{width: 243px;margin: 10px 0;border: 1px solid #e1e2e3;}
.rightUser{display:flex;margin-top:20px;align-items:center;justify-content:center;}
.avatar{overflow:hidden;width:53px;height:53px;}
.rightUser p{max-width:168px;height:18px;line-height:18px;font-size:14px;color:#666;margin-left:10px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;}
.userLink{padding-top:8px;margin-left:6px;font-size:0;}
.userLink a{font-size:12px;color:#666;display:inline-block;padding:2px 10px;border:1px solid #ccc;margin:0 3px;border-radius:3px;background:#fafafa;}
.userLink a:nth-child(2){color:#ff0000;}
.rightUserBtn{max-width:150px;text-align:center;font-size:0;border-radius:15px;margin:5px 0 0 10px;background:#007DE4;overflow:hidden;}
.rightUserBtn a{font-size:12px;height:30px;line-height:30px;display:inline-block;cursor:pointer;background:#007DE4;color:#fff;padding:0 20px;}
.rightUserBtn span{font-size:12px;color:#116DB6;}
ul.bulletin{overflow:hidden;margin-top:15px;}
ul.bulletin li{height:25px;line-height:25px;padding:0 15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:7px;}
ul.bulletin a{color:#333;font-size:12px;}
.bulletin>li:hover>a{color:#ff0000;}
.bulletin em{padding:0 5px;background:#777;margin-right:5px;border-radius:4px;color: #fff;white-space:nowrap;font-style:normal;}
.bulletinImg{margin-bottom:15px!important;background:url(../images/notice.png) no-repeat center;}

/*首页大图列表样式*/
.listBox {margin-bottom:10px;}
.title1{height:50px;line-height:50px;border-bottom:2px solid #0EC5A1;}
.title1 h2{font-weight:400;color:#FF6600;font-size:16px;padding-left:40px;border-bottom:#FF6600 solid 2px;background-size:25px;background-position:10px 12px;}
.tuiTit{background: url(../images/tui.png) no-repeat;}
.hotTit{background: url(../images/hot.png) no-repeat;}
.newTit{background: url(../images/new.png) no-repeat;}
.title1>a{color:#333;font-size:12px;padding-right:10px;border-bottom:#0EC5A1 solid 2px;}
.title1>a:hover{text-decoration:underline;}
.postList{padding:10px;}
.postSingle{width:20%;}
.postInfor{margin:3px;padding:7px;overflow:hidden;border:1px solid #f1f2f3;border-radius: 3px;transition: all .1s linear;-webkit-transition: all .1s linear;}
.postSingle:hover>.postInfor{border:1px solid #DDDDDD;box-shadow: 0 0 10px rgba(0,0,0,.3);}
.articlePic,.cateArticlePic{display:block;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.articlePic{height:204px;}
.articlePic img{height:100%;}
.articleInfor{width:100%;overflow:hidden;}
.articleInfor h3,.cateArticleInfor h3{padding:10px 0 6px;font-weight:400;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.articleInfor h3 a,.cateArticleInfor h3 a{display:block;font-size:14px;line-height:20px;height:40px;white-space:normal;overflow:hidden;color:#333;text-overflow:ellipsis;}
.articleInfor>h3>a:hover{color:#0EC5A1;}
.cateArticleInfor p,.articleInfor p{line-height:20px;height:20px;}
.cateArticleInfor p span,.articleInfor span{width: 50%;display: block;float: left;font-size: 12px;color: #555;padding-right: 10px;box-sizing: border-box;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.cateArticleInfor p span:nth-child(2),.articleInfor>p>span:nth-child(2){padding-right:0;text-align: right;}
.cateArticleInfor strong,.articleInfor strong{font-size:14px;color:#E85308;font-weight:bold;}
.cateArticleInfor p>span.rsPrice,.cateArticleInfor p>span.rsDemo.right{color: rgb(255, 102, 0);font-size: 14px;height: 30px;line-height: 30px;}
span.rsDemo.right>a{color: #fff;font-size: 12px;height: 20px;text-align: center;font-family: Arial, Helvetica, sans-serif;background-color: rgb(0, 157, 191);padding: 5px 10px 4px;border-radius: 4px;}
.articleInfor span.s1{display: block;border: #E23A3A solid 1px;color: #E23A3A;padding: 1px 4px;cursor: pointer;margin: 7px 2px;border-radius: 2px;font-size: 12px;font-family: Arial, Helvetica, sans-serif;float: right;width: auto;}
.articleInfor span.s2,.cateArticleInfor span.s2{display: block;color: #E23A3A;padding: 1px 0px;cursor: pointer;margin: 7px 0px;border-radius: 2px;font-size: 15px;font-family: Arial, Helvetica, sans-serif;float: left;width: auto;}
.articleInfor span.s2 i,.cateArticleInfor span.s2 i{margin-right: 3px;}
/*首页资讯文章列表样式*/
.news {box-sizing:border-box;margin-bottom:10px;}
.news h2{font-size:18px;font-weight:400;padding:20px 70px;background:url(../images/cursor.png) no-repeat;background-position:26px 20px;}
ul.newsList.clearfix {padding-bottom: 20px;}
ul.newsList li{width:50%;padding:15px 40px;float:left;font-size:14px;box-sizing:border-box;}
ul.newsList li a {display: block;width: 80%;color: #333;float: left;padding-right: 10px;box-sizing: border-box;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
ul.newsList li a:hover{text-decoration:underline;}
ul.newsList li span {display: block;width: 20%;font-size: 14px;color:#444;text-align:right;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

/*大图分类页css*/
.option{border:1px solid #e8e8e8;}
.option ul li{border-bottom:1px dotted #eee;padding:10px 15px;box-sizing:border-box;overflow: hidden;}
.option li{color:#333;font-size:14px;line-height:26px;}
.option strong {width: 75px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.option>ul>li>.opLiA{margin-left:75px;width: auto;line-height: 26px;}
.opLiA a{color:#555;margin-right:20px;float:left;display: block;}
.opLiA a:hover{color:#F32424;}
.opLiA+span.toggleBtn{display:none;}
.opSelect>li{border-bottom:0!important;}
.opSelect li a{line-height: 22px;border: 1px solid #E8E8E8;margin-right: 12px;cursor: pointer;background: url(../images/serclose.png) right 1px center no-repeat;padding: 1px 16px 1px 6px;border-radius: 3px;}
.sort{color: #333;font-size: 14px;line-height: 30px;border: 1px solid #e8e8e8;background: #f8f8f8;padding: 5px 15px;margin-top: 10px;}
.sortLeft{width:75px;}
.sortRight{max-height: 30px;overflow: hidden;margin-left:75px;}
.sortRight>span.right{font-size:13px;color:#444;}
.sort a {display: block;float: left;margin-right: 20px;color: #333;}
a.currentSpan{padding-right:13px;color:#F32424!important;background:url(../images/arrow.gif) no-repeat;background-size:8px 11px;background-position:59px 10px;}
.cateBox{margin-bottom:15px;}
.catePostList{padding-top:10px;margin:0 -5px;}
.catePostInfor{padding: 1px;margin:0 5px 10px;border: 1px solid #f1f2f3;border-radius: 3px;overflow: hidden; transition: all .1s linear;-webkit-transition: all .1s linear;}
.postSingle:hover>.catePostInfor {box-shadow: 0 0 10px rgba(0,0,0,.3);border:1px solid #ddd;}
.cateArticlePic{height:218px}
.cateArticlePic img{height:100%;border-radius:3px;transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;}
.postSingle:hover>.catePostInfor img{transform: scale(1.05);}
.cateArticleInfor{overflow:hidden;padding:0 15px 5px;}
.cateArticleInfor>h3>a:hover {color: #E23A3A;}
.s1 {display: block;border: #E23A3A solid 1px;color: #E23A3A;padding: 1px 4px;cursor: pointer;margin: 7px 2px;border-radius: 2px;font-size: 12px;font-family: Arial, Helvetica, sans-serif;}

/*公告资讯分类css*/
.insideBox{margin-bottom:20px;margin-top:15px;}
.leftBox{width:18%}
.rightBox{width:82%;}
.insideNav{border: 1px solid #e8e8e8;margin-right:15px;border-top:0;}
.insideNav li{font-size: 0;}
.insideNav li .title a{padding:0;}
.insideNav li a{display: block;color:#333;font-size: 14px;padding:0 30px;height: 36px;line-height: 36px;}
.authInfor{border:1px solid #e8e8e8;padding-bottom:10px;border-radius: 5px;margin-right: 10px;}
.postTitle{font-size: 15px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;height:20px;font-weight:400;line-height:20px;}
.postTitle span{display: block;width: 20%;color: #9c9c9c;text-align: right;}
.postTitle a{display: block;width: 80%;float: left;color: #333;padding-right: 10px;box-sizing: border-box;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.postTitle i {font-size: 16px;margin-right:5px;color: #999;}
.postTitle>a>em{font-style: normal;color: #ff2200;margin-right: 2px;}
.rightList {border: 1px solid #e8e8e8;border-radius:3px;}
.rightList a:hover {color: #ed4040;}
.rightPostList{padding: 5px 20px 0;margin-bottom:15px;border-bottom: 1px solid #eee;}
.rightPostList li{overflow: hidden;padding: 10px 0;border-top: 1px dotted #eee;}
.rightPostList li:nth-child(1){border-top:0;}

/*图文列表-作者页、搜索页*/
.insideCon{margin-bottom:20px;}
.leftCon{width:73%}
.rightCon{width:27%}
.leftConList>.title>a{color: #333;font-size: 14px;border-bottom: 2px solid #ff0000;padding: 5px;}
.listTit{color:#555;background: #f8f8f8;height:40px;line-height:40px;border-bottom:1px solid #e5e5e5;font-size:18px;font-weight:300;}
.listTit i{padding:0 13px;min-width:13px;border-right:1px solid #e5e5e5;line-height:45px;height:40px;margin-right:13px;color:#555;font-size:18px;}
.leftConList{border:1px solid #e8e8e8;border-top:0;padding-bottom:30px;}
.postTitle1{font-size: 16px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;height: 20px;font-weight: 500;line-height: 20px;margin-bottom: 15px;}
.postTitle1 i {font-size: 16px;margin-right: 5px;}
.postTitle1 a{color:#333;}
.articleList{margin-bottom:20px;}
.articleList li{overflow:hidden;padding:20px;border-bottom:1px dotted #e1e2e3;}
.insidePostPic{width: 120px;overflow: hidden;}
.insidePostPic img{height: 80px;border-radius: 3px;}
.articleList li:hover{box-shadow:0 1px 10px #ccc;}
.articleList li>h3:hover{color:#ff0000;}
.articleList li>h3:hover>a{color:#ff0000;}
.insidePostInfor{margin-left: 132px;overflow: hidden;}
.insidePostIntro{height:55px;line-height:28px;overflow: hidden;word-break: break-word;text-align: justify;font-size: 14px;color: #7e7e7e;margin-bottom: 10px;}
.itemMeta{color: #999;font-size: 12px;height: 15px;}
.insidePostInfor .itemMeta span{line-height: 100%;}
.itemMeta span{padding-right: 15px;line-height: 180%;}
.itemMeta span a{color:#999;}
.itemMeta i{margin-right: 3px;}
/*搜索页无结果css*/
.noResult>h3{font-size:22px;font-weight:normal;color:#333;margin:35px 20px 25px;}
.noResult>span{font-size:13px;color: #666;margin-left:20px;}
.noResult>p{margin:13px 67px;color:#333;font-size:13px;}

/*文章详情页样式css*/
.metaBox{border: 1px solid #e8e8e8;padding:20px;margin-bottom: 20px;border-radius:3px;}
.article{margin-bottom:20px;}
.articleBox{margin-bottom: 15px;border: 1px solid #e8e8e8;border-radius:3px;}
.articleBox a:hover{color:#ed4040;}
a.articleImg {width: 31%;}
a.articleImg img {height: 284px;border-radius: 5px;}
.articleTit h1 {font-size:28px;font-weight:400;color:#333;}
.articleTit p{color: #5c5c5c;font-size: 14px;padding:10px 0;margin-bottom: 20px;border-bottom: 1px solid #e8e8e8;}
.articleTit p>img{width:92px;margin-top: 1px;}
.articleTit p a{color:#086ab7;margin-right:20px;}
.articleMeta {margin-left: 31%;padding-left:20px;}
.articleMeta p {padding: 10px;color: #5c5c5c;font-size: 14px;line-height: 20px;border-top:1px dotted #e1e2e3;}
.articleMeta p:nth-child(1),.articleMeta p:nth-child(6){border-top:0;}
.articleMeta p:nth-child(6){height:60px;line-height:20px;overflow:hidden;background: #eee;}
.articleMeta p a{color:#086ab7;margin-right:10px;}
.articleMeta p a:hover{color:#ff6600;}
.articleTit1 {text-align: center;border-bottom: 1px solid #e8e8e8;}
.articleTit1 h1{font: 700 16px 'Microsoft Yahei','Hei',Tahoma,'SimHei',sans-serif;padding: 20px 20px 10px;line-height: 30px;}
.postMeta{padding: 0 20px 15px;height: auto;}
.postMeta span{font-size:13px;}
.articleContent {overflow:hidden;margin:8px 20px;color:#333;font-size:15px;}
.articleContent h2,.articleContent h3,.articleContent h4{background: #f7eded;border-left: 2px #cc0000 solid;padding: 8px 10px;margin: 0 0 15px 0;line-height: 150%;border-bottom: 0;font-weight: normal;font-size: 15px;}
.articleContent p{color:#333;line-height:28px;font-size:15px;margin:8px 10px;word-break: break-all;}
.articleContent img{width: auto;max-width: 100%;object-fit: initial;height: auto !important;}
.lcphidebox{margin-bottom:15px;}
.articleContent blockquote {padding: 8px;background-color: #faebbc;border-top: 1px solid #e1cc89;border-bottom: 1px solid #e1cc89;margin: 5px;background-image: url(../images/openblockquote.gif);background-position: top left;background-repeat: no-repeat;text-indent: 23px;}
.articleContent blockquote p {background-image: url(../images/closeblockquote.gif);background-repeat: no-repeat;background-position: bottom right;}

/*文章版权css*/
.articleCopyright {border-top: 1px dotted #e1e2e3;padding: 5px 20px;}
.articleCopyright p {margin:5px 0;line-height:22px;}
.articleUrl{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.articleCopyright p,.articleCopyright p a{font-size:14px;color:#333;}

/*文章页标签css*/
.articleTags {line-height:20px;overflow:hidden;padding:5px 20px 8px;}
.articleTags p{width:65px;font-size:14px;color:#5c5c5c;border: 1px solid transparent;padding: 2px 0;}
.articleTagList{margin-left:68px;}
.articleTags a {color:#5c5c5c;font-size: 14px;padding: 2px 5px;float: left;display: block;border: 1px solid #e5e5e5;border-radius:3px;background: #fbfbfb;margin-right: 5px;margin-bottom: 5px;}

/*文章页上下篇css*/
.prevNext {border-top:1px dotted #ddd;margin:0;padding:10px 20px;font-size:14px;background: #fffbfb;}
.prevNext p>a{color:#333;}
.prevNext p>span{color:#5c5c5c;cursor:default;}
.articlePrev,.articleNext{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.articleNext{margin-top:6px;}

/*相关文章*/
.relatedPosts{border:1px solid #e8e8e8;border-top:0;border-radius:3px;margin-bottom:15px;}
.relatedTit{font-size: 14px;}
ul.relatedList{padding:10px 15px 0; font-size:14px;}
ul.relatedList>li{width:20%;overflow:hidden;}
ul.relatedList>li>a{display:block;color:#333;border:1px solid #f5f5f5;margin-bottom: 10px;margin-right: 10px;}
ul.relatedList>li>a>p{padding:5px 10px 10px;height: 48px;line-height: 26px;overflow: hidden}
ul.relatedList>:nth-child(5n)>a{margin-right: 0;}
.relatedPic{overflow:hidden;border-top-left-radius:3px;border-top-right-radius:3px;}
.relatedList li:hover>a{background:#f8f8f8;}
.relatedPic img{height:157px;border-top-left-radius:3px;border-top-right-radius:3px;}
.relatedList li:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.relatedList li:hover p{color:#ed4040;}

/*评论消息css*/
.comList{padding-bottom: 10px;border:1px solid #e5e5e5;border-top:0;border-radius: 3px;}
.comList .comBox{font-size: 14px;padding: 0 20px;}
.comBox li p{color:#999;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
img.avatar{height: 50px;width: 50px;border-radius: 5px;}
.parentCritic {overflow: hidden;margin-top:20px;padding-bottom: 10px;}
.criticInfor{margin-left: 65px;}
.criticInfor ul {margin-top:30px;margin-left: -65px;}
.commeta {border-bottom: 1px solid #eff2f7;font-size: 0;height: 25px;}
.commeta span {display: inline-block;max-width: 33.3333%;font-size: 13px;line-height: 20px;padding-bottom: 5px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
span.criticName {font-weight: 700;color: #20a0ff;border-bottom: 1px solid #20a0ff;}
span.criticName a {color: #20a0ff;}
.comdate{color: #c0ccda;font-size: 13px;margin-left:5px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.criticAtName{font-weight:700;color:#999;}
.commCont {font-size: 14px;padding-top:5px;color:#666;word-break: break-all;}
.commCont .comTab {margin: 20px 0 15px -65px;}
.commCont .comTab ul {margin-left: 0;margin-top:0;}
.childCritic{margin-left:20px;margin-top:20px;padding-bottom:10px;}
.parentCritic .childCritic{padding-bottom:0;}
.childCritic .childCritic{margin-left:0;}
.commDate a {color: #c0ccda;font-size: 14px;}
.commDate a:hover{color:#ff0000}
.comBox+label+.noComm{display:none;}
.noComm i{font-size:1.2em;}
.noComm{text-align:center;padding:10px 0;font-size:16px;color:#5c5c5c;line-height:30px;}

/*评论表单css*/
.comTab{margin-bottom: 15px;border-radius: 3px;border: 1px solid #e5e5e5;}
.comTab>h4 {color: #333;background: #fffbfb;height: 33px;line-height: 33px;border-bottom: 1px solid #e5e5e5;font-size: 14px;font-weight: 700;padding-left: 20px;position: relative;}
.comTab>h4 a {font-weight: normal;}
.comName{position:absolute;right:15px;}
.comName a{font-size:14px;color:#ed4040;}
.comPost{padding: 15px 20px;}
.comInfo{color:#5c5c5c;font-weight:normal;line-height:22px;}
.comInfo li{width:100%;float:left;}
.comInputList li{width:50%;margin-bottom:10px;}
.commBorder{border:1px solid #e5e5e5;border-radius:3px;margin-right: 10px;position:relative;}
.comInputList li:nth-child(2n)>.commBorder{margin-right:0;}
.comInfo li img{width:auto;position:absolute;top:1px;right:2px;height:33px;cursor:pointer;}
.comInfo input{padding:10px;height:35px;line-height:35px;width:100%;border:0;box-sizing:border-box;}
.comTex textarea{resize:none;width:100%;height:130px;border-radius:3px;line-height:180%;border:1px solid #ddd;padding:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing: border-box;}
.comInfo button{color:#FFFFFF;background-color:#ed4040;height:30px;width:88px;border:1px solid #e5e5e5;outline:none;cursor:pointer;border-radius:4px;margin-top:5px;}

/*module共用css*/
.widget{border-radius:3px;margin-top:15px;background:#fff;border:1px solid #e5e5e5;border-top:0;vertical-align:top;overflow:hidden;}
.rightConList .widget:nth-child(1){margin-top:0;}
.rightList>.widget:nth-child(1){margin-top:0;}
.widget ul{padding:0 10px;white-space:nowrap;word-wrap:normal;text-overflow:ellipsis;overflow:hidden;}

/*zblog系统模块css*/
.widgetSystem li {padding:9px 10px 12px;}
.widgetSystem li a{color:#3f3f3f;}

/*作者模块*/
.authAvarar{background-image: url(../images/auhtbg.jpg);background-size: cover;position: relative;height: 100px;background-repeat: no-repeat;background-position: center center;margin-bottom: 54px;}
a.authAvararA {display: block;position: absolute;top: 54px;left: 50%;margin-left: -46px;padding: 6px;background-color: transparent;border-radius: 100%;}
a.authAvararA img {width: 80px;height: 80px;border-radius: 100%;}
.widgetAuthor h3 {text-align: center;margin-bottom: 15px;font-size: 18px;line-height: 26px;}
.widgetAuthor h3>a{color:#333;}
.authorCount {background-color: #fff;border-top: 1px solid #efefef;border-bottom: 1px solid #efefef;}
.authorCount ul {padding:0;text-align: center;display: flex;display: -moz-flex;display: -ms-flex;display: -o-flex;}
.authorCount ul li {float: left;width: 33.333%;border-right: 1px #efefef solid;padding: 8px 0;font-weight: 300;}
.authorCount ul>li:nth-child(3){border-right:0;}
.authorCount ul li span {display: block;font-size: 14px;color: #999;}
.authorCount ul li strong {font-size: 13px;color: #666;font-weight: bold;}
.widgetAuthor>ul {padding: 5px 10px;}
.widgetAuthor>ul>li {padding: 5px 0;}
.widgetAuthor>ul>li>a {display: block;font-size: 14px;color: #3f3f3f;line-height: 21px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.widgetAuthor>ul>li>a:hover{color:#FF4F4F;text-decoration:underline;}
/*主题特色模块css*/
.rightConList{margin-left:15px;}
.modTit h4{text-align:center;cursor:pointer;}
.modNav{background: #fff!important;border-bottom:none!important;}
.modMenu>li {border-top:1px dotted #cbcbcb;}
.modMenu li:nth-child(1){border-top:0;}
.modMenu>.modLi:hover .modRightTit{color:#FF4F4F;}
.modMenu>li:hover>a>.modLeft>.modLeftI>img {transform:rotate(360deg);-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);}
.modMenu>li>a{display:block;margin:13px 0;-moz-transition:ease-in-out 0.2s;-webkit-transition:ease-in-out 0.2s;-o-transition:ease-in-out 0.2s;-ms-transition:ease-in-out 0.2s;transition:ease-in-out 0.2s;}
.modLeftPic{width:60px;height:45px;line-height:50px;text-align: center;-moz-transition: ease-in-out 0.3s;-webkit-transition: ease-in-out 0.3s;-o-transition: ease-in-out 0.3s;-ms-transition: ease-in-out 0.3s;transition: ease-in-out 0.3s;}
.modLeftPic img{height: 45px;border-radius: 3px;}
.modRightTit{height:41px;line-height: 21px;overflow: hidden;font-size: 14px;color: #3f3f3f;margin-left: 70px;white-space: normal;text-overflow: ellipsis;}
.modLeft{width:41px;height:41px;line-height:41px;border-radius:50%;text-align:center;color:#888;font-size:9pt;background:#f2f2f2;font-family:arial;-moz-transition: ease-in-out 0.3s;-webkit-transition: ease-in-out 0.3s;-o-transition: ease-in-out 0.3s;-ms-transition: ease-in-out 0.3s;transition: ease-in-out 0.3s;}
.modLeftI{font-size:20px;width:30px;text-align:right;}
.modRight {height:41px;line-height:21px;overflow:hidden;font-size:14px;color:#3f3f3f;margin-left:51px;white-space:normal;text-overflow:ellipsis;}
.modLeftI img {width:41px;height:41px;border-radius:50%;}
.modRightComm{height:41px;line-height:21px;overflow:hidden;font-size:14px;color:#3f3f3f;margin-left:51px;white-space:nowrap;text-overflow:ellipsis;}
.modRightComm p{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:#5c5c5c;}
.tagWallCon {margin: 3px;max-height: 371px;line-height: 21px;overflow: hidden;}
.tagWallCon a {color: #726161;border-radius: 2px;display: flex;float: left;font-size: 14px;width: 33.3333%;overflow: hidden;}
.tagWallCon a span {text-align: center;display: block;width: 100%;margin: 3px;padding: 2px 3px;border: 1px solid #eee;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.tagWallCon a span:hover{background:#ed4040;color:#fff;}

/*404css*/
.page404{text-align: center;}
.errorInfor{margin:20px 0;border:1px solid #eee;}
.pic404{margin:63px 20px 0;}
.errorInfor h2{font-size: 30px;color:#333;letter-spacing: 5px;margin:25px 20px 0;}
.errorInfor p{font-size: 15px;color: #ef6666;font-weight: 300;letter-spacing: 1px;margin: 25px 20px;}
.errorInfor h3{font-size: 16px;color: #666;font-weight: 400;letter-spacing: 1px;margin: 0 20px 25px;}
.errorInfor a{margin: 0 auto 63px;display: block;background: #7caced;height: 46px;line-height: 46px;color: #fff;width: 200px;letter-spacing: 5px;border: 0;font-size: 18px;text-align: center;border-radius: 5px;}
.errorInfor img{width:431px;height:231px;}

/*分页css*/
.pagebar{padding-bottom: 5px;text-align: right;padding-right: 15px;}
.pagebar span,.pagebar a{font-size: 14px;padding: 8px 12px 9px 11px;display: inline-block;border: 1px solid #e8e8e8;color: #333;margin: 5px 1px;border-radius: 3px;}
.nowPage{color: #fff!important;background: #ed4040;border: 1px solid #ed4040!important;}
.pagebar a:hover{background:#ED4040;color:#fff;}

/*友情链接*/
.friendLinks{background: #fff;margin-bottom:10px;}
.linkTit{background: url(../images/link.png) no-repeat;}
.linksList{padding:9px;}
.linksList li{float:left;margin-right:10px;line-height:2;font-size:13px;}
.linksList li a{color:#666;}
.linksList li a:hover{color: #ff6600;text-decoration: underline;}

/*footer页css*/
.footer{font-size: 0;text-align: center;padding: 20px 0;border-top:1px solid #E8E8E8;}
.footer img{width: auto;height: auto;}
.footerNav {margin-bottom: 12px;}
.footerNav a {font-size: 14px;color: #333;margin: 0 10px;}
.footerNav a:hover{color:#FF4F4F}
.footerNav span {font-size: 12px;border-left: 1px solid #9e9e9e;}
.footerNav span:nth-child(1){border-left: 0;}
.footerCopy{font-size: 14px;color:#9e9e9e;}
.footerCopy p{margin-top:12px;line-height: 20px;}
.footerCopy p>a{color: #9e9e9e;}
.footerCopy p>a:hover{color:#FF4F4F;text-decoration: underline;}
.footerMore{font-size: 14px;color: #9e9e9e;margin-top: 12px;}
.footerMore a {color: #9e9e9e;}

/*右侧返顶*/
.rightOp{width:55px;font-size: 12px;text-align:center;position:fixed;z-index:55;right:15px;bottom:20px;}
.rightOp .rightOpQ,.rightOp .rightOpV,.rightOp .rightOpT{float: left;width: 55px;height: 65px;border-bottom: #5C5D6E solid 1px;background-color: #646577;}
.rightOp>.rightOpQ>.rightOpB{background: url(../images/zxicon.png) no-repeat;background-position: 13px 10px;}
.rightOp>.rightOpV>.rightOpB {background: url(../images/kficon.png) no-repeat;background-position: 13px 10px;}
.rightOp>.rightOpT>.rightOpB{background: url(../images/fanhui.png) no-repeat;background-position: 17px 10px;}
.rightOp .rightOpB{float: left;width: 55px;height: 21px;padding: 44px 0 0 0;text-align: center;color: #fff;cursor:pointer;}
.rightOp>.rightOpQ:hover,.rightOp>.rightOpV:hover,.rightOp>.rightOpT:hover{background:#e40231;}
.rightOp>.rightOpQ:hover >.rightOpN,.rightOp>.rightOpV:hover >.rightOpN{display: block;}
.rightOp .rightOpN {display: none;position: absolute;left: -120px;top: 0;width: 120px;background-color: #e40231;padding: 10px 0 7px 0;color: #fff;}
.rightOp>.rightOpQ>.rightOpN>a {color: #333;float: left;padding: 3px 0 0 30px;background: url(../images/qq4.gif) left top no-repeat;width: 72px;height: 21px;text-align: left;margin: 0 0 6px 9px;}
.rightOp>.rightOpV>.rightOpN>img {width:100px;height: 100px;margin: 0 0 5px 0;}

/*移动端相关css*/
.mnav,.toggleBtn,.mNavBtn,.mBg{display: none;}

/*首页广告位*/
.indexA{margin: -3px 0 8px;}
.indexA a {display:block;margin-bottom: 3px;}
.indexA img{display: block;width: 100%;}

/*文章页广告位*/
.articleA{text-align:center;margin:20px;overflow: hidden;}
.articleA a {display: block;margin-bottom: 3px;}
.articleA img{height: auto;}

#lcp_sale_module ul {padding: 0!important;}
#lcp_sale_module li .vip {right: 10px!important;}
.an_btn {
    border-radius: 5px;
    color: #fff !important;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    background-color: #006bb5;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 10px;
}
.an_btn2 {
    border-radius: 5px;
    color: #fff !important;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    background-color: #f62020;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 10px;
}
#login_opacity_bg {
	width: 100%;
	position: absolute;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	top: 0;
	left: 0;
	display: none;
	z-index: 100
}
.tbox {
	width: 580px;
	height: 350px;
	margin: 0 auto;
	border-radius: 5px;
	background-color: #fff;
	overflow: hidden;
	zoom: 1;
	display: none;
	z-index: 101;
	top: 50%;
	left: 50%;
	position: fixed;
	margin: -250px 0 0 -295px
}
.tbox #logo {
    display: block;
    width: 200px;
    height: 50px;
    margin: 0 auto;
    background: url(../images/dlogo.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    zoom: 1;
    margin-top: 40px;
}
.tbox #tips {
    width: 270px;
    height: 30px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    margin-top: 12px;
}
.tbox .hline {
    width: 50px;
    height: 15px;
    border-bottom: 1px solid #ededed;
    overflow: hidden;
    zoom: 1;
}
.tbox .fl {
    float: left;
}
.tbox .tiptext {
    width: 170px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #333;
    font-size: 14px;
}
.tbox .fr {
    float: right;
}
.tbox .btn {
    border-radius: 2px;
    display: block;
    width: 270px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    margin-top: 29px;
    font-size: 18px;
    color: #fff;
    background: #00b7d6;
    text-decoration: none;
    text-align: center;
	position: relative;
}
.tbox .btn:hover {
	background: #1f9bd9;
	text-decoration: none
}
.pansbtn{
    border-radius: 2px;
    display: block;
    width: 270px;
    height: 34px;
    line-height: 30px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    background: #E2523A;
    text-decoration: none;
    text-align: center;
	position: relative;
	cursor: pointer;
	border: 0px;
}
.pansbtn:hover {
	background: #d2341a;
	text-decoration: none
}
.tbox i{margin-right: 5px;}
.tbox a {
	-webkit-transition: all 0s;
	transition: all 0s
}
.tbox .close {

	position: absolute;
	right: 18px;
	top: 16px;
	font-size: 30px;
	line-height: 20px;
	-webkit-transition: all .2s;
	transition: all .2s;
	cursor: pointer
}
.tbox .close:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.viptps {
    height: 280px;
    margin-top: -130px;
}
.vipcon {
    color: #090;
    font-size: 28px;
    line-height: 250px;
    text-align: center;
}
.vipcon a {
    color: red;
}
#panstext{display:none;}
.lcphidebox >*::after {content: ".";clear: both;display: block;overflow: hidden;font-size: 0;height: 0;}
.lcphidebox >*{zoom: 1;}
/* .lcphidebox {border:solid 1px #eee;position: relative;} */
.lcphidebox > div {padding:10px}
.lcphidebox .lcp-title {background-color:#eee}
.lcphidebox .lcp-header {border-bottom:solid 1px #eee}
.lcphidebox .lcp-header > div {float:left;margin-right:10px}
.lcphidebox .shade{display:none;background-repeat: no-repeat;background-position: center;position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;opacity: .8;background-color: #f1f1f1;}
.canautoopenbox p{text-align:center;padding:30px 0}
.canautoopenbox p a{background:#1c8eff;display:inline-block;padding:0 15px;color:#fff;border-radius:5px;line-height:30px}

.lcp-download{position:relative;box-sizing: border-box;border:solid 1px #e8e8e8;border-radius:5px;margin:15px 0;background-color:#f9f9f9;padding:10px;zoom:1}
.lcp-download:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.lcp-download:hover{box-shadow: 0 0 5px 0 #eeeeee80;}
.lcp-download-icon{float: left;width: 39px;height: 50px;background: url(../images/icon.png);}
.lcp-download-icon.rtf{background-position: -38px;}
.lcp-download-icon.xml{background-position: -75px;}
.lcp-download-icon.psd{background-position: -113px;}
.lcp-download-icon.jpg{background-position: -150px;}
.lcp-download-icon.ai{background-position: -188px;}
.lcp-download-icon.html{background-position: -225px;}
.lcp-download-icon.svg{background-position: -262px;}
.lcp-download-icon.csv{background-position: -299px;}
.lcp-download-icon.js{background-position: -337px;}
.lcp-download-icon.css{background-position: -374px;}
.lcp-download-icon.iso{background-position: -412px;}
.lcp-download-icon.dwg{background-position: -449px;}
.lcp-download-icon.png{background-position: -487px;}
.lcp-download-icon.zip{background-position: -524px;}
.lcp-download-icon.avi{background-position: -562px;}
.lcp-download-icon.doc{background-position: -599px;}
.lcp-download-icon.xls{background-position: -637px;}
.lcp-download-icon.pdf{background-position: -674px;}
.lcp-download-icon.mp3{background-position: -712px;}
.lcp-download-icon.ppt{background-position: -749px;}
.lcp-download-icon.mp4{background-position: -786px;}
.lcp-download-icon.txt{background-position: -824px;}
.lcp-download-icon.exe{background-position: -861px;}
.lcp-download-icon.json{background-position: -899px;}
.lcp-download-info{margin-left: 50px;margin-right: 100px;}
.lcp-download-info p.name,.lcp-download-info p.subtext{line-height:26px;margin:0;margin-top:0;margin-bottom:0}
.lcp-download-info p.name{font-size:16px}
.lcp-download-info p > span{margin-right:10px;color:#999;font-size:12px;display:inline-block;}
.lcp-download-info p > span span{color:#ad0000}
.lcp-download-button{line-height: 57px;margin-right:5px}
.lcp-download-button a{display:inline-block;padding:8px 15px;border-radius:4px;background-color:#e53e40;color:#fff;line-height: normal;}
.lcp-download-button a:hover{background-color: #1487f4;color: #fff;}

.articleFooter{display: block;text-align: right;margin: 15px 0px;}
/*下方为自适应css
/*
Theme ID: ecms298
Author: 墨鱼移植
Author QQ：48444431
Author Email：48444431@qq.com
Author URL: http://www.moyublog.com/
*/
@media screen and (max-width:1180px){
    .container{width:970px;}
    .leftMenu {width: 145px;}
    .leftMenuLi i {margin: 0 15px;}
    .swiperLeft {width: 145px;}
    .menuList {width: 143px;padding: 6px 0;}
    .menuList>li:nth-child(8){display:none;}
    .swiper {width: 600px;margin: 10px;}
    .swiper-container img {width: 100%;height: 229px;}
    .siteRelated {width: 203px;}
    .rightUser p {max-width: 125px;}
    .rightUserBtn {max-width: 120px;}
    .rightUserBtn a {height: 27px;line-height:27px;padding: 0 15px;}
    .userLink a {padding: 2px 4px;}
    ul.bulletin>li:nth-child(9){display:none;}
    .articlePic{height:168px;}
    .cateArticlePic{height:182px}
    .cateArticlePic img {border-radius: 3px;}
    .leftBox {width: 21%;}
    .rightBox {width: 79%;}
    .leftCon {width: 71%;}
    .rightCon {width: 29%;}
    .relatedPic img {height: 129px;}
}
@media screen and (max-width:990px){
    .container{width:750px;}
    h1.logo>a>img {width: auto;}
    .header {position: fixed;width: 100%;top: 0;left: 0;border-bottom: 1px solid #e5e5e5;box-shadow: 0 0 5px rgba(0,0,0,.1);z-index: 999;}
    .search{display:none;width:100%;height:40px;margin:0;position:absolute;z-index:10;top:100%;left:0;border-top:1px solid #e5e5e5;padding:20px 0;background-color:rgba(255,255,255,0.95);}
    .search form{width:90%;display: block;margin:0 auto;}
    .search input[name="keyboard"] {width: 84%;padding: 0 2%;}
    .search input[name="s"] {width: 16%;}
    .searchFont {display: block;width:30px;position: absolute;top: 50%;right: 10px;margin-top: -10px;}
    .searchFont i{font-size:20px;color:#666;display:block;}
    .searchFont i:hover{color:#ed4040;}
    .breadcrumb{border-top:1px solid #e5e5e5;}
    .mnav{display: block;position: absolute;top: 50%;left: 10px;cursor: pointer;margin-top: -15px;padding: 2px 5px;}
    .mnav:hover>.icon-bar{background-color:#333;}
    .monavber>.container {height: auto;}
    .leftMenu {display: none;}
    .monavber>.container>ul.navbar{position: fixed;top:0;left: -190px;display: block;font-weight: 400;width: 190px;background: #111;height: 100%;z-index: 999;}
    ul.navbar>li>a{font-size: 14px;color: #ffffff;border-bottom: 1px solid rgba(255,255,255,0.08);padding: 0 25px;line-height: 48px;}
    .mNavBtn {display:block;position: fixed;z-index: 999;height: 48px;line-height: 48px;top: 0;left: -200px;cursor: pointer;}
    .mNavBtn i {color: #fff;opacity: 0.9;font-size: 20px;line-height: 48px;}
    .mBg{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.6);z-index: 899;}
    span.toggleBtn{position: absolute;text-align: center;top: 0;right: 0;cursor: pointer;z-index: 11;}
    ul.navbar>li>span.toggleBtn{display: block;height: 48px;width: 48px;line-height: 48px;color: #fff;}
    span.toggleBtn>i{font-size:18px;}
    ul.navbar>li:hover>a{color:#fff;}
    .monavber a{color:#7c7c7c;font-size: 15px;}
    ul.navbar ul{display:none;    min-width: 190px;position: static;background: #111;text-align: left;opacity: 1;visibility: visible;transform: none;box-shadow: none;}
    ul.navbar>li>ul>li>a{border-bottom: 0;color: #fff;opacity: 0.8;font-size: 12px;text-transform: none;text-indent: 0.4em;}
    .monavber ul.navbar ul>li:hover>a{color:#c5c5c5;}
    .logo{width:325px;float:none;margin:0 auto;}
    .logo>a {width:325px;text-align:center;}
    .quickLink,.leftNavbar,.siteRelated{display:none;}
    .lss{padding-top:155px;}
    .swiperLeft {display: none;}
    .swiper {width: 100%;margin: 0 0 10px;}
    .swiper img {max-height: 300px;}
    .swiper img{width: 100%;height:auto;}
    ul.postList>li.postSingle{width: 25%;}
    ul.postList>li:nth-child(5n) {display: none;}
    .articlePic{height:160px;}
    ul.newsList li a {width: 70%;}
    ul.newsList li span {width: 30%;}
    .breadcrumb {padding: 145px 3px 0;}
    .postSingle {width: 25%;overflow: hidden;}
    .cateArticlePic{height:176px}
    .insideBox {padding-top: 145px;}
    .leftBox {width: 26%;}
    .rightBox {width: 74%;}
    .leftCon {width: 100%;}
    .rightCon {display: none;width: 100%;margin-top:15px;}
    .rightConList {margin-left: 0;}
    .relatedPic img {height: 141px;}
    .page404 {padding-top: 145px;}
    .errorInfor h2 {font-size: 28px;}
}
@media screen and (max-width:767px){
    .container{width:100%;}
    .search input[name="keyboard"] {width: 82%;}
    .search input[name="s"] {width: 18%;}
    .swiper-container-horizontal>.swiper-pagination-bullets{bottom:5px;}
    ul.postList>li.postSingle{width:50%;max-width:none;}
    ul.postList>li:nth-child(5n) {display: block;}
    ul.indexRecommend>li:nth-child(5n){display:none;}
    .articlePic{height:218px;}
    ul.newsList li {width: 100%; padding:15px 20px;}
    ul.newsList li a {width: 80%;}
    ul.newsList li span {width: 20%;}
    .option>ul>li {position: relative;}
    .option>ul>li>.opLiA {padding-right: 20px;width: auto;}
    .opCateTag>li>.opLiA a{display: none;}
    .option>ul>li>span.toggleBtn{display: block;height: 47px;width: 35px;line-height: 47px;color:#6c6c6c}
    .catePostList {margin: 0; }
    .postSingle {width: 50%;}
    .cateArticlePic{height:236px}
    .footer {padding:20px 10px;}
    .rightOp{display: none;}
    .leftBox {display: none;}
    .rightBox {width: 100%;}
    ul.relatedList>li {width: 50%;}
    ul.relatedList>li:nth-child(5){display: none;}
    .relatedPic img {height: 200px;}
    .comInputList li {width: 100%;}
    .comInputList li>.commBorder {margin-right: 0;}
	.tbox {
    width: 90%;
    height: 300px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
    zoom: 1;
    display: none;
    z-index: 101;
    top: 25%;
    left: 5%;
    right: auto;
    position: fixed;}
}
@media screen and (max-width:500px) {
    .header>.container {height: 80px;}
    .breadcrumb {padding: 125px 10px 0;}
    h1.logo {height: 80px;}
    h1.logo>a>img {max-height: 30px;}
    .search {padding: 15px 0;}
    .search input{height: 34px;line-height: 34px;}
    .search input[name="keyboard"] {width: 80%;padding:0 3%;}
    .search input[name="s"] {width: 20%;}
    .lss {padding-top: 135px;}
    .articlePic{height:178px;}
    .swiper img {max-height: 200px;}
    ul.newsList li a {width: 78%;}
    ul.newsList li span {width: 22%;}
    .cateArticlePic{height:196px}
    .insideBox {padding-top: 125px;}
    .postTitle a {width: 78%;}
    .postTitle span {width: 22%;}
    .postMeta span span{display: none;}
    .relatedPic img {height: 182px;}
    .page404 {padding-top: 120px;}
    .pic404 {margin-top: 30px;}
    .errorInfor img {width: 381px;height: auto;}
    .errorInfor h2 {font-size: 26px;}
    .errorInfor a {font-size: 16px;width: 130px;height: 35px;line-height: 35px;margin-bottom: 30px;}
	.lcp-download-info p.subtext{display:none;}
    .lcp-download-info p.name{line-height:50px;}
}
@media screen and (max-width:420px) {
    .header>.container {height: 60px;}
    h1.logo {height: 60px;}
    h1.logo>a>img {max-height: 25px;}
    .breadcrumb {padding: 105px 10px 0;}
    .lss {padding-top: 115px;}
    .swiper img {max-height: 160px;}
    .insideBox {padding-top: 105px;}
    .articlePic{height:148px;}
    ul.newsList li a {width: 74%;}
    ul.newsList li span {width: 26%;}
    .cateArticlePic{height:166px}
    .postTitle a {width: 73%;}
    .postTitle span {width: 27%;}
    .insidePostPic img {height: 80px;width: 100px;}
    .insidePostInfor {margin-left: 112px;}
    .commeta span {max-width: 50%;}
    .commeta span.comdate{display:none;}
    .relatedPic img {height: 147px;}
    .noComm {font-size: 15px;}
    .page404 {padding-top: 95px;}
    .errorInfor img {width: 100%;height: auto;}
    .errorInfor h2 {font-size: 22px;}
}
@media screen and (max-width:350px) {
    h1.logo>a>img {max-height: 23px;}
    .articlePic{height:128px;}
    .cateArticlePic{height:146px}
    ul.newsList li a {width: 69%;}
    ul.newsList li span {width: 31%;}
    .postTitle a {width: 69%;}
    .postTitle span {width: 31%;}
    .relatedPic img {height: 132px;}
    .errorInfor h2 {font-size: 20px;}
}

/*! font Awesome图标样式
  *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  */
@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot');src:url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2') format('woff2'),url('../fonts/fontawesome-webfont.woff') format('woff'),url('../fonts/fontawesome-webfont.ttf') format('truetype'),url('../fonts/fontawesome-webfont.svg') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

