body{
    background: #FFFFFF;
  }
  .w1280 {
    width: 1280px;
    margin: 0 auto;
  }
  .w1280 li {
    /*overflow: hidden;*/
  }
  .w1280 div img {
    /*overflow: hidden;*/
  }
  .w1280 img {
    /* 过渡配置 */
    /*transition: all .6s ease .2s;*/
  }
  .w1280 img:hover{
    /* 移入放大效果 */
    /*transform: scale(1.05);*/
  }
  /* 通栏广告 */
  .ad1{
    width: 100%;
    height: 100px;
  }
  .ad1 img{
    width: 100%;
    height: 100%;
  }
  /* 二乘一广告 */
  .ad2 {
    margin-bottom: 20px;
  }
  .ad2 div, .ad2 img{
    width: 630px;
    height: 100px;
  }
  .ad2 div:first-child {
    margin-right: 20px;
  }
  /* 关于我们 */
  .about-us {
    margin-bottom: 20px;
    margin-top: 34px;
  }
  .about-us__list {
    margin-top: 10px;
  }
  .list-li {
    width: 360px;
    margin-right: 100px;
    margin-bottom: 20px;
  }
  .list-li:nth-child(3n) {
    margin-right: 0;
  }
  .about-img {
    width: 100px;
    height: 100px;
    margin-top: 3px;
    border: 1px dashed #969798;
    
  }
  .about-img__box {
    width: 105px;
    height: 105px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.08); 
    text-align: center;
    margin-right: 20px;
  }
  .list-li__top {
    margin-bottom: 15px;
  }
  .list-li__bottom {
    font-size: 12px;
    font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 18px;
  }
  .about-text__box {
  
  }
  .about-title {
    font-size: 16px;
    font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 13px;
  }
  .about-text {
    font-size: 12px;
    font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    margin-bottom: 10px;
  }
  /* 友情链接 */
  .blogrol-box {
    /* margin-bottom: 10px; */
  }
  .blogrol-top {
    margin-bottom: 10px;
  }
  .blogrol-text {
    font-size: 24px;
    font-family: MicrosoftYaHei, MicrosoftYaHei-Bold;
    font-weight: 700;
  }
  .map-navigation {
    font-size: 16px;
    font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
    font-weight: 400;
    color: #333333;
    background: url(../images/map-navigation.png?v=20221208182645) no-repeat left top;
    background-size: 16px 16px;
    padding-left: 24px;
  }
  .blogrol-bottom {
    position: relative;
  }
  .blogrol-list {
    position: relative;
    height: 47px;
    margin-bottom: 14px;
    
  }
  .blogrol-list li {
    position: absolute;
    width: 312px;
    height: 47px;
    background: #f2f2f2;
    text-align: center;
    line-height: 47px;
    margin-right: 10px;
    cursor: pointer;
  }
  .blogrol-list li:nth-child(2) {
    left: 322px;
  }
  .blogrol-list li:nth-child(3) {
    left: 644px;
  }
  .blogrol-list li:nth-child(4) {
    left: 966px;
  }
  .blogrol-list li a {
    font-size: 18px;
    font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
    font-weight: 400;
    color: #333333;
  }
  .blogrol-box li:last-child {
    margin-right: 0;
  }
  .blogrol-list__text {
    padding: 15px;
    background: #f2f2f2;
    margin-bottom: 30px;
    /* margin-top: 57px; */
  }
  .blogrol-list__text a {
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    color: #666666;
    margin-right: 20px;
    margin-bottom: 10px;
    display: inline-block;
  }
  .blogrol-active {
    width: 312px !important;
    height: 61px !important;
    background: url(../images/blogrol-img.png?v=20221208182645) !important;
    background-size: 312px 61px !important;
  }
  .blogrol-active a {
    color: #fff !important;
  }
  /* 底部 */
  .footer-box {
    width: 100%;
    background: #bababa;
  }
  .footer {
    text-align: center;
    padding: 53px 0 25px 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #333333;
  }
  .footer  div {
    margin-bottom: 10px;
  }
  .footer  div:last-child {
    margin-bottom: 0;
  }
  .footer-list a span{
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #333333;
    margin-right: 10px;
  }
  .footer-list a:last-child span {
    margin-right: 0;
  }
  .three-text span{
    margin-right: 10px;
  }
  .three-text span:last-child {
    margin-right: 0;
  }
  .normal-box__list {
    margin-right: 16px;
  }
  .normal-box__list:nth-child(3n) {
    margin-right: 0px;
  }
  /* 加载更多 */
.load_more{
  width: 100px;
  color: #999999;
  font-size: 12px;
  cursor: pointer;
  margin: 0 auto;
  line-height: 25px;
}
.load_more_icon{
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/load_more_icon.png?v=20221208182645) no-repeat;
  background-size: 14px 14px;
  background-position: 0% 80%;
  margin-bottom: -3px;
  margin-right: 5px;
}
.load_more_animate{
  -webkit-transform: rotate(360deg);
  animation: rotation 1.5s linear infinite;
  -moz-animation: rotation 1.5s linear infinite;
  -webkit-animation: rotation 1.5s linear infinite;
  -o-animation: rotation 1.5s linear infinite;
}
@keyframes rotation
{
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(360deg);}
}
@-webkit-keyframes rotation
{
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(360deg);}
}