* {
  margin: 0;
  padding: 0;
}
button {
  border: none;
  outline: none;
  background: none;
  font-family: inherit;
  cursor: pointer;
}
body {
  background: #F4F4F4;
  padding-top: 1.7rem;
}
body.pop_open {
  overflow: hidden;
}
.bread_nav {
  background: transparent;
  height: auto;
  padding-top: 0.42rem;
}
.product_img_page {
  padding: 0.13rem 0 0.7rem;
}
.img_type_head h2 {
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  line-height: 1.63;
  height: 0.5rem;
}
.type_search {
  margin-top: 0.13rem;
  display: flex;
  align-items: center;
  position: relative;
}
.type_search input {
  width: 3.5rem;
  height: 0.46rem;
  padding: 0 0.42rem 0 0.16rem;
  border: 0.01rem solid #D0D0D0;
  border-radius: 0.05rem;
  background: #FFFFFF;
  font-size: 0.14rem;
  color: #000000;
}
.type_search input::placeholder {
  color: #5D5D5D;
}
.type_search button {
  width: 0.17rem;
  height: 0.17rem;
  position: absolute;
  left: 3.14rem;
  background: url(../img/search_icon.png) no-repeat center center;
  background-size: contain;
}
.type_search span {
  margin-left: 0.16rem;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.2rem;
  color: #000000;
  line-height: 0.46rem;
}
.img_tab_box {
  margin-top: 0.2rem;
  background: #FFFFFF;
  border: 0.01rem solid #D0D0D0;
}
.img_tab_head {
  background: #E6ECF4;
  display: flex;
  align-items: center;
}
.img_tab_head a {
  padding: 0.14rem 0.46rem 0.14rem 0.33rem;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.2rem;
  color: #000000;
  cursor: pointer;
}
.img_tab_head a + a {
  position: relative;
}
.img_tab_head a + a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.01rem;
  height: 0.15rem;
  background: #707070;
  transform: translateY(-50%);
}
.img_tab_head a.active {
  background: #0069DB;
  color: #FFFFFF;
}
.img_tab_head a.active::before {
  display: none;
}
.result_count {
  padding: 0.2rem 0.21rem 0.13rem;
  border-bottom: 0.01rem solid #D0D0D0;
  display: flex;
  align-items: center;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.16rem;
  color: #000000;
}
.result_count span {
  margin-left: 0.05rem;
  font-size: 0.2rem;
}
.applied_info {
  padding: 0.19rem 0.21rem;
  border-bottom: 0.01rem solid #D0D0D0;
  display: flex;
  align-items: center;
  column-gap: 0.06rem;
  font-size: 0.14rem;
  color: #5D5D5D;
}
.applied_info em {
  font-style: normal;
}
.applied_info a {
  font-family: Poppins-Light;
  font-weight: 300;
  color: #0069DB;
}
.img_grid {
  padding: 0.2rem 0.25rem 0.5rem 0.2rem;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.2rem 0.2rem;
}
.img_item {
  height: 0;
  padding-bottom: 100%;
  border: 0.01rem solid #D1D1D1;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.img_item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.img_item span {
  position: absolute;
  inset: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.68);
  font-size: 0.18rem;
  color: #FFFFFF;
}
.img_item span i {
  width: 0.38rem;
  height: 0.38rem;
  margin-bottom: 0.1rem;
  border-radius: 50%;
  background: #0069DB url(../img/img_icon.png) no-repeat center center;
  background-size: 0.12rem auto;
  position: relative;
}
.img_item span em {
  font-style: normal;
}
.img_item:hover span {
  display: flex;
}
.img_page_tools {
  margin-top: 0.66rem;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.32rem;
}
.img_page_tools .show_count {
  display: flex;
  align-items: center;
  column-gap: 0.1rem;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.14rem;
  color: #000000;
}
.img_page_tools .table_page {
  display: flex;
  align-items: center;
  column-gap: 0.05rem;
  position: relative;
}
.img_page_tools .table_page > span {
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.14rem;
  color: #000000;
}
.img_page_tools .table_page > i {
  width: 0.07rem;
  height: 0.04rem;
  background: url(../img/arrow_down.png) no-repeat center center;
  background-size: contain;
}
.img_page_tools .table_list {
  display: none;
}
.img_page_tools .page_box {
  margin: 0;
}
.view_img_pop {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.58);
}
.view_img_pop.show {
  display: flex;
}
.view_img_box {
  width: 94%;
  max-width: 12rem;
  min-height: 5.24rem;
  padding: 0.34rem 0.47rem 0.32rem 0.32rem;
  background: #FFFFFF;
  position: relative;
}
.view_img_box .pop_close {
  position: absolute;
  right: 0.5rem;
  top: 0.46rem;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../img/close1.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.view_img_box h2 {
  margin-bottom: 0.09rem;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  line-height: 1.625;
}
.view_switch {
  padding: 0.1rem 0.15rem;
  background: #E6ECF4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.view_switch button {
  font-family: Poppins-Regular;
  font-weight: 400;
  position: relative;
  font-size: 0.16rem;
  color: #165DAA;
}
.view_path {
  margin-top: 0.1rem;
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 0.14rem;
  color: #939393;
  line-height: 1.64;
}
.view_path i {
  font-style: normal;
}
.view_info {
  margin-top: 0.17rem;
  display: flex;
  column-gap: 0.34rem;
}
.view_pic {
  width: 2.38rem;
  height: 2.38rem;
  flex: 0 0 2.38rem;
  border: 0.01rem solid #D1D1D1;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view_pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.view_text {
  padding-top: 0.06rem;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.16rem;
  color: #2A303C;
  line-height: 1.625;
}
.view_text p {
  margin-bottom: 0.05rem;
  display: flex;
  column-gap: 0.05rem;
}
.view_text b {
  font-family: Poppins-SemiBold;
  font-weight: 600;
}
.view_text .pdf_link {
  display: flex;
  align-items: center;
  column-gap: 0.07rem;
}
.view_text .pdf_link img {
  width: 0.19rem;
  height: 0.19rem;
  object-fit: contain;
}
.view_text .view_btn {
  display: block;
  width: fit-content;
  margin-top: 0.25rem;
  padding: 0.06rem 0.16rem;
  border-radius: 0.08rem;
  background: #0069DB;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.16rem;
  color: #FFFFFF;
}
.product_news_page .tab_body {
  padding: 0.17rem 0.3rem 0.22rem;
  border-bottom: 0.01rem solid #D0D0D0;
  background: #FFFFFF;
}
.product_news_page .tab_body h3 {
  margin-bottom: 0.15rem;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.16rem;
  color: #000000;
  line-height: 1.44;
}
.product_news_page .type_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.1rem 0.32rem;
  list-style-type: none;
}
.product_news_page .type_list li {
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.16rem;
  color: #000;
  line-height: 1.625;
}
.product_news_page .type_list li::before {
  content: "";
  display: inline-block;
  width: 0.06rem;
  height: 0.06rem;
  margin-right: 0.05rem;
  border-radius: 50%;
  background: #0069DB;
  vertical-align: middle;
}
.product_news_page .type_list li a {
  color: #0069DB;
}
.product_news_page .applied_info {
  border-bottom: none;
}
.product_news_page .news_filter_bar {
  padding: 0.1rem 0.24rem;
  background: #E6ECF4;
  display: flex;
  align-items: center;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.14rem;
  color: #000000;
}
.product_news_page .news_filter_bar > span {
  margin-right: 0.05rem;
}
.product_news_page .filter_select {
  width: 2.2rem;
  position: relative;
  z-index: 3;
}
.product_news_page .filter_select > button {
  width: 100%;
  height: 0.25rem;
  padding: 0 0.1rem;
  border: 0.01rem solid #D0D0D0;
  background: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.12rem;
  color: #5D5D5D;
}
.product_news_page .filter_select > button i {
  width: 0.11rem;
  height: 0.06rem;
  background: url(../img/xiala1.png) no-repeat center center;
  background-size: contain;
}
.product_news_page .filter_select .filter_list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border: 0.01rem solid #0069DB;
  border-top: none;
  background: #FFFFFF;
}
.product_news_page .filter_select .filter_list a {
  display: block;
  padding: 0.05rem 0.1rem;
  font-size: 0.12rem;
  color: #707070;
}
.product_news_page .filter_select .filter_list a.active,
.product_news_page .filter_select .filter_list a:hover {
  background: #0069DB;
  color: #FFFFFF;
}
.product_news_page .filter_select.open > button {
  border-color: #0069DB;
}
.product_news_page .filter_select.open .filter_list {
  display: block;
}
.news_list {
  background: #FFFFFF;
}
.news_item {
  padding: 0.15rem 0.2rem;
  display: flex;
  align-items: center;
  border-bottom: 0.01rem solid #D0D0D0;
}
.news_item:nth-child(even) {
  background: #F2F5F8;
}
.news_item:last-child {
  border-bottom: none;
}
.news_img {
  width: 0.62rem;
  height: 0.62rem;
  flex: 0 0 0.62rem;
  margin-right: 0.18rem;
  border: 0.01rem solid #D1D1D1;
  background: #FFFFFF;
}
.news_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news_text {
  width: calc(100% - 0.8rem);
}
.news_text .news_title {
  display: inline-block;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.16rem;
  color: #0069DB;
  line-height: 1.625;
}
.news_text p {
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.14rem;
  color: #5D5D5D;
  line-height: 1.64;
}
.news_text b {
  font-family: Poppins-SemiBold;
  font-weight: 600;
}
.about_table_type {
  margin-top: 0.65rem;
}
.about_table_type h2 {
  margin-bottom: 0.23rem;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  line-height: 1.66;
}
.about_table_type .about_text {
  padding: 0.22rem 0.34rem;
  background: #FFFFFF;
  border-radius: 0.05rem;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.16rem;
  color: #5D5D5D;
  line-height: 1.875;
}
.about_table_type .about_text a {
  color: #0069DB;
  text-decoration: underline;
}




@media screen and (max-width: 1042px) {
    body{
        padding-top: 120px;
    }
    
    
  .img_grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .product_news_page .type_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .view_img_pop {
    padding: 0 0.2rem;
  }
  .view_img_box {
    width: 100%;
  }
}
/* mobile append */
@media screen and (max-width: 768px) {
  body {
    padding-top: 100px;
    font-size: 14px;
  }
  .img_type_head h1 {
    font-size: 0.24rem;
  }
  .type_search {
    flex-wrap: wrap;
    row-gap: 0.1rem;
  }
  .type_search input {
    width: 100%;
  }
  .img_tab_head {
    overflow-x: auto;
  }
  .product_news_page .type_list {
    grid-template-columns: 1fr;
    gap: 0.12rem;
  }
  .applied_info {
    height: auto;
    min-height: 0.52rem;
    padding-top: 0.12rem;
    padding-bottom: 0.12rem;
    flex-wrap: wrap;
    row-gap: 0.06rem;
  }
  .img_item img {
    width: 1.3rem;
    height: 1.3rem;
  }
  .img_page_tools {
    flex-wrap: wrap;
    row-gap: 0.12rem;
  }
  .view_img_box h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .view_switch button,
  .view_text {
    font-size: 14px;
  }
  .view_info {
    display: block;
  }
  .news_item {
    align-items: flex-start;
  }
  .product_img_page,
  .product_news_page {
    padding: 24px 0 50px;
  }
  .img_type_head h2,.about_table_type h2 {
    font-size: 20px;
    line-height: 1.35;
  }
  .type_search {
    position: relative;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .type_search input {
    width: 100%;
    min-height: 40px;
    font-size: 14px;
  }
  .type_search button {
    left: auto;
    right: 14px;
    top: 13px;
    width: 16px;
    height: 16px;
  }
  .type_search span,
  .result_count,
  .view_text,
  .view_path{
    font-size: 14px;
    line-height: 1.2;
    padding: 4px 15px;
  }
  .product_news_page .tab_body h3{
    font-size: 16px;
  }
  .applied_info em{
    font-size: 12px;
  }
  .about_table_type .about_text{
    font-size: 14px;
    line-height: 1.65;
  }
  .product_news_page .type_list li{
    font-size: 14px;
    position: relative;
    line-height: 1.3;
  }
  .product_news_page .type_list li a{
    padding: 0;
    font-size: 14px;
    line-height: 1.3;
  }
  .product_news_page .type_list li::before{
    width: 6px;
    height: 6px;
    margin-right: 6px;
  }
  .product_news_page .news_filter_bar{
        padding: 10px 14px;
        font-size: 14px;
  }
  .product_news_page .filter_select{
    width: 160px;
  }
  .product_news_page .filter_select > button{
    height: 28px;
    font-size: 12px;
  }
  .product_news_page .filter_select > button i{
    width: 11px;
    height: 6px;
  }
  .product_news_page .filter_select .filter_list a{
    font-size: 12px;
  }


  .img_tab_head {
    overflow-x: auto;
  }
  .product_news_page .type_list,
  .product_news_page .tab_body ul {
    grid-template-columns: 1fr;
  }
  .img_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 12px;
  }
  .img_item {
    height: auto;
    aspect-ratio: 1 / 1;
    padding: 0px;
    border-radius: 8px;
    background: #FAFAFA;
  }
  .img_item img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .img_item span em {
    font-size: 10px;
  }
  .img_page_tools {
    flex-wrap: wrap;
    row-gap: 12px;
  }
  .view_img_pop {
    align-items: center;
  }
  .view_img_box .pop_close{
    width: 24px;
    height: 24px;
  }
  .view_info {
    display: block;
  }
  .view_pic {
    width: 50%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0 auto 20px;
    overflow: hidden;
  }
  .bread_nav {
    padding-top: 0;
    margin-bottom: 18px;
    font-size: 12px;
    line-height: 1.5;
  }
  .img_type_head {
    display: block;
  }
  .img_type_head h2,
  .img_type_head h1 {
    margin-bottom: 16px;
  }
  .type_search span,
  .result_count {
    width: 100%;
    margin-top: 4px;
  }
  .result_count span{
    font-size: 18px;
  }
  .img_tab_head a {
    min-width: max-content;
    height: auto;
    padding: 10px 14px;
    font-size: 14px;
    white-space: nowrap;
    line-height: 1.4;
  }
  .applied_info {
    padding: 12px 14px;
    gap: 8px;
  }
  .applied_info span,
  .applied_info a {
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 14px;
    font-size: 12px;
    line-height: 1.4;
  }
  .img_item span {
    left: 8px;
    right: 8px;
    bottom: 8px;
    padding: 6px 8px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1.35;
  }
  .img_page_tools {
    margin-top: 24px;
    justify-content: center;
    gap: 8px;
  }
  .product_news_page .type_list {
    gap: 14px;
  }
  .news_item {
    padding: 14px;
  }
  .news_img{
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
  }
  .news_item h3 {
    font-size: 16px;
    line-height: 1.45;
  }
  .news_text .news_title{
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .news_item p {
    font-size: 12px;
    line-height: 1.4;
  }
  .view_img_box {
    border-radius: 8px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 20px 10px;
  }
  .view_switch {
    margin-top: 6px;
    gap: 8px;
    padding: 8px;
  }
  .view_path{
    font-size: 12px;
    padding: 4px 0;
  }
  .view_pic {
    background: #FAFAFA;
    border-radius: 8px;
  }
  .view_pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .view_text .pdf_link img{
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
  .view_text .view_btn{
        font-size: 14px;
        margin: 16px auto 0;
  }



  .img_page_tools .show_count,
  .img_page_tools .table_page > span{
    font-size: 14px;
  }
  .img_page_tools .table_page > i{
    width: 7px;
    height: 4px;
  }
}
