.w1400 {
  width: 1400px;
  margin: 0 auto;
}

.page_banner img {
  width: 100%;
}

.h_position {
  font-size: 12px;
  color: #666666;
  padding: 15px 0;
}

.h_position .w1400 {
  display: flex;
  align-items: center;
}

.h_position .w1400 em {
  display: flex;
  margin-right: 9px;
}

.h_position .w1400 span {
  margin: 0 5px;
}

.h_position a:last-child {
  color: #f18101;
}

.h_smlists_content {
  padding: 45px 0 74px;
}

.h_smlists_content .h_sm_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.h_smlists_content .h_sm_item .h_img {
  width: 35.71%;
  min-height: 400px;
  background-color: #ffffff;

  border: solid 1px #f9f9f9;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.h_smlists_content .h_sm_item .h_img img {
  width: 100%;
 
  height: 100%;
}

.h_smlists_content .h_sm_item .h_text {
  width: 54.3%;
}

.h_smlists_content .h_sm_item .h_text .h_name {
  font-size: 30px;
  color: #f18101;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.h_smlists_content .h_sm_item .h_text .h_name::after {
  width: 40px;
  height: 2px;
  background: #f18101;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}

.h_smlists_content .h_sm_item .h_text .h_desp {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}

.h_smlists_content .h_sm_item .h_text .h_desp p {
  position: relative;
  padding-left: 15px;
}

.h_smlists_content .h_sm_item .h_text .h_desp p::before {
  width: 4px;
  height: 4px;
  background-color: #f18101;
  content: "";
  top: 14px;
  left: 0;
  position: absolute;
  border-radius: 100%;
}

.h_smlists_content .h_sm_item .h_text .h_more {
  margin-top: 56px;
}

.h_smlists_content .h_sm_item .h_text .h_more a {
  font-size: 18px;
  line-height: 45px;
  color: #f18101;
  border-radius: 4px;
  padding: 0 33px;
  display: inline-block;
  border: solid 2px #f18101;
}

.h_smlists_content .h_sm_item:hover .h_img {
  border: solid 1px #f18101;
}

.h_smlists_content .h_sm_item:hover .h_more a {
  background: #f18101;
  color: #ffffff;
}

#pagesize {
  text-align: center;
}

#pagesize li {
  display: inline-block;
}

#pagesize li a {
  font-size: 14px;
  line-height: 17px;
  color: #999999;
  padding: 0 2px;
}

#pagesize li a:hover, #pagesize li a.active {
  color: #f18101;
}

#pagesize li:first-child a, #pagesize li:last-child a {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: solid 1px #c2c2c2;
  display: inline-block;
  color: #c2c2c2;
  line-height: 17px;
}

#pagesize li:last-child a {
  color: #f18101;
  border-color: #f18101;
}

.h_support_content {
  margin: 44px 0 60px;
}

.h_support_content .w1400 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.h_support_content .w1400 .h_s_left {
  width: 169px;
}

.h_support_content .w1400 .h_s_left ul li a {
  font-size: 18px;
  line-height: 50px;
  color: #333333;
  display: block;
  background-color: #f3f3f3;
  padding: 0 23px;
  font-weight: bold;
}

.h_support_content .w1400 .h_s_left ul li.hover a, .h_support_content .w1400 .h_s_left ul li:hover a {
  background-color: #f18101;
  color: #ffffff;
}

.h_support_content .w1400 .h_s_right {
  width: calc(100% - 213px);
}

.h_support_content .w1400 .h_s_right .h_content img {
  max-width: 100%;
}
.h_support_content .w1400 .h_s_right .h_content table{
  width: 100%;
  background: #f2f2f2;
}
.h_support_content .w1400 .h_s_right .h_content table td{
  border: 1px solid #ffffff;
  padding: 8px 10px !important;
}
.h_support_content .w1400 .h_s_right .h_content p {
  line-height: 30px;
  font-size: 16px;
  color: #333333;
}

.h_support_content .w1400 .h_s_right .h_content p strong {
  font-weight: bold;
}

.h_proInfo {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 73px 50px 46px;
}

.h_proInfo .h_pro_imgs {
  width: 456px;
  position: relative;
}

.h_proInfo .h_pro_imgs .gallery-top {
  position: unset;
}

.h_proInfo .h_pro_imgs .gallery-top .swiper-slide {
  padding: 40px;
  text-align: center;
}

.h_proInfo .h_pro_imgs .gallery-top .swiper-slide img {
  max-width: 100%;
  max-height: 250px;
}

.h_proInfo .h_pro_imgs .gallery-thumbs {
  width: 360px;
}

.h_proInfo .h_pro_imgs .gallery-thumbs .swiper-slide {
  width: 110px;
  height: 70px;
  background-color: #f9f9f9;
  border-radius: 3px;
  border: solid 1px #001a43;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.h_proInfo .h_pro_imgs .gallery-thumbs .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}

.h_proInfo .h_pro_imgs .gallery-thumbs .swiper-slide-thumb-active {
  border: solid 1px #f18101;
}

.h_proInfo .h_proInfo_text {
  width: 746px;
}

.h_proInfo .h_proInfo_text h3 {
  font-size: 30px;
  font-weight: bold;
  color: #f18101;
  position: relative;
  padding-bottom: 14px;
}

.h_proInfo .h_proInfo_text h3::after {
  width: 40px;
  height: 2px;
  background: #f18101;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}

.h_proInfo .h_proInfo_text .h_pi_desp {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  padding-top: 46px;
}

.h_proInfo .h_proInfo_text .h_pi_desp p {
  position: relative;
  padding-left: 14px;
}

.h_proInfo .h_proInfo_text .h_pi_desp p::before {
  width: 4px;
  height: 4px;
  background-color: #f18101;
  border-radius: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
}

.h_proInfo .swiper-button-next,
.h_proInfo .swiper-button-prev {
  bottom: 25px;
  top: unset;
  width: 20px;
  height: 20px;
  opacity: 1 !important;
}

.h_proInfo .swiper-button-next {
  background: url("../images/huan/icon_next_hover.png") no-repeat;
  background-size: cover;
}

.h_proInfo .swiper-button-prev {
  background: url("../images/huan/icon_prev_hover.png") no-repeat;
  background-size: cover;
}

.h_proInfo .swiper-button-next.swiper-button-disabled {
  background: url("../images/huan/icon_next.png") no-repeat;
  background-size: cover;
}

.h_proInfo .swiper-button-prev.swiper-button-disabled {
  background: url("../images/huan/icon_prev.png") no-repeat;
  background-size: cover;
}

.h_proInfo_tab ul {
  margin: 47px 0 38px;
}

.h_proInfo_tab ul li {
  display: inline-block;
  width: 200px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 4px;
  font-size: 24px;
  line-height: 50px;
  color: #666666;
  text-align: center;
}

.h_proInfo_tab ul li.hover, .h_proInfo_tab ul li:hover {
  background-color: #f18101;
  color: #ffffff;
  cursor: pointer;
}

.h_proInfo_tab .h_tab_content {
  margin-bottom: 74px;
}

.h_proInfo_tab .h_tab_content .h_con {
  display: none;
}

.h_proInfo_tab .h_tab_content .h_con img {
  max-width: 100%;
}

.h_proInfo_tab .h_tab_content .h_con.hover {
  display: block;
}

.h_proInfo_tab .h_video {
  background: #eeeeee;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
}
.h_proInfo_tab .h_video video{
  width: 100%;
}
.h_productCate {
  margin: 40px 0 20px;
}

.h_productCate ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.h_productCate ul li {
  width: 48.57%;
  background-color: #f9f9f9;
  border-radius: 8px;
  border: solid 1px #001a43;
  margin-bottom: 40px;
}

.h_productCate ul li .h_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 268px;
  padding: 15px 0;
}

.h_productCate ul li .h_img img {
  max-width: 100%;
  max-height: 100%;
}

.h_productCate ul li .h_title {
  text-align: center;
  font-size: 24px;
  color: #000000;
  position: relative;
  padding: 4px 0 19px;
  margin-bottom: 23px;
}

.h_productCate ul li .h_title::after {
  width: 24px;
  height: 2px;
  background-color: #f18101;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.h_productCate ul li:hover {
  border: solid 1px #f18101;
}

.h_productCate ul li:hover .h_title {
  color: #f18101;
}
@media (max-width: 1399px) {
  .w1400 {
    width: 100%;
    padding: 0 15px;
  }
}

@media (max-width: 1199px) {
  .h_smlists_content .h_sm_item .h_img {
    width: 40%;
  }
  .h_proInfo .h_proInfo_text {
    padding-left: 15px;
  }
  .h_proInfo {
    padding: 0 23px 50px 46px;
  }
  .h_proInfo_tab .h_video video {
    max-width: 100%;
  }
  .h_productCate ul li .h_img {
    height: 188px;
  }
}

@media (max-width: 990px) {
  .h_smlists_content .h_sm_item .h_text .h_name {
    font-size: 26px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .h_proInfo {
    flex-wrap: wrap;
  }
  .h_proInfo .h_pro_imgs {
    margin: 0 auto;
  }
  .h_proInfo .h_proInfo_text {
    padding-left: 0;
    margin-top: 30px;
  }
  .h_proInfo_tab ul li {
    width: 168px;
  }
  .h_productCate ul li .h_img {
    height: 158px;
  }
}

@media (max-width: 767px) {
  .h_smlists_content .h_sm_item {
    flex-wrap: wrap;
    margin-bottom: 8vw;
  }
  .h_smlists_content .h_sm_item .h_img {
    width: 100%;
    min-height: auto;
    padding: 15%;
  }
  .h_smlists_content .h_sm_item .h_text {
    width: 100%;
    margin: 3vw 0 0;
  }
  .h_smlists_content .h_sm_item .h_text .h_name {
    font-size: 16px;
    margin-bottom: 4vw;
  }
  .h_smlists_content .h_sm_item .h_text .h_desp {
    font-size: 14px;
    line-height: 24px;
  }
  .h_smlists_content .h_sm_item .h_text .h_desp p::before {
    top: 10px;
  }
  .h_smlists_content .h_sm_item .h_text .h_more {
    margin-top: 4vw;
  }
  .h_smlists_content .h_sm_item .h_text .h_more a {
    font-size: 15px;
    line-height: 36px;
    padding: 0 25px;
  }
  .h_smlists_content {
    padding: 2vw 0 5vw;
  }
  .h_support_content .w1400 {
    flex-wrap: wrap;
  }
  .h_support_content .w1400 .h_s_left {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
  }
  .h_support_content .w1400 .h_s_left ul {
    width: 200%;
    display: flex;
    justify-content: space-between;
    background: #f3f3f3;
  }
  .h_support_content .w1400 .h_s_left ul li {
    display: inline-block;
  }
  .h_support_content .w1400 .h_s_left ul li a {
    font-size: 14px;
    line-height: 39px;
    padding: 0 15px;
    white-space: nowrap;
  }
  .h_support_content .w1400 .h_s_right {
    width: 196%;
    margin-top: 4vw;
  }
  .h_support_content {
    margin: 2vw 0 6vw;
  }
  .h_support_content .w1400 .h_s_right .h_content p {
    line-height: 25px;
    font-size: 14px;
    color: #333333;
  }
  .h_proInfo {
    padding: 0 15px 20px;
  }
  .h_proInfo .h_pro_imgs {
    width: 100%;
  }
  .h_proInfo .h_pro_imgs .gallery-thumbs {
    width: 90%;
  }
  .h_proInfo .swiper-button-next {
    right: -10px;
  }
  .h_proInfo .swiper-button-prev {
    left: -10px;
  }
  .h_proInfo .h_pro_imgs .gallery-thumbs .swiper-slide {
    height: 50px;
  }
  .h_proInfo .swiper-button-next, .h_proInfo .swiper-button-prev {
    bottom: 14px;
  }
  .h_proInfo .h_proInfo_text h3 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .h_proInfo .h_proInfo_text .h_pi_desp {
    font-size: 14px;
    line-height: 25px;
    padding-top: 16px;
  }
  .h_proInfo_tab ul {
    display: flex;
  }
  .h_proInfo_tab ul li {
    width: 24%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .h_proInfo_tab ul {
    margin: 27px 0 18px;
  }
  .h_proInfo_tab .h_tab_content {
    margin-bottom: 34px;
  }
  .h_productCate ul li .h_img {
    height: 98px;
  }
  .h_productCate ul li .h_title {
    font-size: 17px;
    padding: 4px 0 9px;
    margin-bottom: 13px;
  }
  .h_productCate ul li {
    margin-bottom: 20px;
  }
  .h_productCate {
    margin: 0 0 20px;
  }

}
.h_new_position .w1400{
  align-items: center;
  justify-content: space-between;
}
.h_new_position .am_o_left{
  display: flex;
}
.h_new_position .am_o_left em{
  display: inline-flex;
  align-items: center;
}
.h_new_position .am_o_left em img{
  width: 11px;
	height: 10px;
}