html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed,

figure, figcaption, footer, header, hgroup,

menu, nav, output, ruby, section, summary,

time, mark, audio, video {

  margin: 0;

  padding: 0;

  border: 0;

  font-size: 100%;

  font: inherit;

  vertical-align: baseline;

}

article, aside, details, figcaption, figure,

footer, header, hgroup, menu, nav, section {

  display: block;

}



body {

  line-height: 1;

}



ol, ul {

  list-style: none;

}



blockquote, q {

  quotes: none;

}



blockquote:before, blockquote:after,

q:before, q:after {

  content: '';

  content: none;

}



table {

  border-collapse: collapse;

  border-spacing: 0;

}

body {
  font-family: 'Playfair Display', 'Trebuchet MS', 'Arial', 'Open Sans', 'Nunito Sans', sans-serif;
  font-size: 14px;
  overflow-x: hidden !important;
  color: #212529;
  line-height: 1.42857143;
  background-color: #f6f6f6;
}


h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

img {
  width: 100%;
}

.fix {
  zoom: 1;
  clear: both;
}

.fix:before,
.fix:after {
  display: table;
  clear: both;
  content: '';
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: 0;
  color: #232d37
}

a:hover {
  color: #e79056;
}

.wrap {
  max-width: 1600px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.header-wrap {
  width: 88%;
  margin: 0 auto;
}

.header-bottom {
  position: relative;
}

.logo {
  text-align: center;
  font-size: 36px;
  margin: 11px 0 0;
}

.logo a {
  display: inline-block;
}

.logo a:hover {
  color: #e79056
}

#navBar ul {
  text-align: center;
  padding: 25px 0;
}

#navBar ul li {
  display: inline-block;
  vertical-align: top;
}

#navBar ul li>a {
  font-size: 15px;
  color: #232d37;
  display: inline-block;
  padding: 6px 12px;
  text-transform: uppercase;
}


#navBar ul li.active>a,
#navBar ul li>a:hover {
  background-color: #e79056;
  color:#fff;
}

#navBar ul li>a:hover::before {
  width: 100%;
}

#header .header-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  top: 40px;
  z-index: 10;
  ;

}

#header.fixed .header-bottom {
  background: #fff;
  position: fixed;
  top: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}


@keyframes fadeInDown {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
  }

  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}


.mobile_key {
  display: none;
}


.header-top {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #fff;
}

.header-top .header-top-social {
  float: right;
}

.header-top i {
  display: inline-block;
  padding: 0 8px;
  line-height: 40px;
  font-size: 12px;
}

.header-top i:hover {
  color: #e79056;
}

.header-top .header-top-email {
  float: left;
  font-size: 14px;
  position: relative;
}



#footer {
  text-align: center;
  background-color: #fff;
}

.footer-top .link {
  margin: 15px 0 0;
  font-size: 16px;
  border-bottom: 1px solid #eeeeee;
}

.footer-top .link a {
  display: inline-block;
  color: #51545f;
  padding: 10px 30px
}

.footer-top .link a:hover {
  text-decoration: none;
  outline: none;
  color: #e79056;
}

.footer-bottom {
  padding: 20px 0;
}




.content-left {
  float: left;
  width: 70%;
  box-sizing: border-box;
}

.content-right {
  float: right;
  width: 24%;
  box-sizing: border-box;
}

.blog-news-single {
  float:left;
  width:32%;
  margin-bottom: 50px;
  margin-left: 2%;
  background-color: #fff;
  transition:.5s ease;
}
.blog-news-single:nth-child(3n+1){margin-left: 0;}

.blog-news-single .blog-news-img {
  display: block;
  font-size: 0;
}
.blog-news-single-right{position:relative; padding:50px 15px;}
.blog-news-single .blog-data{width:60px; height:60px; background-color: #e79056; border-radius: 50%; position:absolute; top: 0;
  margin-top: -30px;
  left: 50%;
  margin-left: -30px; color:#fff;}
  .blog-news-single .blog-data span{display:block; text-align: center; font-family: "微软雅黑";}
  .blog-news-single .blog-data .month{font-size: 13px; margin-top: 8px;}
  .blog-news-single .blog-data .day{font-size: 22px;}

.blog-news-single .blog-news-title h2 {
  color: #000;
  font-size: 18px;
  line-height: 1.2;
}

.blog-news-single .blog-news-title h2 a {
  color: #000;
}

.blog-news-single .blog-news-title .blog-author a {
  display: block;
  color: #e79056;
  font-size: 13px;
  margin: 15px 0;
}

.blog-news-single:hover{
  transform: translateY(-10px);
  box-shadow:0 0 10px 2px rgba(0, 0, 0, 0.04)
}

.blog-news-single .blog-news-title .con {
  margin-top: 15px;
}

.newsletter-widget {
  position: relative;
  z-index: 1;
}

.newsletter-widget h2 {
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 30px 0;
  margin-bottom: 0;
}

.newsletter-widget form input {
  height: 36px;
  font-size: 14px;
  color: #656565;
  border: none;
  box-sizing: border-box;
  outline: none;
  width: 60%;
}

.newsletter-widget form button {
  height: 38px;
  background-color: #e79056;
  font-size: 18px;
  color: #fff;
  border: none;
  padding: 0 10px;
  float: right;
}

.newsletter-widget .c {
  margin-bottom: 15px;
}

.newsletter-widget .input-group {
  position: relative;
  line-height: 36px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ccc;
  overflow: hidden;
}

.newsletter-widget .input-group i {
  padding-left: 20px;
  font-size: 14px;
}

.newsletter-widget form button:hover,
.newsletter-widget form button:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #000;
}

.sidebar-widget {
  margin-bottom: 30px;
  background-color: #fff;
  padding:26px;
}

.sidebar-widget .widget-information li {
  border-top: 1px solid #eee;
  transition: all 0.5s ease 0s;
  padding: 12px 0;
}
.sidebar-widget .widget-information li:hover{transform: translateX(5px);}

.sidebar-widget .widget-information li a {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.widget-latest li{
  border-top: 1px solid #eeeeee;
  padding:12px 0;
  transition:.5s ease;
}
.widget-latest li:hover{transform:translateX(5px)}

.widget-latest li .date{color:#e79056; font-size: 12px; margin-top:8px;}
.widget-latest li .date i{font-size: 14px; margin-right: 3px;;}

.widget-title {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
}

.widget-catg li i {
  color: #e79056
}

.search-group{
  width:100%;
  border:1px solid #eee
}
.search-group input{border:none; line-height: 42px; width:80%; box-sizing: border-box; padding-left: 20px; outline:none;}
.search-group button{background-color: transparent; outline: none; border:none; line-height: 42px; float:right;}

.blog-archive-area {
  padding: 30px 0 50px;
}

.single-blog-post-details {
  margin-bottom: 50px;
}

.single-blog-post-details .blog-news-single{border:none; padding-bottom: 0;}
.single-blog-post-details .dsc {
  margin-bottom: 5px;
}

.single-blog-post-content .img {
  margin-bottom: 20px;
}

.single-blog-post-content .tit {
  font-size: 20px;
  color: #152535;
  margin-bottom: 10px;
}

.add-post-btn {
  display: inline-block;
  min-width: 150px;
  height: 40px;
  color: #fff;
  border: none;
  padding: 0 20px;
  line-height: 40px;
  text-transform: uppercase;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background: #e79056;
  border: 1px solid #e79056;
  transition: .5s ease;
  cursor: pointer;
}

.add-post-btn:hover {
  color: #fff;
  background-color: #000;
}

.comments-box-area {
  width:90%;
  margin-bottom: 30px;
}

.comments-box-area h2 {
  color: #000;
  font-size: 24px;
  margin-bottom: 20px;
  position: relative;
}

.form-control {
  color: #777;
  border: 1px solid #ebebeb;
  background-image: none;
  font-size: 14px;
  box-sizing: border-box;
  outline: none;
  line-height: 40px;
  height: 40px;
}


.comments-form {
  margin-top: 10px;
}

.comments-form input {
  display: block;
  width: 100%;
  padding: 6px 15px;
  line-height: 1.42857143;
  font-family: inherit;
}

.comments-form textarea {
  height: 140px;
  padding: 10px;
  width: 100%;
  font-family: inherit;
  box-sizing: border-box;
}

.comments-form .form-control:focus {
  box-shadow: none;
  border-color: #e79056 !important;
  outline: 0;
}

.comments-form .form-group {
  margin-bottom: 15px;
}
.comments-form .form-group1 input{float:left; width:32%; margin-left: 2%;}
.comments-form .form-group1 input:first-child{margin-left: 0;}

.page-status {
  float: right;
  font-size: 16px;
  color: #51545f;
  margin-top: 7px;
}



.blog-title h2 {
  font-size: 24px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 15px;
}

.single-blog-post-details .info {
  margin: 20px 0;
}

.single-blog-post-details .info .tit {
  font-size: 20px;
  color: #152535;
  margin-bottom: 10px;
}

.breadcumb-area {
  background-color: rgba(35, 45, 55, 0.7);
  text-align: center;
}

.breadcumb-area h2 {
  font-size: 35px;
  color: #fff;
  font-weight: bold;
  line-height: 1.25;
  padding: 50px 0
}
.breadcumb-area h4 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  line-height: 1.25;
  padding: 50px 0
}

.breadcumb-nav {
  margin-top: 20px;
}

.breadcumb-nav ul li {
  float: left;
  vertical-align: top;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
}

.breadcumb-nav ul li:first-child {
  padding-left: 0;
}

.breadcumb-nav ul li:first-child::after {
  display: none;
}

.breadcumb-nav ul li:after {
  content: '>';
  position: absolute;
  font-size: 14px;
  left: 6px;
  top: 0;
}

.breadcumb-nav ul li.active {
  color: #e79056;
}

.breadcumb-nav ul li span {
  vertical-align: top;
}

.single-blog-post-details{width:90%; background-color: #fff; padding:50px; box-sizing: border-box;}
.single-blog-post-details .blog-news-single{width:100%; margin-left:0; box-sizing: border-box; margin-bottom: 0;}
.single-blog-post-details .blog-news-single:hover{transform: translateY(0);}
.single-blog-post-details .blog-news-single .blog-news-title h2{font-size: 30px;}

.tools{margin-bottom: 20px;}
.tools li {
  float: left;
  margin-right: 10px;
  font-size: 12px;
}

.tools li a {
  color: #b5aec4;
}

.tools li a:hover,
.blog-news-single .blog-news-title .blog-author a:hover {
  color: #000;
}

.tools li i {
  margin-right: 2px;
  font-size: 12px;
}


.blog-archive-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}




@media only screen and (max-width:1240px) {

  .header-wrap {
      padding-right: 15px;
      padding-left: 15px;
      width: auto;
  }

  .wrap {
      width: auto;
  }

  .blog-news-single{width:48%;}

  .blog-news-single:nth-child(3n+1){margin-left: 2%;}

}










@media only screen and (max-width:992px) {

  .header-wrap,
  .wrap {
      width: 750px;
  }



  .mobile_key {
      position: relative;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
      z-index: 10;
      display: block;
      width: 100%;
      height: 33px;
      line-height: 33px;
      text-align: center;
      border: none;
      background-color: #e79056;
      color: #fff;
  }

  .mobile_key span {
      vertical-align: middle;
  }

  .mobile_key i {
      font-size: 20px;
      vertical-align: middle;
      margin-right: 10px;
  }



  #navBar {
      display: none;
      width: 100%;
      float: none;
      background: #fff;
      z-index: 1;
      overflow-y: auto;
      padding: 0;
  }

  #navBar ul {
      padding: 20px;
  }

  #navBar ul li {
      display: block;
      text-align: left;
      line-height: 30px;
      padding: 0;
      border-top: 1px solid rgba(0, 0, 0, 0.04);
  }

  #navBar ul li>a {
      padding: 5px 10px;
      color: #000;
      display: block;
      font-size: 0.875em;
      transition: all 0.2s linear;
  }
  #navBar ul li.active>a, #navBar ul li>a:hover {
      background-color: #fff;
      color: #e79056;
  }

  #navBar ul li:hover>a {
      color: #e79056;
  }


  .content-left {
      width: 100%;
  }

  .content-right {
      width: 100%;
      margin-top: 20px;
  }



  .logo {
      margin: 20px 0;
      width: auto;
  }

  #footer {
      border: none;
  }

  .footer-top .link {
      font-size: 14px;
  }

  .footer-top .link a {
      padding: 10px;
  }

  .footer-bottom {
      font-size: 12px;
      padding: 15px 0;
  }

  .breadcumb-area {
      display: none;
  }

  .breadcumb-nav ul li {
      font-size: 14px;
  }

}

















@media only screen and (max-width:760px) {

  .header-wrap,
  .wrap {
      width: auto;
      padding-left: 10px;
      padding-right: 10px;
  }

  h2 {
      font-size: 18px;
      line-height: 1.2;
  }


  .logo {
      font-size: 20px;
      margin: 15px 0;
  }


  #header.fixed #navBar ul li {
      padding: 0;
  }
  .header-top{display:none;}
  #header .header-bottom{background-color: #fff;}

  .content-left {
      padding: 0 0 10px;
  }

  .content-right {
      padding: 0;
  }

  #header .header-bottom {
      top: 0;
  }

  .blog-archive-left .blog-news-single {
      width: 100%;
      margin-bottom: 20px;
      margin-left: 0;
  }
  .blog-news-single:nth-child(3n+1){margin-left: 0;}
  .blog-archive-left .single-blog-post-details .blog-news-single{margin-bottom: 0; width:100%;}

  .blog-archive-left .blog-news-single h2 {
      font-size: 16px;
  }

  .widget-title {
      font-size: 16px;
      margin-bottom: 10px;
      padding: 5px 0;
  }

  .newsletter-widget form button {
      font-size: 15px;
  }

  .newsletter-widget h2 {
      font-size: 16px;
      padding: 15px 0;
  }

  .newsletter-widget form input,
  .newsletter-widget form button {
      height: 35px;
  }

  .sidebar-widget ul>li>a {
      font-size: 12px;
  }



  .sidebar-widget {
      margin-bottom: 20px;
  }

  .sidebar-widget:last-child {
      margin-bottom: 0;
  }

  .blog-title h2 {
      font-size: 17px;
      padding-bottom: 0;
  }

  .single-blog-post-details h2 {
      font-size: 16px;
      margin-bottom: 10px;
  }


  .single-blog-post-content .img {
      margin-bottom: 10px;
  }

  .single-blog-post-content .tit {
      font-size: 16px;
  }

  .single-blog-post-content .dsc {
      font-size: 13px;
  }

  .single-blog-post-details {
      width:100%;
      padding:20px;
      margin-bottom: 20px;
  }

  .add-post-btn {
      min-width: 90px;
      height: 35px;
      line-height: 35px;
      font-size: 12px;
  }

  .blog-archive-area {
      padding: 20px 0 0;
  }

  .comments-box-area h2 {
      font-size: 18px;
      margin-bottom: 10px;
  }

  .comments-form .form-group {
      margin-bottom: 10px;
  }

  .comments-form .form-group1 input {
      width: 100%;
      margin-left: 0;
  }

  .form-group1 .form-control{
      margin-bottom: 10px;
  }
  .comments-form .form-group1 input:last-child{margin-bottom: 0;}


  .form-control {
      height: 35px;
      line-height: 35px;
      font-size: 12px;
  }

  .comments-form textarea {
      height: 100px;
  }

  .blog-archive-left .blog-news-single h2 {
      padding-bottom: 8px;
  }

  .blog-news-single .blog-news-title .con {
      font-size: 12px;
      margin-bottom: 0;
  }

  .blog-side-bar {
      margin-bottom: 20px;
  }

  .sidebar-widget .widget-information li a {
      font-size: 13px;
  }

  .sidebar-widget .widget-information li {
      padding: 10px 0;
  }

  .blog-news-single .blog-news-title .blog-author a {
      font-size: 12px;
      margin: 10px 0;
  }

  .newsletter-widget .c {
      font-size: 12px;
  }

  .comments-box-area {
      margin-bottom: 0;
      width:100%;
  }

  .single-blog-post-details .info .tit {
      font-size: 15px;
  }

  .single-blog-post-details .info .con {
      font-size: 13px;
  }

  .single-blog-post-details .blog-news-single-right {
      padding-top: 0;
  }

  .footer-top .link a {
      padding: 5px;
      font-size: 13px;
  }

  .footer-bottom {
      padding: 8px 0;
  }
  .detail .breadcumb-nav{display:none;}
  .blog-archive-area{padding: 20px 0 0;}
  .page-status{font-size: 14px; margin-top: 3px;}
  .blog-news-single-right{padding-bottom: 20px;}
  .single-blog-post-details .blog-news-single .blog-news-title h2{font-size: 18px;}



}

.positionFixed {
  bottom: 0px;
  left: 50%;
  position: fixed;
  transform: translate(-50%, 0%);
  z-index: 999;
  width: 100%;
  background-color: #e4e4e4;
  display: flex;
  justify-content: center;
}

.ad-div {
  margin-bottom: 50px;
  width: 100%
}

.t_de {
  height: 0.2rem;
  max-width: 100%;
  line-height: 0.3rem;
  font-size: 0.6rem;
  padding: 0.5rem 0 1rem 0;
  box-sizing: border-box;
  color: #707070;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}

li {
  list-style: none;
}

.widget-information {
  padding: 0;
}

.widget-latest {
  padding: 0;
}

/* pagenation */
.pagination {
  margin: 30px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
  width: 35px;
  height: 35px;
  color: #999;
  border: 1px solid #CACACA;
  /* border-radius: 50%; */
  text-align: center;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: var(--text-font);
  color: #999;
  padding: 0;
  border: none;
  font-weight: 500;
  text-align: center;
  z-index: 1;
  transition: all 500ms ease;
  text-decoration: none;
  line-height: 1;
  margin: 0;
}

.pagination li:hover {
  background-color: #e79056;
  border-color: #e79056;
  color: #fff;
}

.pagination li a:hover {
  color: #fff;
}

.pagination li.active {
  background-color: #e79056;
  border-color: #e79056;
  color: #fff;
}

.pagination li.active a {
  color: #fff;
}
