.headerTop .wrap .header_mian {
  display: flex;
  justify-content: space-between;
}

.headerTop .wrap .header_mian .headertel {
  display: flex;
}

.headerTop .wrap .header_mian .headerInfo .headerUser {
  margin-left: 15px;
}

.headerTop .wrap .header_mian .headertel .box {
  display: flex;
  margin-right: 15px;
}

.headerTop .wrap .header_mian .headertel .box p {
  margin-bottom: 0;
}

.headerNav .head-nav .n_item .topName {
  color: #000;
}

.headerNav .head-nav .n_item .navSub .subName {
  color: #000;
}

.headerNav {
  max-width: 96%;
}

.headerNav .head-nav .n_item {
  max-width: initial;
}

.headerTop>.wrap {
  max-width: 96%;
}

.ueeshop_responsive_header .header .logo {
  line-height: 0 !important;
}

/* 案例中心 */
.list_case .wrap .list .box .name {
  text-align: center;
  padding: 15px;
}

.list_case .wrap .list {
  display: flex;
  flex-wrap: wrap;
}

.list_case .wrap .list .box+.box {
  margin-left: 0;
}

.list_case .list .box {
  width: 25%;
  padding: 0 15px;
}

/* 产品中心 */
.product-list .pro_cate .list .son_cate {
  display: block;
}

.product-list .pro_cate .first_cate a {
  color: #333;
}

/* 产品详情 */
.ueeshop_responsive_products_detail .gallery .gallery_img img {
  width: 100%;
}

.pro_tile {
  /* text-align: center; */
  font-size: 25px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.pro_tile::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 3px;
  background: #00239c;
  content: '';
}

.pro_tile span {
  font-weight: 600;
  font-weight: bold;
}

.pro_Parametric ul li {
  padding-top: 5px;
}

.pro_Parametric ul li span:nth-child(1) {
  font-weight: 600;
  font-weight: bold;
  color: #333;
  font-size: 18px;
}

.pro_Parametric ul li span:nth-child(2) {
  color: #666;
}

.product-detail .ueeshop_responsive_products_detail .description .content {}

/* 常见问题 */
.list_faq_1 {
  width: 100%;
}

.list_faq_1 .question_title h3 {
  font-size: 25px;
  font-weight: 600 !important;
  font-weight: bold !important;
  color: #00239c;
}

.list_faq_1 .faq_ul li .question span {
  font-weight: 600;
  font-weight: bold;
  color: #333;
}

.list_faq_1 .faq_ul li:hover .question span {
  color: #00239c;
}

.list_faq_1 .faq_ul li:hover .question i {
  color: #e7141a;
}

.list_faq_1 .faq_ul li .question {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.list_faq_1 .faq_ul li .question i {
  font-weight: bold;
  font-size: 20px;
}

.list_faq_1 .faq_ul li .answer {
  padding: 15px 30px;
  display: none;
  background-color: #f9f9f9;
}

.list_faq_1 .faq_ul li .answer img {
  width: auto;
  max-width: 100%;
}

.list_faq_1 .faq_ul .question_border .question {
  border-bottom: 1px solid #f9f9f9;
}



/* 案例中心 */
.index-case .list .box .name {
  text-align: center;
}




/* 面包屑 */
.bread_box {
  background-color: #f9f9f9;
}

.bread_box .bread {
  width: 96%;
  max-width: 1720px;
  margin: auto;
  display: flex;
  padding: 15px 0;
}

.bread_box .bread .add {
  display: flex;
}

.bread_box .bread .add:hover i {
  color: #eda300;
}

.bread_box .bread .add:hover span {
  color: #eda300;
}

.bread_box .bread .add i {
  margin-right: 5px;
  font-size: 14px;
  transition: all .5s ease;
}

.bread_box .bread .add span {
  display: inline-block;
  font-size: 14px !important;
  transition: all .5s ease;
}

.bread_box .bread .sub_menu {
  display: block;
  margin-left: 10px;
}

.bread_box .bread .sub_menu .breadcrumb {
  display: flex;
  padding-left: 10px;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: initial;
}

.bread_box .bread .sub_menu .breadcrumb li {
  display: flex;
}

.bread_box .bread .sub_menu .breadcrumb li::after {
  content: '>';
  margin: 0 5px;
  color: #666;
}

.bread_box .bread .sub_menu .breadcrumb li:last-child:after {
  content: '';
}

.bread_box .bread .sub_menu .breadcrumb li a {
  color: #666;
  font-size: 14px;
  transition: all .5s ease;
}

.bread_box .bread .sub_menu .breadcrumb li a:hover {
  color: #eda300;
}



/* 首页 */
.swiper-wrapper .swiper-slid {
  width: 25% !important;
}

.quote {
  margin-top: 42px;
}

.quote a {
  display: inline-block;
  padding: 15px 30px;
  background-color: #00239c;
  color: #fff;
  border-radius: 5px;
}

/* 联系我们 */

.list_contact .tel_tile {
  text-align: center;
  margin-bottom: 50px;
}

.list_contact .tel_tile span {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 15px;
}

.list_contact .tel_tile p {
  font-size: 25px;
  margin-bottom: 0;
}

.list_contact .contact_details ul {
  display: flex;
  justify-content: space-between;
}

.list_contact .contact_details ul li {
  text-align: center;
  width: 30%;
  padding: 30px 15px;
  border-radius: 15px;
}

.list_contact .contact_details ul li .txt {
  margin-top: 15px;
}

.list_contact .contact_details ul li img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.list_contact .contact_details ul li .txt span {
  font-size: 25px;
  color: #333;
  display: inline-block;
  margin-bottom: 15px;
}

.list_contact .contact_details ul li .txt p {
  font-size: 18px;
  color: #333;
}

/* 留言 */
.list_contact .messager {
  margin-top: 50px;
  background-color: #f9f9f9;
}

.list_contact .message {
  width: 1400px;
  max-width: 100%;
  margin: auto;
}

.list_contact .message {
  margin-top: 50px;
  background-color: #f9f9f9;
  padding: 45px;
}

.list_contact .message ul {
  display: flex;
  flex-wrap: wrap;
}

.list_contact .message ul li {
  width: 50%;
  padding: 15px 15px;
}

.list_contact .message ul li:nth-last-child(2) {
  width: 100%;
}

.list_contact .message ul li:nth-last-child(1) {
  width: 100%;
}

.list_contact .message ul li:nth-last-child(2) textarea {
  padding: 15px;
  width: 100%;
}

.list_contact .message ul li label {
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin-bottom: 15px;
}

.list_contact .message ul li label i {
  color: #ff2d38;
}

.list_contact .message ul li input {
  display: block;
  background-color: #fff;
  padding: 15px;
  width: 100%;
}

.list_contact .message .submit_bnt {
  width: 100%;
  text-align: center;
}

.list_contact .message .submit_bnt input {
  background-color: #00239c;
  padding: 15px 0;
  width: 50%;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.list_contact .message .submit_bnt input:hover {
  background-color: #001354;
}





/* 关于我们 */
.show_about4 .products_detail_module1 .description .title .cur {
  display: block;
  text-align: center;
  border: none;
}

.show_about4 .products_detail_module1 .description .content {
  padding: 15px;
}

.list_about5 .company {}

.list_about5 .company .right {
  padding: 0 15px;
  background-image: url(https://zheng-mi.s3.us-east-2.amazonaws.com/www.hxaluminium.com/img/about1/2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 30px;
}

.list_about5 .company .right span {
  font-weight: 600;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

.list_about5 .company .right p {
  padding: 0 15px;
  color: #fff;
  padding: 0;
}


/* 首页新闻中心 */
.index-news .list .box {
  width: 24%;
}

.index-news .list .box .name {
  text-align: initial;
}

.index-case .list .box .tab {
  margin: 15px 0 10px;
}

.index-case .list .box p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
}

.index-case .list .box .news_box {}

.index-case .list .box .news_box .news_btn {
  padding: 10px 30px;
  background-color: #00239c;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

/* 首页案例中心 */
.case_box .wrap {
  max-width: initial;
}

.case_box .list .box {
  padding: 15px;
}

/* 首页关于我们 */
.index_about {
  background-color: #f9f9f9;
}

.index_about .wrap .words {
  text-align: center;
}

.index_about .wrap .words .title_2 {
  font-size: 25px;
  font-weight: 600;
  font-weight: bold;
  margin-bottom: 15px;
}

.index_about .wrap .words .bf {
  font-size: 18px;
  color: #333;
}

.index_about .text-center .more {
  max-width: 250px;
  width: 90%;
  line-height: 3;
  margin-top: 50px;
  background: #e7141a;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 100px;
}

.index_about .wrap .figures {
  margin-top: 70px;
}

.index_about .wrap .figures ul {
  display: flex;
}

.index_about .wrap .figures ul li {
  width: 25%;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.index_about .wrap .figures ul li span {
  font-size: 35px;
  font-weight: 600;
  font-weight: bold;
  color: #00239c;
}

.index_about .wrap .figures ul li span i {
  font-size: 12px;
  color: #333;
}

.index_about .wrap .figures ul li p {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

/* 关于我们 */
.list_about3 .device .device_titles {
  text-align: center;
}

.list_about3 .device .device_titles span {
  font-size: 25px;
  font-weight: 600;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 25px;
}

.list_about3 .device .device_box {
  position: relative;
  margin-bottom: 25px;
}

.list_about3 .device .device_box .device_mian {
  overflow: hidden;
}

.list_about3 .device .device_box .device_mian ul {
  display: flex;
  width: 5000px;
  margin-bottom: 0;
  transition: all .5s ease;
}

.list_about3 .device .device_box .device_mian ul li {
  width: 700px;
  padding: 0 15px;
  overflow: hidden;
  border-radius: 15px;
}

.list_about3 .device .device_box .device_mian ul li:hover img {
  transform: scale(1.2, 1.2);
  /* 标准语法 */
  -ms-transform: scale(1.2, 1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2, 1.2);
  /* Safari */
}

.list_about3 .device .device_box .device_mian ul li img {
  width: 100%;
  border-radius: 15px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.list_about3 .device .device_box .left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.list_about3 .device .device_box .left:hover i {
  color: #00239c;
}

.list_about3 .device .device_box .right:hover i {
  color: #00239c;
}

.list_about3 .device .device_box .left i {
  font-size: 50px;
  color: #898989;
}

.list_about3 .device .device_box .right i {
  font-size: 50px;
  color: #898989;
}

.list_about3 .device .device_box .right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  cursor: pointer;
}

.honourss {
  padding-bottom: 0;
}

.show_product_5 .show_img {
  background-color: #fff;
  padding: 30px;
}

.show_product_5 .show_img img {
  width: 100%;
}

.show_product_5 .details_list h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.show_product_5 .details_list #page {
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
}

.show_product_5 .details_list #page .page {
  width: 50%;
  display: flex;
}

.show_product_5 .details_list #page .page a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 10px;
}

.show_product_5 .details_list .quote_btn a {
  margin-top: 25px;
  display: block;
  text-align: center;
  padding: 15px;
  color: #fff;
  background-color: #ee2b28;
}

.show_product_5 .details_list .software h6 {
  font-size: 25px;
  color: #333;
  margin-bottom: 15px;
}

.show_product_5 .details_list .software ul {
  margin-bottom: 0;
  display: flex;
}

.show_product_5 .details_list .software ul li {
  padding-right: 15px;
}

.show_product_5 .details_list .software ul li a {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.show_product_5 .details_list .software ul li a:hover {
  background-color: #eb3300;
}

.show_product_5.details_list .software ul li a i {
  font-size: 20px;
  color: #fff;
}

.show_product_5 .show_contact {
  margin-top: 70px;
}

.show_product_5 .show_contact .title_details {
  border-bottom: 1px solid #fff;
  background-color: #f9f9f9;
  position: relative;
}

.show_product_5 .show_contact .title_details p {
  margin-bottom: 0;
  font-size: 20px;
  display: inline-block;
  padding: 15px 30px;
  background-color: #eb3300;
  color: #fff;
}

.show_product_5 .show_contact .content_details {
  padding: 15px;
  background-color: #f9f9f9;
}

.show_product_5 .show_contact .content_details p {
  color: #333;
}

.show_product_5 .show_contact .content_details p img {
  width: 991px;
  max-width: 100%;
}

.show_product_5 .show_contact .content_details table {
  border-width: 1px;
  border-color: #333;
  border-collapse: collapse;
  width: 991px;
  max-width: 100%;
  margin: auto;
}

.show_product_5 .show_contact .content_details table tr th {
  border-width: 1px;
  border-style: solid;
  border-color: #333;
}

.show_product_5 .show_contact .content_details table tr td {
  border-width: 1px;
  border-style: solid;
  border-color: #333;
  padding: 10px 15px;
  color: #333;
}

.show_product_5 .show_tite {
  margin-top: 70px;
  margin-bottom: 50px;
}

.show_product_5 .show_tite p {
  font-size: 25px;
  font-weight: 600;
  font-weight: bold;
}

.show_product_5 .pro {
  margin-bottom: 25px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.show_product_5 .pro:hover {
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  /* IE 9 */
  -webkit-transform: translate(0px, 5px);
  /* Safari and Chrome */
}

.show_product_5 .pro:hover .img img {
  transform: scale(1.2, 1.2);
  /* 标准语法 */
  -ms-transform: scale(1.2, 1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2, 1.2);
  /* Safari */
}

.show_product_5 .pro:hover .text {
  background-color: #ee2b28;
}

.show_product_5.pro:hover .text span {
  color: #fff;
}

.show_product_5.pro .img {
  overflow: hidden;
}

.show_product_5 .pro .img img {
  width: 100%;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.show_product_5 .pro .text {
  text-align: center;
  padding: 15px 15px;
}

.show_product_5 .pro .text span {
  color: 333;
}

.show_product_5 .imgbox {
  position: relative;
  padding: 0 20px;
}

.show_product_5 .imgbox .imgmian {
  overflow: hidden;
}

.show_product_5 .imgbox .imgmian ul {
  display: flex;
  margin-bottom: 0px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.show_product_5 .imgbox .imgmian ul li {
  border: 2px solid #fff;
  padding: 5px;
  cursor: pointer;
}

.show_product_5 .imgbox .imgmian ul li .img_main img {
  width: 100%;
}

.show_product_5 .imgbox .imgmian ul .img_bg {
  border: 2px solid #00239c;
}

.show_product_5 .imgbox .left_btn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background-color: #00239c;
  cursor: pointer;
}

.show_product_5 .imgbox .left_btn i {
  color: #fff;
}

.show_product_5 .imgbox .right_btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  background-color: #00239c;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.show_product_5 .right_btn i {
  color: #fff;
}

.n_item {
  display: block !important;
}

@media only screen and (max-width: 1750px) {
  .headerNav .head-nav {
    width: 70%;
  }
}

@media only screen and (max-width: 1700px) {
  .headerNav .head-nav .n_item {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 1450px) {
  .quote {
    display: none;
  }

  .headerNav .head-nav {
    width: 85%;
  }
}

@media only screen and (max-width: 1230px) {
  .product-list .pro_cate .page_name {
    line-height: 23px;
  }

  .headerNav .head-nav .n_item .topName {
    font-size: 12px;
  }

  .responsive_pc_header .header_in {
    height: 100%;
  }

  .headerNav {
    height: 100%;
  }

  .headerNav .logo {
    height: 100%;
  }

  .responsive_pc_header {
    height: 130px;
  }

  .responsive_pc_header .header_in {
    height: 77px;
  }

  .headerNav .head-nav {
    margin-top: 43px;
  }
}

@media only screen and (max-width: 1400px) {
  .index-case .list .box:nth-child(n + 9) {
    display: none;
  }

  .index-case .list .box {
    width: 25%;
  }

  .index-case .list .box .zlzs {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 991px) {
  .menu-wrap-style {
    display: none;
  }

  .menu-in-left .wrap-righter-style {
    width: 100%;
  }

  .banner {
    padding-top: 70px;
  }

  /*首页*/
  .ueeshop_responsive_header .header .func {
    margin-top: 0;
  }

  .index-banner {
    padding-top: 70px;
  }

  .third_nav {
    display: none;
  }

  .third_nav a {
    display: block;
    padding: 15px;
    padding-top: 0;
    padding-bottom: 15px;
    color: #333;
  }

  .list_about3 .device .device_box .left {
    display: none;
    transform: translate(0, -50%);
  }

  .list_about3 .device .device_box .right {
    display: none;
    transform: translate(0, -50%);
  }
}

@media only screen and (max-width: 768px) {
  .index-module .i-title {
    font-size: 23px;
  }

  .index_about .wrap .words .bf {
    font-size: 14px;
  }

  .index_about .wrap .figures ul {
    flex-wrap: wrap;
  }

  .index_about .wrap .figures ul li {
    width: 50%;
  }

  .index_about .wrap .figures {
    margin-top: 25px;
  }

  .index_about .wrap .figures ul li p {
    font-size: 16px;
  }

  .index_about .wrap .figures ul li span {
    font-size: 25px;
  }

  .relative .swiper-wrapper .swiper11 {
    width: 100% !important;
  }

  .index-case .list .box {
    width: 50%;
    float: left;
    margin: 0;
  }

  .index-case .list .box .name {
    font-size: 14px;
  }

  .index-case .list .box .zlzs {
    padding: 0 5px !important;
  }

  .case_box .list .box {
    padding: 5px;
  }

  .friendship-link {
    display: none;
  }

  .banner {
    padding-top: 70px;
  }

  .banner img {
    height: auto;
    max-height: auto;
    max-height: 400px;
  }

  .list_about3 .device .device_titles span {
    font-size: 18px;
  }

  .bread_box .bread .add span {
    display: none;
  }

  .ueeshop_responsive_products_detail .description .title {
    display: block;
  }

  .list_contact .contact_details ul {
    flex-direction: column;
  }

  .list_contact .contact_details ul li {
    width: 100%;
  }

  .list_contact .message ul li {
    width: 100%;
  }

  .list_contact .message {
    padding: 15px;
  }

  .list_contact .message ul li {
    padding: 5px;
  }

  .list_contact .message ul li input {
    padding: 5px;
  }

  .list_contact .message ul li label {
    font-size: 16px;
  }

  .list_contact .messager {
    margin-top: 0;
  }

  .list_contact .messager .message {
    margin-top: 0;
  }

  .list_contact .message .submit_bnt input {
    padding: 5px 0;
    width: 100%;
    font-size: 16px;
  }

  .ueeshop_responsive_header .header {
    height: 70px;
  }

  .ueeshop_responsive_header .header .logo img {
    max-height: 50px;
  }

  .ueeshop_responsive_header .header .func .btn i {
    font-size: 35px;
    line-height: 69px;
  }
}