.seo_banner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 444px;
    background: url('../img/seo_banner.png');
    background-size: 100% 100%;
}
.seo_banner>img {
    height: 64px;
    margin-top: 174px;
    margin-bottom: 20px;
}
.seo_banner>span {
    font-size: 18px;
    color: #FFFFFF;
}
.qrcode{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.qrcode>img {
     width: 124px;
     height: 124px;
}
.qrcode>span { 
    font-size: 13px;
    color: #CCDEFD;
    margin-top: 4px;
}
.changeTab {
    width: 100%;
    background-color: #F6F6F6;
}
.changeTab-main {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    align-items: center;
    width: 1200px;
    box-sizing: border-box;
    padding-bottom: 14px;
    /* padding: 16px 0; */
    /* height: 50px; */
    margin: auto;
}
.tab-item span {
    text-align: center;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 2px;
    /* margin-bottom: 14px; */
}
.tab-item{
    position: relative;
    margin-right: 27px;
    margin-top: 16px;
}

.line {
     visibility: hidden;
     width: 100%;
     bottom: -15px;
     height: 3px;
     background-color: #186CEA
}
.tab-item span:hover {
    color: #186CEA;
}
.seo_list {
    width: 1200px;
    margin: auto;
}
.seo_item {
    position: relative;
    padding-top: 26px;
    padding-bottom: 22px;
    border-bottom: 1px dashed #DDDDDD;
}
.seo_title {
    display: flex;
    align-items: center;
}
.seo_logo {
    width: 66px;
    height: 22px;
    background-image: url('../img/seo_title_logo.png');
    background-size: 100% 100%;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 22px;  
    padding-left: 7px;
    box-sizing: border-box;
}
.seo_title p {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin-left: 8px;
}
.seo_timetag {
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.seo_timetag .time {
    display: flex;
    align-items: center;
}
.seo_timetag .time img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    margin-top: 1px;
}
.seo_timetag .time span {
    font-size: 14px;
    color: #666666;
}
.seo_timetag .tag {
    display: flex;
    align-items: center;
    margin-left: 24px;
}
.seo_timetag .tag img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    margin-top: 1px;
}
.seo_timetag .tag span {
    font-size: 14px;
    color: #666666;
}
.seo_timetag .tag .tagBox {
    padding: 0 12px;
    height: 24px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
    color: #4983F2;
    cursor: pointer;
    background: #F0F4FC;
}
.seo_content {
    margin-top: 15px;
    width: 1060px;
    font-size: 14px;
    color: #666666;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号 */
}
.look_detail_btn {
    position: absolute;
    width: 117px;
    height: 32px;
    cursor: pointer;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #186CEA;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #186CEA;
    right: 0;
    top: 53px;
}

.page {
    /* float: right; */
    font-size: 0;
    margin-bottom: 30px;
    /* margin-left: 710px; */
    text-align: right;
    margin-top: 25px;
    margin-bottom: 25px;
}

.page-btn {
    display: inline-block;
    padding: 9px 17px;
    margin: 0 1px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    font-size: 14px;
    cursor: pointer;
    color: #333333;
}

.page-btn.disabled {
    color: #C1C1C1;
    cursor: not-allowed;
    pointer-events:none;
}

.page-btn.disabled:hover {
    color: #C1C1C1;
    border: 1px solid #EAEAEA;
}

.page-btn:hover {
    background: #EBF0FE;
    border: 1px solid #DAE4FD;
}

#page .page-btn {
    padding: 9px 15px;
}

#page .page-btn.active {
    background: #0D58CD;
    border: 1px solid #0D58CD;
    color: #FFF;
    cursor: auto;
}
.moreData {
    color: #666666;
}
.moreData:hover {
  color: #1257DC !important; /* 鼠标悬停颜色 */
}
.pageBox {
    width: 1200px;
    margin: auto;
}
.tab-active-item span {
    color: #186CEA;
    font-weight: bold;
}
.btn-wraps {
    text-align: center;
    opacity: 0;
    -webkit-animation: slide-left 1s forwards;
    animation: slide-left 1s forwards;
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    margin-top: 35px;
  }

  .btn-wraps img {
    height: 14px;
    width: auto;
    vertical-align: middle;
  }

  .btn-video {
    display: inline-block;
    text-align: justify;
    width: 110px;
    height: 34px;
    font-size: 14px;
    text-align: center;
    line-height: 34px;
    background: #FFFFFF;
    border-radius: 17px;
    /* box-shadow: 0px 0px 0px 8PX rgba(255, 255, 255, 0.1); */
    margin-right: 25px;
    cursor: pointer;
  }

  .btn-video:hover,
  .btn-sheet:hover,
  .btn-sheet1:hover{
    transform: scale(1.1);
    transform-origin: center; /* 设置变换中心点为中心 */
    /* box-shadow: 0px 0px 0px 8PX rgba(255, 255, 255, 0.4); */
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }

  .btn-sheet {
    display: inline-block;
    width: 122px;
    height: 34px;
    font-size: 14px;
    background: #FFFFFF;
    border-radius: 17px;
    text-align: center;
    line-height: 34px;
    color: #0058DB;
    font-family: "Microsoft YaHei", 微软雅黑, sans-serif, "PingFang SC", Verdana, "Helvetica Neue", "Hiragino Sans GB", "Microsoft Sans Serif", "WenQuanYi Micro Hei";
    /* box-shadow: 0px 0px 0px 8PX rgba(255, 255, 255, 0.1); */
    cursor: pointer;
    margin-right: 30px;
    transform-origin: center; /* 设置变换中心点为中心 */
  }
  .btn-sheet img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
  }
  .btn-sheet1 {
    display: inline-block;
    transform-origin: center; /* 设置变换中心点为中心 */
    width: 120px;
    height: 32px;
    font-size: 14px;
    border-radius: 17px;
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
    font-family: "Microsoft YaHei", 微软雅黑, sans-serif, "PingFang SC", Verdana, "Helvetica Neue", "Hiragino Sans GB", "Microsoft Sans Serif", "WenQuanYi Micro Hei";
    /* box-shadow: 0px 0px 0px 8PX rgba(255, 255, 255, 0.1); */
    cursor: pointer;
  }
  .btn-sheet1 img {
    width: 22px;
    height: 22px;
    margin-bottom: 2px;
    margin-right: 4px;
  }

  .btn-consultNow {
    width: 113px;
    height: 34px;
    background: #FFF500;
    opacity: 1;
    border-radius: 17px;
    margin-left: 23px;
    font-size: 14px;
    /* font-weight: 500; */
    color: #333;
    display: flex;
    align-items: center;
    opacity: 0;
    -webkit-animation: slide-left 1.2s forwards;
    animation: slide-left 1.2s forwards;
  }

  .btn-consultNow>img {
    width: auto;
    height: auto;
    margin-left: 12px;
    margin-right: 5px;
    animation: none;
    opacity: 1;
  }

  .pickmore>img {
    width: 14px;
    height: 14px;
    margin-left: 17px;
    margin-right: 7px;
    animation: none;
    opacity: 1;
  }

  .bannerBtn {
    display: flex;
    padding-top: 27px;
    margin-left: 5px;
  }