@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body ul {
  padding: 0;
  margin: 0;
}

body li {
  list-style: none;
}

body a {
  text-decoration: none;
}

body select,
body input,
body label,
body button {
  vertical-align: middle;
}

body .flex {
  display: flex;
}

body .flex-col2 {
  flex-basis: 50%;
}

body .flex-col3 {
  flex-basis: 33.33%;
}

body .flex-col4 {
  flex-basis: 25%;
}

.w {
  max-width: 1280px;
  margin: 0 auto;
}

header .mate {
  text-align: center;
}

header .mate .content {
  height: 45px;
  margin: 0 auto;
}

header .mate .content img {
  max-width: 1920px;
  max-height: 45px;
}

header .main .content {
  display: flex;
  justify-content: space-between;
  max-width: 1380px;
  height: 90px;
  margin: 0 auto;
  line-height: 90px;
}

header .main .content .logo img {
  width: 162px;
  height: 90px;
}

header .main .content ul {
  display: flex;
  align-items: center;
  height: 90px;
}

header .main .content ul li {
  margin-right: 20px;
}

header .main .content ul li:last-child {
  margin-right: 0;
}

header .main .content ul li:nth-child(n + 2) {
  margin-top: 20px;
}

header .main .content ul li label {
  display: flex;
  position: relative;
  border: 1px solid red;
  width: 400px;
  font-weight: bold;
  font-size: 0.92em;
  border-color: #ebebeb;
}

header .main .content ul li label input {
  -webkit-appearance: none;
  width: 100%;
  padding: 8px 6px;
  background: #fff;
  border-radius: 0px;
  border: 0;
  outline: none;
}

header .main .content ul li label button {
  width: 36px;
  height: 36px;
  background: 0 0;
  border: 0;
  box-shadow: none !important;
  opacity: 1;
  padding: 0 !important;
  margin: 0;
  line-height: 0;
  outline: 0;
  vertical-align: middle;
}

header nav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 50px;
  text-align: center;
}

header nav ul .blackout {
  padding-left: 11px;
  padding-right: 11px;
}

header nav ul .blackout:hover .sub-nav {
  display: block !important;
}

header nav ul li {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
}

header nav ul li:hover {
  background-color: #faae09;
}

header nav ul li:hover a {
  color: #fff;
}

header nav ul li a {
  display: block;
  line-height: 50px;
  height: 50px;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-weight: bold;
  transition: all 0.4s;
}

header nav ul li .sub-nav {
  position: absolute;
  top: 50px;
  left: 0;
  display: flex;
  flex-direction: column;
  height: 200px;
  background-color: #fff;
  display: none;
}

header nav ul li .sub-nav li a {
  display: block;
  line-height: 50px;
  height: 50px;
  width: 200px;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 500;
  transition: all 0.2s;
}

header nav ul li .sub-nav li a:hover {
  background-color: #faae09;
  color: #fff;
}

.banner {
  height: 460px;
  margin: 0 auto;
}
.banner .content {
  width: 100%;
  height: 100%;
}

.banner .content .bg {
  background: url(../img/banner-1.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.archive.category .breadcrumbs{
    display: none;
}

footer {
  height: 430px;
  background-color: #eeeeee;
}

footer .content .top {
  display: flex;
  height: 128px;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

footer .content .top form {
  width: 470px;
  border-right: 1px solid #cccccc;
}

footer .content .top form h3 {
  font-size: 15px;
  margin-bottom: 15px;
}

footer .content .top form input {
  width: 275px;
  height: 38px;
  border: 1px solid #e1e1e1;
  padding: 0 0 0 10px;
  outline: none;
}

footer .content .top form button {
  width: 128px;
  height: 40px;
  line-height: 40px;
  background-color: #faae09;
  color: #fff;
  border-radius: none;
  border: none;
  font-size: 15px;
  font-weight: bold;
  transition: all 0.5s;
}

footer .content .top form button:hover {
  width: max-content50px;
  background-color: #fff;
  color: #faae09;
  border: 1px solid #faae09;
}

footer .content .top .contact {
  padding: 0 0 0 50px;
  display: flex;
}

footer .content .top .contact .inner:last-child {
  margin-left: 130px;
}

footer .content .top .contact .inner a {
  font-size: 14px;
  color: #000;
}

footer .content .top .contact .inner a img {
  display: inline-block;
  vertical-align: middle;
}

footer .content .top .contact .inner a p {
  display: inline-block;
}

footer .content .top .contact .inner a strong {
  color: #faae09;
  font-weight: bold;
}

footer .content .top .contact .inner span {
  display: block;
  margin-top: 20px;
  font-size: 13px;
}

footer .content .main {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

footer .content .main .slide-obj {
  flex: 25%;
}

footer .content .main .slide-obj h3 {
  margin-bottom: 20px;
}

footer .content .main .slide-obj ul li a {
  color: #878787;
  font-size: 12px;
  line-height: 25px;
}

footer .content .bottom {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  text-align: center;
  font-size: 12px;
  color: #909193;
}

.tools-top {
  position: fixed;
  right: 50px;
  bottom: 120px;
  z-index: 50;
}

.tools-top a {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 15px;
  background-color: #f8f8f8;
  color: #333333;
  border: 1px solid #ebebeb;
  transition: all 0.5s;
}

.tools-top a:hover {
  background-color: #000;
  color: #fff;
}

.tools-msg {
  position: fixed;
  right: 30px;
  bottom: 10px;
  z-index: 50;
}

.tools-msg .text {
  width: 161px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 20px;
  background: #fff;
  border: none;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}

.tools-msg .text:hover {
  background-color: #000;
  color: #fff;
}

.tools-msg .text span {
  font-size: 16px;
}

.tools-msg .text span img {
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle;
}

.tools-msg a button {
  display: inherit;
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 28px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  pointer-events: initial;
  background-size: 130% 130%;
  background: linear-gradient(135deg, #fda085, #f6d365);
  box-shadow: rgba(255, 154, 74, 0.5) 0px 2px 16px;
  transition: all 1s;
}

.blog-main .blog-main__nav .nav-links span.current{
  background-color: #000;
  color: white;
}

.tools-msg a button:hover {
  opacity: 0.1;
}

.banner {
  height: 460px;
  margin: 0 auto;
}

.banner .content {
  width: 100%;
  height: 100%;
}

.banner .content .bg {
  background: url(../img/blog-banner.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.blog-main .content {
  width: 1280px;
  margin: 0 auto;
  padding: 40px 0;
}

.blog-main .blog-main__title h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.blog-main .blog-main__inner {
  margin-top: 60px;
}

.blog-main .blog-main__inner .blog-main__inner-list {
  display: flex;
  flex-wrap: wrap;
}

.blog-main .blog-main__nav {
  display: flex;
  justify-content: space-between;
}

.blog-main .blog-main__nav .nav-links {
  display: flex;
}

.blog-main .blog-main__nav .nav-page {
  font-size: 12px;
  color: #333;
  justify-items: right;
}

.blog-main__inner-item {
  width: 375px;
  margin-right: 75px;
  margin-bottom: 60px;
}

.blog-main__inner-item:nth-child(3n) {
  margin-right: 0;
}

.blog-main__inner-item>a {
  color: #000;
}

.blog-main__inner-item .blog-main__text {
  text-align: center;
  font-weight: bold;
}

.blog-main__inner-item .blog-main__text span {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
}

.blog-main__inner-item .blog-main__text p {
  display: block;
  font-size: 20px;
}

.nav-links a,
.nav-links span {
  display: block;
  color: #333;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 13px;
  padding: 0;
  border-radius: 100px;
  margin-right: 3px;
  background: #f1f1f1;
  transition: all 0.3s ease;
}

.nav-links a:hover,
.nav-links span:hover {
  background-color: #000;
  color: #fff;
}

/*# sourceMappingURL=blog.css.map */