@charset "UTF-8";
/**
 * [xLarge Screen for PC]
 * >=1400
 */

@media screen and (max-width: 1399px) {
  .inner {
    width: 100%;
    padding: 0 30px;
  }
  .mod {
    padding: 0 20px;
  }
  .nav .wp-menu .menu-item a.menu-link {
    font-size: 18px;
  }
  .nav .sub-menu .sub-item a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .tb1{
    gap: 80px;
  }
  .tb2{
    gap: 80px;
  }
  .tb5{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
}
/**
 * [Medium Screen for Pad]
 * 768~959
 */
@media screen and (max-width: 999px) {
  .main2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .main1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .main3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .maintitle-wrap {
    flex-direction: column;
  }
  .maintitle-wrap .maintitle {
    width: 100%;
  }
  .maintitle1 {
    font-size: 16px;
    line-height: 30px;
  }
  .maintitle2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .maintitle3 {
    width: 100%;
    margin-top: 30px;
  }
  .mySwiper1 .swiper-slide {
    width: 100% !important;
    height: auto !important;
  }
  .head-top {
    padding: 20px 0;
    height: auto;
  }
  .header .head-left {
    float: none;
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .header .sitelogo {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 0 auto;
    float: none;
  }
  .header .head-right {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .search-panel {
    float: none;
    padding-top: 40px;
    width: 100%;
  }
  .searchbtn {
    display: none;
  }
  .search-window,
  .wp-search {
    width: 100%;
  }
  .wp-search .search-input {
  }
  .wp-search .search-input input.search-title {
    color: #333;
  }
  .wp-search input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #333;
  }
  .sousuo_btn {
    z-index: 10;
  }
  .wp-search form {
    padding-right: 48px;
  }
  .wp-search .search-input {
    height: 44px;
  }
  .wp-search .search-input input.search-title {
    height: 36px;
    line-height: 36px;
  }
  .wp-search .search-btn,
  .wp-search .search-btn input.search-submit {
    height: 44px;
    width: 48px;
    border-radius: 0;
  }

  .wp-search .search-btn input.search-submit {
    background-size: 25px 25px;
  }

  .top_nav {
    right: 0;
    left: 0;
    margin: 0 auto;
    width: auto;
    text-align: center;
  }
  .head-nav {
    float: none;
    height: 0;
    padding-top: 0;
    margin-top: 0px;
  }
  .navi-aside-toggle,
  .navi-aside-search {
    display: block;
  }
  /*导航样式：后台绑定时也可以定义配置*/
  .wp-navi .wp-menu {
    display: none;
  }
  .wp-navi-slide .navi-slide-head {
    display: block;
    padding: 0 10px;
    height: 40px;
  }
  .wp-navi-slide .wp-menu {
    background: #fff;
  }
  .wp-navi-slide .wp-menu .menu-item {
    display: inline-block;
    float: none;
    position: relative;
    z-index: 100;
    width: 100%;
    padding-left: 0px;
    text-align: left;
    border-bottom: 1px solid #eee;
  }
  .wp-navi-slide .wp-menu .menu-item .menu-switch-arrow {
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 6px;
    top: 1px;
    background: url(css/img/icons.png) no-repeat 10px -116px;
  }
  .wp-navi-slide .wp-menu .menu-item a.menu-link {
    display: block;
    padding: 0 20px;
    line-height: 40px;
    color: #343434;
    font-size: 14px;
  }
  .wp-navi-slide .wp-menu .menu-item a.menu-link.hover,
  .wp-navi-slide .wp-menu .menu-item.hover a.menu-link,
  .wp-navi-slide .sub-menu .sub-item.hover > a,
  .wp-navi-slide .sub-menu .sub-item a:hover {
    text-decoration: none;
    color: #000;
    background-color: #eee;
  }
  .wp-navi-slide .sub-menu {
    display: none;
    position: relative;
    left: 0;
    bottom: 0px;
    top: 0px;
    min-width: 0px;
    z-index: 100;
    background: #fff;
    opacity: 0.8;
  }
  .wp-navi-slide .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    border-bottom: 1px solid #eee;
  }
  .wp-navi-slide .sub-menu .sub-item a {
    display: block;
    color: #000;
    height: auto;
    line-height: 40px;
    padding: 0 36px;
    font-size: 14px;
    background: none;
  }
  .wp-navi-slide .sub-menu .sub-item a:hover {
    color: #000;
    background-color: #eee;
    display: block;
  }
  .wp-navi-slide .sub-menu .sub-menu {
    left: 0;
    top: 0;
  }
  .wp-navi-slide .sub-menu .sub-menu .sub-item a {
    padding: 0 52px;
  }
  .m1img1 {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .m1img2 {
    position: static;
  }
  .m1img3 {
    position: static;
  }
  .m1img4 {
    position: static;
  }
  .m1img31 {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
  .m1img31 ul {
    margin-bottom: 0 !important;
  }
  .m1img41 {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
  .m1img41 ul {
    margin-bottom: 0 !important;
  }
  .news {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .news li {
    width: 100%;
    margin-bottom: 30px;
  }
  .f1 {
    flex-direction: column;
  }
  .s12 {
    margin-top: 20px;
  }
  .mySwiper1 {
    padding: 0 30px;
  }
  .swiper-button-next {
    display: none;
  }
  .swiper-button-prev {
    display: none;
  }

  /* 库派量光 */
  .tb1{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
  }
  .tb2{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
}
/**
 * [Small Screen for Smart Phone and Mini Pad]
 * 480~767
 */
 @media screen and (max-width: 888px) {
  /* 库派芯合 */
  /* 芯合 */
  .tb3_s2{
    display: flex;
  }
  .tb3_ul_1{
    display: block;
    width: 50%;
  }
  .tb3_ul_1 .tb3_ul_12{
    width: 100%;
  }
  .tb3_ul_1_1{
    display: block;
    width: 50%;
  }
  .tb3_ul_1_1  .tb3_ul_11_1{
    width: 100%;
  }
  .tb3_ul_1_1:first-child  .tb3_ul_11_1:first-child{
    margin-bottom:40px;
  }
  .tb3 .tb3_ul_1,
  .tb3 .tb3_ul_2{
    display: block;
    width: 33.3%;
  }
  .tb3_ul_1:first-child,
  .tb3_ul_3.tb3_ul_1{
    background: rgb(248, 248, 248);
    font-weight: bold;
  }


  .more11{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .maintitle3{
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 860px) {
  .header .sitelogo .logo {
    width: 80%;
  }
  .sitelogo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .news_tu li {
    width: calc(33.3% - 15px);
  }
  .news_tu li .title {
    width: 90%;
    height: 46px;
    font-size: 18px;
    background-size: 100% 100%;
  }
  .XWDTbox11 {
    display: flex;
    flex-direction: column;
  }
  .XWDTbox1 {
    width: 100%;
    margin-bottom: 30px;
  }
  .XWDTbox2 {
    width: 100%;
  }
  .XWDTbox2-1 {
    width: 80% !important;
  }
}

@media screen and (max-width: 768px) {
  .footerbox {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footerlogo img {
    width: 100%;
    object-fit: contain;
  }
  .sitelogo {
    width: 100% !important;
  }
  /*内页*/
  #l-container .inner,
  #d-container .inner {
    padding: 0px 0px;
  }
  #l-container.wrapper .inner .mod,
  #d-container.wrapper .inner .mod {
    padding: 0;
  }

  .column-switch {
    display: block;
  }

  .col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 40px;
    padding: 0px 5px 0px 12px;
    font-size: 17px;
  } /**栏目名称图标**/
  .col_menu {
    width: 100%;
    float: none;
    margin-right: 0px;
    position: relative;
  }
  .col_menu .col_menu_con {
    border: 0px solid #e4e4e4;
  }
  .col_metas .col_title h2 {
    font-size: 18px;
  } /**当前栏目名称**/

  .col_news {
    width: 100%;
    min-height: 0px;
    float: none;
  } /**栏目新闻**/
  .col_news .col_news_box {
    padding: 10px;
  }
  .col_news_con {
    padding: 5px 0px 10px 0px;
    margin: 0 0px;
  }
  .col_news_con .news_list li.news {
    line-height: 24px;
    padding: 4px 0px;
  }
  .col_news_con .news_list li.news span.news_title {
    line-height: 24px;
    margin-right: 0px;
  } /*标题*/
  .col_news_con .news_list li.news span.news_meta {
    margin-left: 0px;
  } /*属性*/

  .wp_paging li.pages_count,
  .wp_paging li.page_jump {
    display: none;
  }

  .infobox {
    width: auto;
    padding: 0px;
    margin: 0 10px;
  }

  .col_news_list .wp_entry img,
  .article .entry .read img {
    max-width: 100%;
    height: auto !important;
  } /**文章阅读部分图片大小限制**/

  /*图列表*/
  .news_tu .news_list li.news {
    width: 50%;
  }
  /*组织机构*/
  .inss .part_xy .sub-list .sub-item {
    width: 50%;
  }

  /* 库派量光 */
  .tb3 .tb3_ul{
    display: flex;
    flex-wrap: wrap;
  }
  .tb3_ul .tb3_ul_11{
    width: 50%;
  }
  .tb3_ul li{
    width: 50%;
  }
}

@media screen and (max-width: 720px) {
  .header .sitelogo .logo {
    width: 360px;
  }
  .header .head-right {
    font-size: 20px;
  }
}

@media screen and (max-width: 676px) {
  .news_tu li .title {
    width: 100%;
    padding-left: 10px;
  }

  .liebiaoimg {
    width: 100%;
    margin-bottom: 30px;
  }
  .col_menu .col_menu_con {
    align-items: flex-end !important;
  }
  .col_list .wp_listcolumn {
    width: 100%;
    border: 0px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
  }
  .col_news_list .news a {
    display: flex;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
  }
  .c1{
    width: 100% !important;
  }
  .c3 {
    width: 100%;
  }
  .liebiaoimg {
    max-height: 215px;
    height: auto;
  }
  .col_news_list .news_list li.news .title {
    margin-bottom: 10px;
  }
  .header .sitelogo .logo img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  /* 库派量光 */
  .tb4_s3{
    display: flex;
    display: none;
  }
  .tb4_ul_1{
    display: flex;
    display: block;
  }
  .tb4_ul_1 .tb4_13{
    width: 100%;
  }
  /* 芯合 */
  .tb3_ul_3{
    display: block;
    border-top: 1px solid #e4e4e4;
  }
  .tb3_ul_4{
    border-top: 1px solid #e4e4e4;
  }
  .tb3_s2{
    display: flex;
    flex-wrap: wrap;
  }
  .tb3 .tb3_ul_1,
  .tb3 .tb3_ul_2{
    display: block;
    width: 50%;
  }


}
@media screen and (max-width: 540px) {
  .header .sitelogo .logo {
  }
  .header .head-right {
    font-size: 16px;
    margin-top: 10px;
  }
  .tucon .swiper-slide .botbox {
    right: 66px;
  }
  .news_tu li {
    width: 45%;
    margin-top: 40px;
  }
  .news_tu li:first-child,
  .news_tu li:nth-child(2) {
    margin-top: 0;
  }
  /* Column */
  .column-name {
    padding: 20px;
    font-size: 20px;
  }
  .column-right {
    padding: 0;
    margin-top: 10px;
  }
  .column-title {
    padding: 15px 20px;
    font-size: 22px;
  }
  .column-img {
    height: 40vw;
  }
  .column-img-item {
    max-width: 420px;
    margin: 0 auto;
  }
  .column-img-item .link {
    height: 180px;
  }
  .column-img-item .title p {
    font-size: 14px;
  }
  .column-content {
    margin-top: 20px;
  }
  .info-list li h3 {
    font-size: 14px;
  }

  /* Post */
  .read-content {
    padding: 10px 20px;
  }
  .read-content img {
    height: auto !important;
  }
  .post-title {
    font-size: 20px;
  }
  .post-attr {
    margin-bottom: 0;
  }


    
}
@media screen and (max-width: 490px) {
  .article {
    padding: 0px 20px;
  }
  .wp-menu {
    display: flex;
    flex-direction: column;
  }
  .col_news_list .news_list li.news .news_meta {
    width: 100%;
  }
  .c3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .list-paddingleft-2 li {
    width: 100%;
    margin-right: 0px;
    padding-left: 10px;
  }
  .col_menu {
    height: auto;
  }
  .list-paddingleft-2 {
    height: auto;
  }

  .column-info {
    position: absolute;
    top: 70%;
    left: 4%;
  }
  .column-info h1 {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 25px;
    color: #ffffff;
    line-height: 50px;
    background: linear-gradient(-55deg, #1c68e9 70.9228515625%, #357cf7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .column-info p {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 26px;
    color: rgba(31, 96, 208, 0.15);
    text-shadow: 0px 0px 40px rgba(14, 145, 206, 0.34);
    position: relative;

    .col_news_list .news_list li.news .news_meta {
      width: 100%;
      height: auto;
    }
    .c3 {
      display: flex;
      flex-direction: column;
    }
    .col_menu,
    .list-paddingleft-2,
    .list-paddingleft-2 .wp_column a {
      height: auto;
    }
    .col_list .wp_listcolumn {
      width: 100%;
      border: 0px;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      align-items: center;
    }
    .list-paddingleft-2 li {
      margin-right: 0px;
    }

    .m1img31text {
      padding-left: 30px;
    }
    .m1img31img {
      width: 100%;
      height: auto;
      margin-right: 0px;
    }
    .m1img21img {
      width: 100%;
      height: auto;
    }
    .m1img41img {
      width: 100%;
      height: auto;
    }

    .m1img31img img {
      width: 100%;
    }
    .m1img21img img {
      width: 100%;
    }
    .m1img41img img {
      width: 100%;
    }

    .WLinks {
      position: relative;
      right: 0;
    }
    .XYLS {
      width: auto;
      background: #0080c5;
      box-shadow: 2px 0px 6px 0px #006bb4;
      border-radius: 2px 2px 2px 2px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-evenly;
      padding: 0;
      padding-top: 20px;
    }
    .YX {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-evenly;
      padding: 0;
      width: auto;
      background: rgba(244, 245, 247, 1);
      padding-top: 20px;
    }
  }
}

@media screen and (max-width: 487px) {
.tb3_ul_1_1:first-child  .tb3_ul_11_1:first-child{
  margin-bottom:60px;
}
}
/**
 * [xSmall Screen for Smart Phone]
 * 480~767
 */
@media screen and (max-width: 479px) {
  .head-top {
    padding: 0;
    height: auto;
  }
  .navi-aside-toggle {
    top: 23px;
  }
  .logo img {
  }
  .headertop {
    padding: 10px;
  }
  header {
    position: absolute;
    top: 12px;
    z-index: 999;
  }
  .s1 {
    font-size: 20px;
  }
  .main1 {
    padding-top: 30px;
    margin-bottom: 30px !important;
    padding-bottom: 50px;
  }
  .s2 {
    font-size: 18px;
  }
  .MIIMGALL {
    width: 100%;
    height: 330px;
  }
  .m1img2::before {
    display: none;
  }
  .m1img3::before {
    display: none;
  }
  .m1img4::before {
    display: none;
  }
  .m1img2 {
    margin-top: 20px;
  }
  .m1img3 {
    margin-top: 20px;
  }
  .m1img4 {
    margin-top: 20px;
  }
  .m1img41 div {
    padding-left: 0 !important;
  }
  .s6 {
    font-size: 30px;
  }
  .mySwiper1 {
    height: 275px;
  }
  .main3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .flogo img {
    width: 80%;
  }
  .s13 {
    font-size: 12px;
  }
  .SWimgtext {
    height: 275px;
  }
  .SWimgtext {
    padding: 10px;
  }
  .l-banner {
    height: 250px;
  }
}


@media screen and (max-width: 477px) {
  .tb3_ul_1_1:first-child  .tb3_ul_11_1:first-child{
    margin-bottom:80px;
    }
}

@media screen and (max-width: 414px) {
}
/**
 * [Tiny Screen for Older Phone and Smart Phone]
 * <319
 */
@media screen and (max-width: 350px) {
}
