/* 内页样式 */

/* 内页banner */
.page-banner img {
  min-height: 150px;
  object-fit: cover;
  object-position: 24% center;
}
.page-banner .nybt {
  display: none;
}

/* 内页下方样式 */




/* 产品 start */
.page_wrap_pro {
  padding: 4% 0;
}
.page_wrap_pro .pro_tit {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #000;
  margin-bottom: 20px;
}
.page_wrap_right_position {
  background-color: #f3f3f3;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #666666;
  padding: 5px 1em;
}
.page_wrap_right_position a {
  font-size: inherit;
  color: inherit;
}
.page_wrap_right_position a:hover {
  color: #00bfff;
}
.page_wrap_right_position span:nth-child(2),
.page_wrap_right_position a:nth-child(3) {
  display: none;
}
@media(max-width: 991px) {
  .page_wrap_pro .pro_tit {
    display: none;
  }
  .page_wrap_right_position {
	font-size: 13px;
  }
}
@media(max-width: 640px) {
  .page_wrap_right_position {
	font-size: 12px;
  }
}
/* 左侧样式 */
@media(min-width: 990px) {
  .page_wrap_pro .page-wrap-left {
    width: 325px;
    margin-right: 30px;
  }
  .page_wrap_pro .xypg-left-box {
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
  }
  .page_wrap_pro .xypg-left-title {
    padding: 10px 20px;
    background-color: #f3f3f3;
  }
  .page_wrap_pro .xypg-left-title h3 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #212529;
    position: relative;
    padding-left: 1.3em;
  }
  .page_wrap_pro .xypg-left-title h3::before {
    content: "";
    display: block;  
    width: 0.5em;
    height: 0.5em;
    background-color: #00bfff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .page_wrap_pro .xypg-left-title i {
    display: none;
  }
  .page_wrap_pro .xypg-left-con {
    border: none;
  }
  .page_wrap_pro .xypg-left-con .xypg-left-nav > li {
    border: none;
    border-top: solid 1px #e5e5e5;
  }
  .page_wrap_pro .xypg-left-con .xypg-left-nav > li .first-nav-btn {
    display: none;
  }
  .page_wrap_pro .xypg-left-con .xypg-left-nav > li ul {
    display: none !important;
  }
  .page_wrap_pro .xypg-left-nav > li {
  }
  .page_wrap_pro .xypg-left-nav > li > a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #212529;
    padding: 0.75em 1.25em 0.75em 2.75em;
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .page_wrap_pro .xypg-left-nav > li > a:hover,.page_wrap_pro .xypg-left-nav > li.clicked a {
    color: #00bfff;
  }
  .page_wrap_pro .xypg-left-nav > li > a::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #00bfff;
    position: absolute;
    left: 1.25em;
    top: 50%;
    margin-top: 0.25px;
  }
}
/* 右侧 */
@media(min-width: 990px) { 
  .page_wrap_pro .page-wrap-right {
    width: calc(100% - 355px);
  }
}


/* 列表页 */
.xypg_product_list {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5.2%;
}
.xypg_product_list li {
  width: 30.2%;
  margin-right: 4.7%;
}
.xypg_product_list li:nth-child(3n) {
  margin-right: 0;
}
.xypg_product_list li:nth-child(n+4) {
  margin-top: 4%;
}
.xypg_product_list li a {
  display: block;
}
.xypg_product_list li h3 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 10px 10px 0px 0px;  
  background-color: #00bfff;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 0.16em 1em;
}
.xypg_product_list li .imgs {
  padding-top: calc(240 / 290 * 100%);
  border-radius: 0px 0px 10px 10px;
  background-color: #f3f3f3;
  overflow: hidden;
}
.xypg_product_list li .xypg_product_list_li {
  border: 1px solid #e5e5e5;
  margin-top: 14px;
}
.xypg_product_list li .xypg_product_list_li dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #e5e5e5;
}
.xypg_product_list li .xypg_product_list_li dl:last-child {
  border: none;
}
.xypg_product_list li .xypg_product_list_li dl dt {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #212529;
  width: 84px;
  padding: 2px 5px 2px 8px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xypg_product_list li .xypg_product_list_li dl dd {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #212529;
  flex-grow: 1;
  padding: 2px 5px 2px 8px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-left: 1px solid #e5e5e5;
  flex: 1;
}

/* 列表筛选 */
.xypg_pro_optional {
  margin-top: 14px;
  border-top: solid 1px #f3f3f3;
}
.xypg_pro_optional dl {
  border-bottom: solid 1px #f3f3f3;
  padding: 2.2% 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.xypg_pro_optional dl dt {
  width: 8.2em;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #ffffff;
  background-color: #00bfff;
  padding: 0.25em;
  text-align: center;
  margin-right: 22px;
  flex-shrink: 0;
}
.xypg_pro_optional dl .sec_item {
  flex-grow: 1;
  padding: 8px 0;
  font-size: 0;
}
.xypg_pro_optional dl .sec_item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #000000;
  margin-right: 1.8em;
}
.xypg_pro_optional dl .sec_item a s1,
.xypg_pro_optional dl .sec_item a s1:focus {
  -webkit-appearance: none;
  outline: none;
  margin: 0;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #e5e5e5;
}
.xypg_pro_optional dl .sec_item a s1:checked {
  -webkit-appearance: none;
  background: #00bfff url("//cdn.myxypt.com/9e6e9396/23/03/73f9c8534ce27649c8ec7b3c1fab6eb40b3f9f9f.png") no-repeat center;
  background-size: 13px 9px;
  outline: none;
  border-color:#00bfff;
}

@media (max-width: 1375px) {
  
}
@media (max-width: 1200px) {
  
}
@media (max-width: 990px) {
  
}
@media (max-width: 768px) {
  
}
@media (max-width: 640px) {
  
}

/* 详情页 */
.xypg_product_detail {
  margin-top: 14px;
  border-top: 2px solid #f3f3f3;
  padding-top: 4.1%;
}
.xypg_product_detail_tit {

}
.xypg_product_detail_tit h2 {
  text-align: center;
  display: block;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #212529;
}
.xypg_product_detail_con {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3.2%;
}
.xypg_product_detail_img {
  width: 40.2%;
  background-color: #f3f3f3;
  border: 1px solid #777785;
}
.xypg_product_detail_img img {
  width: 100%;
}
.xypg_product_detail_text {
  width: 56.6%;
}
.xypg_product_detail_text_ul {

}
.xypg_product_detail_text_ul dl {
  display: flex;
  justify-content: flex-start;
  align-items: unset;
  margin-bottom: 5px;
}
.xypg_product_detail_text_ul dt {
  background-color: #eeeeee;
  width: 34.2%;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #777785;
  padding: 0.56em 1em;
  text-align: right;
}
.xypg_product_detail_text_ul .lan dt {
  color: #00bfff;  
}
.xypg_product_detail_text_ul dd {
  width: 65.8%;
  background-color: #fafafa;  
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #212529;
  padding: 0.56em 1em;
  text-align: left;
}
.xypg_product_detail_text_ul dd select {
  
}
.xypg_product_detail_text_ul dd a {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.35em auto;
  background-image: url("//cdn.myxypt.com/9e6e9396/23/03/0dbef13a8c37a9d91f97a5a3413c1eca146e314d.png");
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #212529;
  padding-left: 1.6em;
  margin-left: 1.8em;
}
.xypg_product_detail_text_more {
  display: block;
  background-color: #fafafa;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0px;
  color: #212529;
  padding: 0.56em 1em;
  text-align: center;
}

.xypg_product_detail .product-detail-tab {
  margin-top: 4.7%;
}
.xypg_product_detail .product-detail-tabli {
  border: none;
  position: relative;
  z-index: 20;
  font-size: 0;
  height: auto;
}
.xypg_product_detail .product-detail-tab .product-detail-tabli li {
  background-color: #f3f3f3;
  border: solid 1px #e5e5e5;  
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 3;
  letter-spacing: 0px;
  color: #212529;
  position: relative;
  width: auto;
  padding: 0 1.4em 0 1em;
}
.xypg_product_detail .product-detail-tab .product-detail-tabli li:nth-child(n+2) {
  border-left: none;
}
.xypg_product_detail .product-detail-tab .product-detail-tabli li::before {
  content: "";
  position: static;
  margin: 0;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background-color: #00bfff;
  border: none;
  margin-right: 1em;
}
.xypg_product_detail .product-detail-tabli li.on {
  color: #00bfff;
}
.xypg_product_detail .product-detail-tabbox {
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  position: relative;
  z-index: 10;
  margin-top: -1px;
}
.xypg_product_detail .xypg-detail-file-dwon li .list-con {
  padding: 8px 12px;
}
.xypg_product_detail .xypg-detail-file-dwon li .list-con p {

}
.xypg_product_detail .xypg-detail-file-dwon li .list-con a {
  margin-top: 2px;
}
.xypg_product_detail .pull-right {
  margin-top: 15px;
}

@media (max-width: 1375px) {
  .xypg_product_detail_tit h2 {
    font-size: 32px;
  }
  .xypg_product_detail_text_ul dt,
  .xypg_product_detail_text_ul dd,
  .xypg_product_detail_text_more {
    font-size: 14px;
  }
  .xypg_product_detail_text_ul dd a {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .xypg_product_detail_tit h2 {
    font-size: 28px;
  }
  .xypg_product_detail_con {
    flex-flow: column;
  }
  .xypg_product_detail_img {
    width: 100%;
  }
  .xypg_product_detail_img img {
    max-height: 300px;
    object-fit: contain;
  }
  .xypg_product_detail_text {
    width: 100%;
  margin-top: 20px;
  }
}
@media (max-width: 990px) {
  
}
@media (max-width: 768px) {
  
}
@media (max-width: 640px) {
  .xypg_product_detail_tit h2 {
    font-size: 24px;
  }
  .xypg_product_detail {
    margin-top: 8px;
    padding-top: 20px;
  }
  .xypg_product_detail_con {
    margin-top: 15px;
  }
  .xypg_product_detail_text_ul dt, 
  .xypg_product_detail_text_ul dd, 
  .xypg_product_detail_text_more {
    font-size: 13px;
  }
  .xypg_product_detail_text_ul dt,
  .xypg_product_detail_text_ul dd,
  .xypg_product_detail_text_more {
    padding: 0.4em 0.8em;
  }
  .xypg_product_detail_text_ul dt {
    width: 40%;
  }
  .xypg_product_detail_text_ul dd {
    width: 60%;
  }
  .xypg_product_detail_text_ul dd a {
    background-size: 1em auto;
    padding-left: 1.3em;
    margin-left: 1.5em;
  }
  .xypg_product_detail .product-detail-tab .product-detail-tabli li {
    font-size: 13px;
  }
  .xypg_product_detail .product-detail-tab .product-detail-tabli li::before {
    margin-right: 0.4em;
  }
}

/* 产品 end */

/* 专题页 start */
/* 专题页 end */

@media (max-width: 1375px) {
  
  
}
@media (max-width: 1200px) {
  
}
@media (max-width: 990px) {
  
}
@media (max-width: 768px) {
  
}
@media (max-width: 640px) {
  
}