/*
Theme Name: zhuti

Theme URI: https://wordpress.org/themes/zhuti/

Author: Menghan

Author URI: https://wordpress.org/

Description:  zhuti Seventeen brings your site to life with immersive featured images and subtle animations. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.

Version: 1.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain:  zhuti seventeen

Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

#7BAF42
#2D485E;
*/
* {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

a:hover {
  color: var(--livi-theme-color);
  text-decoration: none;
}


body {
  /* font-family: Arial, Verdana, Georgia, Times New Roman, sans-serif; */
  font-family: Times New  Roman;
}

h1 {
  font-size: 52px;
  font-weight: bold;
}

h2 {
  font-size: 34px;
  font-weight: bold;
}

h3 {
  font-size: 28px;
  font-weight: bold;
}

h5 {
  font-size: 24px;
  font-weight: bold;
}

h6 {
  font-size: 20px;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
}

p {
  font-size: 16px;
  color: var(--livi-theme-text-color);
}

/* 主题公共 */
/* .btn1 a {
  display: inline-block;
  box-shadow: 0px 0px 0 #00000026;
  font-size: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 40px;
  color: var(--livi-bg-text-color);
  line-height: 1;
  background-color: var(--livi-bg-color);
  border-radius: 30px;
  transition: box-shadow 0.2s ease;
}

.btn1 a:hover,
.btn1 a:focus {
  background-color: var(--livi-hv-bg-color);
  color: var(--livi-hv-text-bg-color);
}

.tit1 {
  text-align: center;
  color: var(--livi-theme-color);
}

.tit1 span {
  display: block;
  margin: 0 auto;
  width: 144px;
  height: 2px;
  background-color: var(--livi-theme-color);
  margin-bottom: 28px;
  margin-top: 20px;
}

.tit1.tleft {
  text-align: left;
}

.tit1.tleft span {
  margin: 0;
  margin-bottom: 28px;
  margin-top: 20px;
}

.btn2 a {
  color: var(--livi-bg-color);

} */

.blocks {
  margin-top: 0px;
  margin-bottom: 0px;
  border-style: none;
  padding-top: 120px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

/*  面包 导航条 */
#breadcrumbs {
  /* display: flex; */
  padding-left: 0;
  margin-top: 15px;
  padding: 0 20px;
  color: #333;
}

#breadcrumbs span {
  list-style: none;
  display: inline-block;
  margin-right: 12px;

}

#breadcrumbs a {
  color: var(--livi-theme-color);
}

/* 置顶 */
.scroll-up {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 9;
}
.scroll-up  i{
  color: #fff;
}
.scroll-up a {
  background-color: var(--livi-bg-color);
  color: var(--livi-bg-text-color);
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  line-height: 2;
  border-radius: 3px;
  font-size: 1.25rem;
  color: #fff;
  opacity: 1;
  transition: all 0.3s ease 0s;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.scroll-up a:hover,
.scroll-up a:focus {
  background: var(--livi-hv-bg-color);
  color: var(--livi-hv-text-bg-color);
}

/* 头部 */
.headerBox {
  border-bottom: 1px solid #ddd;
}

.headerBox .container>.row {
  align-items: center;
}

.headerBox .container>.row .btn1 a {
  padding: 16px 29px;
}

#main-menu li.menu-item-has-children .fa {
  display: none;
}

/* 头部置顶 */
/* header #activeNavbar {
  position: fixed;
  background: #fff;
  width: 100%;
  top: 0;
  z-index: 880;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
} */

.searchBoxs .search-form {
  display: flex;
  margin-bottom: 0;
  padding-top: 10px;
  /* width: calc(100% - 200px); */
  margin: 0 auto;
  padding-bottom: 130px;
  padding-top: 100px;
  justify-content: center;

}

.searchBoxs {
  position: relative;
}

.searchBoxs .searchclose {
  position: absolute;
  display: inline-block;
  width: 120px;
  height: 50px;
  bottom: 12px;
  left: calc(50% - 60px);
  background-color: #fff;
  text-align: center;
  color: #666;

}

.searchBoxs .searchclose:hover {
  cursor: pointer;
}

.searchBoxs .searchclose:hover p,
.searchBoxs .searchclose:hover span {
  color: var(--livi-theme-color);
}

.searchBoxs .searchclose p {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  color: #666;
  margin-bottom: 10px;
  font-size: 17px;
}

.searchBoxs {
  height: 0;

  overflow: hidden;
  transition: all .5s;
}

.searchBoxu {
  width: 100%;
}

.searchBoxs form input {
  height: 50px;
  border-radius: 5px;
  border-color: #666666;
  width: 500px;
  padding: 5px;
  color: #666666;
}

.searchBoxs form select {
  height: 50px;
  border-radius: 5px;
  border-color: #333;
  margin-right: 10px;
}

.searchBoxs form button {
  width: 117px;
  height: 48px;
  border-radius: 4px;
  background: var(--livi-theme-color);
  color: #ededed;
  margin-left: 18px;
  outline: inherit;
  border: none;
  font-size: 18px;
  font-family: revert;
}

/* ===============================================
   MENU BOX
   ============================================= */

#main-menu {
  display: inline-block;
  position: relative;

  margin: 0 auto;

  /* padding-right: 20px; */
}

#main-menu ul {
  margin: 0;
  padding: 0;
  display: block;
  text-align: right;
}

#main-menu ul li {
  position: relative;
  display: inline-block;
  /* float: left; */
  text-align: left;
}

#main-menu ul li a {
  text-decoration: none;
  display: block;
  z-index: 1;
  padding: 8px 15px;
  margin: 0;
  color: #666;
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: color .1s linear, background-color .1s linear;
  -moz-transition: color .1s linear, background-color .1s linear;
  -o-transition: color .1s linear, background-color .1s linear;
  transition: color .1s linear, background-color .1s linear;
  position: relative;
  line-height: 53px;
}

#main-menu a:hover,
#main-menu ul li a:hover,
#main-menu li:hover>a,
#main-menu a:focus,
#main-menu ul li a:focus,
#main-menu li.focus>a,
#main-menu li:focus>a,
#main-menu ul li.current-menu-item>a,
#main-menu ul li.current_page_item>a,
#main-menu ul li.current-menu-parent>a,
#main-menu ul li.current_page_ancestor>a,
#main-menu ul li.current-menu-ancestor>a {
  color: var(--livi-theme-color);
}

#main-menu ul.children,
#main-menu ul.sub-menu {
  opacity: 0;
  position: absolute;
  top: 70px;
  left: -9999em;
  background: #fff;
  z-index: 10001;
  width: 213px;
  padding-left: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

#main-menu ul.children li,
#main-menu ul.sub-menu li {
  position: relative;
  margin: 0;
  line-height: 1.2em;
  text-transform: none;
  width: 213px;
  min-height: inherit;
  margin: 0;
}

#main-menu li li:hover>ul,
#main-menu li li:focus>ul,
#main-menu li li.focus>ul {
  top: 0px;
  left: 100%;
}

#main-menu ul.children li a,
#main-menu ul.sub-menu li a {
  text-decoration: none;
  text-align: left;
  display: block;
  padding: 20px 15px;
  margin: 0;
  border: none;
  line-height: inherit;
  color: #666;
  font-size: 16px;
}

#main-menu ul.children li a:hover,
#main-menu ul.sub-menu li a:hover {
  background: var(--livi-theme-color);
  color: #fff;
}

#main-menu ul.children li ul:before,
#main-menu ul.sub-menu li ul:before,
.menu-toggle,
.dropdown-toggle,
button.close-menu {
  display: none;
}

#main-menu li:hover>ul,
#main-menu li:focus>ul,
#main-menu li.focus>ul {
  opacity: 1;
  left: 0;
}

/* 搜索 */
.searchB span {
  cursor: pointer;
}

.searchBox {
  text-align: center;
  height: 0;
  overflow: hidden;
}

.searchBox .mysearch button {
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  width: 150px;
  padding: 8px;
  /* background-color: rgba(230, 0, 0, 1);
    border-style: solid;
    border-color: rgba(230, 0, 0, 1);
    border-width: 1px; */
}

/* banner 轮播图 */
.sBox {
  position: relative;
  height: 100%;
}

.sBox {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

.spcolor {
  color: #fff;
}

.spcolor .swiper-pagination-bullet-active {
  background-color: #fff;
}

/* 主题公共 */
.tit1 {
  text-align: center;
  margin-bottom: 40px;
}

.tit1 h1 {
  color: var(--livi-theme-color);
  margin-bottom: 15px;
}

.btn1 a {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  width: 168px;
  padding: 8px;
  background: var(--livi-theme-color);
  border-style: none;
  font-size: 16px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 3rem;

  line-height: 45px;
  margin-bottom: 0px;
  border-radius: 0;

}

.btn1 a span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  color: #fff !important;
  margin: 0px;
  font-size: 16px !important;
  overflow: hidden
}

.btn1 a:before {
  content: "";
  position: absolute;
  display: block;
  transition: all .6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.btn1 a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  transition: all .3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0px
}

.btn1 a:hover::after {
  opacity: 1
}

.btn1 a:hover:before {
  animation: style1 .75s;
  z-index: 1;
}

.btn1 a:hover {
  font-size: 15px
}


.btn1 a:hover:before {
  animation: style1 .75s;
  z-index: 1
}

@keyframes style1 {
  0% {
    background: rgba(0, 0, 0, .25);
    transform: translateX(-50%) translateY(-50%) scale(0)
  }

  to {
    background: 0 0;
    transform: translateX(-50%) translateY(-50%) scale(1)
  }
}

/* 首页 */

.PROFILE {}

.PROFILE .col-lg-6 p {
  margin-bottom: 30px;
}

.PROFILE .col-lg-3 {
  /* display: ; */
}

.PROFILE .col-lg-3 p {
  margin-bottom: 5px;
}

.PROFILE span {
  color: var(--livi-theme-color);
  font-size: 38px;
  font-weight: bold;
}

.seriesCon {}

.seriesCon {
  position: relative;
  height: 100%;
}

.seriesCon {

  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.seriesCon .swiper {
  width: 100%;
  height: 100%;
}

.seriesCon .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.seriesCon .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .seriesCon  {
      background: #000;
      color: #000;
    } */

.seriesCon .swiper {
  width: 100%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.seriesCon .swiper-slide {
  background-size: cover;
  background-position: center;
}

.seriesCon .myseriesSwiper2 {
  height: 700px;
  width: 100%;
}

.seriesCon .container {
  height: 100%;
}

.seriesCon .myseriesSwiper {
  height: 260px;
  width: 1200px;
  box-sizing: border-box;
  margin-top: -100px;
}

.seriesCon .myseriesSwiper .swiper-slide {
  width: 25%;
  height: 100%;
  background-color: #efefef;
  margin-right: 0;
  /* opacity: 0.4; */
}

.seriesCon .myseriesSwiper {
  background-color: #efefef;
}

.seriesCon .myseriesSwiper .swiper-slide-thumb-active {
  opacity: 1;
  background: var(--livi-theme-color);
  color: #fff;
}

.seriesCon .myseriesSwiper .swiper-slide-thumb-active p {
  color: #fff;
}

.seriesCon .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seriesCon .seriseItem {

  width: 100%;
  height: auto;
  /* padding: 20px 0; */


}

.seriesCon .seriseItem img {
  width: auto;
  height: 100px;
  margin: 0 auto;
}

.seriesCon .seriseItem p {
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 1;
}

.seriesCon .seriseItem span {
  font-size: 15px;
}

.myseriesSwiper2 .seriesText {
  position: absolute;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  color: #fff;
  text-align: center;
}

.myseriesSwiper2 .seriesText>span {
  display: block;
  width: 35px;
  height: 3px;
  background: #fff;
  margin: 25px auto;
}

.myseriesSwiper2 .seriesText .btn1 a {
  margin: 45px auto;
}

.projectCon {
  position: relative;
  height: 100%;
}

.projectCon {

  margin: 0;
  padding: 0;
}

.projectCon .swiper-container {
  width: 100%;
  height: 100%;
}

.projectCon .swiper-slide {
  text-align: center;
  font-size: 18px;
}

.projectCon .swiper-slide .projectItemimg {
  overflow: hidden;
}

.projectCon .swiper-slide p {
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.projectCon .swiper-slide img {
  transition: all .25s ease;
}

.imgbd {
  overflow: hidden;
}

.imgbd img {
  transition: all .25s ease;
}

.projectCon .swiper-slide:hover img,
.imgbd:hover img {
  transform: scale(1.2);
}

.project .btn1 a {
  margin: 0 auto;
  margin-top: 3rem;
}

.News {}

.News .tit1 {
  text-align: left;
}

.News .newr a {
  margin-left: calc(100% - 183px);
}

.News .newtop img {
  width: 100%;
}

.News .newitem {
  padding: 20px 10px;
}

.News .newitem .row>div:first-child {
  padding-right: 0;
}

.News .newitem .row>div:last-child {
  padding-left: 0;
}

.newitem p {
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newitem .newtime h3 {
  color: #666;
  font-weight: normal;
}

.newitem .newtime p {
  color: #888;

}

.newitem h6 {
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}

.newitem a {
  color: #000;
}

.newitem a:hover {
  color: var(--livi-theme-color);
}

.mynewitem .newitem {
  border-bottom: 1px solid #efefef;
  padding-bottom: 30px;
  padding-top: 30px;
}

/* 表单 */
.formbox label {
  display: inline-block;
  font-weight: 700;
  color: #5a5a5a;
  font-size: 15px;
  width: 49%;
  margin: 10px 0;
  position: relative;
}

.formbox label .loding {
  position: absolute;
  top: 42%;
  right: calc(50% - 49px);
}

.formbox label input,
.formbox textarea {
  width: 98%;
  color: #666;
  padding: 10px 12px;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
  border-radius: 2px;
  background: #fafafa;
  margin-top: 5px;
}

.formbox label span {
  color: red;
}

.formbox label:nth-child(n+6) {
  display: block;
  width: 100%;
}

.myformbox>.formbox {
  box-shadow: 0 1px 18px rgb(0 0 0 / 16%);
  box-sizing: border-box;
  padding: 40px;
}

.myformbox .formbox label {
  width: 33%;
}

.myformbox .formbox label.smillable {
  width: 10%;
  display: inline-block;
  vertical-align: top;
}

.myformbox .formbox label.messagelable {
  width: 79%;
  display: inline-block;
}

.myformbox .formbox label.messagelable textarea {
  width: 100%;
}

.myformbox .formbox .submitbox input {
  margin: 26px auto;
}

.myformbox .formbox .submitbox input {
  background: var(--livi-theme-color);
  color: #fff;
}

/* 表单加载中 */
.loding {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: load 1s ease-in-out infinite;
}

@keyframes load {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg)
  }
}

/* 表单模态框 */
.formModel .modal-dialog {
  margin-top: 10%;
}

.formbox .submitbox input {
  margin: 18px auto;
}

/* 底部表单 */

/* 底部 */
.foottop {
  width: 100%;
  height: 4px;
  background: var(--livi-theme-color);
  margin-top: 60px;
}

.footerBox {
  background: #EBEBEB;
  color: #333;
}

.footerBox .row {
  /* align-items: center; */
}

.footerBox ul {
  margin-left: 0;
}

.footerBox ul li {
  list-style: none;

}

.footerBox a {
  color: var(--livi-theme-color);
}

.footerBox a:hover {
  color: var(--livi-theme-color);
}

.footerBox .logo {
  text-align: center;
}

.footerBox .logo img {
  max-width: 60%;
  margin-top: 20px;
}

.footerBox .info {
  margin-top: 30px;
}

.footerBox .info ul li {
  display: inline-block;
}

.footerBox .info ul li i {
  font-size: 22px;
  margin-right: 12px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  border: 2px solid var(--livi-theme-color);

  border-radius: 50%;
  color: var(--livi-theme-color);

}

.footerBox .info ul li a:hover i {
  background: var(--livi-theme-color);
  color: #fff;
}

.footerBox .links h6 {
  margin-bottom: 20px;
}

.footerBox .links li {
  margin: 15px 0;
}

.footerBox .footboxBtom {
  border-top: 1px solid #333;
  padding: 25px 0;
  background: #E3E3E3;

}

.footerBox .footboxBtom p {
  color: #333;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
}

/* 分类 */
/* 公共 */
.Cates>div {
  margin-bottom: 30px;
}

.Cates a {
  color: #333;
}

.Cates a:hover {
  color: var(--livi-theme-color);
}

.Cates h5 {
  text-align: center;
  margin: 15px 0;
}

.newsCates a:hover .imgbd img {
  transform: scale(1.1);
}

.newsCates .newsitem a {
  align-items: center;
}

.newsCates .newsitem p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.newsCates .newsitem .newTime {
  text-align: center;
  font-weight: bold;
}

.newsCates .newsitem .newTime span {
  font-size: 45px;

  display: block;
}

.ontherCate {}

.ontherCate>.row {}

.ontherCate img {
  width: 100%;
}

.ontherCate a h4 {
  color: var(--livi-theme-color);
  margin-bottom: 25px;

}

.ontherCate a p {
  margin-bottom: 20px;
}

.conadmin {}

.conadmin .conLeftBox {
  padding-top: 15px;
}

.conadmin .col-lg-5>div,
.conadmin .col-lg-4>div {
  margin-bottom: 25px;
}

.conadmin .myconicon {
  border: 1px solid var(--livi-theme-color);
  display: inline-block;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 67px;
  text-align: center;
  border-radius: 8px;

}

.conadmin .myconicon .fa {
  font-size: 30px;
  color: var(--livi-theme-color);
}

.conadmin .conRight {
  width: calc(100% - 75px);
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
}

.conadmin .conRight p {
  margin-bottom: 0px;
}

.conadmin .conRight a {
  color: #333;
}

.conadmin .conRight a:hover,
.conadmin .conRight a:focus {
  color: var(--livi-theme-color);
}

.conadmin .conRight .adress {
  font-size: 16px;
}

/* 产品详情页 不一样 */
.proDel {
  padding-top: 20px;
}

.proDel #proImgs>.wp-block-group {
  display: block;

}

.proDel #proImgs>.wp-block-group figure {
  display: inline-block;
  width: 50px;
  border: 1px solid transparent;
}

.proDel #proImgs>.wp-block-group figure.active {
  border: 1px solid var(--livi-theme-color);
}

.proDel #proImgs>.wp-block-group figure:hover {
  cursor: pointer;
}

.proDel .showImg img {
  width: 100%;
  margin-bottom: 15px;
}

.proDel .productBtnsRight {
  display: inline-block;
}

.proDel #productBtns .btn1 a {
  margin-top: 20px;
}

.proDel h3 {
  border-left: 5px solid var(--livi-theme-color);
  padding: 10px 0;
  padding-left: 30px;
  color: var(--livi-theme-color);
}

.proDel .myrightPro h3 {

  margin-bottom: 20px;


}

.proDel .myrightPro .xian {
  border-top: 1px solid #e5e5e5;
}

.proDel .mytits {
  margin: 20px 0;
}

/* .proDel>.row img {
  width: 100%;
  height: auto;
}

.proDel>.row h2 {
  border-bottom: transparent;
  text-align: left;
  color: var(--livi-theme-color);
  margin-top: 0;
}

.proDel>.row .duis {
  display: flex;
  align-items: center;
}

.proDel>.row .duis svg {
  display: block;
  padding-right: 10px;
  color: var(--livi-theme-color);
  fill: var(--livi-theme-color) !important;

  height: 25px;
}

.proDel #productBtns {
  margin-top: 20px;
}

.proDel #productBtns>div {
  display: inline-block;
  width: 40%;
  margin-right: 5%;
}

.proDel #productBtns a {
  width: 100%;
  text-align: center;

}

.proDel #productBtns .showBlock a {
  background: var(--livi-theme-text-color);
} */

/* 其他详情  */
.ontherBoxs {}



.ontherBoxs .onthertitle h2 {


  color: var(--livi-theme-color);
  text-align: center;
  margin: 20px;
}

.ontherBoxs .delboxTime {
  color: var(--livi-theme-text-color);
  text-align: center;
  margin-bottom: 40px;
}

.ontherDel {
  padding-top: 50px;
}

/* 其他详情 侧边栏 */
.ontherDel aside ul {
  padding-left: 0;

}

.ontherDel aside ul li {
  line-height: 1.2;
  margin: 10px 0;
}

.ontherDel aside section {
  margin-bottom: 40px;
}

.ontherDel aside section p {
  display: inline;
  font-size: 16px;
}

.ontherDel aside img {
  margin-bottom: 25px;
}

.ontherDel aside span {
  font-weight: bold;
  margin-right: 5px;
}

.ontherDel aside h4 {
  color: var(--livi-theme-text-color);
  font-weight: bold;
}

.ontherDel aside a {
  color: var(--livi-theme-color);
  font-size: 16px;
}

/* 详情页面公共 */
.delbox {
  color: var(--livi-theme-text-color);
}

.delbox h2 {
  border-bottom: 1px solid var(--livi-theme-color);
  line-height: 1.8;
  color: var(--livi-theme-color);
  margin-top: 20px;
  margin-bottom: 15px;
}

.delbox table {
  border-collapse: collapse;
  width: 100%;
  font-size: 17px;
  /* color: rgb(0, 0, 0); */
  border-color: rgb(221, 221, 221);
  background-color: rgb(255, 255, 255);
  margin: 5px 0;
}

.delbox table tr:first-child {
  background-color: rgb(235, 234, 234);
}

.delbox table tr td {
  padding: 3px;
  border-color: rgb(221, 221, 221);
  /* background-color: rgb(192, 192, 192); */
}

.delbox ul,
.delbox ol {

  padding-left: 16px;

}

.delbox li {
  line-height: 2;
}

.delbox img {
  max-width: 100%;
}

.delbox .single-post-title {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 44px;
  padding-bottom: 10px;
}

.delbox .delboxTime {

  margin-top: 20px;
}

.delbox li {
  color: var(--livi-theme-text-color);
  font-size: 19px;
}

.delbox i {
  color: #017089;


}

.tags {
  color: var(--livi-theme-text-color);
}

.previouspostBox {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.previouspostBox a {
  color: var(--livi-theme-color);
}

/* 404 */
.page404 h2 {
  color: var(--livi-theme-color);
}

.banneBoxs {
  height: 300px;
}

.mybanners img {
  width: 100%;
  max-height: 300px;
}

/* 分页 */
/* ===============================================
   Pagination
   ============================================= */

.pagination,
.ecology-nature-pagination {
  margin: 25px auto;
}

.nav-links {
  margin: 0 auto;
}

.pagination .nav-links a,
.pagination .nav-links span.current {
  display: inline-block;
  text-decoration: none;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 21px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #f3f4f7;
  position: relative;
  margin: 0;
  -webkit-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  -ms-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.pagination .nav-links a:hover,
.pagination .nav-links a:focus,
.pagination .nav-links span.current,
.ecology-nature-pagination span.current,
.ecology-nature-pagination span.current:hover,
.ecology-nature-pagination span.current:focus,
.ecology-nature-pagination a span:hover,
.ecology-nature-pagination a span:focus {
  background: var(--livi-theme-color);
  color: #fff;
}

.smbox {
  display: none;
}

.pcbox {
  display: block;
}

/* 移动端 */
@media (max-width: 1000px) {
  .smbox {
    display: block;
  }

  .pcbox {
    display: none !important;
  }

  /* 头部 */
  .headerBox .container>.row {
    position: relative;
    /* justify-content: space-between; */
  }

  .headerBox img {
    height: 40px;
    width: auto;
  }

  .headerBox .container>.row .col-lg-2 {
    width: 40%;
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 888;
  }

  .headerBox .container>.row #main-menu {
    margin: 0;
    flex: 1;
    text-align: right;
    position: relative;
  }

  /* 导航栏 */
  #main-menu ul li {
    display: block;
  }

  #main-menu ul.children,
  #main-menu ul.sub-menu {
    position: relative;
    opacity: 1;
    left: 10px;
    top: 0;
    width: 100%;
  }

  #main-menu li.menu-item-has-children {
    position: relative;
    width: 100%;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }

  #main-menu ul.children li,
  #main-menu ul.sub-menu li {
    width: calc(100% - 10px);

  }

  #main-menu li.menu-item-has-children .fa {

    position: absolute;
    content: "\f107";
    display: block;
    top: 20px;
    bottom: 0;
    right: 0;
    width: 40px;

    height: 30px;
    color: #333;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    z-index: 889;

  }

  #main-menu li.menu-item-has-children .fa-chevron-down~ul {
    display: none;
  }

  #main-menu li.menu-item-has-children .fa-chevron-left~ul {
    display: block;
  }

  #main-menu li li:hover>ul,
  #main-menu li li:focus>ul,
  #main-menu li li.focus>ul {
    left: 10px;
  }

  #main-menu li:focus>ul {
    height: auto;
  }

  /* 公共 */


  .blocks {
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  h1 {
    font-size: 32px;

  }

  h2 {
    font-size: 26px;

  }

  h3 {
    font-size: 22px;

  }

  h5 {
    font-size: 20px;

  }

  h6 {
    font-size: 16px;

  }

  p ,.PROFILE span{
    font-size: 16px;
  }


  .footsm {
    height: 40px;
  }

  .footsmBox {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    z-index: 889;
  }

  .footsmList {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid var(--livi-theme-color);

  }

  .footsmList .footsmItem {
    width: 25%;
    text-align: center;
    padding: 5px 0;
    padding-top: 10px;
    border-right: 1px solid var(--livi-theme-color);

  }

  .footsmList .footsmItem span {
    color: var(--livi-theme-color);
    font-size: 25px;
  }

  .footsmList .footsmItem p {
    margin-bottom: 5px;
  }

  /* 首页 */
  .seriesCon .myseriesSwiper {
    width: 100%;
    max-width: 100%;
    height: 100px;
    margin-top: 0;
  
  
    background: transparent;
  }

  .seriesCon .seriseItem p {
    margin-top: 0;
    font-size: 16px;
  
  }
  .seriesCon .seriseItem{
    box-sizing: border-box;
    padding: 4px;
  }
  .seriesCon .seriseItem img,
  .seriesCon .seriseItem span {
    display: none;
  }
.PROFILEcon .row .row>div{
  width: 49%;
}
.PROFILEcon .btn1 a,.News .btn1 a{
  margin: 15px auto;
}
.btn1 a{
  margin-top: 15px;
  margin-bottom: 15px;
  width: 120px;
  line-height: 38px;
}
.seriesCon .myseriesSwiper2{
  height: 300px;
}
.News .tit1{
  text-align: center;
}
/* 表单 */
.formbox label input,.formbox label, .formbox textarea,.myformbox .formbox label,.myformbox .formbox label.smillable,.myformbox .formbox label.messagelable{
  width: 100%;
}
.productdelBox .btn1 a{
  width: 141px;
}
.myrightPro h3{
  margin: 15px 0;
}
.formbox .submitbox input{
  background-color: var(--livi-theme-color);
  color: #fff;
}
}