/*----------------------------------------------------------------------*/
/* 参数 */
/*----------------------------------------------------------------------*/
.trans {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.text-shadow {
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
}
.inner-clear:before,
.inner-clear:after {
  content: " ";
  display: table;
}
.inner-clear:after {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*----------------------------------------------------------------------*/
/* 一般屏幕 */
/*----------------------------------------------------------------------*/
@media (max-width: 1200px) {
  /* =页眉搜索区域
	----------------------------------*/
  .site-search-area .searchform #s {
    width: 170px;
  }
  .site-search-area .searchform #s {
    display: none;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 999;
    padding: 5px;
    color: #232323;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 5px solid #1b7fa2;
    background-color: #fff;
  }
  .site-search-area .searchform #search-toggle {
    display: block;
  }
}
/*----------------------------------------------------------------------*/
/* 小屏幕 */
/*----------------------------------------------------------------------*/
@media (max-width: 992px) {
  /* =全站导航栏
	----------------------------------*/
  .main-navigation .menu-trigger {
    display: inline-block;
  }
  .main-navigation ul.main-nav {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  /* 页眉LOGO */
  .site-branding {
    margin: auto;
    position: absolute;
    left: 50%;
    margin-left: -140px;
  }
  /* ICON BOX */
  /* BOX SLIDER */
  .box-slider-1 .item {
    padding: 0 5px;
  }
  /* 产品页面 */
  .product-loop .product-thumb {
    width: 38.46%;
  }
  .product-loop .product-body {
    margin-left: 41.025%;
  }
  .col-aside {
    display: none;
  }
  .col-secondary {
    width: 20%;
  }
  .col-primary {
    width: 80%;
  }
}
/*----------------------------------------------------------------------*/
/* 平板 */
/*----------------------------------------------------------------------*/
@media (max-width: 767px) {
  /* breadcrumbs */
  .path .breadcrumbs {
    display: none;
  }
  .cite-avatar{
    display: none;
  }
  .client-review .testimonial{margin-right:0; }
  /* 文章字体大小 */
  article .entry-content {
    font-size: 16px;
  }
  /* 页脚 */
  .site-footer .footer-group {
    text-align: center;
  }
  .site-footer .footer-group .fl,
  .site-footer .footer-group .fr {
    float: none;
    margin-bottom: 30px;
    display: inline-block;
  }
  .site-footer .footer-contact-info,
  .site-footer .footer-logo {
    text-align: center;
  }
  /*-- 简洁版Tabs --*/
  .tw-clean-tabs-page .tw-clean-tabs-nav-area,
  .tw-clean-tabs-page.tw-right .tw-clean-tabs-nav-area {
    width: 100%;
    float: none;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
  }
  .tw-clean-tabs-page .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav,
  .tw-clean-tabs-page.tw-right .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    border: none;
  }
  .tw-clean-tabs-page .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav:before,
  .tw-clean-tabs-page.tw-right .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav:before,
  .tw-clean-tabs-page .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav:after,
  .tw-clean-tabs-page.tw-right .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav:after {
    content: " ";
    display: table;
  }
  .tw-clean-tabs-page .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav:after,
  .tw-clean-tabs-page.tw-right .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav:after {
    clear: both;
  }
  .tw-clean-tabs-page .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav li,
  .tw-clean-tabs-page.tw-right .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav li {
    float: left;
  }
  .tw-clean-tabs-page .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav li:before,
  .tw-clean-tabs-page.tw-right .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav li:before,
  .tw-clean-tabs-page .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav li:after,
  .tw-clean-tabs-page.tw-right .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav li:after {
    content: " ";
    display: table;
  }
  .tw-clean-tabs-page .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav li:after,
  .tw-clean-tabs-page.tw-right .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav li:after {
    clear: both;
  }
  .tw-clean-tabs-page .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav li.active a,
  .tw-clean-tabs-page.tw-right .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav li.active a {
    border: none;
    border-bottom: 2px solid #45b662;
  }
  .tw-clean-tabs-page .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav li a,
  .tw-clean-tabs-page.tw-right .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav li a {
    margin: 0 10px 10px 0;
    padding: 0;
    line-height: 1.8;
    color: #666;
    border-bottom: 2px solid transparent;
  }
  .tw-clean-tabs-page .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav li a:hover,
  .tw-clean-tabs-page.tw-right .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav li a:hover,
  .tw-clean-tabs-page .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav li a:active,
  .tw-clean-tabs-page.tw-right .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav li a:active {
    color: #00a2ca;
    text-decoration: none;
  }
  .tw-clean-tabs-page .tw-clean-tabs-content-area,
  .tw-clean-tabs-page.tw-right .tw-clean-tabs-content-area {
    margin: 0;
  }
  /*-- Tabs --*/
  .js #select-nav {
    display: none;
  }
  .js .selectnav {
    display: block;
  }
  .tw-tabs-page {
    border: 1px solid #e5e5e5;
    background: #fbfbfb;
  }
  .tw-tabs-page .tw-tabs-nav-area {
    width: 100%;
    float: none;
    background: #fbfbfb;
    z-index: 99;
    border: none;
    border-bottom: 1px solid #e5e5e5;
  }
  .tw-tabs-page .tw-tabs-nav-area .selectnav {
    margin: 10px;
  }
  .tw-tabs-page .tw-tabs-nav-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .tw-tabs-page .tw-tabs-nav-area ul:before,
  .tw-tabs-page .tw-tabs-nav-area ul:after {
    content: " ";
    display: table;
  }
  .tw-tabs-page .tw-tabs-nav-area ul:after {
    clear: both;
  }
  .tw-tabs-page .tw-tabs-nav-area ul li {
    float: left;
  }
  .tw-tabs-page .tw-tabs-nav-area ul li.current a {
    margin: 0 0 -1px 0;
    background: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #e5e5e5;
  }
  .tw-tabs-page .tw-tabs-nav-area ul li a {
    display: block;
    margin: 0;
    color: #676767;
    font-size: 16px;
    padding: 12px 18px;
    border: none;
    border-right: 1px solid #e5e5e5;
  }
  .tw-tabs-page .tw-tabs-nav-area ul li a:hover,
  .tw-tabs-page .tw-tabs-nav-area ul li a:active {
    text-decoration: none;
    background: #ffffff;
  }
  .tw-tabs-page .tw-tabs-content-area {
    margin: 0;
    padding: 15px;
    min-height: auto;
    background: #fff;
    border: none;
  }
  /* 博客 */
  #blog > .container {
    padding-left: 0;
    padding-right: 0;
  }
  #blog .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-aside {
    display: none;
  }
  .col-secondary,
  .col-secondary.cols-2 {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .col-primary,
  .col-primary.cols-2 {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  /*-- 产品 --*/
  .col-style .entry-title {
    font-size: 16px;
  }
}
/*----------------------------------------------------------------------*/
/* 手机 */
/*----------------------------------------------------------------------*/
@media (max-width: 479px) {
  .section-box > .section-body,
  .section-box > .section-content {
    height: auto !important;
  }
  .blog-box.section-box .post-date {
    display: none;
  }
  .client-review.section-box .testimonial {
    margin-right: 0;
  }
  .client-review.section-box .cite-avatar {
    display: none;
  }
  /* 产品页面 */
  .product-loop {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
  }
  .product-loop .product-thumb {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .product-loop .product-body {
    margin: 0;
  }
  .classic-small-loop .entry-thumb {
    width: 120px;
    margin-right: 20px;
  }
  .classic-small-loop .entry-body {
    margin-left: auto;
  }
  /* 页脚 */
  .footer-links {
    margin-right: 15px;
  }
  .footer-links:last-child {
    margin-right: 0;
  }
}
