@charset "UTF-8";


@font-face {
  font-family: "DINCond-Bold";
  src: url("../fonts/dincond-bold.woff2") format("woff2"),
       url("../fonts/dincond-bold.woff") format("woff"),
       url("../fonts/dincond-bold.ttf") format("truetype"),
       url("../fonts/dincond-bold.eot") format("embedded-opentype"),
       url("../fonts/dincond-bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}


@font-face {   
   font-family: 'fontSyst';   
   src: url('../fonts/sourcehanserifcnbold.eot');   
   src: url('../fonts/sourcehanserifcnbold.eot') format('embedded-opentype'),         
		url('../fonts/sourcehanserifcnbold.woff') format('woff'),         
	    url('../fonts/sourcehanserifcnbold.ttf') format('truetype'),         
		url('../fonts/sourcehanserifcnbold.svg#neuesbauendemo') format('svg');   
  font-weight: normal;   
  font-style: normal;  
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  font-family: theFont;
}

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 {
 
}

.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%;
  }
}

@font-face {
  font-family: theFont;
  src: url("./../font/NotoSansHans-Regular.otf");
}

.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: #870711;
  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: #870711;
  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: #870711;
}

.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;
  padding:0;
  text-align: center;
}

.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);
}

.header_ad{ background:#eaeaea; line-height:40px;}
.header_ad .wt{ width:1400px; margin:0 auto; color:#666; font-size:14px;}
.fl{float:left;}
.fr{ float:right;}
.header_ad .fr{ box-sizing:border-box; width:120px; padding-left:20px; height:27px; line-height:27px; color:#fff; font-weight:bold; background:url(../images/lk.png) no-repeat; letter-spacing:1px; margin-top:5px;}
.header_ad .fr a{ color:#fff;}
.header_ad .fr a:hover{opacity:.8;}

.hxl_header .header_top {
  background:url(../images/tp_bg.jpg) no-repeat center top;
  background-size:cover;
}

.hxl_header .header_top .header_top_container {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  padding:20px 0;
}

.hxl_header .header_top .header_top_container .logo {
  display: block;
  float: left;
  width: 260px;
  height: 60px;
}

.hxl_header .header_top .header_top_container .logo img {
  width: 100%;
}

.hxl_header .header_top .header_top_container .call {
  float: right;
  padding-top: 24px;
  float:left; padding-top:0px; padding-left:150px;
}

.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: 28px;
  color: #870711;
  font-weight:bold;
}

.hxl_header .header_bottom {
  position: relative;
  background:#fafafa;
}

.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 {
	background:#870711;
  color: #fff;
}

.hxl_header .header_bottom .header_bottom_container .list li.selected a {
  color: #fff;
}

.hxl_header .header_bottom .header_bottom_container .list li {
  float: left;
  width: 135px;
  height: 60px;
 /* margin-right: 32px;*/
  line-height: 60px;
  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: 60px;
  text-align: left;
  width: 100%;
  background: #870711;
  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: 0px;
  font-size: 16px;
  color: #fff;
  margin-right: 30px;
  word-break: keep-all;
  display: inline-block;
}

.hxl_header .header_bottom .header_bottom_container .list li .down a:hover {
	opacity:.8;
}

.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: #eaeaea;
  padding:20px 0;
  overflow: hidden;
}

.hxl_footer .hxl_footer_container {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

.hxl_footer .hxl_footer_container .footer_left {
	text-align:center;
}

.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: #870711;
}

.hxl_footer .hxl_footer_container .footer_left .bottom {
  font-size: 14px;
  color: #000;
  margin-top: 0px;
}

.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: #870711;
}

.float_pop {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 12;
  margin-top: -150px;
  background: #fff;
  font-size: 14px;
}

.float_pop .item:hover {
  background: #870711;
}

.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%;
  display:block;
}

.hxl_index_banner .swiper-pagination-bullet-active {
  background: #870711;
}


.pager {
  text-align: center;
  padding:50px 0;
}

.pager .pager_container {
  line-height: 40px;
  font-size: 16px;
  color: #888;
}

.pager .pager_container .num_wrap {
  display: inline;
}

.pager .pager_container a.selected {
  background: #870711;
  color: #fff;
  border: 1px solid #870711;
}

.pager .pager_container a:hover {
  background: #870711;
  color: #fff;
  border: 1px solid #870711;
}

.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: #870711;
}

.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: #870711;
}

.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: #870711;
}

.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: 10px 0 70px;
  background: #f0f0f0;
}


.dckf .hxl_exhibition{ background:none;}


.hxl_exhibition .hxl_exhibition_container {
  width: calc(100% - 100px);
  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: #870711 !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: 2%;
  margin-bottom:2%;
  margin-top:0 !important;
  width:32%;
}
.hxl_exhibition .hxl_exhibition_container .item:nth-child(3n) { 
 margin-right:0;
}

.hxl_exhibition .hxl_exhibition_container .item .img_wrap {
  width: 100%;
}

.hxl_exhibition .hxl_exhibition_container .item .img_wrap img {
  width: 100%;
  display:block;
}

.hxl_exhibition .hxl_exhibition_container .item .txt_container {
 
  text-align: center;
  background: #fff;
  opacity:.9;
}

.hxl_exhibition .hxl_exhibition_container .item .txt_container .txt_h3 {
  font-size: 16px;
  color: #333;
  padding:14px 0;
}

.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;
  margin-bottom:50px;
}

.hxl_project .hxl_project_container .project_container .hxl_project_banner .swiper-slide:hover .right {
  background: #870711;
  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: #870711;
}

.hxl_project .hxl_project_container .project_container .hxl_project_banner .swiper-slide {
  width: 467px;
  height: 300px;
  overflow: hidden;
}

.hxl_project .hxl_project_container .project_container .hxl_project_banner .swiper-slide .img_wrap {
  float: left;
  width: 450px;
  height: 300px;
}

.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 #870711;
  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: #870711;
  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: #870711;
}

.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: 480px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hxl_history .title_wrap{ height:340px;}
.hxl_history .abtt{ height:200px !important;}
.hxl_news_center .title_wrap{ height:340px;}
.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: #870711;
}

.hxl_rinnai {
  padding-bottom: 0px;
  background:none;
}

.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: #870711;
  color: #fff;
}

.hxl_rinnai .rinnai_classify .rinnai_classify_container .item.selected:hover {
  color: #fff;
}

.hxl_rinnai .rinnai_classify .rinnai_classify_container .item:hover {
  color: #870711;
}

.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: #870711;
  font-weight:bold;
}

.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: #870711;
}

.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: 260px;
  overflow: hidden;
}

.hxl_rinnai .rinnai_center .rinnai_center_container .item .img_wrap img {
  width: 100%;
  height:100%;
  display:block;
  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: #f0f0f0;
  padding: 17px 17px 20px 20px;
  text-align:center;
}

.hxl_rinnai .rinnai_center .rinnai_center_container .item .txt_wrap .p1 {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  height:24px;
  font-weight:bold;
}

.hxl_rinnai .rinnai_center .rinnai_center_container .item .txt_wrap .p2 {
  font-size: 14px;
  color: #888;
}
.hxl_rinnai .rinnai_center .rinnai_center_container .item .txt_wrap .p3{ min-height:26px; text-align:left; font-size:14px; padding-bottom:10px; 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: #870711;
}

.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: #870711;
  font-size: 16px;
  color: #fff;
}

.hxl_product_center .product_list .product_list_container .list_main {
  overflow: hidden;
  padding: 1%;
  margin-top: 60px;
}

.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: #870711;
  color: #fff;
}

.hxl_product_center .product_list .product_list_container .list_main .item {
  margin-right: 2%;
  width: 23.5%;
  min-height: 100px;
  float: left;
  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 #870711;
  font-size: 14px;
  color: #870711;
  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;
  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: #870711;
}

.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: #870711;
}

.hxl_common_problem_center .problem_list .problem_list_container .item .answer .online_message {
  width: 165px;
  height: 44px;
  border-radius: 22px;
  background: #870711;
  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: 100%;
  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 #870711;
}

.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: #870711;
  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: #870711;
}

.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: #870711;
}

.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: #870711;
  font-weight: bold;
  margin: 30px 0 40px;
}

.download_main .download_main_container .download_detail .item .txt_wrap .download_btn {
  width: 145px;
  height: 45px;
  background: #870711;
  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: #870711;
}

.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: #870711;
}

.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: #870711;
  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: #870711;
  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: #870711;
  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: #870711;
  color: #fff;
}

.hxl_history.hxl_center .history_center .time_line .item:hover {
  background: #870711;
  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: #870711;
  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: #870711;
  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: 0px;
}

.gz_linnei_center .top {
  overflow: hidden;
  padding:60px 0;
}

.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: #870711;
}

.gz_linnei_center .top .top_left .title .line {
  width: 48px;
  height: 3px;
  background: #870711;
  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: 478px;
  height: 335px;
  background: #870711;
  position: relative;
}

.gz_linnei_center .top .top_right .img_wrap {
  width: 478px;
  height: 335px;
  position: absolute;
  top: -78px;
  left: -30px;
  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: #870711;
}

.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-color:#fff;
  background: url("../images/guangzhou.jpg");
  background-size:cover;
}

.jituanjieshao_center .part_gai_wrap {
  background:#f3f3f3 url(../images/chuangshiren_bg.png) no-repeat center bottom;
}

.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: 80px;
}

.jituanjieshao_center .part_one .left h3 {
  font-size: 40px;
  color: #870711;
  font-weight: bold;
  margin-bottom: 43px;
}

.jituanjieshao_center .part_one .left p {
  font-size: 16px;
  color: #666;
  line-height: 36px;
  width: 100%;
}

.jituanjieshao_center .part_one .right {
  padding-top: 68px;
  float: right;
}

.jituanjieshao_center .part_two {
  background: #f7f7f7;
  padding: 60px 0;
}

.jituanjieshao_center .part_two .part_two_container {
  width: 1400px;
  margin: 0 auto;
}

.jituanjieshao_center .part_two .part_two_container h3 {
  font-size: 30px;
  color: #870711;
  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;
  padding-bottom:50px;
}

.jituanjieshao_center .ad_d .part_two_container .p1{ padding-bottom: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: #870711;
  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: #870711;
  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: 50px 0;
  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: 50%;
  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: 550px;
  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: 80%;
  margin: 0 auto;
}

.hxl_jituanwenhua_center .jituanwenhua_center .center .center_container .item .txt_wrap .wrap_2 {
  width:80%;
}

.hxl_jituanwenhua_center .jituanwenhua_center .center .center_container .item .txt_wrap h3 {
  font-size: 36px;
  color: #870711;
  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: #870711;
  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: #870711;
  line-height: 54px;
}

.hxl_jituanwenhua_center .jituanwenhua_center .center .center_bottom .line {
  width: 42px;
  height: 4px;
  background: #870711;
  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: #870711;
  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: #870711;
  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 {
	margin:0 auto;
  width: 660px;
  height: 500px;
}

.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: #870711;
  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: #870711;
  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: #870711;
  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: #870711;
  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: #870711;
  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{ background:#fafafa;}

.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: #870711;
  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: #870711;
  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,.ry_bn_prev,.al-prev {
  width: 45px !important;
  height: 45px !important;
  background-image: url("../images/index_left_ed.png") !important;
  background-size: 45px 45px !important;
}

.hxl_case_list .list_wrap .domestic .part .part_container .right .swiper-button-next,.ry_bn_next,.al-next {
  width: 45px !important;
  height: 45px !important;
  background-image: url("../images/index_right_ed.png") !important;
  background-size: 45px 45px !important;
}
.ry_bn_next{ width: 30px !important;
  height: 30px !important;
  background-image: url("../images/index_right_ed.png") !important;
  background-size: 30px 30px !important; top:auto !important; bottom:5px !important; right:150px !important;}
  .ry_bn_prev{ width: 30px !important;
  height: 30px !important;
  background-image: url("../images/index_right_ed.png") !important;
  background-size: 30px 30px !important; top:auto !important; bottom:5px !important; left:150px !important;}
  
.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: #870711;
  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: 0px;
}

.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: #870711;
  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: 100%;
  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: 100%;
  height: 100%;
  overflow: hidden;
}

.hxl_case_list .list_wrap .foreign .foreign_part .swiper-slide .img_wrap img {
  width: 100%;
  display:block;
}

.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: 50px auto 0;
}

.hxl_news_center .news_wrap h3 {
  text-align: center;
  font-size: 40px;
  color: #870711;
  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: #870711;
}

.hxl_news_center .news_wrap .news_list .item:hover .txt_wrap h3 .date {
  color: #870711;
}

.hxl_news_center .news_wrap .news_list .item:hover .txt_wrap .see_detail {
  background: #870711;
  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 #870711;
  border-radius: 22.5px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #870711;
  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;
  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;
}

.nr{font-size:15px; line-height:26px; color:#333; text-align:left;}

.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: 5px auto;
  display: block;
}

.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: #870711;
}

.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: #870711;
  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: #870711;
  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: #870711;
  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: #870711;
  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%;
}

.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: #870711;
  margin: 2px auto;
}

.hxl_serve_website .serve_website .main .main_container .title {
  line-height: 54px;
  background: #870711;
  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 {
  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: #870711;
  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: #870711;
  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_top .header_top_container .call{padding-left:5px;}
  .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 .item {
    margin-right: 18px;
  }
  .hxl_exhibition .hxl_exhibition_container .item .img_wrap {
    width: 100%;
    height: 174px;
  }
  .hxl_exhibition .hxl_exhibition_container .item .txt_container {
	  
    width: 235px;
	width:100%;
  }
  .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: 1200px;
  }
  .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 (max-width: 1200px) and (min-width: 1024px) {
 .hxl_exhibition .hxl_exhibition_container {
    width: 1000px;
  }
}

@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: 10px;
	z-index:2;
  }
  .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;
	padding:4%;
  }
  .pager .pager_container {
    line-height: 30px;
    font-size: 14px;
    color: #888;
  }
  .pager .pager_container .num_wrap {
    display: inline;
  }
  .pager .pager_container a.selected {
    background: #870711;
    color: #fff;
    border: 1px solid #870711;
  }
  .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: 100%;
    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: 0;
    padding:4%;
  }
  .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: #870711;
    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: #870711;
    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: 5px 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: #870711;
  }
  .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;
	padding-bottom:3%;
  }
  .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: 26px;
  }
  .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%;
}


.tit{text-align:center; padding:40px 0;}
.tit .t{ font-size:18px; color:#222;}
.tit .m{font-size:36px; font-weight:bold;}
.rd{ color:#9f0811;}

.abt{ background:url(../images/guangzhou.jpg) no-repeat center top; background-size:cover;}
.abt .w14{ width:1400px; margin:0 auto;}
.abt .fl{ padding-left:5%; float:right; }
.abt .frr{ text-align:center; }


.abt .img_wrap{ width:600px; height:450px; /*border-radius:10px;*/ overflow:hidden}
.abt .img_wrap img{width:100%; display:block;}


.abt .frr{ padding-bottom:60px;}
.abt .frr h3{ font-size:24px; color:#222; font-weight:bold;}
.abt .frr h4{ font-size:14px; color:#999; font-weight:normal; padding:6px 0;}

.abt .frr p.p1{font-size:16.5px; color:#4c4c4c; line-height:40px; text-align:left; padding-top:10px; }

@media (max-width: 1440px)  {
	.abt .frr p.p1{font-size:14px; line-height:30px; padding-top:20px;  }
	.more_g{margin-top:40px;}
	}
	@media (max-width: 1320px)  {
	.abt .frr p.p1{font-size:14px; line-height:26px; padding-top:10px;  }
	.more_g{margin-top:20px;}
	}
.abt .frr .line{    width: 48px;
    height: 3px;
    background: #870711;
    margin-top: 18px; display:inline-block;}
	
.abt .frr .more{ width:120px; color:#fff; background:#870711; display:inline-block; font-size:14px; line-height:40px; margin-top:20px; border-radius:50px;}
.abt .frr .more a{color:#fff;}
.abt .frr .more a:hover{ opacity:.8;}

.new_nr{ width:1400px; margin:0 auto; padding-bottom:0px;}
.new_nr .fl{width:40%; display:none; } 
.new_nr .fl .hxl_case_list .list_wrap .foreign .foreign_part_wrap{width:100% ;}
.new_nr .fl img{width:100%;}
.new_nr .fr{width:100%;}

.new_t{}
.new_t .more{ width:120px; color:#fff; background:#870711; display:inline-block; font-size:14px; line-height:40px; margin-top:40px; margin-bottom:40px; border-radius:50px; text-align:center;}
.new_t .more a{color:#fff;}
.new_t .more a:hover{ opacity:.8;}

.new_nr dl {padding:22px; float:left; width:50%; box-sizing:border-box;}
.new_nr dl.selected{ background:#fafafa; }
.new_nr dl dt{float:left; background:#9f0811; color:#fff; font-size:14px; box-sizing:border-box; padding:10px 16px; font-weight:bold;}
.new_nr dl dt span{ font-size:20px; display:block;}
.new_nr dl dd{float:right; width:75%;}
.new_nr dl dd h3{ font-size:18px; font-weight:bold; color:#333; padding-bottom:0px; line-height:32px; height:32px; overflow:hidden;}
.new_nr dl dd p{ font-size:14px; color:#595959; display:none;}


.new_t {
    background-image: linear-gradient(#f6f3f2, #dfdcd9);
}
.dckf{ background:url(../images/nebg.jpg) no-repeat center top; background-size:cover;}
.dckf .tit{ /*color:#fff;*/}
.dckf .rd{/*color:#fff;*/}


.dit{position:relative; opacity:.9;}
.kad{position:absolute; top:80px; left:50%; width:1400px; margin-left:-700px;}
.kad1{ width:450px; background:#fff; border-radius:10px; overflow:hidden; float:right;}
.kad1 h3{font-size:24px; color:#fff; background:#9f0811;  font-weight:bold;text-align:center; letter-spacing:1.5px; padding:20px 0; line-height:30px;}
.kad1 h3 span{font-size:18px; padding-top:5px; display:block; font-weight:normal;}
.kad1 dl{ padding:25px}
.kad1 dl dt{float:right; border:6px solid #9f0811;}
.kad1 dl dt img{display:block; width:125px;}
.kad1 dl dd{color:#666; font-size:14px; line-height:32px; padding-top:0px;}




.boxMax1{ overflow:hidden; }
.boxLeft{ display:inline-block; width:230px; vertical-align:top; background:#fff; border-top:4px solid #870711; padding:0 20px; box-sizing:border-box; background:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1)}
.boxDate{}
.boxDate li{}
.boxDate li span{display:block;}
.boxDate li span a{display:block;border-bottom:1px solid #ebebeb; background:url(../images/icojtdate.png) right center no-repeat; font-size:17px; line-height:50px;}
.boxDate li span .on{background:url(../images/icojtdatehover.png) right center no-repeat!important; color:#555}
.boxDate li span .on:hover{color:#870711}
.boxDate li div{display:none;border-bottom:1px solid #ebebeb; padding-top:15px;}
.boxDate li div a{ display:inline-block; width:36px; height:36px; box-shadow:0 0 5px rgba(0,0,0,0.2); border-radius:50%; margin:0 15px 15px 0; font-size:14px; line-height:36px; color:#777; text-align:center; }
.boxDate li div a:hover{ background:#870711; color:#fff}
.boxDate li div a:nth-child(4n+4){margin-right:0}
.boxDate li div .on{ background:#870711; color:#fff!important}

.searchNews{ margin:20px 0; background:#f5f5f5; height:40px; overflow:hidden}
.inputSearchNews{border:none; background:none; width:156px; line-height:40px; text-indent:8px; float:left;}
.submitSearchNews{border:none; background:none; width:34px; height:40px; background:url(../images/icosearch.png) center no-repeat; cursor:pointer}
.submitSearchNews:hover{background:url(../images/icosearchhover.png) center no-repeat}

.boxDateList{}
.boxDateList a{display:block;border-bottom:1px solid #ebebeb; background:url(../images/icojtdate1.png) right center no-repeat; font-size:17px; line-height:50px;}
.boxDateList .on{background:url(../images/icojtdate1hover.png) right center no-repeat!important;}
.boxDateList .on:hover{color:#870711}

.boxRight{ display:inline-block; width:990px; padding:0 0 0 40px; vertical-align:top;}

.newsList{ margin-top:-30px;}
.newsList a{display:block; border-bottom:2px solid #e6e6e6; padding:30px 0; overflow:hidden}
.newsList a div{float:right; width:160px; overflow:hidden}
.newsList a div img{width:100%; height:auto; transition:transform 1s;}
.newsList a i{display:inline-block; width:140px; font-size:20px; line-height:28px;color:#870711;font-family:Arial, Helvetica, sans-serif; letter-spacing:-1px; margin-top:10px;vertical-align:top; font-style:normal; font-weight:bold;}
.newsList a span{display:inline-block; width:910px;  vertical-align:top; text-align:justify}
.newsList a h1{font-size:16px; line-height:28px; margin:10px 0; font-weight:normal; color:#555;overflow:hidden; }
.newsList a h2{font-size:14px; line-height:22px; color:#999; font-weight:normal;}
.newsList a h3{background:url(../images/icojt6.png) right center no-repeat; display:inline-block; padding-right:26px; line-height:22px; font-size:14px !important;color:#999 !important; font-weight:bold !important; margin:10px 0 0 0 !important;}
.newsList a h3 font{ font-size:14px;}
.newsList a:hover{border-bottom:2px solid #870711;}
.newsList a:hover h1{color:#870711;}
.newsList a:hover h3{background:url(../images/icojt6hover.png) right center no-repeat; color:#870711;}
.newsList a:hover div img{transform:scale(1.2);}


@media (min-width:1200px){
	.project-box1 .mian .right .titls .tt{
	    padding: 5px 35px;
	}
	.project-box1 .mian .right .ajx-box .list{
	    padding-bottom: 20px;
	}
	.project-box1 .mian .right .ajx-box .list span{
		margin: 0 10px 20px 15px;
	}
	.proinfor-box1 .left{
		width: 60%;
	}
	.proinfor-box1 .right{
		width: 390px;
	}
	.proinfor-box3 .right #proi-pc{
      height:466px;
    }
    .proinfor-box3 .right .swiper-slide{
		height: 150px;
    }
}

.proinfor-box1{
		padding: 0.5rem 0.3rem 0.6rem;
	}
	.proinfor-box1 .left h3{
		font-size: 0.4rem;
		color: #000000;
		line-height: 1.6;
		margin-bottom: 0.4rem;
	}
	.proinfor-box1 .left .detaile{
		font-size: 0.24rem;
		color: #666;
		line-height: 1.6;
		text-align: justify;
	}
	.proinfor-box1 .right{
		margin-top: 0.3rem;
		font-size: 0.24rem;
		color: #555555;
		line-height: 1.6;
	}
	.proinfor-box1 .right p{
		padding:0.05rem 0 0.05rem 0.6rem;
		position: relative;
		margin-bottom: 0.1rem;
	}
	.proinfor-box1 .right .price span{
		font-size: 0.34rem;
		color:#555555;
		line-height: 1.2;
	}
	.proinfor-box1 .right .price:before,
	.proinfor-box1 .right .time:before,
	.proinfor-box1 .right .add:before,
	.proinfor-box1 .right .tel:before{
		display: block;
		width: 0.4rem;
		height: 0.4rem;
		border:1px solid #c6c6c6;
		border-radius: 100%;
		position: absolute;
		left: 0;
		top:50%;
		margin-top: -0.2rem;
		content: '';
	}
	.proinfor-box1 .right .price:before{
		background: url(../images/img22.png) center/0.22rem no-repeat;
	}
	.proinfor-box1 .right .time:before{
		background: url(../images/img23.png) center/0.26rem no-repeat;
	}
	.proinfor-box1 .right .add:before{
		top: 0.03rem;
		margin-top: 0;
		background: url(../images/img24.png) center/0.24rem no-repeat;
	}
	.proinfor-box1 .right .tel{
		font-size: 0.34rem;
		color: #870711;
		line-height: 1.4;
	}
	.proinfor-box1 .right .tel:before{
		border:1px solid #870711;
		background:#870711 url(../images/img25.png) center/0.28rem no-repeat;
	}
	.proinfor-box1 .right .btns{
		display: block;
		width: 2.3rem;
		height: 0.65rem;
		line-height: 0.65rem;
		font-size: 0.24rem;
		color: #fff;
		background-color: #870711;
		text-align: center;
		margin-top: 0.3rem;
	}
	
	.proinfor-box1 {
	    padding: 40px 0 50px;
	    width: 1500px;
	    max-width: 92%;
	    margin: 0 auto;
		background:#fafafa;
	}
	.proinfor-box1 .left{
		width: 70%;
		float: left;
		-webkit-transition: width 0.4s;
  		transition: width 0.4s;
	}
	.proinfor-box1 .left h3 {
	    font-size: 30px;
	    line-height: 1.6;
	    margin-bottom: 30px;
	}
	.proinfor-box1 .left .detaile {
	    font-size: 14px;
	    color: #666;
	    line-height: 1.8;
	}
	.proinfor-box1 .right {
	    margin-top: 0;
	    font-size: 14px;
	    width: 330px;
	    float: right;
	    padding-top: 25px;
	}
	.proinfor-box1 .right p {
	    padding: 5px 0 5px 40px;
	    margin-bottom: 10px;
	}
	.proinfor-box1 .right .price{
		padding: 2px 0 2px 40px;
	}
	.proinfor-box1 .right .tel{
		margin-top: 10px;
	}
	.proinfor-box1 .right .price:before, 
	.proinfor-box1 .right .time:before, 
	.proinfor-box1 .right .add:before, 
	.proinfor-box1 .right .tel:before {
	    width: 28px;
	    height: 28px;
	    margin-top: -14px;
	}
	.proinfor-box1 .right .price:before {
	    background: url(../images/img22.png) center/17px no-repeat;
	}
	.proinfor-box1 .right .time:before {
	    background: url(../images/img23.png) center/17px no-repeat;
	}
	.proinfor-box1 .right .add:before {
		top: 15px;
	    background: url(../images/img24.png) center/17px no-repeat;
	}
	.proinfor-box1 .right .tel:before {
	    background: #870711 url(../images/img25.png) center/17px no-repeat;
	}
	.proinfor-box1 .right .btns {
	    width: 150px;
	    height: 45px;
	    line-height: 45px;
	    font-size: 14px;
	    margin-top: 40px;
	    -webkit-transition: all 0.4s;
  		transition: all 0.4s;
	}
	.proinfor-box1 .right .btns:hover{
		background-color: #d02929
	}
	.proinfor-box1 .right .price span {
	    font-size: 24px;
	}
	.proinfor-box1 .right .tel {
	    font-size: 24px;
	}
	
.bg_z{background:url(../images/bg-pro2.jpg) no-repeat center top; background-size:cover;}

.diz{width:1400px; margin:0px auto; padding:80px 0;}
.diz li{background:#fff; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); width:31%; float:left; margin-right:2%; text-align:center; line-height:36px; padding:50px 0;}
.diz li h3{font-size:24px; font-weight:bold;}
.diz li p{color:#666;}

.diz li.a1{ background:#fff url(../images/ser2-bg1.jpg) no-repeat left top;}
.diz li.a2{ background:#fff url(../images/ser2-bg2.jpg) no-repeat right top;}
.diz li.a3{ background:#fff url(../images/ser2-bg3.jpg) no-repeat right bottom;}


.subBannerBig{ width:100%; height:20vw; min-height:400px;background-size:cover!important;  position:relative; text-align:center; color:#fff}
.subBannerBig i{ width:1px; height:100%; display:inline-block; vertical-align:middle}
.subBannerBig span{ display:inline-block; width:99.9%; max-width:1260px; margin:0 auto; box-sizing:border-box;  vertical-align:middle;text-shadow:0 0 10px rgba(0,0,0,0.5);}
.subBannerBig h1{ font-size:40px; line-height:40px; font-weight:bold;}
.subBannerBig h2{ font-size:20px; line-height:20px; margin:15px 0 30px 0; font-weight:bold; opacity:0.5;text-transform:uppercase}
.subBannerBig h3{ background:url(../images/bgtitle.png) top center no-repeat; font-size:24px; line-height:40px; padding:30px 0 0 0;}
.subBannerBig h4{ background:url(../images/bgtitle.png) top center no-repeat; font-size:24px; line-height:40px; padding:30px 0 0 0;}
.h60{height:60px;}


.boxQywh{}
.boxQywh li{width:100%; height:31.25vw; background:url(../images/abt8.jpg) no-repeat; background-size:cover; position:relative; text-align:center}
.boxQywh li div{ position:absolute; top:0; left:0;width:50%; height:100%; background:#017CC2; opacity:0.6; position:absolute; z-index:1}
.boxQywh li span{position:relative;width:100%; max-width:1580px; padding:0 40px; box-sizing:border-box; color:#fff; z-index:2; top:50%;margin:-90px auto 0 auto; text-align:left; display:inline-block}
.boxQywh li span i{display:inline-block; border-bottom:2px solid #eee8e3; margin-bottom:10px; font-style:normal;}
.boxQywh li span h1{ font-size:30px; opacity:0.5}
.boxQywh li span h2{ font-size:17px; opacity:0.8; padding:8px 0 15px 0;}
.boxQywh li span h3{ /*font-family:'fontSyst';*/ font-size:54px;opacity:0.8; letter-spacing:2px; font-weight:bold;}

.boxQywh li:nth-child(2){ background:url(../images/imgqywh4.jpg) no-repeat; background-size:cover;}
.boxQywh li:nth-child(2) div{ background:#D8864E;display:none}
.boxQywh li:nth-child(2) span{text-align:right; color:#955625;}
.boxQywh li:nth-child(2) span i{ border-bottom:2px solid #955625}

.boxQywh li:nth-child(3){ background:url(../images/imgqywh3.jpg) no-repeat; background-size:cover;}
.boxQywh li:nth-child(3) span {margin:-135px auto 0 auto;}
.boxQywh li:nth-child(3) div{background:#5992BD;}

.boxQywh li:nth-child(4){ background:url(../images/imgqywh2.jpg) no-repeat; background-size:cover;}
.boxQywh li:nth-child(4) div{ background:#f9953f;display:none}
.boxQywh li:nth-child(4) span{text-align:right; color:#0A1A2C}
.boxQywh li:nth-child(4) span i{ border-bottom:2px solid #0A1A2C}

.boxQywh li:nth-child(5){ background:url(../images/bgqywh1.jpg) no-repeat; background-size:cover;}
.boxQywh li:nth-child(5) div{ background:#3C67D0;}
.boxQywh li:nth-child(6) { background:url(../images/bgqywh2.jpg) no-repeat; background-size:cover;}
.boxQywh li:nth-child(6) div { background:#D8864E;display:none}
.boxQywh li:nth-child(6) span{text-align:right; color:#fff}
.boxQywh li:nth-child(6) span i {
    border-bottom: 2px solid #fff;
}
.boxQywh li:nth-child(7){ background:url(../images/bgqywh3.jpg) no-repeat; background-size:cover;}
.boxQywh li:nth-child(8){ background:url(../images/bgqywh4.jpg) no-repeat; background-size:cover;}
.boxQywh li:nth-child(8) div { background:#D8864E;display:none}
.boxQywh li:nth-child(8) span{text-align:right; color:#fff}
.boxQywh li:nth-child(8) span i{ border-bottom:2px solid #fff}

.navTitle{ font-size:40px; line-height:40px; padding:50px 0; text-align:center; position:relative; font-weight:bold; color:#870711;}

.dszText{ padding:50px 0 30px;}
.dszText h1{ font-size:40px; line-height:40px; color:#bbb; padding:36px 0 30px 0}
.dszText h1 i{ font-size:26px; line-height:26px; color:#dedede; vertical-align:bottom; display:inline-block; margin:0 0 0 10px; font-style:normal;}
.dszText p{ font-size:15px; line-height:26px; padding-bottom:15px;}

.pQm{text-align:right; margin-top:20px}
.pQm i{width:70%; max-width:270px; height:1px; display:inline-block; background:#ccc; margin:5px 10px 0 0; vertical-align:middle}
.pQm img{vertical-align:middle}



.boxBusiness{}
.boxBusiness li{width:100%; height:780px; overflow:hidden}
.boxBusiness li div{ width:100%; max-width:1260px; margin:0 auto}
.boxBusiness li i{ float:left; width:350px; display:inline-block; margin-top:120px;}
.boxBusiness li span{ float:left; width:910px;display:inline-block; margin-top:80px;}
.boxBusiness li span a{display:inline-block; width:850px; height:610px; padding:110px 35px 0 35px; margin:0 20px 0 0; background:rgba(255,255,255,0.4); vertical-align:top; position:relative;transition:all .3s; box-sizing:border-box;}
.boxBusiness li span a img{ position:absolute; right:22px; top:25px}
.boxBusiness li span a h2{ font-size:24px; line-height:24px; margin-bottom:20px; color:#000;}
.boxBusiness li span a h3{ font-size:14px; line-height:24px; text-align:justify; color:#444}
.boxBusiness li span a h4{ position:absolute; bottom:30px; right:35px; width:30px; height:16px; background:url(../images/icojt4.png) no-repeat;transition:all .3s  ease-out .3s}
.boxBusiness li span a:last-child{margin-right:0}
.boxBusiness li span a:hover{box-shadow:0 0 20px rgba(11,65,93,0.3); margin-top:-20px;}
.boxBusiness li span a:hover h4{right:20px;background:url(../images/icojt4hover.png) no-repeat;}

.boxBusiness li:nth-child(2) i{float:right; text-align:right; }
.boxBusiness li:nth-child(2) i .imgPc{display:inline-block}
.boxBusiness li:nth-child(2) span a{background:rgba(0,0,0,0.05);}
.boxBusiness li:nth-child(2) span a img{ right:auto; left:35px;}
.boxBusiness li:nth-child(2) span a h2{ text-align:right}

.boxBusiness li:nth-child(1){ background:url(../images/bgbusiness1.jpg) no-repeat center/cover}
.boxBusiness li:nth-child(2){ background:url(../images/bgbusiness2.jpg) no-repeat center/cover}
.boxBusiness li:nth-child(3){ background:url(../images/bgbusiness3.jpg) no-repeat center/cover}

.indNews1{ display:none; }
.indNews1 a{ display:block; line-height:45px; font-size:15px; background:url(../images/bgli.png) 0 center no-repeat; padding-left:13px;border-bottom: 1px dashed #ccc; position:relative;}
.indNews1 a i{ float:right; font-size:13px; color:#999}
.indNews1 a:hover{color:#e20c19}

.tma{position:absolute; right:0; font-size:13px; color:#999;}

.base-title{
		height: 0.7rem;
		line-height: 0.73rem;
		width: 100%;
		background-color: #fff;
		font-size: 0;
		border-bottom: 1px solid #eaeaea;
	}
	.base-title .mian{
		width: 100%;
		background-color: #fff;
		height: 0.7rem;
		position: relative;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.base-title.on .mian{
		position: fixed;
		box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
	}
	.base-title .box{
		padding: 0 0.3rem;
	}

	.base-title a{
		display: inline-block;
		font-size: 0.24rem;
		color: #666;
		height: 0.7rem;
	}
	.base-title .tit{float: left;color: #333;}
	.base-title .titls{
		display: inline-block;
		float: right;
		height: 0.7rem;
		width: 40%;
		text-align: right;
		font-size: 14px;
		display: none;
	}
	.base-title .titls span{
		font-family: '宋体';
		display: inline-block;
		width: 0.4rem;
		height: 0.7rem;
		text-align: center;
		color: #666;
		font-size: 0.26rem;
	}
	.base-title .titls .tt{
		padding-left: 0.4rem;
		background: url(../images/img4.png) left center/0.27rem no-repeat;
	}
	.base-title #tits{
        width: 100%;
        height: 100%;
    }
    .base-title #tits .swiper-slide{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 30%;
        color: #333333;
    }
    .base-title #tits .swiper-slide a{
    	position: relative;
    	padding: 0 0.15rem;
    }
    .base-title #tits .swiper-slide a:before{
		display: block;
		width:100%;
		height: 2px;
		bottom: 0;left:0%;
		position: absolute;
		content: '';
		background-color: transparent;
    }
    .base-title #tits .swiper-slide a.cut:before{
    	background-color: #b41414;
    }
	
	.base-title #tits{
		width: 550px;
		float: left;
	}
	.base-title #tits .swiper-slide{
		width: 16.66%;
	}
	.base-title #tits .swiper-slide a{
		padding: 0 10px;
	}
	
	.base-title #tits .swiper-slide{
		width: 16.66%;
	}
	.base-title #tits .swiper-slide a{
		padding: 0 10px;
	}
	
	
	@media (min-width:1024px){
	.base-title{
	    height: 69px;
	    line-height: 69px;
	}
	.base-title .mian{
		height: 69px;
	}
	.base-title .box{
		padding: 0;
		width: 1400px;
		max-width: 92%;
		margin: 0 auto;
	}
	.base-title a{
	    font-size: 14px;
	    height: 69px;
	    -webkit-transition: all 0.4s;
  		transition: all 0.4s;
	}
	.base-title .titls{
	    height: 69px;
	    display: block;
	}
	.base-title .titls .tt{
	    padding-left: 25px;
	    background: url(../images/img4.png) left center/15px no-repeat;
	}
	.base-title .titls span{
	    width: 25px;
	    height: 69px;
	    font-size: 14px;
	}
	.base-title a:hover{
		color: #b41414;
	}
	}
	.boxBusiness_sp{display:none;}
	
	
	.pd0{padding:0 0 0 340px;}
	.pd1{padding:0 0 0 10px;}
	.pd2{padding:0 0 0 470px;}
	.pd3{padding:0 0 0 780px;}
	
	#theme-page .top_mar .mk-image{
		margin-bottom:0!important;
	}
	#theme-page .top_mar .mk-image img {
    /*height: 55px;*/
	margin-bottom: 25px;
	}
	.mk-image {
    	height: 79px;
    }
	#theme-page .top_mar .imgBox .mk-image {
		height: auto;
	}
	#theme-page .top_mar .fx_title{
		margin-bottom:20px!important;
		font-weight:bold!important;
		font-size:16px!important;
	}
	#theme-page .top_mar.top_mar-eng .mk-image img {
		margin-bottom: 12px;
	}
	#theme-page .top_mar.top_mar-eng .fx_title{
		margin-bottom:10px!important;
	}
    .open-btn {
        width: 50px;
        height: 50px;
        position: fixed;
        top: 50%;
        background: url("../images/arr-l1.png") 10% 50% no-repeat;
        left: 0.5%;
        cursor: pointer;
        z-index: 99;
        display:none;

    }
	.vc_span6 .mk-fancy-title {
    text-align: left!important;
    }
    .mk-fancy-table td {
    text-align: left!important;
	padding:8px 0px 8px 40px;
	font-size:16px;
    border-bottom: 1px dotted #dbdbdb;
}
	.theme-content .mk-fancy-table th{
		text-align:left;
		padding: 8px 0px 8px 40px;
	}

    .close-btn{
        width: 50px;
        height: 50px;
        position: fixed;
        top: 50%;
        background: url("../images/arr-r1.png") 10% 50% no-repeat;
        left: 0.5%;
        cursor: pointer;
        z-index: 99;
        display:none;
    }
	.mk-custom-boxed h3.mk-fancy-title {
		margin-bottom: 20px!important;
	}
	.mk-custom-boxed h3.mk-fancy-title:first-child {
		margin-bottom: 5px!important;
	}
    @media(max-width:1120px){
        .vc_span3 .city_list {
            padding: 20px 5px;
        }
        .top_mar.vc_row-fluid .vc_span10 {
            width: 72.3%;
        }
		#theme-page .vc_span10 .vc_row-fluid .vc_span6 {
			width: 52.5%;
		}
		#theme-page .vc_span10 .vc_row-fluid .imgBox {
			width: 45%;
			margin-top: 0;
		}
		#mk-page-title.left-align .mk-page-heading {
			margin-left: 30px!important;
		}
    }

    @media(max-width:1023px) {
        .vc_row-fluid .vc_span2 {
            display: none;
        }

        .open-btn {
            display: block;
        }

        span.fancy-title-span {
            text-align: left;
        }

        .top_mar.vc_row-fluid .vc_span10 {
            width: 100%;
            padding-left: 20px;
        }

        .vc_span10 .vc_row-fluid .imgBox {
            margin-right: 4%;

        }

        .vc_row-fluid .vc_span3 {
			display:none;
        }

        .vc_row-fluid .vc_span9 {
            width: 100%;
			margin-left: 0;
        }
		
		#theme-page .theme-page-wrapper {
			padding: 0;
		}

        .vc_row-fluid .vc_span9.pro_content {
            left: 240px;
            position: relative;
            padding-left: 0;
        }
		   .vc_row-fluid .top_mar.pro_content {
            left: 240px;
            position: relative;
            padding-left: 0;
        }

        .vc_row-fluid .vc_span3.pro_sel {
            display: block;
            position: absolute;
        }
		#theme-page .vc_span10 .vc_row-fluid .vc_span6 {
			width: 47.5%;
			margin-left: 0;
		}
    }
	@media (max-width:767px){
	.mk-fancy-title {
		text-align: left !important;
	}	
	}
	@media (max-width:415px){
     .mk-fancy-table td {
       padding: 8px 0px;
	   font-size: 15px;
       }
	   .mk-fancy-table {
		   padding: 0;
	   }
    .vc_row-fluid .vc_span9 {
		padding-right: 0;
		padding-left: 0;
	}
	.top_mar.vc_row-fluid .vc_span10 {
		padding-left: 0px;
	}
	#theme-page .top_mar .mk-image {
		margin: 0 auto;
		text-align: center;
	}
	.vc_span10 .vc_row-fluid .imgBox {
		margin-right: 0; 
	}
	.fx_title p,.mk-text-block,.vc_span6 .mk-fancy-title {
		text-align:center!important;
	}

	}
.mk-fancy-table tr {
}
    #mk-custom-box-162 {
                        padding:20px 20px;
                        margin-bottom:10px;
                        background-image:url(../images/shenzhen.png); 
                        background-attachment:scroll;
                        background-repeat:no-repeat;
                        background-color:;
                        background-position:center center;
                        

                  }
                 #mk-custom-box-162 .mk-divider .divider-inner i{
                        background-color:  !important;
                    }
	@media (max-width:1424px){
		
	.abt .w14{width:90%;}
		.header_ad .wt{width:100%;}
		.new_nr{ width:90%;}
		.kad{width:100%;}
		.hxl_rinnai .rinnai_center .rinnai_center_container{width:100%;}
		.diz{ width:95%; margin:0 auto;}
		.diz li.a3{margin-right:0;}
		.diz li{width:32%;}
		}
			@media (max-width:1424px){
		.boxRight{ width:800px;}
		}
		@media (max-width:1210px){
		.boxRight{ width:600px;}
		.newsList a span{width:410px;}
		}
		@media (max-width:1424px){
	.abt .img_wrap{width:560px;}}
	@media (max-width:1024px){
		.header_ad .wt{width:100%; position:relative; z-index:1;}
		.header_ad .wt .fl{padding-left:2%;}
		.header_ad .fr{position:absolute; right:4%; top:50px;}
		.tit .t{ font-size:15px;}
		.tit .m{font-size:26px;}
		.abt .w14{width:100%;}
		.abt .img_wrap{width:100%; height:auto;}
		.abt .fl{float:none; padding:0 4%;}
		.abt .frr{padding:4%;}
		.new_nr{width:100%;}
		.new_nr .fl{float:none; width:100%; padding:0 4%; box-sizing:border-box;}
		.new_nr .fr{width:100%; float:none;}
		.new_nr dl{padding:4%; width:100%;}
		.new_nr dl dt{display:none;}
		.new_nr dl dd{width:100%;}
		.hxl_exhibition .hxl_exhibition_container{width:100%; padding:0; box-sizing:border-box;}
		.hxl_exhibition{padding:4%; box-sizing:border-box;}
		.hxl_exhibition .hxl_exhibition_container .item{margin:0; padding-bottom:4%;}
		.hxl_exhibition .hxl_exhibition_container .item .img_wrap{width:100%; height:auto;}
		.hxl_exhibition .hxl_exhibition_container .item .txt_container{width:100%; box-sizing:border-box; padding:4%;}
		.hxl_exhibition .hxl_exhibition_container .item .txt_container .txt_h3{margin:0; padding:0;}
		.kad{display:none;}
		.base-title{height:auto; line-height:36px;}
		.base-title .mian{ height:auto;}
		.base-title .titls{height:36px; line-height:36px;}
		.base-title a{font-size:14px; height:36px; line-height:36px;}
		.base-title #tits{float:none; width:100%;}
  	    .base-title .box .swiper-wrapper{ display:block;}
		.base-title #tits .swiper-wrapper{ display:block;}
		.base-title #tits .swiper-slide{width:33.3%; float:left;}
		.base-title #tits .swiper-slide a{}
		.boxBusiness li div.pc{ display:none; }
		.boxBusiness li{height:auto;}
		.boxBusiness_sp{display:block; padding:1.5%; box-sizing:border-box; background:rgba(255,255,255,0.4); width:94% !important; margin:16% auto !important;}
		.boxBusiness_sp img{width:100%; display:block;}
		.boxBusiness_sp p{ position:relative;}
		.boxBusiness_sp b{position:absolute; top:30%; left:50%; margin-left:-25px; }
		.boxBusiness_sp b img{width:70px; height:70px;}
		
		.boxQywh li{height:500px;background:url(../images/imgqywh1.jpg) right bottom no-repeat; background-size:auto 250px; }
.boxQywh li div{width:100%; height:50%;}
.boxQywh li span{padding:0 20px;top:25%;margin:-65px auto 0 auto;}
.boxQywh li span h1{font-size:20px; }
.boxQywh li span h2{}
.boxQywh li span h3{font-size:30px;}

.boxQywh li:nth-child(2){background:url(../images/imgqywh4.jpg) 5% bottom no-repeat; background-size:auto 250px; }
.boxQywh li:nth-child(2) div{ display:block}
.boxQywh li:nth-child(2) span{text-align:right; color:#562c18}
.boxQywh li:nth-child(2) span i{ border-bottom:2px solid #745242}

.boxQywh li:nth-child(3) div{ opacity:0.7}
.boxQywh li:nth-child(3){background:url(../images/imgqywh3.jpg) 70% bottom no-repeat; background-size:auto 250px; }
.boxQywh li:nth-child(3) span {margin:-90px auto 0 auto;}

.boxQywh li:nth-child(4){background:url(../images/imgqywh2.jpg) 5% bottom no-repeat; background-size:auto 250px; }
.boxQywh li:nth-child(4) div{ display:block}
.boxQywh li:nth-child(4) span{text-align:right; color:#562c18}
.boxQywh li:nth-child(4) span i{ border-bottom:2px solid #745242}
		.subBannerBig span{padding-top:20%;}
		.newsList{ padding:0; margin:-5px 0 0 0}
.newsList a{ padding:20px 0}
.newsList a div{width:100%;}
.newsList a div img{max-height:100vw;}
.newsList a i{width:100%; font-size:24px; margin:15px 0 5px 0}
.newsList a span{width:100%;}
.newsList a h1{font-size:17px; line-height:24px; margin-top:0}
.newsList a h3{ display:block; text-align:right !important; margin:10px 0 0 0}
.boxLeft{width:100%;}
.boxRight{width:100%; padding:0;}
.boxDate li {
    float: left;
    width: 50%;
    text-align: center;
}
.boxQywh li:nth-child(7){background-position:center;}
.diz{width:100%; padding:4%; box-sizing:border-box;}
.diz li{width:32%; padding:4% 0; box-sizing:border-box; min-height:180px;}
.diz li img{width:30px;}
.diz li.a3{margin-right:0;}
.diz li h3{font-size:18px;}
.diz li p{line-height:22px;}



.subNavBox{ display:none}

.navTitle{font-size:18px; line-height:20px;padding:10px 0 30px 0; color:#555; font-weight:bold}
.titleM{display:block}

.navTabTitle a{padding:0 15px;}


.boxMax1{margin:0;padding:15px;}
.boxMax2{margin:0;padding:15px;}


.dszCon{}
.dszImg{width:100%; text-align:center; padding:30px 0 20px 0}
.dszImg img{ width:50%;}
.dszText{ width:100%; margin:0; padding:4%; box-sizing:border-box;}
.dszText h1{padding:0 0 6%; font-size:24px;}
.dszText h1 i{font-size:16px;}
		}
		.more_g {
	margin: 0 auto;
	/*width: 180px;*/
	height: 50px;
	border-radius: 25px;
	background-image: url("../images/bg1.png");
	text-align: center;
	display: inline-block;
	margin-top:0px;
}
.more_g span {
	display: block;
	width: 130px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 18px;
	padding: 0 30px;
	border-radius: 3px;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	background: #a4000b url(../images/rddr.png) 80% center no-repeat;
	border: 1px solid #a4000b;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-align: left
}
.more_g span:hover {
	background: #a4000b url(../images/rddr.png) 87% center no-repeat;
	box-shadow: 0 1px 6px 0px rgba(0,91,160,1)
}
@media (max-width: 1440px)  {
	 .more_g{margin-top:40px;}
	}
 @media (max-width: 1366px) {
.more_g {
	margin-top: 30px;
}
.more_g span{width:110px; height:40px; line-height:40px; font-size:16px; }
}

 @media (max-width: 1200px) {
.more_g {
	margin-top: 30px;
}
}
 @media (max-width: 900px) {
.more_g {
	width: 150px;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	margin-bottom: 30px;
}
.more_g span {
	line-height: 33px;
	height: 33px;
	padding-right: 30px;
	font-size: 14px;
	background-size: 18px auto;
	width: auto;
	padding: 0 15px
}
}
.m_w{text-align:center; padding-bottom:60px;}
.m_w1{text-align:center; padding-bottom:0px; padding-top:30px;}
.d_k .more_g{margin-top:0;}


.en{display:none;}
@media (max-width:1024px){
	.nav{ display:none;}
	}
	@media (min-width:1280px){.header .mian .nav{
		width: 734px;}}
	
@media (min-width:1024px){
	.header{
		display: block;
		height: 110px;
		background-color: #fff;
		width: 100%;
		position: relative;
  background:url(../images/tp_bg.jpg) no-repeat center top;
  background-size:cover;
	}
	
	
	.header .bgi{
		display: block;
		width: 100%;
		height: 50px;
		position: absolute;
		left: 0;
		top: 110px;
		background-color: #b41414;
		z-index: 5;
		display: none;
	}
	.header .mian{
		width: 1400px;
		max-width: 92%;
		margin: 0 auto;
		/*overflow: hidden;*/
		position: relative;
	}
	.header .mian .logo{
		float: left;
		width: 150px;
	    margin: 33px 35px 0 0;
	    -webkit-transition: all 0.4s;
  		transition: all 0.4s;
	}
	.header .mian .logo img{
		display: block;
		width: 100%;
	}
	.header .mian .nav{
		width: 734px;
		float: left;
		-webkit-transition: all 0.4s;
  		transition: all 0.4s;
	}
	.header .mian .nav ul li{
		float: left;
		width:80px;
		display:block;
		height: 110px;
		line-height: 110px;
		position: relative;
		text-align: center;
		margin-right:1px;
		-webkit-transition: all 0.4s;
  		transition: all 0.4s;
	}
	.header .mian .nav ul li:last-child{margin-right: 0}
	.header .mian .nav ul li .tit{
		font-size: 15px;
		color: #333;
		display: block;
		width: 100%;
		height: 100%;
		-webkit-transition: all 0.4s;
  		transition: all 0.4s;
  		overflow: hidden;
    	position: relative;
		padding:0;
	}
	.header .mian .nav ul li .tit span{
	    display: block;
	   /* background: #fff;*/
	    -webkit-transition: -webkit-transform 0.4s;
	    -moz-transition: -moz-transform 0.4s;
	    transition: transform 0.4s;
	}
	.header .mian .nav ul li .tit::before{
	    position: absolute;
	    top: 0;
	    left: 0;
	    z-index:1;
	    width: 100%;
	    height: 100%;
	    background: #b41414;
	    color: #fff;
	    content: attr(data-hover);
	    -webkit-transition: -webkit-transform 0.4s;
	    -moz-transition: -moz-transform 0.4s;
	    transition: transform 0.4s;
	    -webkit-transform: translateX(-101%);
	    transform: translateX(-101%);
	    box-sizing:border-box;
	}
	.header .mian .nav ul li:hover .tit span,
	.header .mian .nav ul li:focus .tit span,
	.header .mian .nav ul li.on .tit span,
	.header .mian .nav ul li.on .tit span{
		-webkit-transform: translateX(101%);
		-moz-transform: translateX(101%);
		transform: translateX(101%);
	}

	.header .mian .nav ul li:hover .tit::before,
	.header .mian .nav ul li:focus .tit::before,
	.header .mian .nav ul li.on .tit::before,
	.header .mian .nav ul li.on .tit::before{
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		transform: translateX(0%);
	}

	.header .mian .nav ul li .child{
		display: none;
		position: absolute;
		top: 109px;
		left: 0;
		height: 50px;
		width: 360px;
		text-align: left;
		line-height: 50px;
		z-index: 10;
		padding-left:10px;
	}
	.header .mian .nav ul li .child a{
		font-size: 14px;
		color: #fff;
		display: block;
		float: left;
		width: auto;
		margin-right: 15px;
		-webkit-transition: all 0.4s;
  		transition: all 0.4s;
	}
	.header .mian .nav ul li .child a:hover{
		color: rgba(255,255,255,0.7);
	}
	/*.base-ban img{
		display: block;
		position: relative;
		width: 1920px;
		height: 340px;
		left: 50%;
		margin-left: -960px;
		top: 0;
	}*/
	
	
}

@media (min-width:1200px){
	.header .mian .logo{
	    width: 240px;/**/
		margin: 25px 50px 0 0;
	}
	.header .mian .nav{
		width: 900px;
	}
	.header .mian .nav ul li{
		width: 95px;
		/*margin-right: 24px;*/
	}
	
	.header .mian .nav ul li .child {
	    padding-left:18px;
	}
	.header .mian .nav ul li .jij{
	    padding-left: 18px;}
	.header .mian .nav ul li .kif{
	    padding-left: 0px;
		margin-left:-14px;}
	.header .mian .nav ul li .wyg{
	    padding-left: 0px;
		margin-left:-88px;}
	
}
@media (min-width:1300px){
	.header .mian .logo{
		margin: 27px 70px 0 0;
	}
	
}




@media (max-width:1500px){
	.header .mian .logo{
		margin: 25px 50px 0 0;
	}
	}
	
@media (max-width:1400px){
	.header .mian .logo{
		margin: 25px 20px 0 0;
	}	
	}
	
	@media (max-width:1300px){
	.header .mian .logo{
		margin: 25px 10px 0 0;
	}	
	
	}
	
	@media (max-width:1266px){
	.header .mian .nav{width:734px;}
	.header .mian .nav ul li{width:80px;}
	}


@media (max-width:1024px){
	.header .mian .logo{
	    width: 150px;
		margin:3% 5%;
	}
	.header .mian .logo img{width:100%;}
	.hxl_exhibition .hxl_exhibition_container .item{width:100%;}
}




	@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.animationTop{
    -moz-transform: translate(0,-40px);
    -o-transform: translate(0,-40px);
    -webkit-transform: translate(0,-40px);
    transform: translate(0,-40px);
    opacity: 0;
}
.animationBottom{
    -moz-transform: translate(0,40px);
    -o-transform: translate(0,40px);
    -webkit-transform: translate(0,40px);
    transform: translate(0,40px);
    opacity: 0;
}
.animationLeft{
    -moz-transform: translate(-40px,0);
    -o-transform: translate(-40px,0);
    -webkit-transform: translate(-40px,0);
    transform: translate(-40px,0);
    opacity: 0;
}
.animationRight{
    -moz-transform: translate(40px,0);
    -o-transform: translate(40px,0);
    -webkit-transform: translate(40px,0);
    transform: translate(40px,0);
    opacity: 0;
}

.animation.srcospcur{
    -moz-transform: translate(0,0px);
    -o-transform: translate(0,0px);
    -webkit-transform: translate(0,0px);
    transform: translate(0,0px);
    opacity: 1;
    transition: 1.3s;
    -webkit-transition: 1.3s;
    -moz-transition: 1.3s;
    -ms-transition: 1.3s;
    -o-transition: 1.3s;
}

