
/*全局样式*/

body {
  color: #666;
  background: #fff;
}

body a{
  text-decoration:none;
}

body a:hover {
  text-decoration:none;
  color: #002e5b;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑","Microsoft Yahei","Hiragino Sans GB",tahoma,arial,"宋体";
    font-size: 16px;
}

:link, :visited, ins {
    text-decoration: none;
}

a {
    outline: none;
}
a, input, button {
    outline: none;
}

.shadow {
  /*box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);*/
  background: #eee;

}

.tl{
  text-align: left;
}

.tr{
  text-align: right;
}

.tc{
  text-align: center;
}

.tb{
  font-weight: bold;
}

.clear {
  clear: both;
}

.line{
  width: 100%;
  height: 1px;
  display: block;
  padding: 10px 0;
  border-bottom: 1px dotted #bbb;
}

.blog-body {
  /*margin-top: 5px;*/
  margin: 0;
  padding: 0;
}

.blog-container {
  margin: 0 5px;
  position: relative;
}

.blog-main {
  margin-top: 15px;
  width: 100%;
  position: relative;
  min-height: 100px;
  overflow: hidden;
}

.blog-main > .home-tips {
  padding: 10px 10px;
  background: #fff;
  font-size: 13px;
  margin-bottom: 15px;
}

.blog-main > .home-tips > i {
  color: #000;
  font-size: 15px;
}

.blog-main > .home-tips > .home-tips-container {
  margin-left: 20px;
  height: 17px;
  overflow: hidden;
}

.blog-main > .home-tips > .home-tips-container > span {
  display: block;
}

.blog-main > .blog-main-right {
  width: 100%;
  float: right;
}


/*
a{
width: 100%;
display: block;
overflow: hidden;
}
*/

a img:hover{
  transform: scale(1.03, 1.03);
  -webkit-transform: scale3d(1.03,1.03);
  transition: .4s transform;
  -webkit-transition: .4s transform;
  overflow: hidden;
}

.floatleft{
  float: left;
}

.floatright{
  float: right;
}

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
  .blog-container {
    width: 738px;
    margin: 0 auto;
  }

  .blog-main > .blog-main-right > .blog-module {
    width: 45%;
    margin-bottom: 15px;
  }

  .blog-main > .blog-main-right > .blog-module:nth-child(odd) {
    float: left;
    clear: left;
  }

  .blog-main > .blog-main-right > .blog-module:nth-child(odd).blog-module:last-child {
    width: auto;
    float: none;
    clear: both;
  }

  .blog-main > .blog-main-right > .blog-module:nth-child(even) {
    float: right;
    clear: right;
  }
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .blog-container {
    width: 962px;
  }

  .blog-main > .blog-main-left {
    width: 100%;
  }

  .blog-main > .blog-main-right {
    width: 32%;
    display: none;
  }

  .blog-main > .blog-main-right > .blog-module {
    width: auto;
    float: none !important;
  }
  .pc-nav, .top-banner{
    display: block;
  }

}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
  .blog-container {
    width: 1170px;
  }
}
/*全局样式END*/

/*面包屑导航
.sitemap {
background: #fff;
margin-top: 79px;
padding: 5px 15px;
line-height: normal;
border-radius: 0 !important;
}*/

.sitemap a {
  font-size: 12px;
}

@media (min-width: 768px) {
  .sitemap {
    padding: 6px 15px;
  }

  .sitemap a {
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  .sitemap {
    padding: 8px 15px;
  }

  .sitemap a {
    font-size: 14px;
  }
}
/*面包屑导航END*/

.blog-user a, .blog-user {
  color:#fff;
}

/*顶部导航*/
.blog-nav {
  width: 100%;
  height: 50px;
  /*position: fixed;*/
  margin-top: 5px;
  background-color: #002e5b;
  border-bottom: 1px solid #eee;
}

.blog-nav .layui-nav {
  /*position: absolute;
  top: 0;*/
  left: 5px;
  width: auto;
  background: none;
  display: none;
  text-align: center;
}

.blog-nav .layui-nav .layui-nav-item {
  line-height: 50px;
  margin: 0 5px;
}

.blog-nav .layui-nav .layui-nav-item a {
  padding: 0 15px;
  color: #fff;
  font-size: 18px;
  text-decoration:none;
}

.blog-nav .blog-user {
  line-height: 50px;
  /*position: absolute;
  z-index: 10;*/
}

.blog-nav .blog-user img {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}

.blog-nav .blog-user img:hover {
  opacity: .5;
}

.blog-nav .blog-user .fa-qq {
  line-height: 50px;
  font-size: 24px;
  color: #c2c2c2;
}

.blog-nav .blog-user .fa-qq:hover {
  color: #fff;
}


.blog-nav .blog-logo {
  /*position: absolute;
  top: 0px;*/
  left: 25%;
  width: 50%;
  text-align: center;
  margin: 0 auto;
  line-height: 50px;
  font-size: 30px;
  color: white;
  font-weight: bold;
  font-family: KaiTi;
  display: inline-block;
  /*z-index: 10;*/
}

.blog-nav .blog-navicon {
  position: absolute;
  top: 5px;
  right:0;
  padding: 10px 12px;
  color: white;
  border: 1px solid #000;
  /*margin-top: 13px;*/
}

.blog-nav .blog-navicon:hover {
  border: 1px solid #5FB878;
}

.mobile-nav{
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #000;
  display: block;
  padding-top: 1px;
}

.mobile-nav a{
  color: #fff;
}

.mobile-nav .logo a img{
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background: #eee;
  padding: 1px;
  margin-right: 6px;
  border-radius: 50%;
}

.mobile-nav .mobile-navicon a img{
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
}

.mobile-navicon{
  margin-top: 5px;
}

@media (min-width: 992px) {
  .blog-nav .layui-nav {
    display: block;
  }

  .mobile-nav {
    display: none;
  }

  .blog-nav .blog-user {
    right: 0;
  }

  .blog-nav .blog-logo {
    /*position: absolute;*/
    left: 10%;
    width: auto;
  }

  .blog-nav .blog-navicon {
    display: none;
  }

  .mobile-nav-left {
    display: none !important;
  }
}
/* 顶部导航End */

/*网站底部*/
.blog-footer {
  text-align: center;
  border-top: 1px solid #000;
  margin-top: 15px;
  background: #333;
  padding: 5px 0;
  color: #666;
  display: block;
}

.blog-footer .footer-nav a {
  color: #fff;
  font-weight:bold;
}

.blog-footer a:hover {
  color: #002e5b;
}

.blog-footer > p {
  margin: 2px 0;
  color: #666;
}

.blog-footer > p a,
.blog-footer > p span {
  padding-left: 7px;
  color: #666;
}


/*网站底部 new . zsg start*/
.footer {
  text-align: center;
  margin-top: 15px;
  background: #f0f0f0;
  /*padding: 30px 0 20px;*/
  color: #333;
  overflow: hidden;
  line-height: 30px;
}

.footer a {
  color: #333;
}

.footer a:hover {
  color: #002e5b;
}

.footer > p {
  margin: 2px 0;
}

.footer > p a,
.footer > p span {
  padding-left: 7px;
}

.footer .inner {
  width: 100%;
  height: 240px;
  margin: 0 auto;
  padding: 30px;
}

.footer .logo {
  float: left;
  width: 10%;
  padding: 20px;
}

.footer .logo a {
  display: block;
  width: 85px;
  height: 85px;
  background: url(../images/logo.png) 8px 8px no-repeat;
  background-color: #eee;
  text-indent: -20000px;
  padding: 8px;
  border: 2px solid #002e5b;
  border-radius: 50%;
}

.footer .lst {
  font-size: 14px;
  float: left;
  width: 50%;
  line-height: 1.8;
}

.footer .lst dl {
  float: left;
  margin-left: 70px;
}

.footer .lst dl dt {
  font-weight: bold;
  font-size: 18px;
  line-height: 50px;
  color: #000;
}

.footer .lst dl a {
  display: block;
  color: #666;
}
.footer .lst dl a:hover{
  color: #002e5b;
}

.footer .address {
  display: block;
  color: #666;
}

.footer .address a {
  color: #666;
}
.footer .address a:hover{
  color: #002e5b;
}


.footer .ewm {
  float: left;
  width: 40%;
  height: 130px;
  padding-left: 40px;
  line-height: 2;
  border-left: 1px solid #d7d7d7;
}

.footer .ewm img {
  width: 100px;
  border: 0;
}

.footer .ewm .wx{
  margin-right: 20px;
}

.footer .ewm .wx p, .footer .ewm .wap p{
  color: #666;
}

.tc {
  text-align: center;
}

.footer .address {
  color: #999;
  padding-top: 25px;
}

.footer .address span{ display: inline-block; margin-right: 30px;}
.footer .copy{ color: #999;}

.footer .footer-bottom{
  color: #fff;
  text-align: center;
  background: #002e5b;
  border-top: 1px solid #333;
}

.footer .footer-bottom a{
  color: #eee;
}

.footer .footer-bottom a:hover{
  color: #fff;
}

/* zsg end*/

.friendlinks {
  /*display: none;*/
  margin-top: 10px;
}

.friendlinks.blog-module-title{
  font-size: 16px;
  width: 60px;
  color: #eee;
  background: #000;
  border-radius: 4px 4px 0 0;
}

.linktitle{
  font-size: 16px;
  width: 80px;
  text-align: center;
  line-height: 20px;
  padding: 6px;
  color: #888;
}

/*分享及top图标*/
.layui-fixbar{
  display: none;
}

/*在线客服*/
.servers{
  display: none;
}

@media (min-width: 992px) {
  .blog-footer {
    display: block;
  }

  .friendlinks {
    display: block;
  }

  .servers{
    display: block;
  }
}
/*网站底部END*/

/*子栏目导航*/
.child-nav {
  margin: 15px 0;
  text-align: center;
  height: 39px;
  background: #fff;
  border-bottom: 1px solid #5FB878;
}

.child-nav-btn {
  padding: 0 20px;
  width: auto;
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  cursor: pointer;
}

.child-nav-btn-this {
  background: #5FB878;
  color: #fff;
}
/*子栏目导航END*/

/*侧边导航*/

/*
.mobile-nav-left {
top: 65px;
border-radius: 0;
border-top: 1px solid #5FB878;
box-shadow: 0 0 8px #fff;
}*/

.mobile-nav-left {
  position: absolute;
  top: 30px;
  width: 100%;
  height: auto;
  min-height: 200px;
  background: rgba(200, 200, 200, 0.3);
  border-radius: 0;
  border-top: 1px solid #000;
  box-shadow: 0 0 8px #fff;
  z-index: 999;
}

.layui-nav-item-mobmenu {
  width: auto;
  height: 40px;
  display: block;
  margin: 10px 10px;
  border: 1px solid #eee;
  color:#666;
  background: #eee;
  border-radius: 6px;
  float: left;
}

.layui-nav-item-mobmenu a {
  padding: 0 15px;
  color: #000;
  height: 40px;
  line-height: 40px;
  text-decoration:none;
}

.layui-nav-item-mobmenu a:hover, .layui-nav-item-mobmenu.layui-this a{
  height: 40px;
  line-height: 40px;
  list-style-position: 40px;
  background-color:#002e5b;
  color:#fff;
  border-radius: 7px;
  display: block;
}

.bt-close {
  margin-right: 20px;
  margin-top: 20px;
}
#bt-close {
  width: 26px;
  height: 20px;
  line-height: 20px;
  padding: 5px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
}
#bt-close:hover {
  color: #002e5b;
  border: 1px solid #002e5b;
}

.leftIn {
  -moz-animation: leftIn 0.5s;
  -o-animation: leftIn 0.5s;
  -webkit-animation: leftIn 0.5s;
  animation: leftIn 0.5s;
}

.leftOut {
  -moz-animation: leftOut 0.5s;
  -o-animation: leftOut 0.5s;
  -webkit-animation: leftOut 0.5s;
  animation: leftOut 0.5s;
}

@media (min-width: 992px) {
  .mobile-nav-left {
    display: none !important;
  }
}
/*侧边导航END*/

/*侧边导航遮罩*/
.mobile-mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 30px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
}

.maskIn {
  -moz-animation: maskFadeIn 0.5s;
  -o-animation: maskFadeIn 0.5s;
  -webkit-animation: maskFadeIn 0.5s;
  animation: maskFadeIn 0.5s;
}

.maskOut {
  -moz-animation: maskFadeOut 0.5s;
  -o-animation: maskFadeOut 0.5s;
  -webkit-animation: maskFadeOut 0.5s;
  animation: maskFadeOut 0.5s;
}

@media (min-width: 992px) {
  .blog-mask {
    display: none;
  }
}
/*侧边导航遮罩END*/

/*百度分享*/
.blog-share {
  box-shadow: 0 0 8px #fff;
  position: fixed;
  right: 80px;
  bottom: 15px;
  background: #393D49;
  z-index: 999;
  margin-bottom: 1px;
  height: 50px;
}

.blog-share .blog-share-body {
  width: 100%;
  height: 100%;
}

.bdsharebuttonbox {
  height: 100%;
}

.bdsharebuttonbox a {
  float: left;
  margin: 9px !important;
  background-position: 0 !important;
}

.bdsharebuttonbox .bds_qzone {
  background: url(../images/qzone_32.png) no-repeat;
}

.bdsharebuttonbox .bds_tsina {
  background: url(../images/weibo_32.png) no-repeat;
}

.bdsharebuttonbox .bds_weixin {
  background: url(../images/wechat_32.png) no-repeat;
}

.bdsharebuttonbox .bds_sqq {
  background: url(../images/qq_32.png) no-repeat;
}

.shareIn {
  -moz-animation: shareIn 0.5s;
  -o-animation: shareIn 0.5s;
  -webkit-animation: shareIn 0.5s;
  animation: shareIn 0.5s;
}

.shareOut {
  -moz-animation: shareOut 0.5s;
  -o-animation: shareOut 0.5s;
  -webkit-animation: shareOut 0.5s;
  animation: shareOut 0.5s;
}
/*百度分享END*/

/*文章列表（网站首页和文章专栏共用）*/
.article {
  padding: 5px;
  margin-bottom: 10px;
  background: #fff;
  border-left: 5px solid #fff;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.article:hover {
  background: #f0f0f0;
  /*border: 1px solide #eee;*/
}

.article > .article-left {
  width: 15%;
  float: left;
}

.article > .article-left > img {
  width: 100%;
  height: auto;
  margin-top: 8px;
}

.article > .article-right {
  width: 83%;
  float: right;
  padding-left: 2%;
}

.article > .article-right > .article-title a {
  font-size: 14px;
}

.article > .article-right > .article-title a:hover {
  color: #002e5b;
}

.article > .article-right > .article-abstract {
  display: none;
}

.article > .article-footer {
  margin-top: 5px;
  font-size: 11px;
  padding: 2px;
  color: #a6a6a6;
}

.article > .article-footer > span {
  padding-right: 3%;
}

.article > .article-footer a {
  color: #000;
}
.article-viewinfo, .article-author,
.article > .article-footer .article-viewinfo,
.article > .article-footer .article-author {
  display: none;
}

.icon-stick {
  border: 1px solid #FF5722;
  color: #FF5722;
  padding: 0 2px 0 0;
  font-family: SimHei;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: -1px;
  font-size: 13px;
}

@media (min-width: 768px) {
  .article > .article-right > .article-title a {
    font-size: 17px;
  }

  .article > .article-right > .article-abstract {
    font-size: 14px;
    display: block;
    margin-top: 10px;
  }

  .article > .article-footer {
    margin-top: 10px;
    font-size: 13px;
  }

  .article > .article-footer .article-viewinfo {
    display: inline;
    float: right;
  }

  .article > .article-footer .article-author {
    display: inline;
  }

  .icon-stick {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .article > .article-right > .article-title a {
    font-size: 18px;
  }

  .icon-stick {
    font-size: 15px;
  }
}
/*文章列表END*/

/*右侧模块（网站首页和文章列表以及文章详细共用）*/
.blog-module {
  display: block;
  /*margin-bottom: 10px;*/
  padding: 0px;
  background: #fff;
  height: 100%;
}

.blog-module-title {
  display: block;
  width: 100%;
  height: auto;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  color: #002e5b;
  /*padding-left: 10px;*/
  margin: 40px auto;;
  background: url(../images/line-title.png) no-repeat center center;
}

.blog-module-title a {
  display: block;
  width: auto;
  height: 60px;
  padding: 0 10px;
  line-height: 60px;
  font-size: 32px;
  text-align: center;
  color: #002e5b;
  overflow: hidden;
}

.blog-module-title a:hover {
  color: #002e5b; /*#00e41b; 7fff00*/
}

.blog-module-title-small, .blog-module-title-small a {
  display: block;
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #000;
  font-size: 22px;
  font-weight: bold;
  color: #002e5b;
  /*padding-left: 10px;*/
  margin: 15px 0 10px 0;
}

.blog-module-title-right {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #eee;
  font-size: 16px;
  font-weight: bold;
  color: #002e5b;
  padding-left: 10px;
  margin: 15px 0 10px 0;
}

.tuandui .thumb{
  width: 100%;
  margin: 10px auto;
  text-align: center;
}
.tuandui .article-detail-content img{
  width: 95%;
  height: auto;
  padding: 10px;
  border: 1px solid #eee;
}
.tuandui .thumb img{
  width: 220px;
  height: 220px;
  border-radius: 50%;
}

.blog-module-ul li{
  /*margin: 3px 0;*/
  line-height: 25px;
  border-bottom: 1px dashed #eee;
}

.blog-module-ul, .blog-module-ul li {
  margin: 0;
  padding: 0;
  width:100%;
  display: block;
}

/*右侧模块END*/
.search-bar {
  margin-top: 20px;
}
.search-pagination {
  text-align: center;
}
/*文章分类导航*/
.article-category {
  position: fixed;
  top: 64px;
  right: 0;
  bottom: 0;
  background: #393D49;
  color: #eee;
  width: 130px;
  font-size: 11px;
  padding: 10px;
  display: none;
  margin: 0;
  z-index: 999;
}

.article-category > .article-category-title {
  text-align: center;
  border-bottom: 1px solid #000;
  font-size: 15px;
  font-weight: 500;
  padding: 0 0 5px 0;
  margin-bottom: 5px;
}

.article-category > a {
  display: block;
  color: #eee;
  padding: 5px 1%;
  margin: 4px 0;
  background: #000;
  width: 98%;
  text-align: center;
  line-height: 19px;
  word-break: keep-all; /* 不换行 */
  white-space: nowrap; /* 不换行 */
  overflow: hidden;
  text-overflow: ellipsis; /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
  float: left;
}

.article-category > a:hover {
  color: #fff;
  background: #002e5b;
}

.category-toggle {
  position: fixed;
  right: 0;
  top: 40%;
  width: 15px;
  background: #000;
  color: #fff;
  font-size: 16px;
  padding: 30px 0;
  z-index: 9999;

  display: none;
}

.category-toggle > i {
  display: block;
  height: 16px;
}

.categoryIn {
  -moz-animation: categoryIn 0.5s;
  -o-animation: categoryIn 0.5s;
  -webkit-animation: categoryIn 0.5s;
  animation: categoryIn 0.5s;
}

.categoryOut {
  -moz-animation: categoryOut 0.5s;
  -o-animation: categoryOut 0.5s;
  -webkit-animation: categoryOut 0.5s;
  animation: categoryOut 0.5s;
}

/*分类导航In动画*/
@keyframes categoryIn {
  from {
    right: -140px;
  }

  to {
    right: 0;
  }
}

@-moz-keyframes categoryIn {
  from {
    right: -140px;
  }

  to {
    right: 0;
  }
}

@-webkit-keyframes categoryIn {
  from {
    right: -140px;
  }

  to {
    right: 0;
  }
}

/*分类导航Out动画*/
@keyframes categoryOut {
  from {
    right: 0;
  }

  to {
    right: -140px;
  }
}

@-moz-keyframes categoryOut {
  from {
    right: 0;
  }

  to {
    right: -140px;
  }
}

@-webkit-keyframes categoryOut {
  from {
    right: 0;
  }

  to {
    right: -140px;
  }
}

@media (min-width: 768px) {
  .article-category {
    font-size: 13px;
    width: 260px !important;
  }

  .article-category > .blog-module-title {
    text-align: start;
  }

  .article-category > a {
    padding: 7px 1%;
    margin: 5px 0;
    width: 46%;
  }

  .article-category > a:nth-child(odd) {
    float: right;
  }

  .article-category > a:nth-child(even) {
    float: left;
  }

  @keyframes categoryIn {
    from {
      right: -280px;
    }

    to {
      right: 0;
    }
  }

  @-moz-keyframes categoryIn {
    from {
      right: -280px;
    }

    to {
      right: 0;
    }
  }

  @-webkit-keyframes categoryIn {
    from {
      right: -280px;
    }

    to {
      right: 0;
    }
  }

  @keyframes categoryOut {
    from {
      right: 0;
    }

    to {
      right: -280px;
    }
  }

  @-moz-keyframes categoryOut {
    from {
      right: 0;
    }

    to {
      right: -280px;
    }
  }

  @-webkit-keyframes categoryOut {
    from {
      right: 0;
    }

    to {
      right: -280px;
    }
  }
}

@media (min-width: 992px) {
  .article-category {
    display: block;
    position: static;
    background: #fff;
    color: #333;
    width: auto !important;
    font-size: 14px;
    margin: 0 0 15px 0;
  }

  .article-category a {
    background: inherit;
    border: 1px solid #d2d2d2;
    color: #444;
  }

  .article-category a:hover {
    border: 1px solid #002e5b;
    background: inherit;
    color: #5FB878;
  }

  .category-toggle {
    display: none;
  }
}
/*文章分类导航END*/

/*评论与留言*/
.blog-comment {
  position: relative;
  margin-bottom: 10px;
}

.blog-comment li {
  border-bottom: 1px dotted #01AAED;
  padding: 15px 0 10px 0;
}

.blog-comment .content,
.blog-comment .info,
.blog-comment .replycontainer {
  margin-left: 53px;
}

.blog-comment .info-footer {
  font-size: 13px;
}

.blog-comment .info,
.blog-comment .replycontainer {
  padding-top: 5px;
}

.blog-comment .replycontainer .layui-form-item {
  margin-bottom: 5px;
}

.blog-comment .info span {
  padding-right: 5px;
}

.blog-comment .info .username {
  color: #01AAED;
}

.blog-comment .info .btn-reply {
  color: #000;
}

.blog-comment .content {
  padding: 2px 0 5px 0;
  min-height: 30px;
  font-size: 13px;
}

.blog-comment hr {
  margin-left: 53px;
}

.comment-parent > img {
  width: 45px;
  height: 45px;
  margin: 5px 5px 5px 0;
  position: absolute;
  border-radius: 50px;
}

.comment-child img {
  width: 40px;
  height: 40px;
  margin: 5px 5px 5px 0;
  position: absolute;
  border-radius: 50px;
}

.comment-child {
  margin-left: 53px;
  min-height: 50px;
}

.comment-child .info {
  margin-left: 48px;
  font-size: 12px;
  line-height: 20px;
}
/*评论与留言END*/


/***********************************************动画定义*************************************************/
/*侧边导航In动画*/
@keyframes leftIn {
  from {
    left: -200px;
  }

  to {
    left: 0;
  }
}

@-moz-keyframes leftIn {
  from {
    left: -200px;
  }

  to {
    left: 0;
  }
}

@-webkit-keyframes leftIn {
  from {
    left: -200px;
  }

  to {
    left: 0;
  }
}

/*侧边导航Out动画*/
@keyframes leftOut {
  from {
    left: 0;
  }

  to {
    left: -200px;
  }
}

@-moz-keyframes leftOut {
  from {
    left: 0;
  }

  to {
    left: -200px;
  }
}

@-webkit-keyframes leftOut {
  from {
    left: 0;
  }

  to {
    left: -200px;
  }
}

/*分享In动画*/
@keyframes shareIn {
  from {
    right: -200px;
  }

  to {
    right: 80px;
  }
}

@-moz-keyframes shareIn {
  from {
    right: -200px;
  }

  to {
    right: 80px;
  }
}

@-webkit-keyframes shareIn {
  from {
    right: -200px;
  }

  to {
    right: 80px;
  }
}

/*分享Out动画*/
@keyframes shareOut {
  from {
    right: 80px;
  }

  to {
    right: -200px;
  }
}

@-moz-keyframes shareOut {
  from {
    right: 80px;
  }

  to {
    right: -200px;
  }
}

@-webkit-keyframes shareOut {
  from {
    right: 80px;
  }

  to {
    right: -200px;
  }
}

/*淡入动画*/
@keyframes maskFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes maskFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes maskFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*淡出动画*/
@keyframes maskFadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-moz-keyframes maskFadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes maskFadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.member-form {
  padding: 20px;
}

#mytx {
  max-width:200px !important;
  max-height:200px !important;
  margin-bottom: 25px;
}
.index-ul {
  float: left;
  margin-left:2px !important;
}

.index-ul li {
  clear: both;
}
.clear-both {
  clear: both;
}
.module-first-pic{
  float: left;
  width: 176px;
  height: 140px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.module-first-pic-1x4{
  float: left;
  width: 90px;
  height: 68px;
  margin-right: 10px;
  margin-bottom: 8px;
}

.border1{
  min-height: 80px;
  border: 1px solid #aac;
}

.ad img, .lanmu-ad img{
  width: 100%;
  height: auto;
  max-height: 150px;
  border: 1px solid #eee;
  margin-bottom: 10px;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img,.huandeng img{
  width: 100%;
  height: 248px;
}

.carousel-inner .item a{
  text-align: center;
}

.p-left10{padding-left:10px;}

.h35{
  height: 35px;
}
.h65{
  height: 65px;
}
.h105{
  height: 105px;
  /*overflow: hidden;*/
}
.h4, h4 {
  font-size: 18px;
}
.font15 {
  font-size: 15px;
}

/*首页在线预约module*/

.form-zxyy {
  border: 1px solid #002e5b;
  padding: 10px;
}
.form-zxyy input {
  width: 48%;
  max-width: 200px;
  padding-left: 30px;
  height: 30px;
  line-height: 30px;
  border: solid 1px #eee;
  margin-bottom: 10px;
}
.form-zxyy input:hover {
  border: solid 1px #333;
}
.form-zxyy .buttonbox{
  margin-right: 10px;
  border: 1px solid #002e5b;
  padding: 3px 20px;
  border-radius: 15px;
}
.zxyy-title{
  width: 100%;
  height: 36px;
  background: #002e5b;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
}
#dr_name {
  background: #fff url(../images/icon-user.png) no-repeat 10px center;
}
#dr_tel {
  background: #fff url(../images/icon-tel.png) no-repeat 10px center;
}
#dr_xq {
  background: #fff url(../images/icon-location.png) no-repeat 10px center;
}
/* end*/

.gongdi{
  clear: both;
  overflow: hidden;
}

.gongdi a:hover{
  color: #00e41b!important;
}

.gongdi .ganyan{
  border: 1px solid #00e41b!important;
}

.gongdi .form-zxyy {
  border: 1px solid #00e41b;
}

.gongdi .form-zxyy .zxyy-title {
  background: #00e41b;
  color: #000;
}

.gongdi .form-zxyy .buttonbox {
  border: 1px solid #00e41b;
}

.gongdi .form-zxyy .buttonbox:hover {
  color: #00e41b;
}


/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
  /*.index-ul li {

  float: left;
  width: 45%;
  }*/
  .fenlan{
    float: left;
    width: 33%;
  }
  .fenlan50{
    float: left;
    width: 50%;
  }
  .fenlan66{
    float: left;
    width: 66.6%;
  }

  .gongdi a img{
    height: 260px;/* !important;*/
  }
  .gongdi a h4{
    display: none;
    cursor: pointer;
    text-align: center;
  }
  .gongdi a:hover h4{
    width:100%;
    line-height:30px;
    margin:0;
    padding:15px 0px;
    background:#333;
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    color:#fff;
    filter:alpha(opacity=56);
    -moz-opacity:0.8;
    opacity:0.8;
    /*z-index: 999;*/
  }

  .buttonbox{
    /*background: #eee;*/
    border: 1px solid #002e5b;
    padding: 3px 20px;
    border-radius: 15px;
  }
  .buttonbox1{
    background: #002e5b;
    border: 1px solid #002e5b;
    padding: 3px 20px;
    border-radius: 3px;
    color: #0f0;
  }
  .buttonbox2{
    background: #00e41b;
    border: 1px solid #00e41b;
    padding: 3px 20px;
    border-radius: 3px;
  }
  .w1200{
    width: 1200px;
    margin: 0 auto;
  }

  .moudle-left{
    float: left;
    width: 33%;
  }
  .moudle-middle{
    float: left;
    margin-left: 10px;
    width: 33%;
  }
  .moudle-right{
    float: right;
    width: 32%;
  }

  .index-div-ul {
    display: block;
    clear: both;
    height: auto;/*210px;*/
  }
  .carousel-inner>.item>a>img, .carousel-inner>.item>img,.huandeng img{
    width: 100%;
    height: auto;
  }
  .toutiao .huandeng img{
    width: 100%;
    height: 275px!important;
  }
  .huandeng .carousel-inner span{
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 10px;
    left: 0px;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.5);
  }
}

@media (max-width: 768px) {
  .index-ul li {
    float: left;
    width: 100% !important;
    margin-top: 10px;
  }
  .index-div-ul {
    display: block;
    clear: both;
    height: auto;/*210px;
    overflow: hidden !important;*/
  }
  .carousel-inner>.item>a>img, .carousel-inner>.item>img,.huandeng img{
    width: 100%;
    height: 160px;
  }

  .blog-module-title {
    margin: 20px auto;
}
}

.article-detail-content {
  font-size: 16px !important;
  line-height: 25px !important;
  overflow: hidden;
}
.article-detail-content img {
  max-width: 100% !important;
  margin: 10px auto;
}

/*zg
begin --*/
.fl{
  float: left;
}

.fr{
  float: right;
}

.wb20{
  width: 20%;
}
.wb25{
  width: 25%;
  max-width: 530px;
  margin: 0 auto;
}
.wb33{
  width: 33.3%;
  max-width: 640px;
  margin: 0 auto;
}
.wb50{
  width: 50%;
}
.wb66{
  width: 66.6%;
}
.wb80{
  width: 80%;
  margin: 0 auto;
}
.wb100{
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  /*
  max-height: 500px;
  overflow: hidden;
  */
}
.pl10{
  padding-left: 10px;
}
.pr10{
  padding-right: 10px;
}
.pl20{
  padding-left: 20px;
}
.pr20{
  padding-right: 20px;
}

.top-banner, .top-banner img{
  margin 0 auto;
  width: 100%;
  height: auto;
  top: 0;
}

.top-area {
  background: #fff;
  width: 1200px;
  height: auto;
  padding: 6px 0;
  margin: 0 auto;
  display: block;
}

.top-area .top-logo{
  width: 30%;
  display: inline-block;
}

.top-area .top-logo img{
  /*width: 183px;
  height: 52px;*/
}

.top-area .top-search{
  width: 300px;
  height: 40px;
  padding: 15px;
  display: inline-block;
}

.top-area .top-tel{
  width: 30%;
  display: inline-block;
}

.top-area .top-tel{
  width: 316px;
  height: 33px;
  background: url(../images/tel.png) no-repeat;
  margin-left: 100px;
  padding-left: 125px;
  padding-top: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #002e5b;
}

.top-nav {
  display: block;
  position: absolute;
  background-color: rgba(255,255,255,0.2);
  top: 2px;
  float: right;
  right: 10px;
  line-height: 20px;
}

.top-nav ul {
  list-style: none;
  display: block;
}

.top-nav ul li {
  float: left;
  font-size: 11px;
  /*font-weight: bold;*/
  padding: 0 5px;
}

.top-nav ul li a{
  color: #000;
}

.dispnone{display: none;}

.layui-elem-quote {
  margin-bottom: 10px;
  line-height: 22px;
  border-left: 5px solid #000;
  border-radius: 0 2px 2px 0;
  background-color: #f2f2f2;
}

.layui-elem-quote a:hover{
  color: #000;
}

.toutiao{
  background: url(../images/toutiao.png) 30px 26px no-repeat;
  height: 300px;
  overflow: hidden;
}

.toutiao .blog-module-title {
  padding: 0 0 5px 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #000;
}

.toutiao ul{
  margin:0;
  padding:0;
}

.toutiao ul li{
  margin-top:5px;
}

.toutiao ul li:hover{
  /*box-shadow: 0 0 10px 5px rgba(125,125,125,.5);
  background-color: #eee;*/
}

.toutiao a{
  width: 100%;
  color: #002e5b;
  font-size: 15px;
  line-height: 32px;
  display: block;
  border-bottom: 1px dashed #ccc;
}

.headline a{
  display: block;
  margin: 10px 0;
  font-weight: bold;
  color: #002e5b;
  font-size: 20px;
  line-height: 28px;
}

.toutiao .description,
.toutiao .description a{
  font-size: 13px;
  color: #000;
}

.home-toutiao li{
  height: auto;
  display: block;
  padding: 10px;
  background: #fff;
}

.home-toutiao li .item{
  width: 100%;
  height: auto;
  padding: 20px;
  background: #f8f8f8;
  clear: both;
  overflow: hidden;
}

.home-toutiao img{
  width: 160px;
  height: 120px;
  padding-right: 20px;
}

.home-toutiao .title a{
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #666;
}

.home-toutiao .title a:hover{
  color: #002e5b;
}

.home-toutiao .description{
  color: #666;
}

.ad-right1 img {
  max-width: 100%;
}

.zilan{
  width: 100%;
  height: auto;
  overflow: hidden;
}

.zilan ul{
  width: 100%;
  height: 310px;
  overflow: hidden;
}

.zilan ul li{
  float: left;
  width: 50%;
  height: auto;
  padding: 0 5px;
  display: block;
}

.zilan ul li:hover{
  /*border-bottom: 1px dashed #000;*/
}

.zilan ul li img{
  float: left;
  width: 50%;
  height: 150px;
  max-height: 210px;
  display: block;
  padding: 10px;
  border: 1px solid #eee;
}

/* public css*/
.label-success {
  background-color: #002e5b !important;
}
.tabbable-line>.nav-tabs>li.active {
  border-bottom: 4px solid #002e5b;
}
.layui-breadcrumb a:hover {
    color: #002e5b!important;
}
.label-default {
    background-color: #bbb;
}
.label {
    color: #fff;
}
@media (max-width: 768px) {
  .zilan ul{
    width: 100%;
    height: auto;/*310px;
    overflow: hidden;*/
    min-height: 100px;
  }

  .zilan ul li{
    float: left;
    width: 100%;
    height: auto;
    padding: 0 5px;
    display: block;
  }

  .zilan ul li img{
    float: left;
    width: 50%;
    height: auto;
    max-height: 210px;
    display: block;
    padding: 10px;
    margin: 5px;
    border: 1px solid #eee;
  }

  .home-toutiao li .item{
    padding: 0px;
  }

  .home-toutiao li{
    width: 100% !important;
    padding: 5px !important;
  }

  .gongdi .wb66, .gongdi .wb33 {
    width: 100% !important;
    margin-top: 15px;
  }

}
/* -- end*/

.line-num{
  display:inline-block;
  margin-right:6px;
  font-size:16px;
  text-align:center;
  width: 25px;
  height: 25px;
  color: white;
  background: rgb(102,102,102);
}

.line-num-circle{
  display:inline-block;
  margin-right:6px;
  font-size:16px;
  text-align:center;
  width: 25px;
  height: 25px;
  color: white;
  /*background: rgb(230,80,80);*/
  border-radius:50%;
}

.tjwz li{
  height:80px;
  padding: 8px;
  /*border-bottom: 1px dashed #ccc;*/
  overflow: hidden;
}

.tjwz li a img{
  margin-right: 18px;
  height: 76px;
}

.tjwz li a .title{
  width: 100%;
  /*background: #e8e8e8;*/
  font-weight: bold;
  color: #000; /*#00e41b*/
}

.tjwz li a:hover .title{
  color: #002e5b;
}

/*自定义表单*/
.portlet-body{
  width: 90%;
  margin: 10px auto;
}
.portlet>.portlet-title>.caption{
  width: 100%;
  text-align: center;
}
.caption-subject{
  text-align: center;
}
.form-control {
  outline: 0!important;
  box-shadow: none!important;
  padding-left: 30px!important;
  min-width: 200px;
  max-width: 320px;
}

/* 客户感言 右上角标识*/
.ganyan{
  margin: 15px 0;092
  width: 100%;
  border: 1px solid #eee;
  padding: 5px;
}
.ganyan ul li{
  display: block;
  overflow: hidden;
  /*margin: 10px 0;*/
}
.ganyan .txt .title {
  font-weight: bold;
}
.ganyan .pic {
  width: 176px;
  height: 140px;
  /*margin-left: 10px;*/
  margin: 15px 0;
  /*border-radius: 10px;*/
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  position: relative;
  background-image:url('/uploadfile/thumb/f25c6d9ca6ca996493e69a1e81448e82.jpg');
  background-repeat:no-repeat;
  /*background-attachment:fixed;*/
  background-position: 0px 0;
  background-size: cover;
}
.ganyan .ribbon-corner-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}
.ganyan .ribbon-green {
  font: bold 15px Sans-Serif;
  color: #6a6340;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.ganyan .ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top: 3px solid #6e8900;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}
.ganyan .ribbon-green:before {
  left: 0;
}
.ganyan .ribbon-green:after {
  right: 0;
}
​.ganyan:hover .ribbon-green {
  color: #002e5b;
}

.recent{
  height: auto;
}
.recent img{
  height: 270px!important;
}

.button-more{
  width:160px;
  height:40px;
  margin:30px auto;
  /*background-color:#aed;*/
  border: 1px solid #002e5b;
  text-align:center;
  transition:.3s all;
}
.button-more a{
  display:block;
  text-decoration:none;
  font-size:16px;
  color:#002e5b;
  line-height:40px;
}
.button-more a:hover{
  background-color:#002e5b;
  color:#fff;
}

.module-zxal img{
  width: 100%;
  height: 120px;
  padding: 5px;
}

.btn.green:not(.btn-outline), .btn.blue:not(.btn-outline) {
  color: #FFF;
  background-color: #002e5b;
  border-color: #002e5b;
}
.btn.blue:not(.btn-outline):hover, .btn.green:not(.btn-outline):hover {
  color: #FFF;
  background-color: #333;
  border-color: #333;
}

.service-flow img {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

@media (max-width: 768px) {
  .pc-nav, .top-banner, .top-area, .footer .inner, .friendlinks{
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .module-rand{
    display: none;
  }

  .gys-pic4x1 img{
    height: 96px;
  }

  .fangan li{
    width: 50%;
    height: 230px;
    margin-bottom: 10px;
    padding: 10px;
    overflow: hidden;
    font-weight: bold;
  }
  .fangan li img {
    width: 100%;
    height: 160px !important;
  }

  .module-zxal img{
    height: 176px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 5px;
  }

  .blog-main > .blog-main-right {
    display: none;
  }
}
