.article-index-wrap a {
  color: #212121;
  text-decoration: none;
  box-sizing: border-box;
} /* 重置链接a标签 */

.article-index-wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
} /* 重置table属性 */
.article-index-wrap img {
  vertical-align: middle;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  transition: 1s all;
} /* 图片在当前行内的垂直位置 */
.article-index-wrap a {
  outline: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}

/*清除浮动*/
.article-index-wrap .clearfix {
  overflow: hidden;
  clear: both;
}
.article-index-wrap h1,
.article-index-wrap h2,
.article-index-wrap h3,
.article-index-wrap h4,
.article-index-wrap h5,
.article-index-wrap h6 {
  color: #000009;
  font-weight: normal;
  font-family:Jost, sans-serif;
}
.article-index-wrap p {
  font-size: 17px;
  font-family: Jost, sans-serif;
  color: #666;
  line-height: 25px;
}
.article-index-wrap .float-left {
  float: left;
}
.article-index-wrap .float-right {
  float: right;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-200px, 0, 0)
  }
  to {
    opacity: 1;
    transform: none
  }
}
.article-index-wrap .fadeInLeft {
  animation-name: fadeInLeft
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(200px, 0, 0)
  }
  to {
    opacity: 1;
    transform: none
  }
}
.article-index-wrap .fadeInRight {
  animation-name: fadeInRight
}
.article-index-wrap .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

@keyframes bounce-down {
  25% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce-down2 {
  25% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scale2 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale1 {
  from {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}

.article-index-wrap .padding-top {
  
}
.article-index-wrap .padding {
  padding: 100px 0;
}
.article-index-wrap .margin-top {
  margin-top: 100px;
}

.article-index-wrap .container {
  width: 1400px;
  margin: 0 auto;
}


.article-index-wrap .main-href {
  margin-top: 50px;
  text-align: center
}


.article-index-wrap .main-href a {
display: inline-block;
    padding: 13px 25px;
    font-family: Jost, sans-serif;
    background: #000;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 30px;
    font-weight: bold;
}

.article-index-wrap .main-href a:hover {
  background:#A88D72;
}

.article-index-wrap .main-href a i {
  margin-left: 10px;
  font-size: 12px;
}

.article-index-wrap .main-href a:nth-child(2) {
  padding: 15px 73px;
  margin-left: 30px;
  background: #ed6d5b
}

.article-index-wrap .main-href a:nth-child(2):hover {
  background: #e93e25
}

.article-index-wrap .title {
  width: 95%;
  margin: 0 auto;
  text-align: center
}

.article-index-wrap .title h1,
.article-index-wrap .title h1 a,
.article-index-wrap .title h2,
.article-index-wrap .title h2 a,
.article-index-wrap .title h3,
.article-index-wrap .title h3 a,
.article-index-wrap .title h4,
.article-index-wrap .title h4 a,
.article-index-wrap .title h5,
.article-index-wrap .title h5 a {
  font-size: 36px;
  letter-spacing: 2px;
  color: #000009;
  font-weight: 700;
}

.article-index-wrap .title b {
  display: block;
  margin-bottom: 8px;
  font-weight: 100;
  color: #e93e25;
  font-size: 17px;
  font-family:Jost, sans-serif;
  letter-spacing: 0
}

.article-index-wrap .title p {
  margin-top: 20px
}

.blog .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 100px;
 
}

.blogfl {
  width: 48.2%;
  padding-bottom: 25px;
  border-bottom: 2px solid #eee;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  margin: 0 10px;
}

.blogfl a,
.blogfr li a {
  display: block;
  overflow: hidden;
  font-family: Jost, sans-serif;
    font-weight: 500;
}

.blogfl a img,
.blogfr li a img {
  width: 100%
}

.blogfl:hover a img,
.blogfr li:hover a img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.blogfl span,
.blogfr li span {
  display: block;
  margin: 25px 0 10px;
  font-size: 14px;
  color: #999
}

.blogfl:hover {
  border-bottom: 2px solid #212529;
}

.blogfl h3,
.blogfr li h3 {
  font-size: 20px;
  color: #212121
}

.blogfl h3 a:hover,
.blogfr li h3 a:hover {
  color: #212529;
}

.blogfl p {
  margin-top: 15px;
  font-size: 17px
}

.blogfr {
  width: 49.3%
}

.blogfr li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 33px
}

.blogfr li span {
  margin-top: 2px
}

.blogfr li h3 {
  padding-bottom: 15px;
  border-bottom: 2px solid #eee;
  line-height: 32px
}

.blogfr li div:first-child {
  margin-right: 38px;
      flex: 1;
}

.blogfr li p {
  margin-top: 10px
}

.blog .main-href {
  margin-top: 104px;
  text-align: right
}

.latest-blog .blogcon {
 display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: flex-start;
}

.latest-blog .blogfl {
  width: 29%
}

.blog-dont {
  padding-bottom: 100px
}

.blog-bgtu {
  width: 100%;
  padding: 10px 0;
  margin-top: 30px;
  background: #fff url('https://shopcdnpro.xiaoman.cn/template/39_qianhe_35/images/bg12.jpg') no-repeat 20% center;
  overflow: hidden
}

.blog-dont .title span {
  display: block;
  margin-top: 30px
}

.blog-bgtu .blog-biaodan {
  float: right;
  width: 49%;
  padding: 10px 60px 60px;
  background: #fff;
  box-shadow: 2px 3px 10px 3px rgba(0, 0, 0, 0.1);
  box-sizing: border-box
}

.blog-bgtu .blog-biaodan h3 {
  margin-top: 40px;
  font-size: 26px;
}

.blog-bgtu .blog-biaodan h3::before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 18px;
  border-radius: 50%;
  background: #212529;
  vertical-align: middle;
}

.blog-bgtu .blog-biaodan p {
  margin-top: 20px;
  margin-left: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1
}

.blog-bgtu .blog-biaodan input {
  width: 100%;
  padding-left: 30px;
  height: 72px;
  outline: none;
  border: 1px solid #bbb;
  font-size: 16px;
  margin-top: 50px;
  box-sizing: border-box
}

.blog-bgtu button {
  width: 100%;
  margin-top: 20px;
  height: 72px;
  font-size: 16px;
  outline: none;
  background: #212529;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: Jost, sans-serif;
}

.blog-bgtu button:hover {
  background: #000;
}

.blog-gou {
  margin-top: 30px;
  overflow: hidden
}

.blog-gou b {
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 20px;
  border: 1px solid #999;
  border-radius: 4px;
  cursor: pointer;
  line-height: 24px
}

.blog-gou b.cilckgou {
  border-color: #e93e25;
  background: url('https://okki-shop.oss-cn-hangzhou.aliyuncs.com/961/upload/ad2/27014f9386a4e527ccc95c169172c5cf8fd097d7c885aa2d47106ce3abdb1e14.png') no-repeat center;
}

.blog-gou span {
  float: left;
  width: 85%;
  color: #999;
  font-size: 18px;
  line-height: 26px
}

.blog-gou span a {
  color: #666;
  text-decoration: underline
}


@media screen and (max-width: 1580px) {
  .article-index-wrap .container {
    width: 82%
  }

  .article-index-wrap .title h3 {
    font-size: 34px
  }

  .blog-gou span {
    font-size: 15px
  }

  .article-index-wrap p {
    line-height: 22px;
  }
}

@media screen and (max-width: 1400px) {
  .article-index-wrap .main-href a {
    padding: 15px 50px
  }

  .blog-gou span {
    width: 80%
  }

  .blogfr li h3 {
    line-height: 26px
  }

  .blogfr li p {
    line-height: 24px
  }

  .article-index-wrap .title h1,
  .article-index-wrap .title h1 a,
  .article-index-wrap .title h3,
  .article-index-wrap .title h3 a {
    font-size: 32px
  }

  .article-index-wrap .main-href a {
    font-size: 14px
  }
}

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

  .article-index-wrap .padding-top {
    padding-top: 60px
  }

  .article-index-wrap .padding {
    padding: 60px 0
  }

  .article-index-wrap .margin-top {
    margin-top: 60px
  }

  .blog-bgtu .blog-biaodan {
    padding: 10px 30px 20px
  }
  .blog-bgtu .blog-biaodan h3 {
    margin-top: 20px
  }
  .blog-bgtu .blog-biaodan input {
    margin-top: 30px;
    height: 52px;
  }
  .blog-bgtu button {
    height: 52px;
  }
}

@media screen and (max-width: 960px) {
  .article-index-wrap .container {
    width: 88%
  }

  .article-index-wrap .main-href a {
    font-size: 14px
  }

  .article-index-wrap .main-href a:nth-child(2) {
    margin-left: 0;
    margin-top: 10px;
    padding: 15px 49px
  }

  .article-index-wrap .title {
    width: 100%
  }

  .article-index-wrap .padding-top {
    padding-top: 40px
  }

  .article-index-wrap .padding {
    padding: 40px 0
  }

  .article-index-wrap .margin-top {
    margin-top: 40px
  }

  .article-index-wrap .title h1,
  .article-index-wrap .title h1 a,
  .article-index-wrap .title h3,
  .article-index-wrap .title h3 a {
    font-size: 30px
  }

  .article-index-wrap p {
    font-size: 15px;
    line-height: 24px
  }

  .blogfr {
    margin-top: 30px
  }

  .blogfr li div,
  .blogfr li div img {
    width: 100%
  }

  .blogfr li div:first-child {
    margin-right: 0
  }

  .blogfr li span {
    margin-top: 20px
  }

  .blog .main-href {
    margin-top: 50px;
    text-align: center
  }

  .blog .container,
  .blog-dont {
    padding-bottom: 60px
  }

  .latest-blog .blogfl,
  .list-blog .blogfl {
    width: 100%;
    margin: 30px 0 0;
  }

  .blog-bgtu .blog-biaodan {
    float: none;
    width: 100%
  }

}

    
    @media screen and (max-width:992px){
.blog > div:nth-child(1) > div:nth-child(1){
  width: 100%;
  margin: 0;
}
.blog .container {
  flex-direction: column;
}
.blogfr {
  width: 100%;
}
.blogfr li {
  flex-direction: column;
}
}