@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html, body,textarea {
  font-family: Arial,Microsoft Yahei;
}

ul, li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

input {
  outline: none;
  border: none;
  background: unset;
}

h3 {
  font-weight: normal;
}

.ellipsis1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}

input::-webkit-input-placeholder {
  /* WebKit browsers */
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
}

input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
}

@keyframes mySecond {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}

/* Firefox */

@-moz-keyframes mySecond {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}

/* Safari and Chrome */

@-webkit-keyframes mySecond {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}

/* Opera */

@-o-keyframes mySecond {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}

@keyframes myfirst {
  from {
    top: -5px;
  }
  to {
    top: 0;
  }
}

/* Firefox */

@-moz-keyframes myfirst {
  from {
    top: -5px;
  }
  to {
    top: 0;
  }
}

/* Safari and Chrome */

@-webkit-keyframes myfirst {
  from {
    top: -5px;
  }
  to {
    top: 0;
  }
}

/* Opera */

@-o-keyframes myfirst {
  from {
    top: -5px;
  }
  to {
    top: 0;
  }
}

@media (max-width: 1024px) {
  .txt_wrap {
    float: left !important;
    width: 50% !important;
  }
  .new-map-bottom .img_wrap {
    float: left !important;
    width: 50% !important;
  }
  html {
    font-size: 100px;
  }
  body {
    font-size: 14px;
  }
  .pc-map {
    display: none;
  }
  .map-item-wrapper {
    display: none;
  }
  .map-img {
    width: 100%;
    margin: 20px 0;
    display: block !important;
  }
  .new-map-bottom .img_wrap img {
    width: 100%;
  }
  .new-map-bottom .img_wrap {
    width: 100%;
    margin-top: 10px;
  }
  .new-map-bottom {
    padding: 20px;
    background: #fff;
    width: 75%;
    margin: 0 auto;
  }
  .new-map-container {
    display: block !important;
    padding-bottom: 20px;
    background: #fff;
  }
  .new-map-container .swiper-button-next {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/index_right_ed.png);
    right: 20px;
    bottom: 10px;
    left: initial;
    top: initial;
  }
  .new-map-container .swiper-button-prev.aa.bb.cc {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/index_left_ed.png);
    right: 60px;
    bottom: 10px;
    left: initial;
    top: initial;
  }
  .jituanjieshao_center .part_two .part_two_container .map .wrap .top {
    display: none;
  }
  .jituanjieshao_center .part_two .part_two_container .map .wrap .bottom {
    box-sizing: border-box;
    width: 100%;
    height: initial;
  }
  .jituanjieshao_center .part_two .part_two_container .map .wrap .bottom .txt_wrap {
    float: initial;
    width: 100%;
  }
  .jituanjieshao_center .part_two .part_two_container .map .wrap .bottom .img_wrap {
    float: initial;
    width: 100%;
  }
  .jituanjieshao_center .part_two .part_two_container .map .wrap {
    position: initial;
    margin: 5px auto;
    width: 90%;
  }
}

.new-map-container {
  display: none;
}

.map-img {
  display: none;
}

.search_pop {
  width: 100%;
  position: absolute;
  background: #b0b2cd52;
  background: #fff;
  height: 100px;
  top: 153px;
  z-index: 100;
  border-top: 1px solid #dcdcdc;
  display: none;
}

.search_pop .search_pop_container {
  width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.search_pop .search_pop_container .search_btn {
  width: 150px;
  height: 60px;
  border-radius: 30px;
  background: #e3202c;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  margin-left: 50px;
}

.search_pop .search_pop_container input {
  width: 600px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #dcdcdc;
  border-radius: 30px;
  margin-top: 20px;
  font-size: 18px;
  color: #333;
  padding-left: 30px;
}

.search_pop .search_pop_container input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 18px;
  color: #333;
}

.search_pop .search_pop_container input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 18px;
  color: #333;
}

.search_pop .search_pop_container input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 18px;
  color: #333;
}

.search_pop .search_pop_container input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 18px;
  color: #333;
}

.menu_pop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  display: none;
}

.menu_pop .menu_pop_container {
  width: 75%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  overflow-y: auto;
}

.menu_pop .menu_pop_container .call {
  float: initial;
  position: absolute;
  top: 0.1rem;
  left: 0.2rem;
}

.menu_pop .menu_pop_container .call .call_icon {
  display: inline-block;
  width: 17px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/call.png");
  vertical-align: middle;
  margin-right: 15px;
}

.menu_pop .menu_pop_container .call .span_2 {
  vertical-align: middle;
  font-size: 14px;
  color: #333;
}

.menu_pop .menu_pop_container .call .span_3 {
  vertical-align: middle;
  font-size: 24px;
  color: #cf000d;
  display: block;
}

.menu_pop .menu_pop_container .close {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/close.png");
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
}

.menu_pop .menu_pop_container .list {
  margin-top: 0.8rem;
  font-size: 0.16rem;
}

.menu_pop .menu_pop_container .list li.selected .level_1_txt {
  color: #e3202c;
}

.menu_pop .menu_pop_container .list li {
  line-height: 0.4rem;
  border-bottom: 1px solid #dcdcdc;
  padding: 0 0.2rem 0 0.3rem;
}

.menu_pop .menu_pop_container .list li .level_2 {
  display: none;
}

.menu_pop .menu_pop_container .list li .level_2>li:last-child {
  border-bottom: none;
}

.menu_pop .menu_pop_container .list li .level_2 li {
  padding-left: 0.1rem;
}

.menu_pop .menu_pop_container .list li .level_2 li a {
  color: #888;
}

.menu_pop .menu_pop_container .list li a {
  display: block;
}

.menu_pop .menu_pop_container .list li .more_icon {
  display: inline-block;
  width: 0.09rem;
  height: 0.17rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/hxl_popup_more.png");
  float: right;
  margin-top: 0.1rem;
}

.menu_pop .menu_pop_shadow {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.hxl_header .header_top {
  border-bottom: 1px solid #dcdcdc;
}

.hxl_header .header_top .header_top_container {
  width: 1400px;
  height: 66px;
  margin: 0 auto;
  padding-top: 34px;
  overflow: hidden;
}

.hxl_header .header_top .header_top_container .logo {
  display: block;
  float: left;
  width: 228px;
  height: 35px;
}

.hxl_header .header_top .header_top_container .logo img {
  width: 100%;
}

.hxl_header .header_top .header_top_container .call {
  float: right;
}

.hxl_header .header_top .header_top_container .call .call_icon {
  display: inline-block;
  width: 17px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/call.png");
  vertical-align: middle;
  margin-right: 15px;
}

.hxl_header .header_top .header_top_container .call .span_2 {
  vertical-align: middle;
  font-size: 14px;
  color: #333;
}

.hxl_header .header_top .header_top_container .call .span_3 {
  vertical-align: middle;
  font-size: 24px;
  color: #cf000d;
}

.hxl_header .header_bottom {
  position: relative;
}

.hxl_header .header_bottom .header_bottom_container {
  width: 1400px;
  margin: 0 auto;
}

.hxl_header .header_bottom .header_bottom_container .list {
  float: left;
  overflow: hidden;
}

.hxl_header .header_bottom .header_bottom_container .list>li:last-child {
  margin-right: 0;
}

.hxl_header .header_bottom .header_bottom_container .list li.selected {
  border-bottom: 2px solid #e3202c;
  color: #e3202c;
}

.hxl_header .header_bottom .header_bottom_container .list li.selected a {
  color: #e3202c;
}

.hxl_header .header_bottom .header_bottom_container .list li {
  float: left;
  width: 110px;
  height: 50px;
  margin-right: 32px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #333;
}

.hxl_header .header_bottom .header_bottom_container .list li .down {
  display: none;
  position: absolute;
  top: 52px;
  text-align: center;
  width: 100%;
  background: #fff;
  border-top: 1px solid #dcdcdc;
  left: 0;
  z-index: 9;
}

.hxl_header .header_bottom .header_bottom_container .list li .down .down_container {
  width: 1280px;
  margin: 0 auto;
}

.hxl_header .header_bottom .header_bottom_container .list li .down a {
  padding: 20px;
  font-size: 16px;
  color: #333;
  margin-right: 30px;
  word-break: keep-all;
  display: inline-block;
}

.hxl_header .header_bottom .header_bottom_container .list li .down a:hover {
  color: #e3202c;
}

.hxl_header .header_bottom .header_bottom_container .list li a {
  display: block;
  height: 100%;
  font-size: 16px;
  color: #333;
}

.hxl_header .header_bottom .header_bottom_container .right {
  float: right;
}

.icon_circle_wrap .item {
  overflow: hidden;
}

.icon_circle_wrap {
  display: none;
  position: absolute;
  top: 44px;
  left: -55px;
  z-index: 99;
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 3px 0px #e5e5e5;
  width: 120px;
  max-height: 165px;
  overflow: hidden;
}

.item-icon img {
  width: 100%;
  vertical-align: middle;
}

.item-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}

.item-txt {
  float: left;
  word-break: keep-all;
}

.hxl_header .header_bottom .header_bottom_container .right .icon_circle {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #d8d6d6;
  line-height: 35px;
  text-align: center;
  margin-top: 7px;
  margin-left: 22px;
}

.hxl_header .header_bottom .header_bottom_container .right .icon_circle .china {
  display: inline-block;
  width: 19px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* background-image: url("../images/china.png"); */
  margin-top: 10px;
}

.hxl_header .header_bottom .header_bottom_container .right .icon_circle .search {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/search.png");
  margin-top: 10px;
}

.hxl_footer {
  background: #f9f9f9;
  padding: 70px 0 36px;
  overflow: hidden;
}

.hxl_footer .hxl_footer_container {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

.hxl_footer .hxl_footer_container .footer_left {
  float: left;
}

.hxl_footer .hxl_footer_container .footer_left .top {
  overflow: hidden;
}

.hxl_footer .hxl_footer_container .footer_left .top .item_wrap {
  float: left;
  margin-right: 75px;
}

.hxl_footer .hxl_footer_container .footer_left .top .item_wrap h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
}

.hxl_footer .hxl_footer_container .footer_left .top .item_wrap a {
  font-size: 14px;
  color: #888;
  display: block;
  line-height: 30px;
}

.hxl_footer .hxl_footer_container .footer_left .top .item_wrap a:hover {
  color: #e3202c;
}

.hxl_footer .hxl_footer_container .footer_left .bottom {
  font-size: 14px;
  color: #777;
  margin-top: 70px;
}

.hxl_footer .hxl_footer_container .footer_right {
  float: right;
}

.hxl_footer .hxl_footer_container .footer_right .bottom {
  margin-top: 90px;
}

.hxl_footer .hxl_footer_container .footer_right .bottom .txt_p {
  font-size: 16px;
  color: #555;
}

.hxl_footer .hxl_footer_container .footer_right .bottom .txt_span {
  font-size: 20px;
  color: #cf000d;
}

.float_pop {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 12;
  margin-top: -150px;
  background: #fff;
  font-size: 14px;
}

.float_pop .item:hover {
  background: #e3202c;
}

.float_pop>.item:last-child {
  margin-bottom: 0;
}

.float_pop .item {
  width: 80px;
  height: 100px;
  background: #666;
  display: table;
  text-align: center;
  margin-bottom: 1px;
}

.float_pop .item .wrap {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

.float_pop .item .icon_1 {
  display: inline-block;
  width: 23px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/slidebar_1.png");
  margin-bottom: 5px;
}

.hxl_index_banner {
  width: 100%;
}

.hxl_index_banner img {
  width: 100%;
}

.hxl_index_banner .swiper-pagination-bullet-active {
  background: #e3202c;
}

.pager {
  text-align: center;
}

.pager .pager_container {
  line-height: 40px;
  font-size: 16px;
  color: #888;
}

.pager .pager_container .num_wrap {
  display: inline;
}

.pager .pager_container a.selected {
  background: #e3202c;
  color: #fff;
  border: 1px solid #e3202c;
}

.pager .pager_container a:hover {
  background: #e3202c;
  color: #fff;
  border: 1px solid #e3202c;
}

.pager .pager_container a {
  display: inline-block;
  margin-right: 20px;
  background: #fff;
}

.pager .pager_container .hf {
  width: 69px;
  height: 40px;
  border: 1px solid #b5b5b5;
  border-radius: 20px;
}

.pager .pager_container .num {
  width: 40px;
  height: 40px;
  border: 1px solid #b5b5b5;
  border-radius: 20px;
}

.hxl_product {
  padding-bottom: 40px;
  background: #fff;
}

.hxl_product .product_txt {
  text-align: center;
  padding: 30px 0;
  font-size: 24px;
  color: #888;
}

.hxl_product .product_txt .selected {
  color: #e3202c;
}

.hxl_product .product_txt .product-toggle {
  cursor: pointer;
}

.hxl_product .product_txt .product-toggle-home::after {
  content: '/';
  margin: 0 20px;
  font-size: 24px;
  color: #888 !important;
}

.hxl_product .product_txt .center {
  margin: 0 20px;
}

.hxl_product .hxl_product_container {
  width: 1580px;
  margin: 0 auto;
  position: relative;
}

.hxl_product .hxl_product_container .swiper-button-prev {
  background-image: url("../images/index_left_ed.png");
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
}

.hxl_product .hxl_product_container .swiper-button-prev.swiper-button-disabled {
  background-image: url("../images/index_left.png");
  background-size: 40px 40px;
}

.hxl_product .hxl_product_container .swiper-button-next {
  background-image: url("../images/index_right_ed.png");
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
}

.hxl_product .hxl_product_container .swiper-button-next.swiper-button-disabled {
  background-image: url("../images/index_right.png");
  background-size: 40px 40px;
}

.hxl_product .hxl_product_container .hxl_product_banner {
  width: 1400px;
  margin: 0 auto;
}

.hxl_product .hxl_product_container .hxl_product_banner .swiper-slide:hover .txt {
  color: #e3202c;
}

.hxl_product .hxl_product_container .hxl_product_banner .swiper-slide {
  width: 12.5%;
}

.hxl_product .hxl_product_container .hxl_product_banner .swiper-slide .set_table {
  display: table;
  width: 100%;
  height: 90px;
  text-align: center;
}

.hxl_product .hxl_product_container .hxl_product_banner .swiper-slide .txt.selected {
  color: #e3202c;
}

.hxl_product .hxl_product_container .hxl_product_banner .swiper-slide .txt {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  color: #555;
}

.hxl_product .hxl_product_container .hxl_product_banner .swiper-slide .img_wrap {
  width: 100%;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
}

.hxl_product .hxl_product_container .hxl_product_banner .swiper-slide .img_wrap img {
  max-width: 100%;
  max-height: 100%;
}

.hxl_exhibition {
  padding: 70px 0;
  background: #f0f0f0;
}

.hxl_exhibition .hxl_exhibition_container {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

.hxl_exhibition .hxl_exhibition_container>.item:last-child {
  margin-right: 0;
}

.hxl_exhibition .hxl_exhibition_container .item:hover .txt_container {
  background: #e3202c !important;
}

.hxl_exhibition .hxl_exhibition_container .item:hover .txt_container .txt_h3, .hxl_exhibition .hxl_exhibition_container .item:hover .txt_container .txt_p {
  color: #fff;
}

.hxl_exhibition .hxl_exhibition_container .item {
  float: left;
  margin-right: 75px;
}

.hxl_exhibition .hxl_exhibition_container .item .img_wrap {
  width: 415px;
  height: 274px;
}

.hxl_exhibition .hxl_exhibition_container .item .img_wrap img {
  width: 100%;
}

.hxl_exhibition .hxl_exhibition_container .item .txt_container {
  width: 335px;
  height: 117px;
  padding: 52px 40px 60px;
  text-align: center;
  background: #fff;
}

.hxl_exhibition .hxl_exhibition_container .item .txt_container .txt_h3 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 25px;
}

.hxl_exhibition .hxl_exhibition_container .item .txt_container .txt_p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
}

.hxl_exhibition .hxl_exhibition_container .item .txt_container .txt_p2 {
  margin-top: 20px;
  font-size: 14px;
  color: #666;
}

.hxl_project {
  background: #fff;
  padding: 18px 0 0;
}

.hxl_project .hxl_project_container {
  width: 1580px;
  margin: 0 auto;
  position: relative;
}

.hxl_project .hxl_project_container .swiper-button-prev {
  background-image: url("../images/index_left_ed.png");
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
}

.hxl_project .hxl_project_container .swiper-button-prev.swiper-button-disabled {
  background-image: url("../images/index_left.png");
  background-size: 40px 40px;
}

.hxl_project .hxl_project_container .swiper-button-next {
  background-image: url("../images/index_right_ed.png");
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
}

.hxl_project .hxl_project_container .swiper-button-next.swiper-button-disabled {
  background-image: url("../images/index_right.png");
  background-size: 40px 40px;
}

.hxl_project .hxl_project_container .title {
  position: relative;
}

.hxl_project .hxl_project_container .title .title_left {
  position: absolute;
  top: 30px;
  left: 0;
}

.hxl_project .hxl_project_container .title .title_left .icon {
  display: inline-block;
  width: 28px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/index_icon_1.png");
  vertical-align: middle;
  margin-right: 15px;
}

.hxl_project .hxl_project_container .title .title_left .title_txt {
  vertical-align: middle;
  font-size: 24px;
  color: #333;
}

.hxl_project .hxl_project_container .project_container {
  width: 1580px;
  margin: 10px auto 0;
  position: relative;
}

.hxl_project .hxl_project_container .project_container .hxl_project_banner {
  width: 1400px;
  margin: 0 auto;
}

.hxl_project .hxl_project_container .project_container .hxl_project_banner .swiper-slide:hover .right {
  background: #e3202c;
  transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari and Chrome */
  -o-transition: all 1s;
  /* Opera */
}

.hxl_project .hxl_project_container .project_container .hxl_project_banner .swiper-slide:hover .right .txt_h3 {
  color: #fff;
}

.hxl_project .hxl_project_container .project_container .hxl_project_banner .swiper-slide:hover .right .see_detail {
  border: 1px solid #fff;
}

.hxl_project .hxl_project_container .project_container .hxl_project_banner .swiper-slide:hover .right .see_detail span {
  background: #fff;
  color: #e3202c;
}

.hxl_project .hxl_project_container .project_container .hxl_project_banner .swiper-slide {
  width: 467px;
  height: 180px;
  overflow: hidden;
}

.hxl_project .hxl_project_container .project_container .hxl_project_banner .swiper-slide .img_wrap {
  float: left;
  width: 250px;
  height: 180px;
}

.hxl_project .hxl_project_container .project_container .hxl_project_banner .swiper-slide .img_wrap img {
  width: 100%;
}

.hxl_project .hxl_project_container .project_container .hxl_project_banner .swiper-slide .right {
  padding: 35px 18px 28px;
  float: left;
  width: 180px;
  height: 117px;
  background: #fff;
}

.hxl_project .hxl_project_container .project_container .hxl_project_banner .swiper-slide .right .txt_h3 {
  font-size: 18px;
  color: #333;
}

.hxl_project .hxl_project_container .project_container .hxl_project_banner .swiper-slide .right .see_detail {
  display: block;
  width: 120px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #e3202c;
  margin-top: 65px;
}

.hxl_project .hxl_project_container .project_container .hxl_project_banner .swiper-slide .right .see_detail span {
  display: block;
  width: 108px;
  height: 36px;
  background: #e3202c;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.hxl_project .hxl_project_container .project_container .hxl_project_bottom_banner {
  width: 1400px;
  margin: 20px auto;
}

.hxl_project .hxl_project_container .project_container .hxl_project_bottom_banner .swiper-wrapper .swiper-slide {
  width: 200px;
  height: 90px;
  display: table;
  margin-right: 20px;
  margin-left: 20px;
}

.hxl_project .hxl_project_container .project_container .hxl_project_bottom_banner .swiper-wrapper .swiper-slide .img_wrap {
  width: 200px;
  height: 90px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.hxl_project .hxl_project_container .project_container .hxl_project_bottom_banner .swiper-wrapper .swiper-slide .img_wrap img {
  max-height: 100%;
  max-width: 100%;
}

.hxl_project .hxl_project_container .project_container .hxl_project_bottom_banner .swiper-wrapper>.swiper-slide:nth-child(2n) {
  width: 200px;
  height: 90px;
}

.hxl_contack {
  background: #f0f0f0;
}

.hxl_contack .hxl_contack_container {
  width: 1580px;
  margin: 0 auto;
  padding-bottom: 85px;
}

.hxl_contack .hxl_contack_container .title {
  height: 90px;
  margin-bottom: 40px;
}

.hxl_contack .hxl_contack_container .main {
  overflow: hidden;
  width: 1400px;
  margin: 0 auto;
}

.hxl_contack .hxl_contack_container .main>.item:last-child {
  margin-right: 0;
}

.hxl_contack .hxl_contack_container .main .item:hover {
  background: #e3202c;
}

.hxl_contack .hxl_contack_container .main .item:hover .item_wrap {
  color: #fff;
}

.hxl_contack .hxl_contack_container .main .item {
  display: block;
  float: left;
  width: 323px;
  height: 170px;
  background: #f6f6f6;
  padding: 50px 0;
  display: table;
  text-align: center;
  margin-right: 36px;
}

.hxl_contack .hxl_contack_container .main .item .item_wrap {
  font-size: 24px;
  color: #333;
  display: table-cell;
  vertical-align: middle;
}

.hxl_contack .hxl_contack_container .main .item .item_wrap .img_wrap {
  height: 100px;
  margin-bottom: 15px;
}

.hxl_contack .hxl_contack_container .main .item .item_wrap .img_wrap img {
  max-height: 100%;
}

.hxl_contack.server_server {
  background: #fff;
}

.hxl_contack.server_server .hxl_contack_container {
  padding: 80px 0;
}

.hxl_center .title_wrap {
  position: relative;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hxl_center .title_wrap img {
  width: 100%;
  display: block;
}

.hxl_center .title_wrap .txt {
  font-size: 48px;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 13%;
  font-weight: bold;
}

.hxl_center .location {
  background: #f8f8f8;
  /*   line-height: 70px; */
}

.hxl_center .location .location_container {
  width: 1400px;
  margin: 0 auto;
  font-size: 14px;
  color: #888;
}

.hxl_center .location .location_container span {
  margin-right: 10px;
}

.hxl_center .location .location_container .selected {
  color: #e3202c;
}

.hxl_rinnai {
  padding-bottom: 20px;
}

.hxl_rinnai .rinnai_classify {
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
  line-height: 64px;
}

.hxl_rinnai .rinnai_classify .rinnai_classify_container {
  width: 1400px;
  margin: 0 auto;
  font-size: 16px;
  color: #333;
  overflow: hidden;
}

.hxl_rinnai .rinnai_classify .rinnai_classify_container .item.selected {
  background: #e3202c;
  color: #fff;
}

.hxl_rinnai .rinnai_classify .rinnai_classify_container .item.selected:hover {
  color: #fff;
}

.hxl_rinnai .rinnai_classify .rinnai_classify_container .item:hover {
  color: #e3202c;
}

.hxl_rinnai .rinnai_classify .rinnai_classify_container .item {
  display: block;
  float: left;
  width: 33.33%;
  text-align: center;
}

.hxl_rinnai .rinnai_center .txt_h3 {
  text-align: center;
  line-height: 178px;
  font-size: 40px;
  color: #e0141c;
}

.hxl_rinnai .rinnai_center .rinnai_center_container {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

.hxl_rinnai .rinnai_center .rinnai_center_container>.item:nth-child(3n) {
  margin-right: 0;
}

.hxl_rinnai .rinnai_center .rinnai_center_container .item:hover .img_wrap img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* Internet Explorer */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
  /* Opera */
}

.hxl_rinnai .rinnai_center .rinnai_center_container .item:hover .txt_wrap {
  background: #e3202c;
}

.hxl_rinnai .rinnai_center .rinnai_center_container .item:hover .txt_wrap .p1, .hxl_rinnai .rinnai_center .rinnai_center_container .item:hover .txt_wrap .p2 {
  color: #fff;
}

.hxl_rinnai .rinnai_center .rinnai_center_container .item {
  width: 32%;
  display: block;
  margin-right: 2%;
  float: left;
  margin-bottom: 35px;
}

.hxl_rinnai .rinnai_center .rinnai_center_container .item .img_wrap {
  width: 100%;
  height: 294px;
  overflow: hidden;
}

.hxl_rinnai .rinnai_center .rinnai_center_container .item .img_wrap img {
  width: 100%;
  transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari and Chrome */
  -o-transition: all 1s;
  /* Opera */
}

.hxl_rinnai .rinnai_center .rinnai_center_container .item .txt_wrap {
  background: #f5f5f5;
  padding: 17px 17px 20px 20px;
}

.hxl_rinnai .rinnai_center .rinnai_center_container .item .txt_wrap .p1 {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.hxl_rinnai .rinnai_center .rinnai_center_container .item .txt_wrap .p2 {
  font-size: 14px;
  color: #888;
}

.hxl_product_center .product_list {
  box-shadow: 0 3px 20px 0 #ccc inset;
}

.hxl_product_center .product_list .product_list_container {
  width: 1400px;
  padding: 40px 0;
  margin: 0 auto;
}

.hxl_product_center .product_list .product_list_container .list_header .loc {
  line-height: 42px;
  float: left;
  font-size: 14px;
  color: #888;
}

.hxl_product_center .product_list .product_list_container .list_header .loc .selected {
  color: #e3202c;
}

.hxl_product_center .product_list .product_list_container .list_header .product_search_2 {
  width: 990px !important;
}

.hxl_product_center .product_list .product_list_container .list_header .product_search {
  float: right;
}

.hxl_product_center .product_list .product_list_container .list_header .product_search input {
  font-size: 14px;
  color: #999;
  width: 100%;
  height: 100%;
}

.hxl_product_center .product_list .product_list_container .list_header .product_search input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 14px;
  color: #999;
}

.hxl_product_center .product_list .product_list_container .list_header .product_search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
  color: #999;
}

.hxl_product_center .product_list .product_list_container .list_header .product_search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #999;
}

.hxl_product_center .product_list .product_list_container .list_header .product_search input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 14px;
  color: #999;
}

.hxl_product_center .product_list .product_list_container .list_header .product_search .more_wrap, .hxl_product_center .product_list .product_list_container .list_header .product_search .input_wrap {
  position: relative;
  margin-right: 30px;
  width: 200px;
  height: 44px;
  border-radius: 20px;
  line-height: 44px;
  text-align: center;
  padding: 0 20px;
  float: left;
  border: 1px solid #e5e5e5;
}

.hxl_product_center .product_list .product_list_container .list_header .product_search .more_wrap .series_wrap, .hxl_product_center .product_list .product_list_container .list_header .product_search .input_wrap .series_wrap {
  display: none;
  position: absolute;
  top: 40px;
  background: #fff;
  width: 74%;
  left: 8%;
  border: 1px solid #dcdcdc;
  z-index: 10;
  padding: 0 5%;
}

.hxl_product_center .product_list .product_list_container .list_header .product_search .more_wrap .series_wrap p, .hxl_product_center .product_list .product_list_container .list_header .product_search .input_wrap .series_wrap p {
  border-bottom: 1px solid #dcdcdc;
}

.hxl_product_center .product_list .product_list_container .list_header .product_search .more_wrap .txt, .hxl_product_center .product_list .product_list_container .list_header .product_search .input_wrap .txt {
  float: left;
  font-size: 14px;
  color: #999;
  width: 80%;
}

.hxl_product_center .product_list .product_list_container .list_header .product_search .more_wrap .more_icon, .hxl_product_center .product_list .product_list_container .list_header .product_search .input_wrap .more_icon {
  float: right;
  display: inline-block;
  width: 13px;
  height: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/down.png");
  margin-top: 16px;
}

.hxl_product_center .product_list .product_list_container .list_header .product_search .inquiry {
  float: right;
  width: 165px;
  height: 44px;
  border-radius: 20px;
  line-height: 44px;
  text-align: center;
  background: #e3202c;
  font-size: 16px;
  color: #fff;
}

.hxl_product_center .product_list .product_list_container .list_main {
  overflow: hidden;
  padding: 1%;
  margin-top: 60px;
  font-size: 0;
}

.hxl_product_center .product_list .product_list_container .list_main>.item:nth-child(4n) {
  margin-right: 0;
}

.hxl_product_center .product_list .product_list_container .list_main .item:hover {
  box-shadow: 0 0 20px 0 #ccc;
}

.hxl_product_center .product_list .product_list_container .list_main .item:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* Internet Explorer */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
  /* Opera */
}

.hxl_product_center .product_list .product_list_container .list_main .item:hover .see_detail {
  background: #e3202c;
  color: #fff;
}

.hxl_product_center .product_list .product_list_container .list_main .item {
  margin-right: 2%;
  width: 23.5%;
  min-height: 100px;
  /* float: left; */
  display: inline-block; vertical-align: top;
  margin-bottom: 40px;
  padding-bottom: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari and Chrome */
  -o-transition: all 1s;
  /* Opera */
}

.hxl_product_center .product_list .product_list_container .list_main .item .img_wrap {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.hxl_product_center .product_list .product_list_container .list_main .item .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari and Chrome */
  -o-transition: all 1s;
  /* Opera */
}

.hxl_product_center .product_list .product_list_container .list_main .item .txt_h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

.hxl_product_center .product_list .product_list_container .list_main .item .txt_p {
  font-size: 14px;
  color: #888;
}

.hxl_product_center .product_list .product_list_container .list_main .item .see_detail {
  display: block;
  width: 130px;
  height: 40px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e3202c;
  font-size: 14px;
  color: #e3202c;
  line-height: 40px;
  margin: 30px auto 0;
}

.hxl_sale_list_center .title_wrap {
  background-image: url("../images/buy_online_banner.png");
}

.hxl_common_problem_center .product_list {
  box-shadow: none;
}

.hxl_common_problem_center .product_list .product_list_container {
  padding-top: 0;
  border-top: 1px solid #dcdcdc;
  width: initial;
}

.hxl_common_problem_center .product_list .product_list_container .list_header {
  /* width: 1580px; */
  width: 1400px;
  margin: 0 auto;
}

.hxl_common_problem_center .product_list .product_list_container .list_header .product_search_2 {
  width: 800px;
  float: initial;
  margin: 50px auto 0;
  height: 50px;
}

.hxl_common_problem_center .product_list .product_list_container .hxl_product {
  background: #f5f5f5;
}

.hxl_common_problem_center .problem_list {
  margin-bottom: 90px;
}

.hxl_common_problem_center .problem_list .problem_list_container {
  width: 1400px;
  margin: 0 auto;
  display: none;
}

.hxl_common_problem_center .problem_list .problem_list_container .item.selected .question {
  background: #e3202c;
}

.hxl_common_problem_center .problem_list .problem_list_container .item.selected .question .txt {
  color: #fff;
}

.hxl_common_problem_center .problem_list .problem_list_container .item.selected .question .icon {
  display: inline-block;
  width: 24px;
  height: 2px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/more_.png");
  position: absolute;
  top: 26px;
  right: 20px;
}

.hxl_common_problem_center .problem_list .problem_list_container .item.selected .answer {
  display: block;
}

.hxl_common_problem_center .problem_list .problem_list_container .item {
  background: #f7f7f7;
  line-height: 55px;
  margin-bottom: 20px;
}

.hxl_common_problem_center .problem_list .problem_list_container .item .question {
  padding: 0 20px;
  position: relative;
}

.hxl_common_problem_center .problem_list .problem_list_container .item .question .txt {
  display: inline-block;
  width: 85%;
  font-size: 18px;
  color: #666;
}

.hxl_common_problem_center .problem_list .problem_list_container .item .question .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/more.png");
  position: absolute;
  top: 15px;
  right: 20px;
}

.hxl_common_problem_center .problem_list .problem_list_container .item .answer {
  display: none;
  background: #fff;
  padding: 30px 20px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

.hxl_common_problem_center .problem_list .problem_list_container .item .answer .answer_banner .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.hxl_common_problem_center .problem_list .problem_list_container .item .answer .answer_banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #e3202c;
}

.hxl_common_problem_center .problem_list .problem_list_container .item .answer .online_message {
  width: 165px;
  height: 44px;
  border-radius: 22px;
  background: #e3202c;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 44px;
  display: inline-block;
  margin-left: 23px;
  margin-top: 30px;
}

.hxl_common_problem_center .problem_list .problem_list_container .item .answer .first_txt_wrap {
  margin-bottom: 43px;
}

.hxl_product_detail_center .product_show {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  padding: 40px 0 96px;
}

.hxl_product_detail_center .product_show .left {
  float: left;
  width: 50%;
  position: relative;
}

.hxl_product_detail_center .product_show .left .view img {
  max-width: 100%;
}

.hxl_product_detail_center .product_show .left .preview {
  width: 100%;
}

.hxl_product_detail_center .product_show .left .preview .swiper-container {
  width: 90%;
}

.hxl_product_detail_center .product_show .left .preview .arrow-left {
  display: inline-block;
  width: 10px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/product_detail_left_ed.png");
  top: 50%;
  margin-top: -7px;
}

.hxl_product_detail_center .product_show .left .preview .arrow-right {
  display: inline-block;
  width: 10px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/product_detail_right_ed.png");
  top: 50%;
  margin-top: -7px;
}

.hxl_product_detail_center .product_show .left .swiper-button-next {
  width: 18px;
  height: 32px;
  background-size: 18px 32px;
  top: initial;
  bottom: 35px;
  right: 0;
  background-image: url("../images/product_detail_right_ed.png");
}

.hxl_product_detail_center .product_show .left .swiper-button-next.swiper-button-disabled {
  background-image: url("../images/product_detail_right.png");
}

.hxl_product_detail_center .product_show .left .swiper-button-prev {
  width: 18px;
  height: 32px;
  background-size: 18px 32px;
  top: initial;
  bottom: 35px;
  left: 0;
  background-image: url("../images/product_detail_left_ed.png");
}

.hxl_product_detail_center .product_show .left .swiper-button-prev.swiper-button-disabled {
  background-image: url("../images/product_detail_left.png");
}

.hxl_product_detail_center .product_show .left .gallery-top .swiper-slide {
  height: 592px;
  background-repeat: no-repeat;
  background-position: center center;
}

.hxl_product_detail_center .product_show .left .gallery-thumbs {
  width: 650px;
  margin: 25px auto 0;
}

.hxl_product_detail_center .product_show .left .gallery-thumbs .swiper-slide-active {
  border: 1px solid #e3202c;
}

.hxl_product_detail_center .product_show .left .gallery-thumbs .swiper-slide {
  width: 18.8%;
  margin-left: 1%;
  height: 90px;
  background-size: 100% 100%;
}

.hxl_product_detail_center .product_show .right {
  float: right;
  width: 47%;
  padding-left: 3%;
}

.hxl_product_detail_center .product_show .right .txt_h3 {
  font-size: 30px;
  color: #333;
  line-height: 30px;
  margin: 22px 0 42px;
  font-weight: bold;
}

.hxl_product_detail_center .product_show .right .txt_p {
  font-size: 18px;
  color: #666;
  line-height: 30px;
}

.hxl_product_detail_center .product_show .right .txt_h4 {
  font-size: 20px;
  color: #333;
  line-height: 30px;
  margin: 42px 0 20px;
  font-weight: bold;
}

.hxl_product_detail_center .product_show .right .buy_now {
  width: 172px;
  height: 48px;
  background: #e3202c;
  border-radius: 24px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-top: 55px;
  display: block;
}

.hxl_product_detail_center .product_information .product_information_container {
  width: 1400px;
  margin: 0 auto;
}

.hxl_product_detail_center .product_information .product_information_container .information_title {
  background: #f4f4f4;
  line-height: 60px;
  overflow: hidden;
}

.hxl_product_detail_center .product_information .product_information_container .information_title .item.selected {
  color: #fff;
  background: #e3202c;
}

.hxl_product_detail_center .product_information .product_information_container .information_title .item.selected:hover {
  color: #fff;
}

.hxl_product_detail_center .product_information .product_information_container .information_title .item:hover {
  color: #e3202c;
}

.hxl_product_detail_center .product_information .product_information_container .information_title .item {
  display: block;
  float: left;
  width: 14%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  color: #999;
}

.hxl_product_detail_center .product_information .product_information_container .information_detail_wrap .information_detail.selected {
  display: flex;
}

.hxl_product_detail_center .product_information .product_information_container .information_detail {
  display: none;
  overflow: hidden;
  margin-top: 45px;
  font-size: 14px;
  color: #666;
  padding-bottom: 20px;
  /* display: flex; */
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

.hxl_product_detail_center .product_information .product_information_container .information_detail>div {
  /* margin:0 auto; */
}
.hxl_product_detail_center .product_information .product_information_container .information_detail .item.selected {
  background: #f3f3f3;
}

.hxl_product_detail_center .product_information .product_information_container .information_detail>.item:nth-child(2n) {
  float: right;
}

.hxl_product_detail_center .product_information .product_information_container .information_detail .item {
  background: #fff;
  width: 48%;
  line-height: 46px;
  height: 46px;
  overflow: hidden;
  float: left;
  margin: 0 1%;
}

.hxl_product_detail_center .product_information .product_information_container .information_detail .item span {
  width: 48%;
  display: inline-block;
  float: left;
  padding-left: 2%;
}

.download_main .download_main_container {
  width: 1400px;
  margin: 0 auto;
}

.download_main .download_main_container .download_title {
  background: #ebebeb;
  line-height: 55px;
  overflow: hidden;
}

.download_main .download_main_container .download_title .item {
  width: 22%;
  text-align: center;
  float: left;
}

.download_main .download_main_container .download_title .item.last {
  width: 34%;
}

.download_main .download_main_container .download_detail {
  overflow: hidden;
}

.download_main .download_main_container .download_detail .item.last {
  width: 34%;
}

.download_main .download_main_container .download_detail .item {
  width: 22%;
  height: 300px;
  float: left;
}

.download_main .download_main_container .download_detail .item .level_one_four, .download_main .download_main_container .download_detail .item .level_two_three, .download_main .download_main_container .download_detail .item .level_three_two {
  display: none;
}

.download_main .download_main_container .download_detail .item .txt_wrap {
  padding: 70px 0 0 35px;
  text-align: left;
}

.download_main .download_main_container .download_detail .item .txt_wrap .txt_h3 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.download_main .download_main_container .download_detail .item .txt_wrap .txt_p {
  padding: 0;
  font-size: 16px;
  color: #e0141c;
  font-weight: bold;
  margin: 30px 0 40px;
}

.download_main .download_main_container .download_detail .item .txt_wrap .download_btn {
  width: 145px;
  height: 45px;
  background: #e3202c;
  display: block;
  line-height: 45px;
  border-radius: 22.5px;
  text-align: center;
}

.download_main .download_main_container .download_detail .item .txt_wrap .download_btn .icon {
  display: inline-block;
  width: 22px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/download.png");
  vertical-align: middle;
}

.download_main .download_main_container .download_detail .item .txt_wrap .download_btn .txt {
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
}

.download_main .download_main_container .download_detail .item .scroll_two, .download_main .download_main_container .download_detail .item .scroll_three, .download_main .download_main_container .download_detail .item .three_wrap {
  height: 100%;
  display: none;
}

.download_main .download_main_container .download_detail .item p {
  line-height: 50px;
  padding: 0 20px;
  font-size: 14px;
  color: #888;
}

.download_main .download_main_container .download_detail .item .selected {
  color: #fff;
  background: #e3202c;
}

.hxl_online_center {
  text-align: center;
}

.hxl_online_center .online_list {
  border-bottom: 1px solid #dcdcdc;
}

.hxl_online_center .online_list .online_list_container {
  line-height: 64px;
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

.hxl_online_center .online_list .online_list_container .item.selected {
  color: #fff;
  background: #e3202c;
}

.hxl_online_center .online_list .online_list_container .item {
  width: 33.33%;
  text-align: center;
  float: left;
  font-size: 16px;
}

.hxl_online_center .go_to_buy {
  margin: 0 auto;
  padding-bottom: 140px;
  background: #f9f9f9;
  padding-top: 70px;
}

.hxl_online_center .go_to_buy .wrap {
  width: 328px;
  height: 195px;
  padding: 25px 0;
  background: #fff;
  margin: 0 auto;
}

.hxl_online_center .go_to_buy h3 {
  font-size: 40px;
  color: #e3202c;
  margin: 0 0 87px;
  font-weight: bold;
}

.hxl_online_center .go_to_buy p {
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
}

.hxl_online_center .go_to_buy .buy_btn {
  display: block;
  width: 160px;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  background: #e3202c;
  font-size: 16px;
  color: #fff;
  margin: 20px auto 0;
}

.hxl_history.hxl_center .rinnai_classify .rinnai_classify_container .item {
  width: 14.28%;
}

.hxl_history.hxl_center .history_center {
  width: 1400px;
  margin: 0 auto;
  padding-top: 70px;
}

.hxl_history.hxl_center .history_center .title {
  margin-bottom: 70px;
  font-size: 40px;
  color: #e3202c;
  text-align: center;
}

.hxl_history.hxl_center .history_center .time_line {
  margin-bottom: 100px;
  overflow: hidden;
}

.hxl_history.hxl_center .history_center .time_line>.item:last-child {
  margin-right: 0;
}

.hxl_history.hxl_center .history_center .time_line .item.selected {
  background: #e3202c;
  color: #fff;
}

.hxl_history.hxl_center .history_center .time_line .item:hover {
  background: #e3202c;
  color: #fff;
}

.hxl_history.hxl_center .history_center .time_line .item {
  cursor: pointer;
  margin-right: 6.6%;
  width: 20%;
  border-radius: 30px;
  height: 60px;
  background: #eee;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #666;
  float: left;
}

.hxl_history.hxl_center .history_center .main .main_list {
  display: none;
  overflow: hidden;
}

.hxl_history.hxl_center .history_center .main .main_list>.item:nth-child(2n) {
  margin-right: 0;
}

.hxl_history.hxl_center .history_center .main .main_list .item {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 60px;
}

.hxl_history.hxl_center .history_center .main .main_list .item .year_icon {
  display: inline-block;
  width: 23px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/year_icon.png");
  vertical-align: middle;
}

.hxl_history.hxl_center .history_center .main .main_list .item .year_txt {
  vertical-align: middle;
}

.hxl_history.hxl_center .history_center .main .main_list .item .year {
  font-size: 36px;
  color: #7a7a7a;
}

.hxl_history.hxl_center .history_center .main .main_list .item .center {
  margin-top: 15px;
  padding: 42px 50px 45px 38px;
  background: #e3202c;
  font-size: 22px;
  color: #fff;
  overflow: hidden;
}

.hxl_history.hxl_center .history_center .main .main_list .item .center .center_txt {
  float: left;
  width: 60%;
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.hxl_history.hxl_center .history_center .main .main_list .item .center .btn {
  float: right;
  width: 148px;
  height: 46px;
  background: #fff;
  color: #e3202c;
  line-height: 46px;
  border-radius: 23px;
  text-align: center;
}

.hxl_history.hxl_center .history_center .main .main_list .item .bottom {
  padding: 30px 30px 60px 37px;
  background: #f5f5f5;
  overflow: hidden;
  height: 260px;
}

.hxl_history.hxl_center .history_center .main .main_list .item .bottom .bottom_txt {
  float: left;
  width: 60%;
  font-size: 18px;
  color: #666;
}

.hxl_history.hxl_center .history_center .main .main_list .item .bottom .img_wrap {
  float: right;
  width: 40%;
  height: 224px;
}

.hxl_history.hxl_center .history_center .main .main_list .item .bottom .img_wrap img {
  max-width: 100%;
  max-height: 100%;
}

.gz_linnei_center {
  width: 1400px;
  margin: 0 auto;
  padding-top: 67px;
}

.gz_linnei_center .top {
  overflow: hidden;
}

.gz_linnei_center .top .top_left {
  padding-top: 42px;
  width: 50%;
  float: left;
}

.gz_linnei_center .top .top_left .title h3 {
  font-size: 40px;
  color: #333;
  font-weight: bold;
}

.gz_linnei_center .top .top_left .title h3.selected {
  color: #e3202c;
}

.gz_linnei_center .top .top_left .title .line {
  width: 48px;
  height: 3px;
  background: #e3202c;
  margin-top: 18px;
}

.gz_linnei_center .top .top_left .txt_p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-top: 25px;
}

.gz_linnei_center .top .top_right {
  float: right;
  width: 40%;
  padding-top: 50px;
}

.gz_linnei_center .top .top_right .bg {
  width: 465px;
  height: 218px;
  background: #e3202c;
  position: relative;
}

.gz_linnei_center .top .top_right .img_wrap {
  width: 513px;
  height: 240px;
  position: absolute;
  top: -90px;
  left: -65px;
  margin: 50px auto 0;
}

.gz_linnei_center .top .top_right .img_wrap img {
  max-width: 100%;
  max-height: 100%;
}

.gz_linnei_center .bottom {
  margin-top: 87px;
}

.gz_linnei_center .bottom h3 {
  font-size: 26px;
  color: #333;
}

.gz_linnei_center .bottom h3 span {
  color: #e3202c;
}

.gz_linnei_center .bottom .bottom_main {
  margin-top: 40px;
  overflow: hidden;
  padding-bottom: 107px;
}

.gz_linnei_center .bottom .bottom_main>.item:last-child {
  margin-right: 0;
}

.gz_linnei_center .bottom .bottom_main .item {
  width: 22%;
  margin-right: 4%;
  background: #f3f3f3;
  height: 400px;
  float: left;
}

.gz_linnei_center .bottom .bottom_main .item .wrap {
  padding: 38px 20px 0 20px;
  text-align: center;
}

.gz_linnei_center .bottom .bottom_main .item .wrap .icon_1 {
  display: inline-block;
  width: 90px;
  height: 90px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/about_us_icon_1.png");
}

.gz_linnei_center .bottom .bottom_main .item .wrap .icon_2 {
  display: inline-block;
  width: 90px;
  height: 90px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/about_us_icon_2.png");
}

.gz_linnei_center .bottom .bottom_main .item .wrap .icon_3 {
  display: inline-block;
  width: 90px;
  height: 90px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/about_us_icon_3.png");
}

.gz_linnei_center .bottom .bottom_main .item .wrap .icon_4 {
  display: inline-block;
  width: 90px;
  height: 90px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/about_us_icon_4.png");
}

.gz_linnei_center .bottom .bottom_main .item .wrap h3 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin: 27px 0 23px;
}

.gz_linnei_center .bottom .bottom_main .item .wrap p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}

.jituanjieshao_center .part_one_wrap {
  background: url("../images/guangzhou.jpg");
}

.jituanjieshao_center .part_one {
  width: 1400px;
  margin: 0 auto;
  padding-bottom: 56px;
  overflow: hidden;
}

.jituanjieshao_center .part_one .left {
  width: 60%;
  float: left;
  padding-top: 128px;
}

.jituanjieshao_center .part_one .left h3 {
  font-size: 40px;
  color: #e3202c;
  font-weight: bold;
  margin-bottom: 43px;
}

.jituanjieshao_center .part_one .left p {
  font-size: 16px;
  color: #666;
  line-height: 36px;
  width: 82%;
}

.jituanjieshao_center .part_one .right {
  padding-top: 68px;
  float: right;
}

.jituanjieshao_center .part_two {
  background: #f7f7f7;
  padding: 60px 0 70px;
}

.jituanjieshao_center .part_two .part_two_container {
  width: 1400px;
  margin: 0 auto;
}

.jituanjieshao_center .part_two .part_two_container h3 {
  font-size: 30px;
  color: #e3202c;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

.jituanjieshao_center .part_two .part_two_container .p1 {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

.jituanjieshao_center .part_two .part_two_container .p2 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-top: 25px;
  line-height: 30px;
}

.jituanjieshao_center .part_two .part_two_container .map {
  margin-top: 52px;
  width: 100%;
  position: relative;
}

.jituanjieshao_center .part_two .part_two_container .map .location {
  margin: 0 auto;
  /*   line-height: initial; */
  background: none;
  text-align: center;
}

.jituanjieshao_center .part_two .part_two_container .map .item {
  position: absolute;
  top: 0;
}

.jituanjieshao_center .part_two .part_two_container .map .location .location_txt {
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  position: absolute;
  left: 20px;
  word-break: keep-all;
}

.jituanjieshao_center .part_two .part_two_container .map .location .icon_wrap {
  display: inline-block;
}

.jituanjieshao_center .part_two .part_two_container .map .location .location_icon.ed {
  background-image: url("../images/location_ed.png");
}

.jituanjieshao_center .part_two .part_two_container .map .location .location_icon {
  display: inline-block;
  width: 12px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/location.png");
  vertical-align: middle;
  position: relative;
  /* animation: myfirst 0.5s infinite alternate; */
  /* -moz-animation: myfirst 0.5s infinite alternate; */
  /* Firefox */
  /* -webkit-animation: myfirst 0.5s infinite alternate; */
  /* Safari and Chrome */
  /* -o-animation: myfirst 0.5s infinite alternate; */
  /* Opera */
}

.jituanjieshao_center .part_two .part_two_container .map .location .icon_bottom_1 {
  transform: scale(0.8);
  /* animation: mySecond 0.5s infinite alternate; */
  /* -moz-animation: mySecond 0.5s infinite alternate; */
  /* Firefox */
  /* -webkit-animation: mySecond 0.5s infinite alternate; */
  /* Safari and Chrome */
  /* -o-animation: mySecond 0.5s infinite alternate; */
  /* Opera */
  width: 37px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  line-height: 25px;
  text-align: center;
  padding-top: 3px;
  position: relative;
  top: -5px;
  display: none;
}

.jituanjieshao_center .part_two .part_two_container .map .location .icon_bottom_1 .icon_bottom_2 {
  width: 26px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  line-height: 7px;
  text-align: center;
  margin: 0 auto;
  padding-top: 2px;
  display: none;
}

.jituanjieshao_center .part_two .part_two_container .map .location .icon_bottom_1 .icon_bottom_2 .icon_bottom {
  display: block;
  margin: 0 auto;
  vertical-align: middle;
  width: 14px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}

.jituanjieshao_center .part_two .part_two_container .map .item .wrap {
  display: none;
  position: absolute;
  top: 3px;
  left: -260px;
  z-index: 99;
}

.jituanjieshao_center .part_two .part_two_container .map img {
  width: 100%;
  vertical-align: middle;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(1) .location_txt {
  left: -47px;
  top: 3px;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(1) {
  position: absolute;
  top: 22%;
  left: 25.5%;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(2) .location_txt {
  left: -33px;
  top: 3px;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(2) {
  position: absolute;
  top: 41%;
  left: 26%;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(3) .location_txt {
  top: 4px;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(3) {
  position: absolute;
  top: 66%;
  left: 32%;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(4) .location_txt {
  left: -33px;
  top: 3px;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(4) {
  position: absolute;
  top: 28%;
  left: 42%;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(5) .location_txt {
  left: 20px;
  top: 4px;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(5) {
  position: absolute;
  top: 36%;
  left: 45.2%;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(6) .location_txt {
  left: -33px;
  top: -5px;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(6) {
  position: absolute;
  top: 40%;
  left: 64.4%;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(7) .location_txt {
  left: 15px;
  top: 3px;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(7) {
  position: absolute;
  top: 39%;
  left: 66%;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(8) .location_txt {
  left: -33px;
  top: 3px;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(8) {
  position: absolute;
  top: 43%;
  left: 63%;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(9) .location_txt {
  left: 15px;
  top: 5px;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(9) {
  position: absolute;
  top: 47.5%;
  left: 63%;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(10) .location_txt {
  left: -33px;
  top: 3px;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(10) {
  position: absolute;
  top: 53%;
  left: 60.2%;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(11) .location_txt {
  left: 18px;
  top: 4px;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(11) {
  position: absolute;
  top: 51.8%;
  left: 61%;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(12) .location_txt {
  left: -47px;
  top: 4px;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(12) {
  position: absolute;
  top: 59%;
  left: 60.5%;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(13) .location_txt {
  left: -36px;
  top: 4px;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(13) {
  position: absolute;
  top: 63.5%;
  left: 60.5%;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(14) .location_txt {
  left: -32px;
  top: 4px;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(14) {
  position: absolute;
  top: 46.8%;
  left: 61.8%;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(15) .location_txt {
  left: 15px;
  top: 4px;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(15) {
  position: absolute;
  top: 58.5%;
  left: 62%;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(16) .location_txt {
  left: 15px;
  top: 4px;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(16) {
  position: absolute;
  top: 74.5%;
  left: 65%;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(17) .location_txt {
  left: -45px;
  top: 5px;
}

.jituanjieshao_center .part_two .part_two_container .map .item:nth-child(17) {
  position: absolute;
  top: 83.5%;
  left: 72%;
}

.jituanjieshao_center .part_two .part_two_container .wrap {
  width: 535px;
  margin-top: 20px;
  position: absolute;
  right: 11%;
  top: 42%;
  display: none;
}

.jituanjieshao_center .part_two .part_two_container .wrap .top {
  width: 0;
  height: 0;
  border-bottom: 12px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  margin: 0 auto;
}

.jituanjieshao_center .part_two .part_two_container .wrap .bottom {
  width: 495px;
  /*height: 155px;*/
  border-radius: 5px;
  background: #fff;
  padding: 20px;
  overflow: hidden;
}

.jituanjieshao_center .part_two .part_two_container .wrap .bottom .img_wrap {
  float: left;
  width: 205px;
  line-height: 154px;
  background: #f7f7f7;
}

.jituanjieshao_center .part_two .part_two_container .wrap .bottom .img_wrap img {
  max-height: 100%;
  max-width: 100%;
}

.jituanjieshao_center .part_two .part_two_container .wrap .bottom .txt_wrap {
  float: left;
  width: 50%;
  margin-left: 5%;
}

.jituanjieshao_center .part_two .part_two_container .wrap .bottom .txt_wrap h3 {
  font-size: 16px;
  color: #e3202c;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 10px;
}

.jituanjieshao_center .part_two .part_two_container .wrap .bottom .txt_wrap p {
  font-size: 14px;
  color: #555;
  line-height: 24px;
}

.jituanjieshao_center .part_three {
  padding-top: 60px;
  padding-bottom: 100px;
}

.jituanjieshao_center .part_three h3 {
  font-size: 30px;
  color: #e3202c;
  margin-bottom: 60px;
  text-align: center;
  font-weight: bold;
}

.jituanjieshao_center .part_three .list {
  position: relative;
  width: 1580px;
  margin: 0 auto;
}

.jituanjieshao_center .part_three .list .swiper-button-next {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/index_right_ed.png");
}

.jituanjieshao_center .part_three .list .swiper-button-prev {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/index_left_ed.png");
}

.jituanjieshao_center .part_three .list .list_banner {
  width: 1362px;
  margin: 0 auto;
}

.jituanjieshao_center .part_three .list .list_banner .swiper-slide {
  width: 317px;
  height: 220px;
  margin-right: 30px;
}

.jituanjieshao_center .part_three .list .list_banner .swiper-slide img {
  width: 100%;
}

.jituanjieshao_center .part_four {
  width: 1362px;
  margin: 0 auto;
  padding-bottom: 100px;
  overflow: hidden;
}

.jituanjieshao_center .part_four .left {
  line-height: 36px;
  width: 50%;
  float: left;
  padding-top: 50px;
}

.jituanjieshao_center .part_four .left .span_1 {
  font-size: 18px;
  color: #333;
}

.jituanjieshao_center .part_four .left .span_2 {
  font-size: 18px;
  color: #666;
}

.jituanjieshao_center .part_four .right {
  width: 40%;
  float: right;
}

.jituanjieshao_center .part_four .right .img_wrap {
  width: 100%;
  padding-top: 66%;
  position: relative;
}

.jituanjieshao_center .part_four .right .img_wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hxl_jituanwenhua_center {
  padding-bottom: 0;
}

.hxl_jituanwenhua_center .jituanwenhua_center {
  width: 100%;
}

.hxl_jituanwenhua_center .jituanwenhua_center .top {
  width: 1400px;
  margin: 0 auto;
}

.hxl_jituanwenhua_center .jituanwenhua_center .top .top_right {
  padding-top: 0;
}

.hxl_jituanwenhua_center .jituanwenhua_center .top .top_right .img_wrap {
  width: 290px;
  height: 358px;
  position: initial;
  top: initial;
  left: initial;
  margin-top: 0;
}

.hxl_jituanwenhua_center .jituanwenhua_center .center {
  padding: 60px 0 20px;
  background: #f8f8f8;
}

.hxl_jituanwenhua_center .jituanwenhua_center .center .center_container {
  width: 1360px;
  margin: 0 auto;
  overflow: hidden;
}

.hxl_jituanwenhua_center .jituanwenhua_center .center .center_container>.item:nth-child(2), .hxl_jituanwenhua_center .jituanwenhua_center .center .center_container>.item:nth-child(3) {
  background: #fff;
}

.hxl_jituanwenhua_center .jituanwenhua_center .center .center_container .item {
  margin-bottom: 54px;
  float: left;
  width: 50%;
  height: 400px;
  background: #f1f1f1;
  display: table;
  text-align: center;
}

.hxl_jituanwenhua_center .jituanwenhua_center .center .center_container .item .img_wrap {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
  width: 100%;
}

.hxl_jituanwenhua_center .jituanwenhua_center .center .center_container .item .img_wrap img {
  max-width: 80%;
}

.hxl_jituanwenhua_center .jituanwenhua_center .center .center_container .item .txt_wrap {
  display: table-cell;
  vertical-align: middle;
}

.hxl_jituanwenhua_center .jituanwenhua_center .center .center_container .item .txt_wrap .wrap {
  width: 260px;
  margin: 0 auto;
}

.hxl_jituanwenhua_center .jituanwenhua_center .center .center_container .item .txt_wrap .wrap_2 {
  width: 400px;
}

.hxl_jituanwenhua_center .jituanwenhua_center .center .center_container .item .txt_wrap h3 {
  font-size: 36px;
  color: #e3202c;
  line-height: 54px;
  font-weight: bold;
  text-align: left;
}

.hxl_jituanwenhua_center .jituanwenhua_center .center .center_container .item .txt_wrap .line {
  width: 42px;
  height: 4px;
  background: #e3202c;
  margin: 10px 0 20px;
}

.hxl_jituanwenhua_center .jituanwenhua_center .center .center_container .item .txt_wrap .span_a {
  font-size: 30px;
  color: #555;
  vertical-align: middle;
  line-height: 72px;
}

.hxl_jituanwenhua_center .jituanwenhua_center .center .center_container .item .txt_wrap .span_b {
  vertical-align: middle;
  line-height: 72px;
  font-size: 18px;
  color: #555;
}

.hxl_jituanwenhua_center .jituanwenhua_center .center .center_container .item .txt_wrap .span_bb {
  margin-right: 45px;
  line-height: 72px;
  vertical-align: middle;
}

.hxl_jituanwenhua_center .jituanwenhua_center .center .center_container .item .txt_wrap .span_d {
  margin: 0 10px;
  line-height: 72px;
  vertical-align: middle;
}

.hxl_jituanwenhua_center .jituanwenhua_center .center .center_container .item .txt_wrap .txt_p {
  font-size: 18px;
  color: #555;
  line-height: 40px;
  text-align: left;
}

.hxl_jituanwenhua_center .jituanwenhua_center .center .center_bottom {
  width: 1274px;
  margin: 0 auto;
  padding: 90px 43px 75px;
  background: #fff;
}

.hxl_jituanwenhua_center .jituanwenhua_center .center .center_bottom h3 {
  font-size: 36px;
  color: #e3202c;
  line-height: 54px;
}

.hxl_jituanwenhua_center .jituanwenhua_center .center .center_bottom .line {
  width: 42px;
  height: 4px;
  background: #e3202c;
  margin: 10px 0 20px;
}

.hxl_jituanwenhua_center .jituanwenhua_center .center .center_bottom p {
  line-height: 48px;
  font-size: 18px;
  color: #555;
}

.technical_support {
  background: #f6f6f6;
  padding: 70px 0;
}

.technical_support .technical_support_container {
  width: 1400px;
  margin: 0 auto;
  background: #fff;
  height: 440px;
  overflow: hidden;
}

.technical_support .technical_support_container .left {
  width: 45%;
  float: left;
  height: 100%;
}

.technical_support .technical_support_container .left p.selected {
  background: #e3202c;
  color: #fff;
  border-bottom: none;
}

.technical_support .technical_support_container .left p {
  line-height: 54px;
  font-size: 16px;
  color: #666;
  padding-left: 20px;
  border-bottom: 1px solid #f6f6f6;
}

.technical_support .technical_support_container .right {
  float: right;
  width: 45%;
  padding: 2% 5%;
}

.technical_support .technical_support_container .right .item.selected {
  display: block;
}

.technical_support .technical_support_container .right .item {
  display: none;
}

.technical_support .technical_support_container .right .img_wrap {
  width: 380px;
  height: 205px;
  overflow: hidden;
}

.technical_support .technical_support_container .right .img_wrap img {
  width: 100%;
}

.technical_support .technical_support_container .right .txt_wrap h3 {
  font-size: 24px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  margin: 28px 0 17px;
}

.technical_support .technical_support_container .right .txt_wrap p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  width: 486px;
}

.hxl_enterprise_honnor_center .enterprise_honnor_center {
  padding: 70px 0 100px;
}

.hxl_enterprise_honnor_center .enterprise_honnor_center .title_h3 {
  font-size: 40px;
  color: #e3202c;
  line-height: 30px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 70px;
}

.hxl_enterprise_honnor_center .enterprise_honnor_center .problem_list .problem_list_container .item .answer {
  background: #fff;
  overflow: hidden;
}

.hxl_enterprise_honnor_center .enterprise_honnor_center .problem_list .problem_list_container .item .answer .img_wrap {
  float: left;
  width: 460px;
  height: 300px;
}

.hxl_enterprise_honnor_center .enterprise_honnor_center .problem_list .problem_list_container .item .answer .img_wrap img {
  width: 100%;
}

.hxl_enterprise_honnor_center .enterprise_honnor_center .problem_list .problem_list_container .item .answer .txt_wrap {
  margin-left: 25px;
  float: left;
}

.hxl_enterprise_honnor_center .enterprise_honnor_center .problem_list .problem_list_container .item .answer .txt_wrap .item {
  margin-bottom: 20px;
}

.hxl_enterprise_honnor_center .enterprise_honnor_center .problem_list .problem_list_container .item .answer .txt_wrap .item h3 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  background: #fff;
  line-height: 40px;
}

.hxl_enterprise_honnor_center .enterprise_honnor_center .problem_list .problem_list_container .item .answer .txt_wrap .item p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  background: #fff;
}

.hxl_job .job_center {
  padding-top: 0;
}

.hxl_job .job_center .the_center {
  padding-top: 70px;
}

.hxl_job .job_center .job_guide {
  padding: 60px 0;
  background: #f7f7f7;
}

.hxl_job .job_center .job_guide .job_guide_container {
  width: 1360px;
  margin: 0 auto;
}

.hxl_job .job_center .job_guide .job_guide_container h3 {
  font-size: 40px;
  font-weight: bold;
  color: #e3202c;
  text-align: center;
}

.hxl_job .job_center .job_guide .job_guide_container .main.main_phone {
  display: none;
}

.hxl_job .job_center .job_guide .job_guide_container .main {
  margin-top: 60px;
}

.hxl_job .job_center .job_guide .job_guide_container .main .top>.item:last-child {
  margin-right: 0;
}

.hxl_job .job_center .job_guide .job_guide_container .main .item {
  text-align: center;
  float: left;
  margin-right: 98px;
}

.hxl_job .job_center .job_guide .job_guide_container .main .item .wrap {
  display: table;
  width: 185px;
  height: 135px;
  background: #fff;
}

.hxl_job .job_center .job_guide .job_guide_container .main .item .arrow {
  border-top: 15px solid #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  width: 0;
  margin: 0 auto;
}

.hxl_job .job_center .job_guide .job_guide_container .main .item .item_wrap {
  display: table-cell;
  vertical-align: middle;
}

.hxl_job .job_center .job_guide .job_guide_container .main .top {
  overflow: hidden;
}

.hxl_job .job_center .job_guide .job_guide_container .main .center {
  width: 1190px;
  height: 15px;
  margin-top: 20px;
  padding: 0 85px;
  overflow: hidden;
  position: relative;
}

.hxl_job .job_center .job_guide .job_guide_container .main .center .center_line {
  position: absolute;
  top: 7px;
  left: 0;
  width: 1360px;
  height: 2px;
  background: #e0e0e0;
}

.hxl_job .job_center .job_guide .job_guide_container .main .center .center_wrap>.center_item:last-child {
  margin-right: 0;
}

.hxl_job .job_center .job_guide .job_guide_container .main .center .center_item {
  width: 14px;
  height: 14px;
  background: #e0e0e0;
  border-radius: 50%;
  position: relative;
  float: left;
  margin-right: 128px;
}

.hxl_job .job_center .job_guide .job_guide_container .main .bottom {
  margin-top: 20px;
  padding-left: 145px;
}

.hxl_job .job_center .job_guide .job_guide_container .main .bottom .arrow {
  border-top: initial;
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  width: 0;
  margin: 0 auto;
}

.hxl_job .job_center .title_h3 {
  margin-bottom: 50px;
}

.hxl_job .job_center .job_classify {
  text-align: center;
}

.hxl_job .job_center .job_classify .job_classify_container {
  overflow: hidden;
  margin: 0 auto;
  width: 500px;
}

.hxl_job .job_center .job_classify .job_classify_container .item.selected {
  background: #e3202c;
  color: #fff;
}

.hxl_job .job_center .job_classify .job_classify_container .item {
  line-height: 50px;
  cursor: pointer;
  width: 220px;
  height: 50px;
  border-radius: 25px;
  background: #eeeeee;
  float: left;
  font-size: 18px;
  color: #666;
  margin-right: 30px;
}

.hxl_job .job_center .job_tips {
  width: 1400px;
  margin: 40px auto;
  overflow: hidden;
}

.hxl_job .job_center .job_tips .tips {
  padding-left: 220px;
  font-size: 16px;
  color: #888;
  line-height: 30px;
  width: 970px;
  float: left;
}

.hxl_job .job_center .job_tips .qq {
  display: block;
  float: left;
  margin-left: 10px;
  width: 100px;
  height: 36px;
  line-height: 36px;
  background: #e3202c;
  font-size: 14px;
  color: #fff;
  line-height: 36px;
  border-radius: 18px;
  text-align: center;
}

.hxl_job .job_center .job_tips .qq .qq_icon {
  display: inline-block;
  width: 15px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/qq.png");
  vertical-align: middle;
}

.hxl_job .job_center .job_tips .qq .qq_txt {
  vertical-align: middle;
}

.hxl_job .job_center .list_header {
  width: 1580px;
  margin: 0 auto;
  padding: 40px 0;
}

.hxl_job .job_center .list_header .product_search_2 {
  width: 800px;
  margin: 0 auto 0;
}

.hxl_job .job_center .list_header .product_search_2 .inquiry {
  float: right;
  width: 140px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  background: #e3202c;
  font-size: 16px;
  color: #fff;
}

.hxl_job .job_center .list_header .product_search_2 input {
  font-size: 14px;
  color: #999;
  width: 100%;
  height: 100%;
}

.hxl_job .job_center .list_header .product_search_2 input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 14px;
  color: #999;
}

.hxl_job .job_center .list_header .product_search_2 input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
  color: #999;
}

.hxl_job .job_center .list_header .product_search_2 input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #999;
}

.hxl_job .job_center .list_header .product_search_2 input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 14px;
  color: #999;
}

.hxl_job .job_center .list_header .product_search_2 .input_wrap, .hxl_job .job_center .list_header .product_search_2 .more_wrap {
  position: relative;
  margin-right: 10px;
  width: 160px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  padding: 0 20px;
  float: left;
  border: 1px solid #e5e5e5;
}

.hxl_job .job_center .list_header .product_search_2 .input_wrap .series_wrap, .hxl_job .job_center .list_header .product_search_2 .more_wrap .series_wrap {
  display: none;
  position: absolute;
  top: 40px;
  background: #fff;
  width: 74%;
  left: 8%;
  border: 1px solid #dcdcdc;
  z-index: 10;
  padding: 0 5%;
}

.hxl_job .job_center .list_header .product_search_2 .input_wrap .series_wrap p, .hxl_job .job_center .list_header .product_search_2 .more_wrap .series_wrap p {
  border-bottom: 1px solid #dcdcdc;
}

.hxl_job .job_center .list_header .product_search_2 .input_wrap .txt, .hxl_job .job_center .list_header .product_search_2 .more_wrap .txt {
  float: left;
  font-size: 14px;
  color: #999;
  width: 80%;
}

.hxl_job .job_center .list_header .product_search_2 .input_wrap .more_icon, .hxl_job .job_center .list_header .product_search_2 .more_wrap .more_icon {
  float: right;
  display: inline-block;
  width: 13px;
  height: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/down.png);
  margin-top: 16px;
}

.hxl_job .job_center .problem_list .problem_list_container .item .answer .title_information {
  line-height: 46px;
  background: #f7f7f7;
  overflow: hidden;
}

.hxl_job .job_center .problem_list .problem_list_container .item .answer .title_information .part {
  width: 25%;
  text-align: center;
  float: left;
  font-size: 14px;
  color: #666;
}

.hxl_job .job_center .problem_list .problem_list_container .item .answer .conditions, .hxl_job .job_center .problem_list .problem_list_container .item .answer .responsibilities {
  margin-top: 30px;
}

.hxl_job .job_center .problem_list .problem_list_container .item .answer .conditions h3, .hxl_job .job_center .problem_list .problem_list_container .item .answer .responsibilities h3 {
  font-size: 14px;
  color: #e3202c;
  font-weight: bold;
}

.hxl_job .job_center .problem_list .problem_list_container .item .answer .conditions p, .hxl_job .job_center .problem_list .problem_list_container .item .answer .responsibilities p {
  font-size: 14px;
  color: #666;
}

.hxl_case_list .title_wrap {
  background-image: url("../images/project_banner.png");
}

.hxl_case_list .title_wrap .txt {
  color: #333;
}

.hxl_case_list .list_partner {
  border-bottom: 1px solid #dcdcdc;
}

.hxl_case_list .list_partner .list_partner_container {
  width: 1400px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

.hxl_case_list .list_partner .list_partner_container .item.selected {
  background: #e3202c;
  font-size: 16px;
  color: #fff;
}

.hxl_case_list .list_partner .list_partner_container .item {
  display: block;
  width: 50%;
  text-align: center;
  float: left;
  line-height: 64px;
}

.hxl_case_list .list_wrap .list_title {
  font-size: 40px;
  color: #e3202c;
  font-weight: bold;
  text-align: center;
  margin: 70px 0;
}

.hxl_case_list .list_wrap .domestic .part_two {
  background: #f0f0f0;
}

.hxl_case_list .list_wrap .domestic .part .part_container {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  padding: 70px 0;
}

.hxl_case_list .list_wrap .domestic .part .part_container .left {
  float: left;
  position: relative;
}

.hxl_case_list .list_wrap .domestic .part .part_container .left .img_wrap {
  width: 355px;
  height: 260px;
}

.hxl_case_list .list_wrap .domestic .part .part_container .left .img_wrap img {
  width: 100%;
}

.hxl_case_list .list_wrap .domestic .part .part_container .left .txt_h3 {
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
  font-size: 30px;
  color: #fff;
  width: 100%;
}

.hxl_case_list .list_wrap .domestic .part .part_container .top {
  display: none;
}

.hxl_case_list .list_wrap .domestic .part .part_container .right {
  float: left;
  width: 1045px;
  position: relative;
}

.hxl_case_list .list_wrap .domestic .part .part_container .right .swiper-button-prev {
  width: 28px;
  height: 28px;
  background-image: url("../images/index_left_ed.png");
  background-size: 28px 28px;
}

.hxl_case_list .list_wrap .domestic .part .part_container .right .swiper-button-next {
  width: 28px;
  height: 28px;
  background-image: url("../images/index_right_ed.png");
  background-size: 28px 28px;
}

.hxl_case_list .list_wrap .domestic .part .part_container .right .part_one_banner {
  width: 910px;
}

.hxl_case_list .list_wrap .domestic .part .part_container .right .part_one_banner .swiper-slide:hover .txt {
  background: #e3202c;
  color: #fff;
}

.hxl_case_list .list_wrap .domestic .part .part_container .right .part_one_banner .swiper-slide {
  width: 290px;
  margin-right: 20px;
}

.hxl_case_list .list_wrap .domestic .part .part_container .right .part_one_banner .swiper-slide img {
  width: 100%;
  display: block;
}

.hxl_case_list .list_wrap .domestic .part .part_container .right .part_one_banner .swiper-slide .txt {
  min-height: 50px;
  line-height: 35px;
  width: 90%;
  padding: 5%;
  display: table;
  background: #f5f5f5;
  text-align: center;
  font-size: 18px;
  color: #333;
}

.hxl_case_list .list_wrap .domestic .part .part_container .right .part_one_banner .swiper-slide .txt p {
  display: table-cell;
  vertical-align: middle;
}

.hxl_case_list .list_wrap .foreign {
  padding-bottom: 125px;
}

.hxl_case_list .list_wrap .foreign .foreign_part_wrap {
  width: 1400px;
  position: relative;
  margin: 0 auto;
}

.hxl_case_list .list_wrap .foreign .foreign_part_wrap .foreign_part_pagination {
  width: 100%;
  margin-top: 40px;
}

.hxl_case_list .list_wrap .foreign .foreign_part_wrap .foreign_part_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #dadada;
  border-radius: 50%;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-right: 25px;
}

.hxl_case_list .list_wrap .foreign .foreign_part_wrap .foreign_part_pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #e3202c;
  border-radius: 50%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.hxl_case_list .list_wrap .foreign .foreign_part {
  width: 100%;
  margin: 0 auto;
}

.hxl_case_list .list_wrap .foreign .foreign_part .swiper-slide {
  width: 328px;
  margin-right: 29px;
}

.hxl_case_list .list_wrap .foreign .foreign_part .swiper-slide .txt {
  min-height: 50px;
  line-height: 35px;
  background: #f5f5f5;
  text-align: center;
  font-size: 18px;
  color: #333;
  padding: 5%;
  width: 90%;
  display: table;
}

.hxl_case_list .list_wrap .foreign .foreign_part .swiper-slide .txt p {
  display: table-cell;
  vertical-align: middle;
}

.hxl_case_list .list_wrap .foreign .foreign_part .swiper-slide .img_wrap {
  width: 328px;
  height: 237px;
  overflow: hidden;
}

.hxl_case_list .list_wrap .foreign .foreign_part .swiper-slide .img_wrap img {
  width: 100%;
}

.hxl_partner .list_wrap {
  background: #f9f9f9;
  padding: 70px 0;
}

.hxl_partner .list_wrap .domestic .list_title {
  margin: 0;
}

.hxl_partner .list_wrap .partner_list {
  width: 1400px;
  margin: 70px auto 0;
  overflow: hidden;
}

.hxl_partner .list_wrap .partner_list>.item:nth-child(6n) {
  margin-right: 0;
}

.hxl_partner .list_wrap .partner_list .item:hover {
  box-shadow: 3px 3px 20px 0 #ccc;
}

.hxl_partner .list_wrap .partner_list .item:hover img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* Internet Explorer */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
  /* Opera */
}

.hxl_partner .list_wrap .partner_list .item {
  width: 185px;
  height: 80px;
  margin-right: 58px;
  background: #fff;
  float: left;
  margin-bottom: 40px;
  text-align: center;
  overflow: hidden;
  line-height: 80px;
  cursor: pointer;
}

.hxl_partner .list_wrap .partner_list .item img {
  max-width: 100%;
  max-height: 60px;
  vertical-align: middle;
  transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari and Chrome */
  -o-transition: all 1s;
  /* Opera */
}

.hxl_news_center {
  padding-bottom: 80px;
}

.hxl_news_center .title_wrap {
  background-image: url("../images/news_banner.png");
}

.hxl_news_center .title_wrap h3.txt {
  color: #fff;
}

.hxl_news_center .list_partner .list_partner_container .item {
  width: 33.33%;
}

.hxl_news_center .news_wrap {
  width: 1400px;
  margin: 0 auto;
}

.hxl_news_center .news_wrap h3 {
  text-align: center;
  font-size: 40px;
  color: #e3202c;
  margin: 70px 0;
  font-weight: bold;
}

.hxl_news_center .news_wrap .news_list .item:hover {
  box-shadow: 3px 3px 20px 0 #ccc;
}

.hxl_news_center .news_wrap .news_list .item:hover .img_wrap img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* Internet Explorer */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
  /* Opera */
}

.hxl_news_center .news_wrap .news_list .item:hover .txt_wrap h3 {
  color: #e3202c;
}

.hxl_news_center .news_wrap .news_list .item:hover .txt_wrap h3 .date {
  color: #e3202c;
}

.hxl_news_center .news_wrap .news_list .item:hover .txt_wrap .see_detail {
  background: #e3202c;
  color: #fff;
}

.hxl_news_center .news_wrap .news_list .item {
  overflow: hidden;
  margin-bottom: 60px;
  cursor: pointer;
}

.hxl_news_center .news_wrap .news_list .item .img_wrap {
  float: left;
  width: 32%;
  padding-top: 20%;
  position: relative;
  overflow: hidden;
}

.hxl_news_center .news_wrap .news_list .item .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari and Chrome */
  -o-transition: all 1s;
  /* Opera */
}

.hxl_news_center .news_wrap .news_list .item .txt_wrap {
  float: left;
  width: 60%;
  padding: 2% 4%;
}

.hxl_news_center .news_wrap .news_list .item .txt_wrap h3 {
  margin: 0;
  text-align: left;
  overflow: hidden;
  margin-bottom: 40px;
  font-size: 22px;
  color: #333;
}

.hxl_news_center .news_wrap .news_list .item .txt_wrap h3 .date {
  float: right;
  font-size: 16px;
  color: #888;
  font-weight: normal;
}

.hxl_news_center .news_wrap .news_list .item .txt_wrap p {
  font-size: 18px;
  color: #666;
  line-height: 30px;
}

.hxl_news_center .news_wrap .news_list .item .txt_wrap .see_detail {
  display: block;
  width: 150px;
  height: 45px;
  border: 1px solid #e3202c;
  border-radius: 22.5px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #e3202c;
  margin-top: 50px;
}

.hxl_news_detail_center img {
  max-width: 100%;
}

.hxl_news_detail_center .news_detail {
  width: 1400px;
  margin: 0 auto;
}

.hxl_news_detail_center .news_detail .article {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
}

.hxl_news_detail_center .news_detail .article h3 {
  font-size: 22px;
  color: #333;
  text-align: center;
  font-weight: bold;
}

.hxl_news_detail_center .news_detail .article .date {
  font-size: 14px;
  color: #888;
  text-align: center;
  margin: 18px 0 39px;
}

.hxl_news_detail_center .news_detail .article .txt {
  font-size: 14px;
  color: #888;
  line-height: 24px;
  text-align: left;
}

.hxl_news_detail_center .news_detail .article img {
  margin: 40px 0;
}

.hxl_news_detail_center .news_detail .article_nav {
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  overflow: hidden;
  position: relative;
}

.hxl_news_detail_center .news_detail .article_nav .left {
  float: left;
  width: 80%;
}

.hxl_news_detail_center .news_detail .article_nav .left a:hover {
  color: #e3202c;
}

.hxl_news_detail_center .news_detail .article_nav .left a {
  font-size: 16px;
  color: #000;
  display: block;
  line-height: 30px;
}

.hxl_news_detail_center .news_detail .article_nav .return_list {
  display: block;
  width: 140px;
  height: 46px;
  background: #e3202c;
  font-size: 16px;
  color: #fff;
  line-height: 46px;
  text-align: center;
  border-radius: 23px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.hxl_video_center .video_list {
  overflow: hidden;
  padding-bottom: 60px;
}

.hxl_video_center .video_list>.item:nth-child(3n) {
  margin-right: 0;
}

.hxl_video_center .video_list .item:hover .img_wrap .play_shadow {
  display: block;
}

.hxl_video_center .video_list .item {
  width: 30%;
  margin-right: 5%;
  background: #dcdcdc;
  float: left;
  cursor: pointer;
  margin-bottom: 40px;
}

.hxl_video_center .video_list .item .img_wrap {
  width: 100%;
  padding-top: 65.7%;
  position: relative;
  overflow: hidden;
}

.hxl_video_center .video_list .item .img_wrap img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hxl_video_center .video_list .item .img_wrap .play_shadow {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 276px;
}

.hxl_video_center .video_list .item .img_wrap .play_shadow .icon {
  vertical-align: middle;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/play.png");
}

.hxl_video_center .video_list .item .txt {
  line-height: 30px;
  padding: 10px;
  font-size: 16px;
  color: #333;
  text-align: center;
}

.the_video {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  background: rgba(0, 0, 0, 0.3);
}

.the_video .the_video_container {
  width: 1280px;
  margin: 300px auto 0;
  height: 100%;
  text-align: center;
  position: relative;
}

.the_video .the_video_container .close_video {
  display: inline-block;
  width: 19px;
  height: 19px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/close_video.png");
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  z-index: 100;
  right: 200px;
  top: -50px;
  cursor: pointer;
  background-size: 19px 19px;
}

.the_video .the_video_container video {
  height: 50%;
  vertical-align: middle;
  background: #fff;
}

.online_message_wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}

.online_message_wrap .online_message_wrap_container {
  width: 645px;
  background: #fff;
  margin: 150px auto 0;
  border-radius: 10px;
}

.online_message_wrap .online_message_wrap_container .title {
  background: #e3202c;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}

.online_message_wrap .online_message_wrap_container .title h3 {
  text-align: center;
  font-size: 24px;
  color: #fff;
  line-height: 68px;
}

.online_message_wrap .online_message_wrap_container .title .message_close {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/close_2.png");
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}

.online_message_wrap .online_message_wrap_container .main {
  background: #fff;
  padding: 40px 94px;
}

.online_message_wrap .online_message_wrap_container .main .item {
  line-height: 46px;
  margin-bottom: 20px;
}

.online_message_wrap .online_message_wrap_container .main .item span {
  width: 70px;
  display: inline-block;
  font-size: 16px;
  color: #333;
  text-align: right;
  margin-right: 12px;
  vertical-align: top;
}

.online_message_wrap .online_message_wrap_container .main .item textarea {
  vertical-align: top;
  resize: none;
  border: 1px solid #dcdcdc;
  width: 336px;
  padding-left: 20px;
}

.online_message_wrap .online_message_wrap_container .main .item input {
  width: 336px;
  height: 46px;
  border: 1px solid #dcdcdc;
  padding-left: 20px;
}

.online_message_wrap .online_message_wrap_container .main .sure {
  width: 290px;
  height: 46px;
  background: #e3202c;
  line-height: 46px;
  border-radius: 23px;
  font-size: 16px;
  color: #fff;
  line-height: 46px;
  text-align: center;
  margin: 40px auto 0;
}

.hxl_serve_website .product_list .product_list_container {
  padding: 0;
}

.hxl_serve_website .buy_list {
  border-bottom: 1px solid #dcdcdc;
}

.hxl_serve_website .buy_list .buy_list_container {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

.hxl_serve_website .buy_list .buy_list_container .item.selected {
  background: #e3202c;
  color: #fff;
}

.hxl_serve_website .buy_list .buy_list_container .item {
  width: 33.33%;
  float: left;
  line-height: 64px;
  text-align: center;
  font-size: 16px;
  color: #333;
}

.hxl_serve_website .serve_website {
  width: 100%;
  position: relative;
}

.hxl_serve_website .serve_website img {
  width: 100%;
  display: block;
}

.hxl_serve_website .serve_website .main {
  /* width: 80%;
  margin: 0 auto; */
  /* position: absolute;
  top: 0%;
  left: 10%; */
  width: 1400px;
  max-width: 100%;
  margin: 20px auto;
}

.hxl_serve_website .serve_website .main .main_container {
  /* width: 380px; */
  background: #fff;
  /* position: absolute; */
  /* right: 0;
  top: 20px; */
}

.hxl_serve_website .serve_website .main .main_container .quire_product {
  padding: 0 20px;
}

.hxl_serve_website .serve_website .main .main_container .quire_product h3 {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-top: 17px;
}

.hxl_serve_website .serve_website .main .main_container .quire_product .quire_product_wrap {
  overflow: hidden;
  margin-top: 20px;
}

.hxl_serve_website .serve_website .main .main_container .quire_product .quire_product_wrap .quire_product_item.selected .icon span {
  display: block;
}

.hxl_serve_website .serve_website .main .main_container .quire_product .quire_product_wrap .quire_product_item {
  float: left;
  cursor: pointer;
  font-size: 14px;
  color: #666;
  margin-right: 20px;
}

.hxl_serve_website .serve_website .main .main_container .quire_product .quire_product_wrap .quire_product_item .txt {
  vertical-align: middle;
}

.hxl_serve_website .serve_website .main .main_container .quire_product .quire_product_wrap .quire_product_item .icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  vertical-align: middle;
}

.hxl_serve_website .serve_website .main .main_container .quire_product .quire_product_wrap .quire_product_item .icon span {
  display: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e3202c;
  margin: 2px auto;
}

.hxl_serve_website .serve_website .main .main_container .title {
  line-height: 54px;
  background: #e3202c;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.hxl_serve_website .serve_website .main .main_container .title h3 {
  vertical-align: middle;
  padding-left: 20px;
}

.hxl_serve_website .serve_website .main .main_container .title h3::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 21px;
  background: #fff;
  vertical-align: middle;
  margin-right: 20px;
}

.hxl_serve_website .serve_website .main .main_container .input_wrap {
  box-sizing: border-box;
  width: 380px; max-width: 100%;
  padding: 20px;
  overflow: hidden;
}

.hxl_serve_website .serve_website .main .main_container .input_wrap .city_select select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/down.png") no-repeat right center;
  background-size: 13px 7px;
}

.hxl_serve_website .serve_website .main .main_container .input_wrap .city_select .prov_wrap {
  border: 1px solid #dcdcdc;
  border-radius: 18px;
  line-height: 37px;
  height: 37px;
  padding: 0 20px;
  margin-bottom: 20px;
}

.hxl_serve_website .serve_website .main .main_container .input_wrap .city_select .prov {
  display: block;
  line-height: 37px;
  height: 37px;
  border: none;
  width: 100%;
  color: #666;
  font-size: 14px;
  border-radius: 18px;
  outline: none;
}

.hxl_serve_website .serve_website .main .main_container .input_wrap .city_select .city_dist {
  overflow: hidden;
  margin-bottom: 10px;
}

.hxl_serve_website .serve_website .main .main_container .input_wrap .city_select .city_wrap {
  border: 1px solid #dcdcdc;
  border-radius: 18px;
  line-height: 37px;
  height: 37px;
  padding: 0 20px;
  margin-bottom: 20px;
  width: 33%;
  float: left;
}

.hxl_serve_website .serve_website .main .main_container .input_wrap .city_select .city {
  display: block;
  line-height: 37px;
  height: 37px;
  border: none;
  color: #666;
  font-size: 14px;
  outline: none;
  width: 100%;
}

.hxl_serve_website .serve_website .main .main_container .input_wrap .city_select .dist_wrap {
  border: 1px solid #dcdcdc;
  border-radius: 18px;
  line-height: 37px;
  height: 37px;
  padding: 0 20px;
  margin-bottom: 20px;
  width: 33%;
  float: right;
}

.hxl_serve_website .serve_website .main .main_container .input_wrap .city_select .dist {
  display: block;
  width: 100%;
  line-height: 37px;
  height: 37px;
  border: none;
  color: #666;
  font-size: 14px;
  border-radius: 18px;
  outline: none;
}

.hxl_serve_website .serve_website .main .main_container .input_wrap .inquire_btn {
  line-height: 37px;
  background: #e3202c;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 18px;
}

.hxl_serve_website .serve_website .main .main_container .line {
  width: 100%;
  height: 6px;
  background: #f5f5f5;
}

.hxl_serve_website .serve_website .main .main_container .serve_list {
  padding: 8px 8px 20px 0;
  background: #fff;
}

.hxl_serve_website .serve_website .main .main_container .serve_list .serve_list_container {
  padding-right: 10px;
  height: 294px;
}

.hxl_serve_website .serve_website .main .main_container .serve_list .serve_list_container .item {
  padding: 20px;
  overflow: hidden;
  border-bottom: 1px dashed #dcdcdc;
}

.hxl_serve_website .serve_website .main .main_container .serve_list .serve_list_container .item .num {
  width: 28px;
  height: 28px;
  background: #e3202c;
  font-size: 16px;
  color: #fff;
  float: left;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  margin-right: 20px;
}

.hxl_serve_website .serve_website .main .main_container .serve_list .serve_list_container .item .information {
  float: left;
  width: 80%;
}

.hxl_serve_website .serve_website .main .main_container .serve_list .serve_list_container .item .information h3 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}

.hxl_serve_website .serve_website .main .main_container .serve_list .serve_list_container .item .information p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

@media (max-width: 1740px) and (min-width: 1470px) {
  .hxl_serve_website .serve_website .main .main_container {
    transform: scale(0.8);
    top: 0;
  }
}

@media (max-width: 1400px) {
  .jituanjieshao_center .part_two .part_two_container .map .item {
    /* position: initial; */
  }
  /* .jituanjieshao_center .part_two .part_two_container .map .item .wrap {
    width: 100%;
    left: 0;
  }
  .jituanjieshao_center .part_two .part_two_container .map .item .wrap .bottom {
    width: 80%;
    margin: 0 auto;
  } */
  .jituanjieshao_center .part_two .part_two_container .map .item .location {
    /* position: absolute;
    top: 24%;
    left: 63%; */
  }
}

@media (max-width: 1579px) and (min-width: 1400px) {
  .hxl_product .hxl_product_container {
    width: 1400px;
  }
  .hxl_product .hxl_product_container .hxl_product_banner {
    width: 1220px;
  }
  .hxl_project .hxl_project_container {
    width: 1400px;
  }
  .hxl_project .hxl_project_container .project_container {
    width: 1400px;
  }
  .hxl_project .hxl_project_container .project_container .hxl_project_banner {
    width: 1220px;
  }
  .hxl_project .hxl_project_container .project_container .hxl_project_banner .swiper-slide {
    width: 407px;
  }
  .hxl_project .hxl_project_container .project_container .hxl_project_banner .swiper-slide .img_wrap {
    width: 210px;
    height: 180px;
  }
  .hxl_project .hxl_project_container .project_container .hxl_project_banner .swiper-slide .right {
    width: 150px;
    height: 108px;
    padding-top: 20px;
  }
  .hxl_job .job_center .problem_list .problem_list_container {
    width: 90%;
  }
  .hxl_job .job_center .list_header {
    width: 90%;
  }
}

@media (max-width: 1399px) and (min-width: 1024px) {
  .hxl_header {
    background: #f9f9f9;
  }
  .hxl_header .header_top .header_top_container {
    width: 900px;
    height: initial;
    padding: 14px 0;
  }
  .hxl_header .header_bottom .header_bottom_container {
    width: 1024px;
  }
  .hxl_header .header_bottom .header_bottom_container .list li {
    width: 100px;
    margin-right: 14px;
  }
  .hxl_product .hxl_product_container {
    width: 1025px;
  }
  .hxl_product .hxl_product_container .hxl_product_banner {
    width: 845px;
  }
  .hxl_product .hxl_product_container .hxl_product_banner .swiper-slide {
    width: 20%;
  }
  .hxl_exhibition {
    padding: 30px 0;
  }
  .hxl_exhibition .hxl_exhibition_container {
    width: 1000px;
  }
  .hxl_exhibition .hxl_exhibition_container .item {
    margin-right: 25px;
  }
  .hxl_exhibition .hxl_exhibition_container .item .img_wrap {
    width: 315px;
    height: 174px;
  }
  .hxl_exhibition .hxl_exhibition_container .item .txt_container {
    width: 235px;
  }
  .hxl_project .hxl_project_container {
    width: 1024px;
  }
  .hxl_project .hxl_project_container .title {
    width: 90%;
    margin: 0 auto;
  }
  .hxl_project .hxl_project_container .project_container {
    width: 1024px;
  }
  .hxl_project .hxl_project_container .project_container .hxl_project_banner {
    width: 845px;
  }
  .hxl_project .hxl_project_container .project_container .hxl_project_banner .swiper-slide {
    width: 463px;
    height: 180px;
  }
  .hxl_project .hxl_project_container .project_container .hxl_project_banner .swiper-slide .img_wrap {
    width: 237px;
    height: 170px;
  }
  .hxl_project .hxl_project_container .project_container .hxl_project_banner .swiper-slide .right {
    height: 107px;
  }
  .hxl_project .hxl_project_container .project_container .hxl_project_bottom_banner {
    width: 90%;
  }
  .hxl_contack .hxl_contack_container {
    width: 1024px;
  }
  .hxl_contack .hxl_contack_container .main {
    width: 844px;
  }
  .hxl_contack .hxl_contack_container .main .item {
    width: 184px;
    height: initial;
  }
  .hxl_contack .hxl_contack_container .main .item .item_wrap {
    font-size: 20px;
  }
  .hxl_contack .hxl_contack_container .main .item .item_wrap .img_wrap {
    height: 50px;
  }
  .hxl_footer .hxl_footer_container {
    width: 980px;
  }
  .hxl_footer .hxl_footer_container .footer_left {
    float: initial;
    margin-bottom: 20px;
  }
  .hxl_footer .hxl_footer_container .footer_left .top {
    padding-left: 50px;
  }
  .hxl_footer .hxl_footer_container .footer_left .bottom {
    margin-top: 20px;
    text-align: center;
  }
  .hxl_footer .hxl_footer_container .footer_right {
    float: initial;
    overflow: hidden;
    width: 1024px;
    margin: 0 auto;
  }
  .hxl_footer .hxl_footer_container .footer_right .top {
    float: left;
    margin-left: 200px;
    margin-right: 65px;
  }
  .hxl_footer .hxl_footer_container .footer_right .bottom {
    float: left;
    margin-top: 20px;
  }
  .hxl_rinnai .rinnai_classify .rinnai_classify_container {
    width: 1024px;
  }
  .hxl_rinnai .rinnai_center .txt_h3 {
    line-height: 100px;
  }
  .hxl_rinnai .rinnai_center .rinnai_center_container {
    width: 1024px;
  }
  .hxl_rinnai .rinnai_center .rinnai_center_container .item .img_wrap {
    height: 217px;
  }
  .hxl_center .location .location_container {
    width: 1024px;
  }
  .hxl_product_detail_center .product_show {
    width: 1024px;
  }
  .hxl_product_detail_center .product_show .left .swiper-button-next, .hxl_product_detail_center .product_show .left .swiper-button-prev {
    width: 12px;
    height: 21px;
    background-size: 12px 21px;
    bottom: 22px;
  }
  .hxl_product_detail_center .product_show .left .gallery-top .swiper-slide {
    height: 404px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .hxl_product_detail_center .product_show .left .gallery-thumbs {
    width: 480px;
  }
  .hxl_product_detail_center .product_show .left .gallery-thumbs .swiper-slide {
    height: 65px;
  }
  .hxl_product_detail_center .product_show .right .txt_h3 {
    font-size: 24px;
    margin: 10px 0 15px;
  }
  .hxl_product_detail_center .product_show .right .txt_p {
    font-size: 14px;
    line-height: 20px;
  }
  .hxl_product_detail_center .product_show .right .txt_h4 {
    font-size: 20px;
    margin: 12px 0 10px;
  }
  .hxl_product_detail_center .product_show .right .buy_now {
    margin-top: 25px;
  }
  .hxl_product_detail_center .product_information .product_information_container {
    width: 1024px;
  }
  .hxl_product_center .product_list .product_list_container {
    width: 1000px;
  }
  .hxl_product_center .product_list .product_list_container .list_header {
    width: 90%;
    margin: 0 auto;
  }
  .hxl_product_center .product_list .product_list_container .list_header .product_search .more_wrap {
    width: 120px;
  }
  .hxl_product_center .product_list .product_list_container .list_header .product_search .input_wrap {
    width: 120px;
  }
  .hxl_product_center .product_list .product_list_container .list_header .product_search .inquiry {
    width: 100px;
  }
  .hxl_product_center .product_list .product_list_container .list_main {
    margin-top: 30px;
  }
  .hxl_common_problem_center .product_list .product_list_container {
    padding-bottom: 20px;
    width: initial;
  }
  .hxl_common_problem_center .product_list .product_list_container .list_header .product_search_2 {
    margin-top: 30px;
  }
  .hxl_common_problem_center .problem_list .problem_list_container {
    width: 90%;
  }
  .hxl_common_problem_center .problem_list .problem_list_container .item .question {
    line-height: 55px !important;
  }
  .download_main .download_main_container {
    width: 1024px;
  }
  .download_main .download_main_container .download_detail .item p {
    line-height: 24px !important;
  }
  .download_main .download_main_container .download_detail .item .txt_wrap {
    padding: 20px 0 0 15px;
    padding-top: 20px !important;
  }
  .download_main .download_main_container .download_detail .item .txt_wrap .txt_h3 {
    font-size: 20px;
  }
  .download_main .download_main_container .download_detail .item .txt_wrap .txt_p {
    margin: 10px 0 20px;
  }
  .hxl_online_center .online_list .online_list_container {
    width: 1024px;
  }
  .hxl_serve_website .buy_list .buy_list_container {
    width: 1024px;
  }
  .hxl_history.hxl_center .history_center {
    width: 90%;
  }
  .hxl_jituanwenhua_center .gz_linnei_center {
    width: 90%;
    padding-top: 20px;
  }
  .hxl_jituanwenhua_center .gz_linnei_center .bottom {
    margin-top: 0;
  }
  .hxl_jituanwenhua_center .gz_linnei_center .bottom .bottom_main {
    padding-bottom: 20px;
  }
  .hxl_jituanwenhua_center .gz_linnei_center .bottom .bottom_main .item {
    width: 24%;
    margin-right: 1%;
  }
  .hxl_jituanwenhua_center .gz_linnei_center .bottom .bottom_main .item .wrap {
    padding: 10px;
  }
  .hxl_jituanwenhua_center .gz_linnei_center .bottom .bottom_main .item .wrap h3 {
    margin: 20px 0;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .top {
    width: 80%;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .center {
    padding-bottom: 40px;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .center .center_container {
    width: 80%;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .center .center_container .item .txt_wrap .wrap_2 {
    width: 355px;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .center .center_bottom {
    width: 80%;
  }
  .hxl_job .job_center .job_tips {
    width: 90%;
  }
  .hxl_job .job_center .job_tips .tips {
    width: 80%;
    padding-left: 0;
  }
  .hxl_job .job_center .job_tips .qq {
    float: right;
  }
  .hxl_job .job_center .problem_list .problem_list_container {
    width: 90%;
  }
  .hxl_job .job_center .problem_list .problem_list_container .item .answer .title_information .part {
    width: 50%;
    font-size: 12px;
    line-height: 30px;
  }
  .hxl_job .job_center .list_header {
    width: 90%;
  }
  .hxl_case_list .list_partner .list_partner_container {
    width: 100%;
  }
  .hxl_case_list .list_wrap .list_title {
    margin: 30px 0 0;
  }
  .hxl_case_list .list_wrap .domestic .part .part_container {
    width: 1000px;
  }
  .hxl_case_list .list_wrap .domestic .part .part_container .left .txt_h3 {
    font-size: 24px;
    bottom: 8px;
  }
  .hxl_case_list .list_wrap .domestic .part .part_container .left .img_wrap {
    width: 200px;
    height: 147px;
  }
  .hxl_case_list .list_wrap .domestic .part .part_container .right {
    width: 800px;
  }
  .hxl_case_list .list_wrap .domestic .part .part_container .right .part_one_banner {
    width: 714px;
  }
  .hxl_case_list .list_wrap .domestic .part .part_container .right .part_one_banner .swiper-slide {
    width: 220px;
  }
  .hxl_case_list .list_wrap .foreign .foreign_part_wrap {
    width: 1000px;
    margin-top: 30px;
  }
  .hxl_partner .list_wrap .partner_list {
    width: 90%;
  }
  .hxl_partner .list_wrap .partner_list .item {
    width: 15%;
    margin-right: 2%;
  }
  .hxl_news_center .news_wrap {
    width: 90%;
  }
  .hxl_news_center .news_wrap .news_list .item .txt_wrap h3 {
    margin-bottom: 30px;
  }
  .hxl_news_center .news_wrap .news_list .item .txt_wrap .see_detail {
    margin-top: 28px;
  }
  .hxl_news_detail_center .news_detail {
    width: 90%;
  }
  .hxl_news_detail_center .news_detail .article {
    width: 100%;
  }
  .hxl_news_detail_center .news_detail .article_nav {
    width: 100%;
  }
  .technical_support {
    padding: 30px 0;
  }
  .technical_support .technical_support_container {
    width: 1000px;
  }
  .jituanjieshao_center .part_one {
    width: 90%;
  }
  .jituanjieshao_center .part_one .left {
    padding-top: 40px;
  }
  .jituanjieshao_center .part_one .right {
    width: 40%;
    padding-top: 40px;
  }
  .jituanjieshao_center .part_one .right img {
    width: 100%;
  }
  .jituanjieshao_center .part_two .part_two_container {
    width: 90%;
  }
  .jituanjieshao_center .part_three .list {
    width: 95%;
  }
  .jituanjieshao_center .part_three .list .list_banner {
    width: 88%;
  }
  .jituanjieshao_center .part_four {
    width: 90%;
  }
  .jituanjieshao_center .part_four .left {
    padding-top: 0;
  }
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .hxl_common_problem_center .product_list .product_list_container {
    padding-bottom: 20px;
    width: initial;
  }
  .hxl_common_problem_center .product_list .product_list_container .list_header {
    width: 90%;
  }
  .hxl_common_problem_center .product_list .product_list_container .list_header .product_search_2 {
    margin-top: 30px;
  }
  .hxl_common_problem_center .problem_list .problem_list_container {
    width: 90%;
  }
  .hxl_common_problem_center .problem_list .problem_list_container .item .question {
    line-height: 55px !important;
  }
}

@media (max-width: 1024px) {
  .jituanjieshao_center .part_two .part_two_container .map-wrap .wrap .bottom {
    width: 100%;
    box-sizing: border-box;
    height: initial;
  }
  .jituanjieshao_center .part_two .part_two_container .map-wrap .wrap .top {
    display: none;
  }
  .jituanjieshao_center .part_two .part_two_container .map .wrap {
    width: 100%;
    position: initial;
    display: block!important;
  }
  .jituanjieshao_center .part_two .part_two_container .map .item .location {
    display: flex;
  }
  .jituanjieshao_center .part_two .part_two_container .map .location .location_txt {
    word-break: keep-all;
  }
  .jituanjieshao_center .part_two .part_two_container .map .item:nth-child(1) {
    /* position: absolute; */
    /* top: 120px; */
    /* left: 400px; */
  }
  .jituanjieshao_center .part_two .part_two_container .map .item:nth-child(2) {
    /* position: absolute; */
    /* top: 53px; */
    /* left: 440px; */
  }
  .jituanjieshao_center .part_two .part_two_container .map .item:nth-child(3) {
    position: absolute;
    /* top: 80px; */
    /* left: 410px; */
  }
  .jituanjieshao_center .part_two .part_two_container .map .item:nth-child(4) {
    position: absolute;
    /* top: 80px; */
    /* left: 500px; */
  }
  .search_pop {
    top: 65px;
  }
  .search_pop .search_pop_container {
    width: 100%;
  }
  .the_video .the_video_container {
    width: 100%;
  }
  .hxl_header {
    background: #f9f9f9;
    position: relative;
  }
  .hxl_header .menu {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../images/icon-menu.png");
    position: absolute;
    top: 18px;
    right: 30px;
  }
  .hxl_header .header_top .header_top_container {
    width: 100%;
    height: initial;
    padding: 14px 0;
  }
  .hxl_header .header_top .header_top_container .logo {
    margin-left: 50px;
  }
  .hxl_header .header_top .header_top_container .call {
    float: left;
    margin-left: 150px;
    margin-top: 5px;
  }
  .hxl_header .header_bottom .header_bottom_container {
    width: 100%;
  }
  .hxl_header .header_bottom .header_bottom_container .list {
    display: none;
  }
  .hxl_header .header_bottom .header_bottom_container .list li {
    width: 100px;
    margin-right: 14px;
  }
  .hxl_header .header_bottom .header_bottom_container .right {
    position: absolute;
    top: 10px;
    right: 100px;
  }
  .hxl_product .hxl_product_container {
    width: 80%;
  }
  .hxl_product .hxl_product_container .hxl_product_banner {
    width: 80%;
  }
  .hxl_product .hxl_product_container .hxl_product_banner .swiper-slide {
    width: 20%;
  }
  .hxl_contack .hxl_contack_container {
    width: 100%;
    padding-bottom: 40px;
  }
  .hxl_contack .hxl_contack_container .title {
    width: 90%;
  }
  .hxl_contack .hxl_contack_container .main {
    width: 100%;
  }
  .hxl_contack .hxl_contack_container .main .item {
    width: 21%;
    height: initial;
    margin-right: 0;
    margin-left: 3%;
  }
  .hxl_contack .hxl_contack_container .main .item .item_wrap {
    font-size: 20px;
  }
  .hxl_contack .hxl_contack_container .main .item .item_wrap .img_wrap {
    height: 50px;
  }
  .hxl_center .location .location_container {
    width: 90%;
  }
  .hxl_product_detail_center .product_show {
    width: 90%;
  }
  .hxl_product_detail_center .product_show .left .swiper-button-next, .hxl_product_detail_center .product_show .left .swiper-button-prev {
    width: 12px;
    height: 21px;
    background-size: 12px 21px;
    bottom: 22px;
  }
  .hxl_product_detail_center .product_show .left .gallery-top .swiper-slide {
    height: 370px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .hxl_product_detail_center .product_show .left .gallery-thumbs {
    width: 432px;
  }
  .hxl_product_detail_center .product_show .left .gallery-thumbs .swiper-slide {
    height: 65px;
    width: 23.75%;
  }
  .hxl_product_detail_center .product_show .right .txt_h3 {
    font-size: 24px;
    margin: 10px 0 15px;
  }
  .hxl_product_detail_center .product_show .right .txt_p {
    font-size: 14px;
    line-height: 20px;
  }
  .hxl_product_detail_center .product_show .right .txt_h4 {
    font-size: 20px;
    margin: 12px 0 10px;
  }
  .hxl_product_detail_center .product_show .right .buy_now {
    margin-top: 25px;
  }
  .hxl_product_detail_center .product_information .product_information_container {
    width: 90%;
  }
  .hxl_common_problem_center.hxl_product_center {
    padding-bottom: 20px;
  }
  .hxl_common_problem_center.hxl_product_center .product_list .product_list_container {
    width: 100%;
    padding-bottom: 0;
    width: initial;
  }
  .hxl_common_problem_center.hxl_product_center .product_list .product_list_container .list_header {
    width: 90%;
  }
  .hxl_common_problem_center.hxl_product_center .product_list .product_list_container .list_header .product_search_2 {
    width: 100%;
    margin-top: 30px;
  }
  .hxl_common_problem_center.hxl_product_center .problem_list {
    margin-bottom: 20px;
  }
  .hxl_common_problem_center.hxl_product_center .problem_list .problem_list_container {
    line-height: 15px;
    width: 90%;
  }
  .hxl_common_problem_center.hxl_product_center .problem_list .problem_list_container .item.selected .question .icon {
    height: 2px;
    margin-top: -1px;
  }
  .hxl_common_problem_center.hxl_product_center .problem_list .problem_list_container .item {
    line-height: 30px;
  }
  .hxl_common_problem_center.hxl_product_center .problem_list .problem_list_container .item .question .icon {
    width: 15px;
    height: 15px;
    top: 50%;
    margin-top: -6px;
  }
  .hxl_common_problem_center.hxl_product_center .problem_list .problem_list_container .item .answer {
    padding: 20px;
  }
  .hxl_common_problem_center.hxl_product_center .problem_list .problem_list_container .item .answer .first_txt_wrap {
    margin-bottom: 23px;
  }
  .download_main .download_main_container {
    width: 95%;
  }
  .download_main .download_main_container .download_detail .item p {
    line-height: 24px;
  }
  .download_main .download_main_container .download_detail .item .txt_wrap {
    padding-top: 40px;
    padding: 10px 5px 15px;
  }
  .download_main .download_main_container .download_detail .item .txt_wrap .download_btn {
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
  .download_main .download_main_container .download_detail .item .txt_wrap .download_btn .icon {
    width: 16px;
    height: 16px;
  }
  .download_main .download_main_container .download_detail .item .txt_wrap .download_btn .txt {
    font-size: 12px;
  }
  .download_main .download_main_container .download_detail .item .txt_wrap .txt_h3 {
    font-size: 18px;
  }
  .download_main .download_main_container .download_detail .item .txt_wrap .txt_p {
    line-height: 30px;
    margin: 10px 0 10px;
  }
  .hxl_serve_website .serve_website .main {
    position: initial;
  }
  .hxl_serve_website .serve_website .main .main_container {
    width: 580px;
    transform: initial;
    position: initial;
    height: initial;
    margin: 50px auto 20px;
  }
  .hxl_serve_website .serve_website .main .main_container .serve_list .serve_list_container {
    height: 328px;
  }
  .hxl_history.hxl_center .history_center {
    width: 90%;
    padding-top: 40px;
  }
  .hxl_history.hxl_center .history_center .title {
    margin-bottom: 30px;
  }
  .hxl_history.hxl_center .history_center .time_line {
    margin-bottom: 30px;
  }
  .hxl_history.hxl_center .history_center .main .main_list .item .center {
    padding: 20px 20px 25px 20px;
  }
  .hxl_history.hxl_center .history_center .main .main_list .item .center .center_txt {
    font-size: 18px;
  }
  .hxl_history.hxl_center .history_center .main .main_list .item .bottom {
    padding: 20px 20px 30px 20px;
  }
  .hxl_history.hxl_center .history_center .main .main_list .item .bottom .bottom_txt {
    width: 50%;
  }
  .hxl_enterprise_honnor_center .enterprise_honnor_center {
    padding: 20px 0;
  }
  .hxl_enterprise_honnor_center .enterprise_honnor_center .title_h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .hxl_enterprise_honnor_center .enterprise_honnor_center .problem_list .problem_list_container {
    width: 90%;
  }
  .hxl_enterprise_honnor_center .enterprise_honnor_center .problem_list .problem_list_container .item .answer .txt_wrap .item h3 {
    line-height: 30px;
  }
  .hxl_enterprise_honnor_center .enterprise_honnor_center .problem_list .problem_list_container .item .answer .txt_wrap .item p {
    font-size: 14px;
    line-height: 24px;
  }
  .hxl_enterprise_honnor_center .enterprise_honnor_center .problem_list .problem_list_container .item .answer .img_wrap {
    float: initial;
    width: 100%;
    height: initial;
  }
  .hxl_enterprise_honnor_center .enterprise_honnor_center .problem_list .problem_list_container .item .answer .txt_wrap {
    float: initial;
    margin-left: 0;
  }
  .hxl_job .job_center .job_tips {
    width: 100%;
    margin: 20px auto;
  }
  .hxl_job .job_center .job_tips .tips {
    padding-left: 0;
    font-size: 12px;
    line-height: 24px;
    width: 90%;
    float: initial;
    margin: 0 auto;
  }
  .hxl_job .job_center .job_tips .qq {
    margin: 0 auto;
    float: initial;
    margin-top: 0;
    line-height: 36px;
    height: 36px;
    font-size: 14px;
  }
  .hxl_job .job_center .job_classify .job_classify_container {
    width: 100%;
  }
  .hxl_job .job_center .job_classify .job_classify_container .item {
    margin-right: 0;
    margin-left: 12%;
    width: 32%;
    line-height: 36px;
    height: 36px;
    font-size: 16px;
  }
  .hxl_job .job_center .list_header {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 20px;
  }
  .hxl_job .job_center .list_header .product_search_2 {
    width: 100%;
  }
  .hxl_job .job_center .list_header .product_search_2 .inquiry {
    width: 20%;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
  }
  .hxl_job .job_center .list_header .product_search_2 .more_wrap, .hxl_job .job_center .list_header .product_search_2 .input_wrap {
    width: 18%;
    padding: 0 2%;
    height: 30px;
    line-height: 30px;
  }
  .hxl_job .job_center .list_header .product_search_2 .more_wrap .more_icon, .hxl_job .job_center .list_header .product_search_2 .input_wrap .more_icon {
    width: 9px;
    height: 4px;
    margin-top: 14px;
  }
  .hxl_job .job_center .list_header .product_search_2 .more_wrap .series_wrap, .hxl_job .job_center .list_header .product_search_2 .input_wrap .series_wrap {
    top: 30px;
  }
  .hxl_job .job_center .list_header .product_search_2 .more_wrap .txt, .hxl_job .job_center .list_header .product_search_2 .input_wrap .txt {
    font-size: 12px;
  }
  .hxl_job .job_center .list_header .product_search_2 .more_wrap input, .hxl_job .job_center .list_header .product_search_2 .input_wrap input {
    font-size: 14px;
  }
  .hxl_news_center .news_wrap {
    width: 90%;
  }
  .hxl_news_center .news_wrap h3 {
    margin: 30px 0;
  }
  .hxl_news_center .news_wrap .news_list .item .txt_wrap {
    padding: 0 4%;
  }
  .hxl_news_center .news_wrap .news_list .item .txt_wrap p {
    font-size: 14px;
    line-height: 24px;
  }
  .hxl_news_center .news_wrap .news_list .item .txt_wrap h3 {
    margin-bottom: 8px;
    font-size: 20px;
    position: relative;
  }
  .hxl_news_center .news_wrap .news_list .item .txt_wrap h3>span:first-child {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .hxl_news_center .news_wrap .news_list .item .txt_wrap h3 .date {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 16px;
  }
  .hxl_news_center .news_wrap .news_list .item .txt_wrap .see_detail {
    margin-top: 20px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .hxl_news_detail_center {
    padding-bottom: 20px;
  }
  .hxl_news_detail_center .news_detail {
    width: 90%;
  }
  .hxl_news_detail_center .news_detail .article {
    width: 100%;
    padding: 30px 0 0;
  }
  .hxl_news_detail_center .news_detail .article_nav {
    width: 100%;
    padding-top: 20px;
  }
  .jituanjieshao_center .part_one {
    width: 90%;
  }
  .jituanjieshao_center .part_one .left {
    padding-top: 40px;
  }
  .jituanjieshao_center .part_one .right {
    width: 40%;
    padding-top: 40px;
  }
  .jituanjieshao_center .part_one .right img {
    width: 100%;
  }
  .jituanjieshao_center .part_two .part_two_container {
    width: 90%;
  }
  .jituanjieshao_center .part_two .part_two_container .map .item {
    /* position: initial; */
  }
  .jituanjieshao_center .part_two .part_two_container .map .item .location {
    /* position: absolute;
    top: 20%;
    left: 60%; */
  }
  /* .jituanjieshao_center .part_two .part_two_container .map .item .wrap {
    width: 100%;
    left: 0;
  }
  .jituanjieshao_center .part_two .part_two_container .map .item .wrap .bottom {
    width: 80%;
    margin: 0 auto;
  } */
  .jituanjieshao_center .part_three .list {
    width: 95%;
  }
  .jituanjieshao_center .part_three .list .list_banner {
    width: 88%;
  }
  .jituanjieshao_center .part_four {
    width: 90%;
  }
  .jituanjieshao_center .part_four .left {
    padding-top: 0;
  }
}

@media (max-width: 1024px) and (min-width: 900px) {
  .hxl_exhibition {
    padding: 30px 0;
  }
  .hxl_exhibition .hxl_exhibition_container {
    width: 900px;
  }
  .hxl_exhibition .hxl_exhibition_container .item {
    margin-right: 37px;
  }
  .hxl_exhibition .hxl_exhibition_container .item .img_wrap {
    width: 275px;
    height: 182px;
  }
  .hxl_exhibition .hxl_exhibition_container .item .txt_container {
    width: 195px;
    padding-top: 18px;
  }
  .hxl_exhibition .hxl_exhibition_container .item .txt_container .txt_h3 {
    margin-bottom: 5px;
  }
  .hxl_exhibition .hxl_exhibition_container .item .txt_container .txt_p2 {
    margin-top: 5px;
  }
  .hxl_enterprise_honnor_center .enterprise_honnor_center {
    padding: 20px 0;
  }
  .hxl_enterprise_honnor_center .enterprise_honnor_center .title_h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .hxl_enterprise_honnor_center .enterprise_honnor_center .problem_list .problem_list_container {
    width: 90%;
  }
  .hxl_enterprise_honnor_center .enterprise_honnor_center .problem_list .problem_list_container .item .answer .txt_wrap .item h3 {
    line-height: 30px;
  }
  .hxl_enterprise_honnor_center .enterprise_honnor_center .problem_list .problem_list_container .item .answer .txt_wrap .item p {
    font-size: 14px;
    line-height: 24px;
  }
  .hxl_enterprise_honnor_center .enterprise_honnor_center .problem_list .problem_list_container .item .answer .img_wrap {
    float: left;
    width: 50%;
    height: initial;
  }
  .hxl_enterprise_honnor_center .enterprise_honnor_center .problem_list .problem_list_container .item .answer .txt_wrap {
    float: left;
    width: 48%;
    margin-left: 2%;
  }
  .hxl_enterprise_honnor_center .enterprise_honnor_center .problem_list .problem_list_container .item .answer .txt_wrap .item {
    margin-bottom: 10px;
  }
  .hxl_enterprise_honnor_center .enterprise_honnor_center .problem_list .problem_list_container .item .answer .txt_wrap .item h3 {
    font-size: 14px;
  }
  .hxl_enterprise_honnor_center .enterprise_honnor_center .problem_list .problem_list_container .item .answer .txt_wrap .item p {
    font-size: 12px;
    line-height: 24px;
  }
}

@media (max-width: 924px) {
  .search_pop {
    top: 47px;
    height: initial;
    border: none;
  }
  .search_pop .search_pop_container {
    width: 100%;
  }
  .search_pop .search_pop_container input {
    width: 40%;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    font-size: 12px;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .search_pop .search_pop_container input::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 12px;
  }
  .search_pop .search_pop_container input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 12px;
  }
  .search_pop .search_pop_container input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 12px;
  }
  .search_pop .search_pop_container input::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 12px;
  }
  .search_pop .search_pop_container .search_btn {
    width: 20%;
    margin-left: 10%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin: 5px 0;
  }
  .hxl_header {
    background: #f9f9f9;
    position: relative;
  }
  .hxl_header .menu {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../images/icon-menu.png");
    position: absolute;
    top: 10px;
    right: 30px;
  }
  .hxl_header .header_top .header_top_container {
    width: 100%;
    height: initial;
    padding: 10px 0;
  }
  .hxl_header .header_top .header_top_container .logo {
    margin-left: 10px;
    width: 128px;
    height: initial;
  }
  .hxl_header .header_top .header_top_container .call {
    float: left;
    margin-left: 150px;
    margin-top: 5px;
    display: none;
  }
  .hxl_header .header_bottom .header_bottom_container {
    width: 100%;
  }
  .hxl_header .header_bottom .header_bottom_container .list {
    display: none;
  }
  .hxl_header .header_bottom .header_bottom_container .list li {
    width: 100px;
    margin-right: 14px;
  }
  .hxl_header .header_bottom .header_bottom_container .right {
    position: absolute;
    top: -52px;
    right: 100px;
  }
  .hxl_header .header_bottom .header_bottom_container .right .icon_circle {
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: 12px;
    vertical-align: middle;
  }
  .hxl_header .header_bottom .header_bottom_container .right .icon_circle .china {
    width: 15px;
    height: 10px;
    margin-top: 8px;
  }
  .hxl_header .header_bottom .header_bottom_container .right .icon_circle .search {
    margin-top: 6px;
  }
}

@media (max-width: 1469px) and (min-width: 1300px) {
  .hxl_serve_website .serve_website .main .main_container {
    height: initial;
  }
  .hxl_serve_website .serve_website .main .main_container .serve_list .serve_list_container {
    height: 150px;
  }
  .hxl_serve_website .serve_website .main .main_container .input_wrap {
    padding: 10px;
  }
  .hxl_serve_website .serve_website .main .main_container .input_wrap .city_select .prov_wrap {
    margin-bottom: 10px;
  }
  .hxl_serve_website .serve_website .main .main_container .input_wrap .city_select .city_dist {
    margin-bottom: 0;
  }
}

@media (max-width: 1023px) {
  .hxl_center .title_wrap .txt {
    font-size: 32px;
    margin-top: -22px;
  }
  .hxl_online_center .online_list .online_list_container {
    width: 100%;
  }
  .hxl_project .hxl_project_container {
    width: initial;
  }
  .hxl_project .hxl_project_container .swiper-button-prev, .hxl_project .hxl_project_container .swiper-button-next {
    display: none;
  }
  .hxl_project .hxl_project_container .title {
    width: initial;
    margin: 0 auto;
  }
  .hxl_project .hxl_project_container .title .title_left {
    top: -28px;
    left: 20px;
  }
  .hxl_project .hxl_project_container .title .product_txt {
    padding: 20px 0;
    margin-top: 20px;
  }
  .hxl_project .hxl_project_container .project_container {
    width: 100%;
  }
  .hxl_project .hxl_project_container .project_container .hxl_project_banner {
    width: 90%;
  }
  .hxl_project .hxl_project_container .project_container .hxl_project_banner .swiper-slide {
    width: 300px;
    height: initial;
  }
  .hxl_project .hxl_project_container .project_container .hxl_project_banner .swiper-slide .img_wrap {
    width: 160px;
    height: 116px;
  }
  .hxl_project .hxl_project_container .project_container .hxl_project_banner .swiper-slide .right {
    width: 100px;
    padding: 10px 18px 15px;
    height: initial;
  }
  .hxl_project .hxl_project_container .project_container .hxl_project_banner .swiper-slide .right .see_detail {
    width: 96px;
    height: 26px;
    line-height: 26px;
    margin-top: 15px;
  }
  .hxl_project .hxl_project_container .project_container .hxl_project_banner .swiper-slide .right .see_detail span {
    width: 84px;
    height: 26px;
  }
  .hxl_project .hxl_project_container .project_container .hxl_project_bottom_banner {
    width: 90%;
  }
  .hxl_project .hxl_project_container .project_container .hxl_project_bottom_banner .swiper-wrapper .swiper-slide {
    width: 250px;
    height: 160px;
  }
  .hxl_project .hxl_project_container .project_container .hxl_project_bottom_banner .swiper-wrapper>.swiper-slide:nth-child(2n) {
    width: 216px;
    height: 160px;
  }
  .hxl_footer .hxl_footer_container {
    width: 100%;
  }
  .hxl_footer .hxl_footer_container .footer_left {
    float: initial;
    margin-bottom: 20px;
  }
  .hxl_footer .hxl_footer_container .footer_left .top {
    padding-left: 30px;
  }
  .hxl_footer .hxl_footer_container .footer_left .top .item_wrap {
    margin-right: 44px;
  }
  .hxl_footer .hxl_footer_container .footer_left .bottom {
    margin-top: 20px;
    text-align: center;
  }
  .hxl_footer .hxl_footer_container .footer_right {
    float: initial;
    overflow: hidden;
    width: 750px;
    margin: 0 auto;
  }
  .hxl_footer .hxl_footer_container .footer_right .top {
    float: left;
    margin-left: 100px;
    margin-right: 65px;
  }
  .hxl_footer .hxl_footer_container .footer_right .bottom {
    float: left;
    margin-top: 20px;
  }
  .hxl_rinnai .rinnai_classify .rinnai_classify_container {
    width: 768px;
  }
  .hxl_rinnai .rinnai_center .txt_h3 {
    line-height: 70px;
    font-size: 30px;
  }
  .hxl_rinnai .rinnai_center .rinnai_center_container {
    width: 768px;
  }
  .hxl_rinnai .rinnai_center .rinnai_center_container .item .img_wrap {
    height: 162px;
  }
  .pager {
    text-align: center;
  }
  .pager .pager_container {
    line-height: 30px;
    font-size: 14px;
    color: #888;
  }
  .pager .pager_container .num_wrap {
    display: inline;
  }
  .pager .pager_container a.selected {
    background: #e3202c;
    color: #fff;
    border: 1px solid #e3202c;
  }
  .pager .pager_container a {
    display: inline-block;
    margin-right: 20px;
    background: #fff;
  }
  .pager .pager_container .hf {
    width: 55px;
    height: 30px;
    border: 1px solid #b5b5b5;
    border-radius: 15px;
  }
  .pager .pager_container .num {
    width: 30px;
    height: 30px;
    border: 1px solid #b5b5b5;
    border-radius: 15px;
  }
  .hxl_serve_website .buy_list .buy_list_container {
    width: 100%;
  }
  .hxl_serve_website .buy_list .buy_list_container .item {
    line-height: 40px;
    font-size: 14px;
  }
  .gz_linnei_center {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .hxl_product .hxl_product_container {
    width: 90%;
  }
  .hxl_product .hxl_product_container .swiper-button-next, .hxl_product .hxl_product_container .swiper-button-prev {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .hxl_product .hxl_product_container .hxl_product_banner {
    width: 90%;
  }
  .hxl_product .hxl_product_container .hxl_product_banner .swiper-slide {
    width: 20%;
  }
  .hxl_center .title_wrap {
    height: 220px;
  }
  .hxl_online_center .go_to_buy {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .hxl_online_center .go_to_buy .buy_btn {
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-top: 10px;
  }
  .hxl_online_center .go_to_buy .wrap {
    width: 65%;
    height: initial;
  }
  .hxl_online_center .go_to_buy .wrap img {
    width: 50%;
  }
  .hxl_online_center .go_to_buy h3 {
    font-size: 24px;
    margin: 0;
    margin-bottom: 20px;
  }
  .hxl_online_center .go_to_buy p {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .hxl_online_center .online_list .online_list_container {
    width: 100%;
    line-height: 30px;
  }
  .hxl_online_center .online_list .online_list_container .item {
    font-size: 12px;
  }
  .hxl_exhibition {
    padding: 30px 0;
    overflow-x: auto;
  }
  .hxl_exhibition .hxl_exhibition_container {
    width: 900px;
    padding-left: 30px;
  }
  .hxl_exhibition .hxl_exhibition_container .item {
    margin-right: 37px;
  }
  .hxl_exhibition .hxl_exhibition_container .item .img_wrap {
    width: 275px;
    height: 182px;
  }
  .hxl_exhibition .hxl_exhibition_container .item .txt_container {
    width: 235px;
    padding: 20px;
    padding-top: 18px;
  }
  .hxl_exhibition .hxl_exhibition_container .item .txt_container .txt_p {
    font-size: 12px;
  }
  .hxl_exhibition .hxl_exhibition_container .item .txt_container .txt_h3 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .hxl_exhibition .hxl_exhibition_container .item .txt_container .txt_p2 {
    margin-top: 5px;
  }
  .hxl_project .hxl_project_container {
    width: initial;
  }
  .hxl_project .hxl_project_container .swiper-button-prev, .hxl_project .hxl_project_container .swiper-button-next {
    display: none;
  }
  .hxl_project .hxl_project_container .title {
    width: initial;
    margin: 0 auto;
  }
  .hxl_project .hxl_project_container .title .title_left {
    top: -28px;
    left: 20px;
  }
  .hxl_project .hxl_project_container .title .title_left .icon {
    width: 14px;
    height: 15px;
    margin-right: 0;
  }
  .hxl_project .hxl_project_container .title .title_left .title_txt {
    font-size: 16px;
  }
  .hxl_project .hxl_project_container .title .product_txt {
    padding: 0;
    margin-top: 20px;
  }
  .hxl_project .hxl_project_container .project_container {
    width: 100%;
  }
  .hxl_project .hxl_project_container .project_container .hxl_project_banner {
    width: 90%;
  }
  .hxl_project .hxl_project_container .project_container .hxl_project_banner .swiper-slide {
    width: 160px;
    margin-right: 20px;
  }
  .hxl_project .hxl_project_container .project_container .hxl_project_banner .swiper-slide .img_wrap {
    width: 160px;
    height: 116px;
    float: initial;
  }
  .hxl_project .hxl_project_container .project_container .hxl_project_banner .swiper-slide .right {
    width: 100%;
    padding: 0;
    height: initial;
    float: initial;
  }
  .hxl_project .hxl_project_container .project_container .hxl_project_banner .swiper-slide .right .txt_h3 {
    font-size: 14px;
    text-align: center;
  }
  .hxl_project .hxl_project_container .project_container .hxl_project_banner .swiper-slide .right .see_detail {
    width: 96px;
    height: 26px;
    line-height: 26px;
    margin: 5px auto;
  }
  .hxl_project .hxl_project_container .project_container .hxl_project_banner .swiper-slide .right .see_detail span {
    width: 84px;
    height: 26px;
  }
  .hxl_project .hxl_project_container .project_container .hxl_project_bottom_banner .swiper-wrapper .swiper-slide {
    height: 50px;
    width: 25%;
    margin-right: 10px;
  }
  .hxl_project .hxl_project_container .project_container .hxl_project_bottom_banner .swiper-wrapper .swiper-slide img {
    max-width: 90%;
  }
  .hxl_project .hxl_project_container .project_container .hxl_project_bottom_banner .swiper-wrapper>.swiper-slide:nth-child(2n) {
    height: 50px;
    width: 25%;
  }
  .hxl_contack .hxl_contack_container {
    width: 100%;
    padding-bottom: 0;
  }
  .hxl_contack .hxl_contack_container .title {
    width: 100%;
    height: 35px;
  }
  .hxl_contack .hxl_contack_container .title .title_left {
    top: 0;
  }
  .hxl_contack .hxl_contack_container .main {
    width: 80%;
  }
  .hxl_contack .hxl_contack_container .main .item:nth-child(2n) {
    margin-right: 0;
  }
  .hxl_contack .hxl_contack_container .main .item {
    width: 47%;
    height: initial;
    margin-right: 6%;
    padding: 10px 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-bottom: 20px;
    height: 100px;
  }
  .hxl_contack .hxl_contack_container .main .item .item_wrap {
    font-size: 12px;
  }
  .hxl_contack .hxl_contack_container .main .item .item_wrap .img_wrap {
    height: initial;
    margin-bottom: 0;
  }
  .hxl_contack .hxl_contack_container .main .item .item_wrap .img_wrap img {
    width: 30%;
  }
  .hxl_footer {
    padding-top: 20px;
    border-top: 1px solid #dcdcdc;
  }
  .hxl_footer .hxl_footer_container {
    width: 100%;
  }
  .hxl_footer .hxl_footer_container .footer_left {
    float: initial;
    margin-bottom: 20px;
  }
  .hxl_footer .hxl_footer_container .footer_left .top {
    padding-left: 30px;
  }
  .hxl_footer .hxl_footer_container .footer_left .top .item_wrap {
    margin-right: 44px;
    margin-bottom: 20px;
    float: initial;
  }
  .hxl_footer .hxl_footer_container .footer_left .top .item_wrap h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .hxl_footer .hxl_footer_container .footer_left .top .item_wrap a {
    display: inline-block;
    margin-right: 10px;
    word-break: keep-all;
  }
  .hxl_footer .hxl_footer_container .footer_left .bottom {
    margin-top: 20px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  .hxl_footer .hxl_footer_container .footer_right {
    float: initial;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .hxl_footer .hxl_footer_container .footer_right .top {
    float: initial;
    margin-left: initial;
    margin-right: initial;
  }
  .hxl_footer .hxl_footer_container .footer_right .bottom {
    float: initial;
    margin-top: 0;
  }
  .hxl_product_detail_center .product_show {
    padding-bottom: 40px;
  }
  .hxl_product_detail_center .product_show .left {
    float: initial;
    margin: 0 auto;
    width: 80%;
  }
  .hxl_product_detail_center .product_show .left .gallery-top .swiper-slide {
    height: 431px;
  }
  .hxl_product_detail_center .product_show .left .gallery-thumbs .swiper-slide {
    width: 18.8%;
  }
  .hxl_product_detail_center .product_show .right {
    float: initial;
    margin: 20px auto 0;
    width: 80%;
  }
  .hxl_product_detail_center .product_show .right .buy_now {
    margin: 25px auto 0;
  }
  .hxl_product_center .product_list .product_list_container {
    width: 90%;
    padding-top: 20px;
  }
  .hxl_product_center .product_list .product_list_container .list_header {
    width: 90%;
    margin: 0 auto;
  }
  .hxl_product_center .product_list .product_list_container .list_header .product_search {
    float: left;
  }
  .hxl_product_center .product_list .product_list_container .list_header .product_search .more_wrap {
    width: 120px;
  }
  .hxl_product_center .product_list .product_list_container .list_header .product_search .input_wrap {
    width: 120px;
  }
  .hxl_product_center .product_list .product_list_container .list_header .product_search .inquiry {
    width: 100px;
  }
  .hxl_product_center .product_list .product_list_container .list_main {
    margin-top: 30px;
  }
  .hxl_product_center .product_list .product_list_container .list_main>.item:nth-child(3n) {
    margin-right: 0;
  }
  .hxl_product_center .product_list .product_list_container .list_main .item {
    width: 31.5%;
    margin-right: 2.5%;
  }
  .hxl_product_center .product_list .product_list_container .list_main .item .txt_p {
    padding: 0 5px;
  }
  .hxl_product_center .product_list .product_list_container .list_main .item .txt_h3 {
    padding: 0 5px;
  }
  .online_message_wrap .online_message_wrap_container {
    width: 500px;
    height: initial;
  }
  .online_message_wrap .online_message_wrap_container .main {
    padding: 40px 20px;
  }
  .hxl_rinnai .rinnai_classify {
    line-height: 40px;
  }
  .hxl_rinnai .rinnai_center .rinnai_center_container>.item:nth-child(3n) {
    margin-right: 4%;
  }
  .hxl_rinnai .rinnai_center .rinnai_center_container>.item:nth-child(2n) {
    margin-right: 0;
  }
  .hxl_rinnai .rinnai_center .rinnai_center_container .item {
    width: 48%;
    margin-right: 4%;
  }
  .hxl_history.hxl_center .history_center {
    padding-top: 20px;
  }
  .hxl_history.hxl_center .history_center .title {
    margin-bottom: 20px;
    font-size: 32px;
  }
  .hxl_history.hxl_center .history_center .time_line {
    margin-bottom: 20px;
  }
  .hxl_history.hxl_center .history_center .time_line .item {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .hxl_history.hxl_center .history_center .main .main_list .item {
    margin-bottom: 20px;
  }
  .hxl_history.hxl_center .history_center .main .main_list .item .year {
    font-size: 32px;
  }
  .hxl_history.hxl_center .history_center .main .main_list .item .year .year_icon {
    width: 18px;
    height: 27px;
  }
  .hxl_history.hxl_center .history_center .main .main_list .item .center {
    margin-top: 5px;
  }
  .hxl_history.hxl_center .history_center .main .main_list .item .center .center_txt {
    font-size: 16px;
  }
  .hxl_history.hxl_center .history_center .main .main_list .item .center .btn {
    width: 110px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 20px;
  }
  .hxl_history.hxl_center .history_center .main .main_list .item .bottom .img_wrap {
    width: 148px;
    height: 180px;
  }
  .hxl_jituanwenhua_center .gz_linnei_center {
    width: 90%;
    padding-top: 30px;
  }
  .hxl_jituanwenhua_center .gz_linnei_center .bottom {
    margin-top: 0;
  }
  .hxl_jituanwenhua_center .gz_linnei_center .bottom .bottom_main {
    padding-bottom: 0;
  }
  .hxl_jituanwenhua_center .gz_linnei_center .bottom .bottom_main>.item:nth-child(2n) {
    margin-right: 0;
  }
  .hxl_jituanwenhua_center .gz_linnei_center .bottom .bottom_main .item {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 20px;
  }
  .hxl_jituanwenhua_center .gz_linnei_center .bottom .bottom_main .item .wrap {
    padding: 10px;
  }
  .hxl_jituanwenhua_center .gz_linnei_center .bottom .bottom_main .item .wrap h3 {
    margin: 20px 0;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .top {
    width: 90%;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .center {
    padding-bottom: 0;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .center .center_container {
    width: 90%;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .center .center_container .item {
    width: 49%;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .center .center_container .item .txt_wrap .wrap_2 {
    width: 200px;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .center .center_container .item .img_wrap {
    width: 100%;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .center .center_container .item .img_wrap img {
    max-width: 80%;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .center .center_bottom {
    width: 90%;
  }
  .hxl_enterprise_honnor_center .enterprise_honnor_center {
    padding: 20px 0;
  }
  .hxl_enterprise_honnor_center .enterprise_honnor_center .title_h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .hxl_enterprise_honnor_center .enterprise_honnor_center .problem_list .problem_list_container {
    width: 90%;
  }
  .hxl_enterprise_honnor_center .enterprise_honnor_center .problem_list .problem_list_container .item .answer .txt_wrap .item h3 {
    line-height: 30px;
  }
  .hxl_enterprise_honnor_center .enterprise_honnor_center .problem_list .problem_list_container .item .answer .txt_wrap .item p {
    font-size: 14px;
    line-height: 24px;
  }
  .hxl_enterprise_honnor_center .enterprise_honnor_center .problem_list .problem_list_container .item .answer .img_wrap {
    float: initial;
    width: 100%;
    height: initial;
  }
  .hxl_enterprise_honnor_center .enterprise_honnor_center .problem_list .problem_list_container .item .answer .txt_wrap {
    float: initial;
    margin-left: 0;
  }
  .hxl_case_list .list_wrap .list_title {
    margin: 20px 0 0;
    font-size: 24px;
  }
  .hxl_case_list .list_wrap .domestic .part .part_container {
    width: 100%;
    padding: 20px 0;
  }
  .hxl_case_list .list_wrap .domestic .part .part_container .left {
    float: initial;
  }
  .hxl_case_list .list_wrap .domestic .part .part_container .left .img_wrap {
    margin: 0 auto;
    width: 220px;
    height: 160px;
    margin-bottom: 20px;
  }
  .hxl_case_list .list_wrap .domestic .part .part_container .right {
    float: initial;
    width: 700px;
    margin: 0 auto;
  }
  .hxl_case_list .list_wrap .domestic .part .part_container .right .part_one_banner {
    width: 600px;
  }
  .hxl_case_list .list_wrap .domestic .part .part_container .right .part_one_banner .swiper-slide {
    width: 198px;
  }
  .hxl_case_list .list_wrap .foreign {
    padding-bottom: 50px;
  }
  .hxl_case_list .list_wrap .foreign .foreign_part_wrap {
    width: 100%;
  }
  .hxl_case_list .list_wrap .foreign .foreign_part_wrap .foreign_part_pagination {
    margin-top: 15px;
  }
  .hxl_case_list .list_wrap .foreign .foreign_part_wrap .foreign_part {
    width: 100%;
    margin-top: 30px;
  }
  .hxl_case_list .list_partner .list_partner_container {
    width: 100%;
  }
  .hxl_partner .list_wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hxl_partner .list_wrap .partner_list {
    width: 90%;
    margin-top: 20px;
  }
  .hxl_partner .list_wrap .partner_list>.item:nth-child(6n) {
    margin-right: 2%;
  }
  .hxl_partner .list_wrap .partner_list>.item:nth-child(4n) {
    margin-right: 0;
  }
  .hxl_partner .list_wrap .partner_list .item {
    width: 23%;
    margin-right: 2%;
  }
  .hxl_video_center .video_list .item .txt {
    font-size: 14px;
    padding: 10px;
  }
  .technical_support {
    padding: 30px 0;
  }
  .technical_support .technical_support_container {
    width: 100%;
  }
  .technical_support .technical_support_container .right {
    float: left;
    padding: 2% 3%;
  }
  .technical_support .technical_support_container .right .txt_wrap h3 {
    font-size: 22px;
  }
  .jituanjieshao_center .part_one .left {
    padding-top: 20px;
  }
  .jituanjieshao_center .part_one .left p {
    font-size: 16px;
    line-height: 28px;
  }
  .jituanjieshao_center .part_one .left h3 {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .jituanjieshao_center .part_one .right {
    padding-top: 20px;
  }
  .jituanjieshao_center .part_two {
    margin: 20px 0 20px;
    padding: 20px 0 20px;
  }
  .jituanjieshao_center .part_two .part_two_container h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .jituanjieshao_center .part_two .part_two_container .map .item .location {
    /* top: 17%;
    left: 56%; */
  }
  .jituanjieshao_center .part_three {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .jituanjieshao_center .part_three .list .list_banner {
    width: 80%;
  }
  .jituanjieshao_center .part_four {
    margin-top: 20px;
  }
}

@media (max-width: 930px) {
  .hxl_exhibition {
    padding: 30px 0;
    overflow-x: auto;
  }
  .hxl_exhibition .hxl_exhibition_container {
    width: 900px;
    padding-left: 30px;
  }
  .hxl_exhibition .hxl_exhibition_container .item {
    margin-right: 37px;
  }
  .hxl_exhibition .hxl_exhibition_container .item .img_wrap {
    width: 275px;
    height: 182px;
  }
  .hxl_exhibition .hxl_exhibition_container .item .txt_container {
    width: 235px;
    padding: 20px;
    padding-top: 18px;
  }
  .hxl_exhibition .hxl_exhibition_container .item .txt_container .txt_p {
    font-size: 12px;
  }
  .hxl_exhibition .hxl_exhibition_container .item .txt_container .txt_h3 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .hxl_exhibition .hxl_exhibition_container .item .txt_container .txt_p2 {
    margin-top: 5px;
  }
}

@media (max-width: 600px) {
  .pc-map {
    display: none;
  }
  .map-item-wrapper {
    display: none;
  }
  .map-img {
    width: 100%;
    margin: 20px 0;
    display: block;
  }
  .new-map-bottom .img_wrap img {
    width: 100%;
  }
  .txt_wrap {
    width: 100% !important;
  }
  .new-map-bottom .img_wrap {
    width: 100% !important;
    margin-top: 10px;
  }
  .new-map-bottom {
    padding: 20px;
    background: #fff;
  }
  .new-map-container {
    display: block;
    padding-bottom: 35px;
    background: #fff;
  }
  .new-map-container .swiper-button-next {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/index_right_ed.png);
    right: 20px;
    bottom: 10px;
    left: initial;
    top: initial;
  }
  .new-map-container .swiper-button-prev.aa.bb.cc {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/index_left_ed.png);
    right: 60px;
    bottom: 10px;
    left: initial;
    top: initial;
  }
  .jituanjieshao_center .part_two .part_two_container .map .location .icon_bottom_1 {
    top: -11px;
    width: 24px;
  }
  .jituanjieshao_center .part_two .part_two_container .map .location .icon_bottom_1 .icon_bottom_2 .icon_bottom {
    width: 8px;
  }
  .jituanjieshao_center .part_two .part_two_container .map .location .icon_bottom_1 .icon_bottom_2 {
    width: 16px;
  }
  .jituanjieshao_center .part_two .part_two_container .map .location .location_icon {
    width: 10px;
    height: 14px;
    animation: initial;
  }
  .jituanjieshao_center .part_two .part_two_container .map .wrap .top {
    display: none;
  }
  .jituanjieshao_center .part_two .part_two_container .map .wrap .bottom {
    box-sizing: border-box;
    width: 100%;
    height: initial;
  }
  .jituanjieshao_center .part_two .part_two_container .map .wrap .bottom .txt_wrap {
    float: initial;
    width: 100%;
  }
  .jituanjieshao_center .part_two .part_two_container .map .wrap .bottom .img_wrap {
    float: initial;
    width: 100%;
  }
  .jituanjieshao_center .part_two .part_two_container .map .wrap {
    position: initial;
    margin: 5px auto;
    width: 90%;
  }
  .jituanjieshao_center .part_two .part_two_container .map .item:nth-child(1) {
    position: absolute;
    /* top: 62px; */
    /* left: 200px; */
  }
  .jituanjieshao_center .part_two .part_two_container .map .item:nth-child(2) {
    position: absolute;
    /* top: 16px; */
    /* left: 230px; */
  }
  .jituanjieshao_center .part_two .part_two_container .map .item:nth-child(3) {
    position: absolute;
    /* top: 32px; */
    /* left: 216px; */
  }
  .jituanjieshao_center .part_two .part_two_container .map .item:nth-child(4) {
    position: absolute;
    /* top: 33px; */
    /* left: 271px; */
  }
  .hxl_center .title_wrap {
    height: 150px;
  }
  .hxl_center .title_wrap .txt {
    font-size: 20px;
    margin-top: -12px;
    left: 5%;
  }
  .hxl_center .location {
    line-height: 40px;
  }
  .hxl_center .location .location_container {
    width: 90%;
  }
  .hxl_footer .hxl_footer_container .footer_right .bottom .txt_span {
    font-size: 15px;
  }
  .the_video .the_video_container {
    width: 100%;
    margin-top: 150px;
  }
  .the_video .the_video_container .close_video {
    top: -50px;
    right: 20px;
  }
  .the_video .the_video_container video {
    width: 60%;
    height: initial;
  }
  .menu_pop .menu_pop_container .list {
    font-size: 14px;
  }
  .menu_pop .menu_pop_container .close {
    width: 0.2rem;
    height: 0.2rem;
  }
  .menu_pop .menu_pop_container .call .span_3 {
    font-size: 16px;
  }
  .hxl_index_banner img {
    width: initial;
    height: 150px;
  }
  .hxl_product {
    padding-bottom: 20px;
  }
  .hxl_product .product_txt {
    padding: 10px 0;
    font-size: 14px;
  }
  .hxl_product .hxl_product_container {
    width: 100%;
  }
  .hxl_product .hxl_product_container .swiper-button-next, .hxl_product .hxl_product_container .swiper-button-prev {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .hxl_product .hxl_product_container .hxl_product_banner {
    width: 320px;
  }
  .hxl_product .hxl_product_container .hxl_product_banner .swiper-slide {
    width: 50%;
  }
  .hxl_product .hxl_product_container .hxl_product_banner .swiper-slide .txt {
    margin-top: 0;
  }
  .hxl_history.hxl_center .rinnai_classify .rinnai_classify_container {
    width: 700px;
  }
  .hxl_history.hxl_center .rinnai_classify .rinnai_classify_container .item {
    width: 100px;
  }
  .hxl_rinnai .rinnai_classify::-webkit-scrollbar {
    display: none;
  }
  .hxl_rinnai .rinnai_classify {
    line-height: 30px;
    overflow-x: auto;
  }
  .hxl_rinnai .rinnai_classify .rinnai_classify_container {
    white-space: nowrap;
    font-size: 12px;
  }
  .hxl_rinnai .rinnai_classify .rinnai_classify_container .item {
    display: inline-block;
    width: 100px;
  }
  .hxl_rinnai .rinnai_center .txt_h3 {
    line-height: 40px;
    font-size: 18px;
  }
  .hxl_rinnai .rinnai_center .rinnai_center_container {
    width: 90%;
  }
  .hxl_rinnai .rinnai_center .rinnai_center_container .item .txt_wrap {
    padding: 7px;
  }
  .hxl_rinnai .rinnai_center .rinnai_center_container .item .txt_wrap .p1 {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .hxl_rinnai .rinnai_center .rinnai_center_container .item .txt_wrap .p2 {
    font-size: 12px;
  }
  .hxl_rinnai .rinnai_center .rinnai_center_container .item .img_wrap {
    padding-top: 66%;
    position: relative;
    overflow: hidden;
    height: initial;
  }
  .hxl_rinnai .rinnai_center .rinnai_center_container .item .img_wrap img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .pager {
    text-align: center;
  }
  .pager .pager_container {
    line-height: 20px;
    font-size: 10px;
    color: #888;
  }
  .pager .pager_container .num_wrap {
    display: inline;
  }
  .pager .pager_container a.selected {
    background: #e3202c;
    color: #fff;
  }
  .pager .pager_container a {
    display: inline-block;
    margin-right: 5px;
    background: #fff;
  }
  .pager .pager_container .hf {
    width: 39px;
    height: 20px;
    border: 1px solid #b5b5b5;
    border-radius: 10px;
  }
  .pager .pager_container .num {
    width: 20px;
    height: 20px;
    border: 1px solid #b5b5b5;
    border-radius: 10px;
  }
  .hxl_product_detail_center .product_show {
    width: 90%;
    padding: 20px 0 20px;
  }
  .hxl_product_detail_center .product_show .left {
    width: 100%;
  }
  .hxl_product_detail_center .product_show .left .swiper-button-next, .hxl_product_detail_center .product_show .left .swiper-button-prev {
    width: 8px;
    height: 15px;
    background-size: 8px 15px;
    bottom: 10px;
  }
  .hxl_product_detail_center .product_show .left .gallery-top .swiper-slide {
    height: 261px;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100% !important;
  }
  .hxl_product_detail_center .product_show .left .gallery-thumbs {
    width: 92%;
    margin-top: 15px;
  }
  .hxl_product_detail_center .product_show .left .gallery-thumbs .swiper-slide {
    height: 40px;
    width: 18.8%;
  }
  .hxl_product_detail_center .product_show .right {
    width: 100%;
    margin-top: 10px;
  }
  .hxl_product_detail_center .product_show .right .txt_h3 {
    font-size: 18px;
    margin: 10px 0 10px;
  }
  .hxl_product_detail_center .product_show .right .txt_p {
    font-size: 12px;
    line-height: 15px;
  }
  .hxl_product_detail_center .product_show .right .txt_h4 {
    font-size: 16px;
    margin: 8px 0 8px;
  }
  .hxl_product_detail_center .product_show .right .buy_now {
    margin-top: 25px;
    width: 200px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .hxl_product_detail_center .product_information .product_information_container {
    width: 100%;
  }
  .hxl_product_detail_center .product_information .product_information_container .information_detail {
    padding-bottom: 20px;
    margin-top: 15px;
  }
  .hxl_product_detail_center .product_information .product_information_container .information_detail>.item:nth-child(2n) {
    background: #fff !important;
    float: initial;
    width: 90%;
    margin: 0 auto;
  }
  .hxl_product_detail_center .product_information .product_information_container .information_detail .item {
    float: initial;
    background: #f3f3f3 !important;
    width: 90%;
    margin: 0 auto;
    height: initial;
    line-height: 25px;
    font-size: 12px;
  }
  .hxl_product_detail_center .product_information .product_information_container .information_title {
    line-height: 30px;
  }
  .hxl_product_detail_center .product_information .product_information_container .information_title .item {
    width: 24%;
    font-size: 12px;
  }
  .float_pop {
    display: none;
  }
  .hxl_product_center .product_list .product_list_container {
    width: 95%;
    padding-top: 20px;
  }
  .hxl_product_center .product_list .product_list_container .list_header {
    width: 90%;
    margin: 0 auto;
  }
  .hxl_product_center .product_list .product_list_container .list_header .loc {
    line-height: 36px;
  }
  .hxl_product_center .product_list .product_list_container .list_header .product_search {
    float: left;
  }
  .hxl_product_center .product_list .product_list_container .list_header .product_search input {
    font-size: 12px;
    color: #999;
    width: 100%;
    height: 100%;
  }
  .hxl_product_center .product_list .product_list_container .list_header .product_search input::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 12px;
    color: #999;
  }
  .hxl_product_center .product_list .product_list_container .list_header .product_search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 12px;
    color: #999;
  }
  .hxl_product_center .product_list .product_list_container .list_header .product_search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 12px;
    color: #999;
  }
  .hxl_product_center .product_list .product_list_container .list_header .product_search input::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 12px;
    color: #999;
  }
  .hxl_product_center .product_list .product_list_container .list_header .product_search .more_wrap {
    width: 80px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    position: relative;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .hxl_product_center .product_list .product_list_container .list_header .product_search .more_wrap .txt {
    font-size: 12px;
  }
  .hxl_product_center .product_list .product_list_container .list_header .product_search .more_wrap .more_icon {
    width: 7px;
    height: 4px;
    position: absolute;
    top: 10px;
    right: 14px;
    margin-top: 0;
  }
  .hxl_product_center .product_list .product_list_container .list_header .product_search .input_wrap {
    width: 90px;
    line-height: 24px;
    height: 24px;
    padding: 0 5px;
  }
  .hxl_product_center .product_list .product_list_container .list_header .product_search .inquiry {
    width: 100px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    font-size: 12px;
    float: left;
  }
  .hxl_product_center .product_list .product_list_container .list_main {
    margin-top: 30px;
  }
  .hxl_product_center .product_list .product_list_container .list_main>.item:nth-child(2n) {
    margin-right: 0 !important;
  }
  .hxl_product_center .product_list .product_list_container .list_main .item {
    width: 48%;
    margin-right: 3.5% !important;
  }
  .hxl_product_center .product_list .product_list_container .list_main .item .txt_p {
    padding: 0 5px;
    font-size: 12px;
  }
  .hxl_product_center .product_list .product_list_container .list_main .item .txt_h3 {
    padding: 0 5px;
    font-size: 14px;
  }
  .hxl_product_center .product_list .product_list_container .list_main .item .see_detail {
    width: 80px;
    height: 24px;
    border-radius: 12px;
    font-size: 12px;
    line-height: 24px;
    margin-top: 15px;
  }
  .hxl_common_problem_center {
    padding-bottom: 20px;
  }
  .hxl_common_problem_center .product_list .product_list_container {
    padding-bottom: 0;
    width: initial;
    padding-top: 0;
    border-top: none;
  }
  .hxl_common_problem_center .product_list .product_list_container .list_header .product_search .inquiry {
    width: 60px;
    float: left;
    margin-left: 20px;
  }
  .hxl_common_problem_center .product_list .product_list_container .list_header .product_search .input_wrap {
    width: initial;
    margin-bottom: 5px;
  }
  .hxl_common_problem_center .product_list .product_list_container .list_header .product_search .more_wrap {
    width: initial;
    margin-bottom: 5px;
  }
  .hxl_common_problem_center .product_list .product_list_container .list_header .product_search .more_wrap .more_icon {
    position: initial;
    top: initial;
    right: initial;
    margin-top: 10px;
    margin-left: 5px;
  }
  .hxl_common_problem_center .product_list .product_list_container .list_header .product_search_2.product_search {
    padding-bottom: 20px;
    width: initial !important;
  }
  .hxl_common_problem_center .product_list .product_list_container .list_header .product_search_2.product_search .inquiry {
    margin-left: 0;
  }
  .hxl_common_problem_center .product_list .product_list_container .list_header .product_search_2.product_search .input_wrap {
    width: 35%;
    margin-bottom: 10px;
  }
  .hxl_common_problem_center .product_list .product_list_container .list_header .product_search_2.product_search .input_wrap .series_wrap {
    top: 24px;
  }
  .hxl_common_problem_center .product_list .product_list_container .list_header .product_search_2.product_search .more_wrap {
    width: 33%;
    margin-bottom: 10px;
  }
  .hxl_common_problem_center .product_list .product_list_container .list_header .product_search_2.product_search .more_wrap .series_wrap {
    top: 24px;
  }
  .hxl_common_problem_center .product_list .product_list_container .list_header .product_search_2 {
    margin-top: 30px;
    width: 300px;
  }
  .hxl_common_problem_center .problem_list {
    margin-bottom: 20px;
  }
  .hxl_common_problem_center .problem_list .problem_list_container {
    width: 90%;
  }
  .hxl_common_problem_center .problem_list .problem_list_container .item.selected .question .icon {
    width: 15px;
    top: 50%;
    margin-top: 0;
  }
  .hxl_common_problem_center .problem_list .problem_list_container .item .question {
    padding: 8px;
    line-height: 15px;
  }
  .hxl_common_problem_center .problem_list .problem_list_container .item .question .txt {
    width: 85%;
    display: inline-block;
    font-size: 12px;
  }
  .hxl_common_problem_center .problem_list .problem_list_container .item .question .icon {
    width: 12px;
    height: 12px;
    top: 50%;
    margin-top: -6px;
  }
  .hxl_common_problem_center .problem_list .problem_list_container .item .answer {
    font-size: 12px;
    padding: 8px;
    line-height: 15px;
  }
  .hxl_common_problem_center .problem_list .problem_list_container .item .answer .first_txt_wrap {
    margin-bottom: 13px;
  }
  .hxl_common_problem_center .problem_list .problem_list_container .item .answer .online_message {
    width: 80px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    font-size: 12px;
  }
  .online_message_wrap .online_message_wrap_container {
    width: 90%;
    height: initial;
    margin-top: 80px;
  }
  .online_message_wrap .online_message_wrap_container .title h3 {
    font-size: 18px;
    line-height: 40px;
  }
  .online_message_wrap .online_message_wrap_container .title .message_close {
    top: 10px;
  }
  .online_message_wrap .online_message_wrap_container .main {
    padding: 20px 20px;
  }
  .online_message_wrap .online_message_wrap_container .main .sure {
    width: 200px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
  }
  .online_message_wrap .online_message_wrap_container .main .item {
    line-height: 24px;
    margin-bottom: 10px;
  }
  .online_message_wrap .online_message_wrap_container .main .item span {
    text-align: left;
    font-size: 14px;
  }
  .online_message_wrap .online_message_wrap_container .main .item input {
    width: 90%;
    height: 24px;
    padding-left: 2%;
  }
  .online_message_wrap .online_message_wrap_container .main .item textarea {
    width: 90%;
    padding-left: 2%;
    height: 100px;
  }
  .hxl_contack.server_server {
    padding: 0;
    padding-bottom: 20px;
  }
  .hxl_contack.server_server .hxl_contack_container {
    padding: 0;
    padding-top: 20px;
  }
  .hxl_contack.server_server .hxl_contack_container .main {
    width: 85%;
  }
  .hxl_serve_website .buy_list .buy_list_container .item {
    line-height: 30px;
    font-size: 12px;
  }
  .hxl_serve_website .serve_website .main {
    position: initial;
    width: 100%;
  }
  .hxl_serve_website .serve_website .main .main_container {
    width: 80%;
    transform: initial;
    position: initial;
    height: initial;
    margin: 20px auto 20px;
  }
  .hxl_serve_website .serve_website .main .main_container .input_wrap .inquire_btn {
    line-height: 28px;
    border-radius: 14px;
    width: 70%;
    margin: 0 auto;
  }
  .hxl_serve_website .serve_website .main .main_container .input_wrap .city_select .prov {
    line-height: 24px;
    height: 24px;
  }
  .hxl_serve_website .serve_website .main .main_container .input_wrap .city_select .prov_wrap {
    line-height: 24px;
    height: 24px;
    border-radius: 12px;
  }
  .hxl_serve_website .serve_website .main .main_container .input_wrap .city_select .city_wrap {
    line-height: 24px;
    height: 24px;
    border-radius: 12px;
  }
  .hxl_serve_website .serve_website .main .main_container .input_wrap .city_select .dist_wrap {
    line-height: 24px;
    height: 24px;
    border-radius: 12px;
  }
  .hxl_serve_website .serve_website .main .main_container .input_wrap .city_select .city {
    line-height: 24px;
    height: 24px;
  }
  .hxl_serve_website .serve_website .main .main_container .input_wrap .city_select .dist {
    line-height: 24px;
    height: 24px;
  }
  .hxl_serve_website .serve_website .main .main_container .title {
    line-height: 30px;
    font-size: 16px;
  }
  .hxl_serve_website .serve_website .main .main_container .title h3 {
    font-size: 16px;
  }
  .hxl_serve_website .serve_website .main .main_container .title h3::before {
    height: 14px;
    margin-right: 8px;
  }
  .hxl_serve_website .serve_website .main .main_container .serve_list .serve_list_container {
    height: 328px;
  }
  .hxl_serve_website .serve_website .main .main_container .serve_list .serve_list_container .item {
    padding: 5px;
  }
  .hxl_serve_website .serve_website .main .main_container .serve_list .serve_list_container .item .num {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .hxl_serve_website .serve_website .main .main_container .serve_list .serve_list_container .item .information h3 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .hxl_serve_website .serve_website .main .main_container .serve_list .serve_list_container .item .information p {
    font-size: 12px;
    line-height: 20px;
  }
  .hxl_history.hxl_center .history_center {
    width: 100%;
    padding-top: 10px;
  }
  .hxl_history.hxl_center .history_center .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .hxl_history.hxl_center .history_center .time_line>.item:nth-child(1), .hxl_history.hxl_center .history_center .time_line>.item:nth-child(3) {
    margin-left: 16%;
  }
  .hxl_history.hxl_center .history_center .time_line .item {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    width: 28.5%;
    margin-right: 0;
    margin-left: 8%;
    margin-bottom: 10px;
  }
  .hxl_history.hxl_center .history_center .main {
    overflow-x: auto;
  }
  .hxl_history.hxl_center .history_center .main .main_list {
    white-space: nowrap;
    width: 100%;
    display: block;
    padding-left: 0;
    margin: 0 auto;
  }
  .hxl_history.hxl_center .history_center .main .main_list .item {
    width: 80%;
    float: initial;
    margin: 0 auto;
    margin-right: auto !important;
    margin-bottom: 20px;
  }
  .hxl_history.hxl_center .history_center .main .main_list .item .year {
    font-size: 24px;
  }
  .hxl_history.hxl_center .history_center .main .main_list .item .year .year_icon {
    width: 15px;
    height: 20px;
  }
  .hxl_history.hxl_center .history_center .main .main_list .item .center {
    font-size: 22px;
    padding: 10px;
    margin-top: 5px;
  }
  .hxl_history.hxl_center .history_center .main .main_list .item .center .center_txt {
    float: initial;
    font-size: 14px;
    white-space: normal;
    width: initial;
  }
  .hxl_history.hxl_center .history_center .main .main_list .item .center .btn {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin: 10px auto 0;
    float: initial;
  }
  .hxl_history.hxl_center .history_center .main .main_list .item .bottom {
    padding: 10px;
  }
  .hxl_history.hxl_center .history_center .main .main_list .item .bottom .bottom_txt {
    white-space: normal;
    width: initial;
    float: initial;
    font-size: 12px;
  }
  .hxl_history.hxl_center .history_center .main .main_list .item .bottom .img_wrap {
    float: initial;
    margin: 10px auto 0;
  }
  .gz_linnei_center {
    width: 90%;
    padding-top: 10px;
  }
  .gz_linnei_center .top {
    padding-bottom: 30px;
  }
  .gz_linnei_center .top .top_left {
    float: initial;
    width: 100%;
    padding-top: 0;
  }
  .gz_linnei_center .top .top_left .txt_p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .gz_linnei_center .top .top_left .title_h3 {
    font-size: 24px;
  }
  .gz_linnei_center .top .top_left .title .line {
    margin-top: 8px;
  }
  .gz_linnei_center .top .top_left .title h3 {
    font-size: 16px;
  }
  .gz_linnei_center .top .top_right {
    float: initial;
    padding-top: 50px;
    padding-top: 0;
    width: 100%;
  }
  .gz_linnei_center .top .top_right .bg {
    width: 90%;
    height: initial;
    margin: 0 auto;
  }
  .gz_linnei_center .top .top_right .bg .img_wrap {
    width: 100%;
    height: initial;
    position: relative;
    top: -10px;
    left: -10px;
    margin-top: 20px;
  }
  .gz_linnei_center .bottom {
    margin-top: 0;
  }
  .gz_linnei_center .bottom h3 {
    font-size: 16px;
  }
  .gz_linnei_center .bottom .bottom_main {
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .gz_linnei_center .bottom .bottom_main>.item:nth-child(3), .gz_linnei_center .bottom .bottom_main>.item:nth-child(4) {
    margin-bottom: 0;
  }
  .gz_linnei_center .bottom .bottom_main .item:nth-child(2n) {
    margin-right: 0;
  }
  .gz_linnei_center .bottom .bottom_main .item {
    width: 49%;
    margin-right: 2%;
    height: 280px;
    margin-bottom: 20px;
  }
  .gz_linnei_center .bottom .bottom_main .item .wrap {
    padding: 10px;
  }
  .gz_linnei_center .bottom .bottom_main .item .wrap .icon_1, .gz_linnei_center .bottom .bottom_main .item .wrap .icon_2, .gz_linnei_center .bottom .bottom_main .item .wrap .icon_3, .gz_linnei_center .bottom .bottom_main .item .wrap .icon_4 {
    width: 60px;
    height: 60px;
  }
  .gz_linnei_center .bottom .bottom_main .item .wrap h3 {
    margin: 10px 0;
    font-size: 14px;
  }
  .gz_linnei_center .bottom .bottom_main .item .wrap p {
    font-size: 12px;
    line-height: 18px;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .top .top_left .txt_p {
    line-height: 20px;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .top .top_left .title h3 {
    font-size: 18px;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .top .top_right .img_wrap {
    margin-top: 20px;
    text-align: center;
    height: initial;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .top .top_right .img_wrap img {
    width: 75%;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .center {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .center .center_container .item {
    width: 100%;
    float: initial;
    height: 200px;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .center .center_container .item .txt_wrap .wrap_2 {
    width: 245px;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .center .center_container .item .txt_wrap span {
    line-height: 45px !important;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .center .center_container .item .txt_wrap .span_a {
    font-size: 24px;
    position: relative;
    top: -4px;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .center .center_container .item .txt_wrap .line {
    width: 20px;
    margin: 5px 0 10px;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .center .center_container .item .txt_wrap h3 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 15px;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .center .center_container .item .img_wrap img {
    width: 50%;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .center .center_bottom {
    width: 80%;
    padding: 90px 5% 20px;
    padding-top: 20px;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .center .center_bottom p {
    line-height: 24px;
    font-size: 12px;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .center .center_bottom h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .hxl_enterprise_honnor_center .enterprise_honnor_center {
    padding: 20px 0;
  }
  .hxl_enterprise_honnor_center .enterprise_honnor_center .title_h3 {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .hxl_enterprise_honnor_center .enterprise_honnor_center .problem_list .problem_list_container .item .answer .txt_wrap .item {
    margin-bottom: 5px;
  }
  .hxl_enterprise_honnor_center .enterprise_honnor_center .problem_list .problem_list_container .item .answer .txt_wrap .item h3 {
    line-height: 30px;
    font-size: 14px;
    line-height: 24px;
  }
  .hxl_enterprise_honnor_center .enterprise_honnor_center .problem_list .problem_list_container .item .answer .txt_wrap .item p {
    font-size: 12px;
    line-height: 18px;
  }
  .hxl_enterprise_honnor_center .enterprise_honnor_center .problem_list .problem_list_container .item .answer .img_wrap {
    float: initial;
    width: 100%;
    height: initial;
  }
  .hxl_enterprise_honnor_center .enterprise_honnor_center .problem_list .problem_list_container .item .answer .txt_wrap {
    float: initial;
    margin-left: 0;
  }
  .hxl_job .job_center .the_center {
    padding-top: 20px;
  }
  .hxl_job .job_center .job_tips {
    width: 100%;
    margin: 20px auto;
  }
  .hxl_job .job_center .job_tips .tips {
    padding-left: 0;
    font-size: 12px;
    line-height: 24px;
    width: 90%;
    float: initial;
    margin: 0 auto;
  }
  .hxl_job .job_center .job_tips .qq {
    margin: 0 auto;
    float: initial;
    margin-top: 0;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    margin-top: 10px;
  }
  .hxl_job .job_center .job_tips .qq .qq_icon {
    width: 12px;
    height: 13px;
  }
  .hxl_job .job_center .job_classify .job_classify_container {
    width: 100%;
  }
  .hxl_job .job_center .job_classify .job_classify_container .item {
    margin-right: 0;
    margin-left: 12%;
    width: 32%;
    line-height: 36px;
    height: 36px;
    font-size: 12px;
  }
  .hxl_job .job_center .list_header {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 20px;
  }
  .hxl_job .job_center .list_header .product_search_2 {
    width: 100%;
  }
  .hxl_job .job_center .list_header .product_search_2 .inquiry {
    width: 50%;
    float: left;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    margin-left: 25%;
    margin-top: 20px;
  }
  .hxl_job .job_center .list_header .product_search_2 .more_wrap, .hxl_job .job_center .list_header .product_search_2 .input_wrap {
    width: 25%;
    padding: 0 2%;
    height: 30px;
    line-height: 30px;
  }
  .hxl_job .job_center .list_header .product_search_2 .more_wrap .more_icon, .hxl_job .job_center .list_header .product_search_2 .input_wrap .more_icon {
    width: 9px;
    height: 4px;
    margin-top: 14px;
  }
  .hxl_job .job_center .list_header .product_search_2 .more_wrap .series_wrap, .hxl_job .job_center .list_header .product_search_2 .input_wrap .series_wrap {
    top: 30px;
  }
  .hxl_job .job_center .list_header .product_search_2 .more_wrap .txt, .hxl_job .job_center .list_header .product_search_2 .input_wrap .txt {
    font-size: 12px;
  }
  .hxl_job .job_center .list_header .product_search_2 .more_wrap input, .hxl_job .job_center .list_header .product_search_2 .input_wrap input {
    font-size: 14px;
  }
  .hxl_job .job_center .problem_list .problem_list_container .item .answer .conditions, .hxl_job .job_center .problem_list .problem_list_container .item .answer .responsibilities {
    margin-top: 15px;
  }
  .hxl_job .job_center .problem_list .problem_list_container .item .answer .title_information .part {
    width: 50%;
    line-height: 30px;
  }
  .hxl_case_list .list_wrap .list_title {
    margin: 20px 0 0;
    font-size: 24px;
  }
  .hxl_case_list .list_wrap .domestic .part .part_container {
    width: 100%;
    padding: 20px 0;
  }
  .hxl_case_list .list_wrap .domestic .part .part_container .top {
    display: block;
    width: 24%;
    margin: 0 auto;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    background: #e3202c;
    color: #fff;
    margin-bottom: 20px;
  }
  .hxl_case_list .list_wrap .domestic .part .part_container .left {
    float: initial;
    display: none;
  }
  .hxl_case_list .list_wrap .domestic .part .part_container .left .txt_h3 {
    bottom: 8px;
    font-size: 18px;
  }
  .hxl_case_list .list_wrap .domestic .part .part_container .left .img_wrap {
    margin: 0 auto;
    width: 220px;
    height: 160px;
    margin-bottom: 20px;
  }
  .hxl_case_list .list_wrap .domestic .part .part_container .right {
    float: initial;
    width: 100%;
    margin: 0 auto;
  }
  .hxl_case_list .list_wrap .domestic .part .part_container .right .swiper-button-next, .hxl_case_list .list_wrap .domestic .part .part_container .right .swiper-button-prev {
    display: none;
  }
  .hxl_case_list .list_wrap .domestic .part .part_container .right .part_one_banner {
    width: 90%;
  }
  .hxl_case_list .list_wrap .domestic .part .part_container .right .part_one_banner .swiper-slide {
    width: 60%;
  }
  .hxl_case_list .list_wrap .domestic .part .part_container .right .part_one_banner .swiper-slide .txt {
    min-height: 20px;
    line-height: 20px;
    font-size: 14px;
  }
  .hxl_case_list .list_wrap .foreign {
    padding-bottom: 50px;
  }
  .hxl_case_list .list_wrap .foreign .foreign_part_wrap {
    width: 100%;
  }
  .hxl_case_list .list_wrap .foreign .foreign_part_wrap .foreign_part_pagination {
    margin-top: 0;
    display: none;
  }
  .hxl_case_list .list_wrap .foreign .foreign_part_wrap .foreign_part {
    width: 100%;
    margin-top: 30px;
  }
  .hxl_case_list .list_wrap .foreign .foreign_part_wrap .foreign_part .swiper-slide {
    width: 220px;
  }
  .hxl_case_list .list_wrap .foreign .foreign_part_wrap .foreign_part .swiper-slide .img_wrap {
    width: 100%;
    height: 159px;
  }
  .hxl_case_list .list_wrap .foreign .foreign_part_wrap .foreign_part .swiper-slide .txt {
    min-height: 20px;
    line-height: 20px;
    font-size: 14px;
  }
  .hxl_case_list .list_partner .list_partner_container {
    width: 100%;
  }
  .hxl_case_list .list_partner .list_partner_container .item.selected {
    font-size: 14px;
  }
  .hxl_case_list .list_partner .list_partner_container .item {
    line-height: 30px;
    font-size: 14px;
  }
  .hxl_partner .list_wrap {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .hxl_partner .list_wrap .domestic .list_title {
    font-size: 20px;
  }
  .hxl_partner .list_wrap .partner_list {
    width: 90%;
    margin-top: 10px;
  }
  .hxl_partner .list_wrap .partner_list>.item:nth-child(6n) {
    margin-right: 4%;
  }
  .hxl_partner .list_wrap .partner_list>.item:nth-child(4n) {
    margin-right: 4%;
  }
  .hxl_partner .list_wrap .partner_list>.item:nth-child(2n) {
    margin-right: 0;
  }
  .hxl_partner .list_wrap .partner_list .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
  }
  .hxl_partner .list_wrap .partner_list .item img {
    max-width: 80%;
  }
  .hxl_news_center .news_wrap {
    width: 90%;
  }
  .hxl_news_center .news_wrap h3 {
    margin: 15px 0;
    font-size: 16px;
  }
  .hxl_news_center .news_wrap .news_list .item {
    margin-bottom: 20px;
  }
  .hxl_news_center .news_wrap .news_list .item .txt_wrap {
    padding: 0 4%;
    float: initial;
    width: initial;
  }
  .hxl_news_center .news_wrap .news_list .item .txt_wrap p {
    font-size: 12px;
    line-height: 24px;
  }
  .hxl_news_center .news_wrap .news_list .item .txt_wrap h3 {
    margin-bottom: 10px;
    font-size: 14px;
    position: relative;
    margin-top: 10px;
  }
  .hxl_news_center .news_wrap .news_list .item .txt_wrap h3>span:first-child {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .hxl_news_center .news_wrap .news_list .item .txt_wrap h3 .date {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 14px;
  }
  .hxl_news_center .news_wrap .news_list .item .txt_wrap .see_detail {
    margin-top: 20px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin: 12px auto;
  }
  .hxl_news_center .news_wrap .news_list .item .img_wrap {
    width: 100%;
    padding-top: 50%;
    float: initial;
  }
  .hxl_news_detail_center .news_detail {
    width: 90%;
  }
  .hxl_news_detail_center .news_detail .article {
    width: 100%;
    padding: 20px 0;
  }
  .hxl_news_detail_center .news_detail .article .txt {
    font-size: 12px;
    line-height: 22px;
  }
  .hxl_news_detail_center .news_detail .article .date {
    margin: 8px 0 10px;
    font-size: 12px;
  }
  .hxl_news_detail_center .news_detail .article h3 {
    font-size: 14px;
  }
  .hxl_news_detail_center .news_detail .article img {
    width: 100%;
    margin: 10px 0;
  }
  .hxl_news_detail_center .news_detail .article_nav {
    width: 100%;
  }
  .hxl_news_detail_center .news_detail .article_nav .left {
    float: initial;
    width: 100%;
  }
  .hxl_news_detail_center .news_detail .article_nav .left a {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .hxl_news_detail_center .news_detail .article_nav .return_list {
    position: initial;
    right: initial;
    bottom: initial;
    height: 30px;
    line-height: 30px;
    margin: 20px auto 0;
  }
  .hxl_video_center {
    padding-bottom: 20px;
  }
  .hxl_video_center .video_list {
    padding-bottom: 20px;
  }
  .hxl_video_center .video_list>.item:nth-child(3n) {
    margin-right: 5%;
  }
  .hxl_video_center .video_list>.item:nth-child(2n) {
    margin-right: 0;
  }
  .hxl_video_center .video_list .item {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 20px;
  }
  .hxl_video_center .video_list .item .txt {
    font-size: 14px;
    padding: 5px 10px;
  }
  .technical_support {
    padding: 30px 0;
  }
  .technical_support .technical_support_container {
    width: 100%;
    height: initial;
  }
  .technical_support .technical_support_container .left {
    display: none;
  }
  .technical_support .technical_support_container .right::-webkit-scrollbar {
    display: none;
  }
  .technical_support .technical_support_container .right {
    float: initial;
    width: 90%;
    padding: 2% 3%;
    overflow-x: auto;
  }
  .technical_support .technical_support_container .right .wrap {
    width: 2000px;
    white-space: nowrap;
  }
  .technical_support .technical_support_container .right .wrap .item {
    display: inline-block;
    width: 240px;
    margin-right: 20px;
  }
  .technical_support .technical_support_container .right .wrap .item .img_wrap {
    width: 100%;
    height: initial;
  }
  .technical_support .technical_support_container .right .txt_wrap h3 {
    font-size: 16px;
    margin: 5px 0 5px;
    line-height: 20px;
    white-space: pre-wrap;
  }
  .technical_support .technical_support_container .right .txt_wrap p {
    width: 100%;
    white-space: normal;
    font-size: 12px;
    line-height: 20px;
  }
  .jituanjieshao_center .part_one {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .jituanjieshao_center .part_one .left {
    width: 80%;
    margin: 0 auto;
    float: initial;
    padding-top: 0;
  }
  .jituanjieshao_center .part_one .left h3 {
    margin-bottom: 0;
    font-size: 20px;
  }
  .jituanjieshao_center .part_one .left p {
    font-size: 14px;
    line-height: 24px;
  }
  .jituanjieshao_center .part_one .right {
    float: initial;
    width: 80%;
    margin: 10px auto 0;
    padding-top: 0;
  }
  .jituanjieshao_center .part_one .right img {
    width: 100%;
  }
  .jituanjieshao_center .part_two {
    margin-bottom: 0;
  }
  .jituanjieshao_center .part_two .part_two_container {
    width: 100%;
  }
  .jituanjieshao_center .part_two .part_two_container h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .jituanjieshao_center .part_two .part_two_container .p1 {
    font-size: 14px;
  }
  .jituanjieshao_center .part_two .part_two_container .p2 {
    font-size: 15px;
  }
  .jituanjieshao_center .part_two .part_two_container .p1, .jituanjieshao_center .part_two .part_two_container .p2 {
    padding: 0 20px;
  }
  .jituanjieshao_center .part_two .part_two_container .map {
    margin-top: 20px;
    overflow: hidden;
  }
  .jituanjieshao_center .part_two .part_two_container .map .item {
    width: 100%;
    left: 0;
    width: 90%;
    margin: 0 auto;
  }
  .jituanjieshao_center .part_two .part_two_container .map .item .location {
    /* top: 30px;
    left: 188px;
    position: absolute; */
  }
  .jituanjieshao_center .part_two .part_two_container .map .item .location .location_txt {
    font-size: 12px;
  }
  .jituanjieshao_center .part_two .part_two_container .map .item .wrap {
    /* width: 100%; */
    margin-top: 20px;
    left: 0;
    margin: 0 auto;
  }
  .jituanjieshao_center .part_two .part_two_container .map .item .wrap .bottom {
    /* width: 100%; */
    padding: 5px 0;
    height: initial;
  }
  .jituanjieshao_center .part_two .part_two_container .map .item .wrap .bottom .img_wrap {
    width: 50%;
    padding-top: 30px;
  }
  .jituanjieshao_center .part_two .part_two_container .map .item .wrap .bottom .txt_wrap {
    width: 50%;
    margin-left: 0;
  }
  .jituanjieshao_center .part_two .part_two_container .map .item .wrap .bottom .txt_wrap h3 {
    margin-top: 8px;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .jituanjieshao_center .part_two .part_two_container .map .item .wrap .bottom .txt_wrap p {
    font-size: 12px;
    line-height: 20px;
    padding: 0 20px;
  }
  .jituanjieshao_center .part_three h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .jituanjieshao_center .part_three .list {
    width: 100%;
  }
  .jituanjieshao_center .part_three .list .swiper-button-next, .jituanjieshao_center .part_three .list .swiper-button-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .jituanjieshao_center .part_three .list .list_banner {
    width: 80%;
  }
  .jituanjieshao_center .part_three .list .list_banner .swiper-slide {
    width: 40%;
    height: initial;
    margin-right: 5%;
  }
  .jituanjieshao_center .part_four {
    width: 100%;
    padding-bottom: 20px;
  }
  .jituanjieshao_center .part_four .left {
    width: 80%;
    float: initial;
    margin: 0 auto 20px;
    padding-top: 0;
  }
  .jituanjieshao_center .part_four .left p {
    line-height: 20px;
  }
  .jituanjieshao_center .part_four .left p .span_1, .jituanjieshao_center .part_four .left p .span_2 {
    font-size: 14px;
  }
  .jituanjieshao_center .part_four .right {
    width: 80%;
    float: initial;
    margin: 0 auto;
  }
  .download_main {
    width: 100%;
    overflow-x: auto;
  }
  .hxl_job .job_center {
    padding-top: 0;
  }
  .hxl_job .job_center .the_center {
    padding-top: 10px;
  }
  .hxl_job .job_center .the_center .title_h3 {
    margin-bottom: 10px;
  }
  .hxl_job .job_center .job_guide {
    padding: 10px 0;
  }
  .hxl_job .job_center .job_guide .job_guide_container {
    width: 100%;
  }
  .hxl_job .job_center .job_guide .job_guide_container .main {
    margin-top: 15px;
  }
  .hxl_job .job_center .job_guide .job_guide_container h3 {
    font-size: 16px;
  }
  .hxl_job .job_center .job_guide .job_guide_container .main.main_phone {
    display: block;
  }
  .hxl_job .job_center .job_guide .job_guide_container .main.main_phone .top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
  }
  .hxl_job .job_center .job_guide .job_guide_container .main.main_phone .top .item {
    margin-right: 0;
    margin-bottom: 10px;
    width: 30%;
  }
  .hxl_job .job_center .job_guide .job_guide_container .main.main_phone .top .item .wrap {
    width: 100%;
    height: 85px;
  }
  .hxl_job .job_center .job_guide .job_guide_container .main {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  .pc-map {
    display: none;
  }
  .map-item-wrapper {
    display: none;
  }
  .map-img {
    width: 100%;
    margin: 20px 0;
    display: block;
  }
  .new-map-bottom .img_wrap img {
    width: 100%;
  }
  .new-map-bottom .img_wrap {
    width: 100%;
    margin-top: 10px;
  }
  .new-map-bottom {
    padding: 20px;
    background: #fff;
    width: 75%;
    margin: 0 auto;
  }
  .new-map-container {
    display: block;
    padding-bottom: 20px;
    background: #fff;
  }
  .new-map-container .swiper-button-next {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/index_right_ed.png);
    right: 20px;
    bottom: 10px;
    left: initial;
    top: initial;
  }
  .new-map-container .swiper-button-prev.aa.bb.cc {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/index_left_ed.png);
    right: 60px;
    bottom: 10px;
    left: initial;
    top: initial;
  }
  .jituanjieshao_center .part_two .part_two_container .map .wrap .top {
    display: none;
  }
  .jituanjieshao_center .part_two .part_two_container .map .wrap .bottom {
    box-sizing: border-box;
    width: 100%;
    height: initial;
  }
  .jituanjieshao_center .part_two .part_two_container .map .wrap .bottom .txt_wrap {
    float: initial;
    width: 100%;
  }
  .jituanjieshao_center .part_two .part_two_container .map .wrap .bottom .img_wrap {
    float: initial;
    width: 100%;
  }
  .jituanjieshao_center .part_two .part_two_container .map .wrap {
    position: initial;
    margin: 5px auto;
    width: 90%;
  }
  .hxl_center .location {
    line-height: 40px;
  }
  .hxl_center .location .location_container {
    width: 90%;
  }
  .hxl_product_detail_center .product_show {
    width: 90%;
    padding: 20px 0 20px;
  }
  .hxl_product_detail_center .product_show .left {
    width: 100%;
  }
  .hxl_product_detail_center .product_show .left .swiper-button-next, .hxl_product_detail_center .product_show .left .swiper-button-prev {
    width: 8px;
    height: 15px;
    background-size: 8px 15px;
    bottom: 10px;
  }
  .hxl_product_detail_center .product_show .left .gallery-top .swiper-slide {
    height: 261px;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100% !important;
  }
  .hxl_product_detail_center .product_show .left .gallery-thumbs {
    width: 92%;
    margin-top: 15px;
  }
  .hxl_product_detail_center .product_show .left .gallery-thumbs .swiper-slide {
    height: 40px;
    width: 18.8%;
  }
  .hxl_product_detail_center .product_show .right {
    width: 100%;
    margin-top: 10px;
  }
  .hxl_product_detail_center .product_show .right .txt_h3 {
    font-size: 18px;
    margin: 10px 0 10px;
  }
  .hxl_product_detail_center .product_show .right .txt_p {
    font-size: 12px;
    line-height: 15px;
  }
  .hxl_product_detail_center .product_show .right .txt_h4 {
    font-size: 16px;
    margin: 8px 0 8px;
  }
  .hxl_product_detail_center .product_show .right .buy_now {
    margin-top: 25px;
    width: 200px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .hxl_product_detail_center .product_information .product_information_container {
    width: 100%;
  }
  .hxl_product_detail_center .product_information .product_information_container .information_detail {
    padding-bottom: 20px;
    margin-top: 15px;
  }
  .hxl_product_detail_center .product_information .product_information_container .information_detail>.item:nth-child(2n) {
    background: #fff !important;
    float: initial;
    width: 90%;
    margin: 0 auto;
  }
  .hxl_product_detail_center .product_information .product_information_container .information_detail .item {
    float: initial;
    background: #f3f3f3 !important;
    width: 90%;
    margin: 0 auto;
    height: initial;
    line-height: 25px;
    font-size: 12px;
  }
  .hxl_product_detail_center .product_information .product_information_container .information_title {
    line-height: 30px;
  }
  .hxl_product_detail_center .product_information .product_information_container .information_title .item {
    width: 24%;
    font-size: 12px;
  }
  .hxl_history.hxl_center .history_center {
    width: 100%;
  }
  .hxl_history.hxl_center .history_center .main {
    overflow-x: auto;
  }
  .hxl_news_center .news_wrap {
    width: 90%;
  }
  .hxl_video_center .video_list {
    padding-bottom: 20px;
  }
  .hxl_video_center .video_list .item:nth-child(3n) {
    margin-right: 20px;
  }
  .hxl_video_center .video_list .item:nth-child(2n) {
    margin-right: 0;
  }
  .hxl_video_center .video_list .item {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 20px;
  }
}

@media (min-width: 600px) and (max-width: 1023px) {
  .hxl_rinnai .rinnai_classify::-webkit-scrollbar {
    display: none;
  }
  .hxl_rinnai .rinnai_classify {
    line-height: 30px;
    overflow-x: auto;
  }
  .hxl_rinnai .rinnai_classify .rinnai_classify_container {
    white-space: nowrap;
    font-size: 12px;
  }
  .hxl_rinnai .rinnai_classify .rinnai_classify_container .item {
    display: inline-block;
    width: 100px;
  }
  .hxl_rinnai .rinnai_center .txt_h3 {
    line-height: 40px;
    font-size: 18px;
  }
  .hxl_rinnai .rinnai_center .rinnai_center_container {
    width: 90%;
  }
  .hxl_rinnai .rinnai_center .rinnai_center_container .item .txt_wrap {
    padding: 7px;
  }
  .hxl_rinnai .rinnai_center .rinnai_center_container .item .txt_wrap .p1 {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .hxl_rinnai .rinnai_center .rinnai_center_container .item .txt_wrap .p2 {
    font-size: 12px;
  }
  .hxl_rinnai .rinnai_center .rinnai_center_container .item .img_wrap {
    padding-top: 66%;
    position: relative;
    overflow: hidden;
    height: initial;
  }
  .hxl_rinnai .rinnai_center .rinnai_center_container .item .img_wrap img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .hxl_common_problem_center {
    padding-bottom: 20px;
  }
  .hxl_common_problem_center .product_list .product_list_container {
    padding-bottom: 0;
    width: initial;
    padding-top: 0;
    border-top: none;
  }
  .hxl_common_problem_center .product_list .product_list_container .list_header .product_search .inquiry {
    width: 60px;
    float: left;
    margin-left: 20px;
  }
  .hxl_common_problem_center .product_list .product_list_container .list_header .product_search .input_wrap {
    width: initial;
    margin-bottom: 5px;
  }
  .hxl_common_problem_center .product_list .product_list_container .list_header .product_search .more_wrap {
    width: initial;
    margin-bottom: 5px;
  }
  .hxl_common_problem_center .product_list .product_list_container .list_header .product_search .more_wrap .more_icon {
    position: initial;
    top: initial;
    right: initial;
    margin-top: 10px;
    margin-left: 5px;
  }
  .hxl_common_problem_center .product_list .product_list_container .list_header .product_search_2.product_search {
    padding-bottom: 20px;
    width: initial !important;
  }
  .hxl_common_problem_center .product_list .product_list_container .list_header .product_search_2.product_search .inquiry {
    margin-left: 0;
  }
  .hxl_common_problem_center .product_list .product_list_container .list_header .product_search_2.product_search .input_wrap {
    width: 35%;
    margin-bottom: 10px;
  }
  .hxl_common_problem_center .product_list .product_list_container .list_header .product_search_2.product_search .input_wrap .series_wrap {
    top: 24px;
  }
  .hxl_common_problem_center .product_list .product_list_container .list_header .product_search_2.product_search .more_wrap {
    width: 33%;
    margin-bottom: 10px;
  }
  .hxl_common_problem_center .product_list .product_list_container .list_header .product_search_2.product_search .more_wrap .series_wrap {
    top: 24px;
  }
  .hxl_common_problem_center .product_list .product_list_container .list_header .product_search_2 {
    margin-top: 30px;
    width: 300px;
  }
  .hxl_common_problem_center .problem_list {
    margin-bottom: 20px;
  }
  .hxl_common_problem_center .problem_list .problem_list_container {
    width: 90%;
  }
  .hxl_common_problem_center .problem_list .problem_list_container .item.selected .question .icon {
    width: 15px;
    top: 50%;
    margin-top: 0;
  }
  .hxl_common_problem_center .problem_list .problem_list_container .item .question {
    padding: 8px;
    line-height: 15px;
  }
  .hxl_common_problem_center .problem_list .problem_list_container .item .question .txt {
    width: 85%;
    display: inline-block;
    font-size: 12px;
  }
  .hxl_common_problem_center .problem_list .problem_list_container .item .question .icon {
    width: 12px;
    height: 12px;
    top: 50%;
    margin-top: -6px;
  }
  .hxl_common_problem_center .problem_list .problem_list_container .item .answer {
    font-size: 12px;
    padding: 8px;
    line-height: 15px;
  }
  .hxl_common_problem_center .problem_list .problem_list_container .item .answer .first_txt_wrap {
    margin-bottom: 13px;
  }
  .hxl_common_problem_center .problem_list .problem_list_container .item .answer .online_message {
    width: 80px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hxl_product_center .product_list .product_list_container {
    width: 90%;
    padding-top: 20px;
  }
  .hxl_product_center .product_list .product_list_container .list_header {
    width: 90%;
    margin: 0 auto;
  }
  .hxl_product_center .product_list .product_list_container .list_header .product_search {
    float: left;
  }
  .hxl_product_center .product_list .product_list_container .list_header .product_search .more_wrap {
    width: 120px;
  }
  .hxl_product_center .product_list .product_list_container .list_header .product_search .input_wrap {
    width: 120px;
  }
  .hxl_product_center .product_list .product_list_container .list_header .product_search .inquiry {
    width: 100px;
  }
  .hxl_product_center .product_list .product_list_container .list_main {
    margin-top: 30px;
  }
  .hxl_product_center .product_list .product_list_container .list_main>.item:nth-child(3n) {
    margin-right: 0;
  }
  .hxl_product_center .product_list .product_list_container .list_main .item {
    width: 31.5%;
    margin-right: 2.5%;
  }
  .hxl_product_center .product_list .product_list_container .list_main .item .txt_p {
    padding: 0 5px;
  }
  .hxl_product_center .product_list .product_list_container .list_main .item .txt_h3 {
    padding: 0 5px;
  }
  .technical_support {
    padding: 30px 0;
  }
  .technical_support .technical_support_container {
    width: 100%;
  }
  .technical_support .technical_support_container .right {
    float: left;
    padding: 2% 3%;
  }
  .technical_support .technical_support_container .right .txt_wrap h3 {
    font-size: 22px;
  }
  .hxl_partner .list_wrap {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .hxl_partner .list_wrap .domestic .list_title {
    font-size: 20px;
  }
  .hxl_partner .list_wrap .partner_list {
    width: 90%;
    margin-top: 10px;
  }
  .hxl_partner .list_wrap .partner_list>.item:nth-child(6n) {
    margin-right: 4%;
  }
  .hxl_partner .list_wrap .partner_list>.item:nth-child(4n) {
    margin-right: 4%;
  }
  .hxl_partner .list_wrap .partner_list>.item:nth-child(3n) {
    margin-right: 0;
  }
  .hxl_partner .list_wrap .partner_list .item {
    width: 30%;
    margin-right: 4%;
    margin-bottom: 15px;
  }
  .hxl_partner .list_wrap .partner_list .item img {
    width: 80%;
  }
  .hxl_case_list .list_partner .list_partner_container {
    width: 100%;
  }
  .hxl_case_list .list_partner .list_partner_container .item.selected {
    font-size: 14px;
  }
  .hxl_case_list .list_partner .list_partner_container .item {
    line-height: 30px;
    font-size: 14px;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .top {
    width: 90%;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .center {
    padding-bottom: 0;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .center .center_container {
    width: 90%;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .center .center_container .item {
    width: 49%;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .center .center_container .item .txt_wrap .wrap_2 {
    width: 200px;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .center .center_container .item .img_wrap {
    width: 100%;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .center .center_container .item .img_wrap img {
    max-width: 80%;
  }
  .hxl_jituanwenhua_center .jituanwenhua_center .center .center_bottom {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .download_main .download_main_container {
    width: 100%;
  }
  .download_main .download_main_container .download_title .item.selected {
    color: #e3202c;
  }
  .download_main .download_main_container .download_detail .item {
    display: none;
  }
  .download_main .download_main_container .download_detail .item.show {
    display: block;
  }
  .download_main .download_main_container .download_detail .item {
    width: 100%;
  }
  .download_main .download_main_container .download_detail .item .txt_wrap .download_btn {
    height: 30px;
    line-height: 30px;
  }
  .download_main .download_main_container .download_detail .item .txt_wrap .download_btn .icon {
    width: 15px;
    height: 13px;
  }
  .download_main .download_main_container .download_detail .item .txt_wrap .download_btn .txt {
    font-size: 12px;
  }
  .download_main .download_main_container .download_detail .item .txt_wrap .txt_h3 {
    font-size: 16px;
  }
  .download_main .download_main_container .download_detail .item .txt_wrap .txt_p {
    font-size: 12px;
    margin: 10px 0 20px;
  }
  .download_main .download_main_container .download_detail .item.last {
    width: 100%;
  }
  .hxl_serve_website .buy_list .buy_list_container .item {
    line-height: 30px;
    font-size: 12px;
  }
  .hxl_serve_website .serve_website .main {
    position: initial;
    width: 100%;
  }
  .hxl_serve_website .serve_website .main .main_container {
    width: 80%;
    transform: initial;
    position: initial;
    height: initial;
    margin: 20px auto 20px;
  }
  .hxl_serve_website .serve_website .main .main_container .input_wrap .inquire_btn {
    line-height: 28px;
    border-radius: 14px;
    width: 70%;
    margin: 0 auto;
  }
  .hxl_serve_website .serve_website .main .main_container .input_wrap .city_select .prov {
    line-height: 24px;
    height: 24px;
  }
  .hxl_serve_website .serve_website .main .main_container .input_wrap .city_select .prov_wrap {
    line-height: 24px;
    height: 24px;
    border-radius: 12px;
  }
  .hxl_serve_website .serve_website .main .main_container .input_wrap .city_select .city_wrap {
    line-height: 24px;
    height: 24px;
    border-radius: 12px;
  }
  .hxl_serve_website .serve_website .main .main_container .input_wrap .city_select .dist_wrap {
    line-height: 24px;
    height: 24px;
    border-radius: 12px;
  }
  .hxl_serve_website .serve_website .main .main_container .input_wrap .city_select .city {
    line-height: 24px;
    height: 24px;
  }
  .hxl_serve_website .serve_website .main .main_container .input_wrap .city_select .dist {
    line-height: 24px;
    height: 24px;
  }
  .hxl_serve_website .serve_website .main .main_container .title {
    line-height: 30px;
    font-size: 16px;
  }
  .hxl_serve_website .serve_website .main .main_container .title h3 {
    font-size: 16px;
  }
  .hxl_serve_website .serve_website .main .main_container .title h3::before {
    height: 14px;
    margin-right: 8px;
  }
  .hxl_serve_website .serve_website .main .main_container .serve_list .serve_list_container {
    height: 328px;
  }
  .hxl_serve_website .serve_website .main .main_container .serve_list .serve_list_container .item {
    padding: 5px;
  }
  .hxl_serve_website .serve_website .main .main_container .serve_list .serve_list_container .item .num {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .hxl_serve_website .serve_website .main .main_container .serve_list .serve_list_container .item .information h3 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .hxl_serve_website .serve_website .main .main_container .serve_list .serve_list_container .item .information p {
    font-size: 12px;
    line-height: 20px;
  }
  .jituanjieshao_center .part_one {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .jituanjieshao_center .part_one .left {
    width: 80%;
    margin: 0 auto;
    float: initial;
    padding-top: 0;
  }
  .jituanjieshao_center .part_one .left h3 {
    margin-bottom: 0;
    font-size: 20px;
  }
  .jituanjieshao_center .part_one .left p {
    font-size: 14px;
    line-height: 24px;
  }
  .jituanjieshao_center .part_one .right {
    float: initial;
    width: 80%;
    margin: 10px auto 0;
    padding-top: 0;
  }
  .jituanjieshao_center .part_one .right img {
    width: 100%;
  }
  .jituanjieshao_center .part_two {
    margin-bottom: 0;
  }
  .jituanjieshao_center .part_two .part_two_container {
    width: 100%;
  }
  .jituanjieshao_center .part_two .part_two_container h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .jituanjieshao_center .part_two .part_two_container .p1 {
    font-size: 14px;
  }
  .jituanjieshao_center .part_two .part_two_container .p2 {
    font-size: 14px;
  }
  .jituanjieshao_center .part_two .part_two_container .p1, .jituanjieshao_center .part_two .part_two_container .p2 {
    padding: 0 20px;
  }
  .jituanjieshao_center .part_two .part_two_container .map {
    margin-top: 20px;
    /* overflow: hidden; */
  }
  .jituanjieshao_center .part_two .part_two_container .map .item {
    width: 100%;
    /* left: 0; */
    width: 90%;
    margin: 0 auto;
    /* position: initial; */
  }
  .jituanjieshao_center .part_two .part_two_container .map .item .location {
    /* top: 11%;
    left: 0;
    position: absolute; */
  }
  .jituanjieshao_center .part_two .part_two_container .map .item .location .location_txt {
    font-size: 12px;
  }
  /* .jituanjieshao_center .part_two .part_two_container .map .item .wrap {
    width: 100%;
    margin-top: 20px;
    left: 0;
    margin: 0 auto;
  }
  .jituanjieshao_center .part_two .part_two_container .map .item .wrap .bottom {
    width: 100%;
    padding: 5px 0;
    height: initial;
  } */
  .jituanjieshao_center .part_two .part_two_container .map .item .wrap .bottom .img_wrap {
    width: 50%;
    padding-top: 30px;
  }
  .jituanjieshao_center .part_two .part_two_container .map .item .wrap .bottom .txt_wrap {
    width: 50%;
    margin-left: 0;
  }
  .jituanjieshao_center .part_two .part_two_container .map .item .wrap .bottom .txt_wrap h3 {
    margin-top: 8px;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .jituanjieshao_center .part_two .part_two_container .map .item .wrap .bottom .txt_wrap p {
    font-size: 12px;
    line-height: 20px;
    padding: 0 20px;
  }
  .jituanjieshao_center .part_three h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .jituanjieshao_center .part_three .list {
    width: 100%;
  }
  .jituanjieshao_center .part_three .list .swiper-button-next, .jituanjieshao_center .part_three .list .swiper-button-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .jituanjieshao_center .part_three .list .list_banner {
    width: 80%;
  }
  .jituanjieshao_center .part_three .list .list_banner .swiper-slide {
    width: 40%;
    height: initial;
    margin-right: 5%;
  }
  .jituanjieshao_center .part_four {
    width: 100%;
    padding-bottom: 20px;
  }
  .jituanjieshao_center .part_four .left {
    width: 80%;
    float: initial;
    margin: 0 auto 20px;
    padding-top: 0;
  }
  .jituanjieshao_center .part_four .left p {
    line-height: 20px;
  }
  .jituanjieshao_center .part_four .left p .span_1, .jituanjieshao_center .part_four .left p .span_2 {
    font-size: 14px;
  }
  .jituanjieshao_center .part_four .right {
    width: 80%;
    float: initial;
    margin: 0 auto;
  }
}

@media (min-width: 1025px) and (max-width: 1300px) {
  .hxl_serve_website .serve_website .main .main_container {
    height: initial;
  }
  .hxl_serve_website .serve_website .main .main_container .serve_list .serve_list_container {
    height: 150px;
  }
  .hxl_serve_website .serve_website .main .main_container .input_wrap {
    padding: 10px;
  }
  .hxl_serve_website .serve_website .main .main_container .input_wrap .city_select .prov_wrap {
    margin-bottom: 10px;
  }
  .hxl_serve_website .serve_website .main .main_container .input_wrap .city_select .city_dist {
    margin-bottom: 0;
  }
  .jituanjieshao_center .part_two .part_two_container .map .item {
    /* position: initial; */
  }
  /* .jituanjieshao_center .part_two .part_two_container .map .item .wrap {
    width: 100%;
    left: 0;
  } */
  /* .jituanjieshao_center .part_two .part_two_container .map .item .wrap .bottom {
    width: 80%;
    margin: 0 auto;
  } */
  .jituanjieshao_center .part_two .part_two_container .map .item .location {
    /* position: absolute;
    top: 24%;
    left: 63%; */
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .jituanjieshao_center .part_two .part_two_container .map .item {
    /* position: initial; */
  }
  /* .jituanjieshao_center .part_two .part_two_container .map .item .wrap {
    width: 100%;
    left: 0;
  }
  .jituanjieshao_center .part_two .part_two_container .map .item .wrap .bottom {
    width: 80%;
    margin: 0 auto;
  } */
  .jituanjieshao_center .part_two .part_two_container .map .item .location {
    /* position: absolute;
    top: 20%;
    left: 60%; */
  }
}

@media (min-width: 1024px) and (max-width: 1420px) {
  .jituanjieshao_center .part_two .part_two_container .map .item:nth-child(1) {
    /* position: absolute; */
    /* top: 130px; */
    /* left: 550px; */
  }
  .jituanjieshao_center .part_two .part_two_container .map .item:nth-child(2) {
    /* position: absolute; */
    /* top: 70px; */
    /* left: 588px; */
  }
  .jituanjieshao_center .part_two .part_two_container .map .item:nth-child(3) {
    position: absolute;
    /* top: 100px; */
    /* left: 550px; */
  }
  .jituanjieshao_center .part_two .part_two_container .map .item:nth-child(4) {
    position: absolute;
    /* top: 100px; */
    /* left: 657px; */
  }
  .hxl_serve_website .buy_list .buy_list_container .item {
    line-height: 30px;
    font-size: 12px;
  }
  .hxl_serve_website .serve_website .main {
    position: initial;
    width: 100%;
  }
  .hxl_serve_website .serve_website .main .main_container {
    width: 80%;
    transform: initial;
    position: initial;
    height: initial;
    margin: 20px auto 20px;
  }
  .hxl_serve_website .serve_website .main .main_container .input_wrap .inquire_btn {
    line-height: 28px;
    border-radius: 14px;
    width: 70%;
    margin: 0 auto;
  }
  .hxl_serve_website .serve_website .main .main_container .input_wrap .city_select .prov {
    line-height: 24px;
    height: 24px;
  }
  .hxl_serve_website .serve_website .main .main_container .input_wrap .city_select .prov_wrap {
    line-height: 24px;
    height: 24px;
    border-radius: 12px;
  }
  .hxl_serve_website .serve_website .main .main_container .input_wrap .city_select .city_wrap {
    line-height: 24px;
    height: 24px;
    border-radius: 12px;
  }
  .hxl_serve_website .serve_website .main .main_container .input_wrap .city_select .dist_wrap {
    line-height: 24px;
    height: 24px;
    border-radius: 12px;
  }
  .hxl_serve_website .serve_website .main .main_container .input_wrap .city_select .city {
    line-height: 24px;
    height: 24px;
  }
  .hxl_serve_website .serve_website .main .main_container .input_wrap .city_select .dist {
    line-height: 24px;
    height: 24px;
  }
  .hxl_serve_website .serve_website .main .main_container .title {
    line-height: 30px;
    font-size: 16px;
  }
  .hxl_serve_website .serve_website .main .main_container .title h3 {
    font-size: 16px;
  }
  .hxl_serve_website .serve_website .main .main_container .title h3::before {
    height: 14px;
    margin-right: 8px;
  }
  .hxl_serve_website .serve_website .main .main_container .serve_list .serve_list_container {
    height: 328px;
  }
  .hxl_serve_website .serve_website .main .main_container .serve_list .serve_list_container .item {
    padding: 5px;
  }
  .hxl_serve_website .serve_website .main .main_container .serve_list .serve_list_container .item .num {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .hxl_serve_website .serve_website .main .main_container .serve_list .serve_list_container .item .information h3 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .hxl_serve_website .serve_website .main .main_container .serve_list .serve_list_container .item .information p {
    font-size: 12px;
    line-height: 20px;
  }
  .gz_linnei_center {
    width: 90%;
  }
  .gz_linnei_center .bottom .bottom_main .item .wrap p {
    line-height: 24px;
  }
  .gz_linnei_center .bottom .bottom_main .item .wrap h3 {
    margin: 5px 0 5px;
  }
}

@media (min-width: 1025px) and (max-width: 1420px) {
  .jituanjieshao_center .part_two .part_two_container .map-wrap .wrap .top {
    display: none;
  }
  .jituanjieshao_center .part_two .part_two_container .map .wrap {
    /* left: 5%; */
    /* top: 15%; */
  }
  .jituanjieshao_center .part_two .part_two_container .map .item .location {
    display: flex;
  }
  .jituanjieshao_center .part_two .part_two_container .map .location .location_txt {
    word-break: keep-all;
  }
  .jituanjieshao_center .part_two .part_two_container .map .item:nth-child(1) {
    /* position: absolute; */
    /* top: 36%; */
    /* left: 62%; */
  }
  .jituanjieshao_center .part_two .part_two_container .map .item:nth-child(2) {
    /* position: absolute; */
    /* top: 18%; */
    /* left: 66%; */
  }
  .jituanjieshao_center .part_two .part_two_container .map .item:nth-child(3) {
    position: absolute;
    /* top: 28%; */
    /* left: 66%; */
  }
  .jituanjieshao_center .part_two .part_two_container .map .item:nth-child(4) {
    position: absolute;
    /* top: 25%; */
    /* left: 72%; */
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .hxl_news_detail_center {
    padding-bottom: 20px;
  }
  .hxl_news_detail_center .news_detail {
    width: 90%;
  }
  .hxl_news_detail_center .news_detail .article {
    width: 100%;
    padding: 30px 0 0;
  }
  .hxl_news_detail_center .news_detail .article_nav {
    width: 100%;
    padding-top: 20px;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  .hxl_job .job_center {
    padding-top: 0;
  }
  .hxl_job .job_center .job_tips {
    width: 100%;
    margin: 20px auto;
  }
  .hxl_job .job_center .job_tips .tips {
    padding-left: 0;
    font-size: 12px;
    line-height: 24px;
    width: 90%;
    float: initial;
    margin: 0 auto;
  }
  .hxl_job .job_center .job_tips .qq {
    margin: 0 auto;
    float: initial;
    margin-top: 0;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    margin-top: 10px;
  }
  .hxl_job .job_center .job_tips .qq .qq_icon {
    width: 12px;
    height: 13px;
  }
  .hxl_job .job_center .list_header {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 20px;
  }
  .hxl_job .job_center .list_header .product_search_2 {
    width: 100%;
  }
  .hxl_job .job_center .list_header .product_search_2 .inquiry {
    width: 50%;
    float: left;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    margin-left: 25%;
    margin-top: 20px;
  }
  .hxl_job .job_center .list_header .product_search_2 .more_wrap, .hxl_job .job_center .list_header .product_search_2 .input_wrap {
    width: 25%;
    padding: 0 2%;
    height: 30px;
    line-height: 30px;
  }
  .hxl_job .job_center .list_header .product_search_2 .more_wrap .more_icon, .hxl_job .job_center .list_header .product_search_2 .input_wrap .more_icon {
    width: 9px;
    height: 4px;
    margin-top: 14px;
  }
  .hxl_job .job_center .list_header .product_search_2 .more_wrap .series_wrap, .hxl_job .job_center .list_header .product_search_2 .input_wrap .series_wrap {
    top: 30px;
  }
  .hxl_job .job_center .list_header .product_search_2 .more_wrap .txt, .hxl_job .job_center .list_header .product_search_2 .input_wrap .txt {
    font-size: 12px;
  }
  .hxl_job .job_center .list_header .product_search_2 .more_wrap input, .hxl_job .job_center .list_header .product_search_2 .input_wrap input {
    font-size: 14px;
  }
  .hxl_job .job_center .the_center {
    padding-top: 10px;
  }
  .hxl_job .job_center .the_center .title_h3 {
    margin-bottom: 10px;
  }
  .hxl_job .job_center .job_guide {
    padding: 10px 0;
  }
  .hxl_job .job_center .job_guide .job_guide_container {
    width: 100%;
  }
  .hxl_job .job_center .job_guide .job_guide_container .main {
    margin-top: 15px;
  }
  .hxl_job .job_center .job_guide .job_guide_container h3 {
    font-size: 16px;
  }
  .hxl_job .job_center .job_guide .job_guide_container .main.main_phone {
    display: block;
  }
  .hxl_job .job_center .job_guide .job_guide_container .main.main_phone .top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
  }
  .hxl_job .job_center .job_guide .job_guide_container .main.main_phone .top .item {
    margin-right: 0;
    margin-bottom: 10px;
    width: 30%;
  }
  .hxl_job .job_center .job_guide .job_guide_container .main.main_phone .top .item .wrap {
    width: 100%;
    height: 85px;
  }
  .hxl_job .job_center .job_guide .job_guide_container .main {
    display: none;
  }
}

@media (max-width: 1365px) and (min-width: 1000px) {
  .hxl_job .job_center .job_guide .job_guide_container {
    width: 900px;
  }
  .hxl_job .job_center .job_guide .job_guide_container .main .item {
    margin-right: 22px;
  }
  .hxl_job .job_center .job_guide .job_guide_container .main .item .wrap {
    width: 150px;
    height: 150px;
  }
  .hxl_job .job_center .job_guide .job_guide_container .main .top {
    padding-left: 35px;
  }
  .hxl_job .job_center .job_guide .job_guide_container .main .top.bottom {
    padding-left: 120px;
  }
  .hxl_job .job_center .job_guide .job_guide_container .main .center {
    width: 900px;
    padding: 0;
  }
  .hxl_job .job_center .job_guide .job_guide_container .main .center .center_item {
    margin-right: 73px;
  }
  .hxl_job .job_center .job_guide .job_guide_container .main .center .center_item:first-child {
    margin-left: 100px;
  }
}

.map-item-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 37.5%;
}

