.other_banner .other_banner_img {
  width: 600px;
  height: 400px;
  position: absolute;
  right: 0;
  top: 0;
}
.other_banner .other_banner_img .other_banenrimg_box {
  display: flex;
  position: relative;
  width: 600px;
  height: 400px;
}
.other_banner .other_banner_img .other_banenrimg_box .other_banner_img1 {
  position: absolute;
  left: 20%;
  bottom: 0px;
  width: 200px;
  z-index: 2;
}
.other_banner .other_banner_img .other_banenrimg_box .other_banner_img1 img {
  max-width: 100%;
}
.other_banner .other_banner_img .other_banenrimg_box .other_banner_img2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 600px;
  height: 400px;
  z-index: 1;
}
.pagess{
  display: flex;
  justify-content: space-between;
}
.other_banner {
  position: relative;
  width: 100%;
}
.other_banner img {
  max-width: 100%;
}
.other_banner .other_banner_title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.other_banner .other_banner_title .other_banner_title_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.other_banner .other_banner_title .other_banner_title_box span {
  font-size: 35px;
  color: #fff;
  font-weight: 600;
}
.other_banner .other_banner_title .other_banner_title_box .banenr_line {
  width: 10px;
  height: 10px;
  margin: 0 20px;
  background-color: #fff;
}
.message {
  overflow: hidden;
}
body {
  background-color: #f2f2f2;
}
.list_menu {
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
}
.list_menu .list_menu_box {
  max-width: 1400px;
  margin: auto;
}
.list_menu .list_menu_box .other_menu_box {
  display: flex;
  justify-content: space-between;
}
.list_menu .list_menu_box .other_menu_box .other_menu ul {
  display: flex;
  flex-wrap: wrap;
}
.list_menu .list_menu_box .other_menu_box .other_menu ul .other_menu_bg a {
  color: #d5931b;
}
.list_menu .list_menu_box .other_menu_box .other_menu ul .other_menu_bg a::before {
  width: 100%;
}
.list_menu .list_menu_box .other_menu_box .other_menu ul li a {
  position: relative;
  font-size: 15px;
  line-height: 80px;
  padding: 0px 15px;
  color: #333;
  display: block;
  transition: all .5s ease;
}
.list_menu .list_menu_box .other_menu_box .other_menu ul li a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  display: block;
  background: #ccc;
  top: 50%;
  margin-top: -7px;
  right: 0px;
}
.list_menu .list_menu_box .other_menu_box .other_menu ul li a::before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0px;
  width: 0;
  height: 3px;
  background-color: #d5931b;
  transition: all .5s ease;
  transform: translateX(-50%);
}
.list_menu .list_menu_box .other_menu_box .other_menu ul li a:hover {
  color: #d5931b;
}
.list_menu .list_menu_box .other_menu_box .other_menu ul li a:hover::before {
  width: 100%;
}
.list_menu .list_menu_box .other_menu_box .other_crumb .bread {
  display: flex;
}
.list_menu .list_menu_box .other_menu_box .other_crumb .bread .add {
  line-height: 80px;
}
.list_menu .list_menu_box .other_menu_box .other_crumb .bread .add span {
  color: #333;
  font-size: 15px;
}
.list_menu .list_menu_box .other_menu_box .other_crumb .bread .sub_menu {
  line-height: 80px;
  margin-left: 10px;
}
.list_menu .list_menu_box .other_menu_box .other_crumb .bread .sub_menu .breadcrumb {
  margin: 0;
  padding: 0;
  background-color: initial;
}
.list_menu .list_menu_box .other_menu_box .other_crumb .bread .sub_menu .breadcrumb li a {
  color: #333;
  font-size: 15px;
}
.list_menu .list_menu_box .other_menu_box .other_crumb .bread .sub_menu .breadcrumb li a::after {
  content: '>';
  margin: 0px 5px;
  color: #666;
}
.list_menu .list_menu_box .other_menu_box .other_crumb .bread .sub_menu .breadcrumb li:last-child a::after {
  content: none;
}
.list_about {
  margin-bottom: 50px;
}
.list_about .list_about_box {
  max-width: 1400px;
  margin: auto;
}
.list_about .list_about_box .about_content img {
  max-width: 100%;
}
.list_contact {
  margin-bottom: 50px;
}
.list_contact .list_contact_box {
  max-width: 1400px;
  margin: auto;
}
.list_contact .list_contact_box .contact_top {
  padding: 50px  0;
}
.list_contact .list_contact_box .contact_top ul {
  display: flex;
}
.list_contact .list_contact_box .contact_top ul li {
  width: 33%;
  display: flex;
  justify-content: center;
  border-right: 1px solid #d5931b;
}
.list_contact .list_contact_box .contact_top ul li:last-child {
  border-right: none;
}
.list_contact .list_contact_box .contact_top ul li span {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #d5931b;
  margin-bottom: 25px;
}
.list_contact .list_contact_box .contact_top ul li p {
  margin-bottom: 10px;
}
.list_contact .list_contact_box .contact_top ul li .tel_box {
  display: inline-block;
}
.list_contact .list_contact_box .contact_top ul li .email {
  display: inline-block;
}
.list_contact .list_contact_box .contact_top ul li .add_box {
  display: inline-block;
}
.list_product {
  margin-bottom: 50px;
}
.list_product .list_product_box {
  max-width: 1400px;
  margin: auto;
}
.list_product .list_product_box .product_content ul {
  display: flex;
  flex-wrap: wrap;
}
.list_product .list_product_box .product_content ul li {
  width: 25%;
}
.list_product .list_product_box .product_content ul li a {
  display: block;
  padding: 0 15px;
}
.list_product .list_product_box .product_content ul li a:hover .pro_img img {
  transform: scale(1.1, 1.1);
  /* 标准语法 */
  -ms-transform: scale(1.1, 1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1, 1.1);
  /* Safari */
}
.list_product .list_product_box .product_content ul li a .pro_img {
  overflow: hidden;
}
.list_product .list_product_box .product_content ul li a .pro_img img {
  width: 100%;
  height: auto;
  transition: all .5s ease;
}
.list_product .list_product_box .product_content ul li a .pro_title {
  text-align: center;
  padding: 15px 0;
  background-color: #eee;
}
.list_product .list_product_box .product_content ul li a .pro_title span {
  color: #d5931b;
}
.show_product .show_product_box {
  max-width: 1200px;
  margin: auto;
  padding: 50px 0;
}
.show_product .show_product_box .show_product_menu ul li {
  border-bottom: 1px dotted #cdcdcd;
  margin-bottom: 10px;
}
.show_product .show_product_box .show_product_menu ul li p {
  color: #333;
  font-weight: 600;
}
.show_product .show_product_box .show_product_menu ul li p span {
  color: #666;
  font-weight: 500;
}
.show_product .show_product_box .product_contant .pro_title {
  border-bottom: 1px solid #d5931b;
}
.show_product .show_product_box .product_contant .pro_title span {
  background-color: #d5931b;
  padding: 10px 10px;
  color: #fff;
  display: inline-block;
}
.show_product .show_product_box .product_contant .pro_contant img {
  max-width: 100%;
  margin: auto;
}
.show_product .show_product_box .product_contant .pro_contant .product_series {
  display: flex;
  flex-wrap: wrap;
}
.show_product .show_product_box .product_contant .pro_contant .product_series li {
  width: 25%;
  margin-bottom: 10px;
}
.show_product .show_product_box .product_contant .pro_contant .product_series li a {
  display: inline-block;
  padding: 0 5px;
}
.show_product .show_product_box .product_contant .pro_contant .product_series li a .series_title {
  padding: 10px 0;
  background-color: #d5931b;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.list_news {
  margin-bottom: 50px;
}
.list_news .news_box .news_list li {
  transition: all .5s ease;
}
.list_news .news_box .news_list li:hover {
  transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  /* IE 9 */
  -webkit-transform: translate(0px, -8px);
  /* Safari and Chrome */
  box-shadow: 5px 8px 8px #e5e5e5;
}
.message {
  margin-bottom: 50px;
}
.message .message_box {
  max-width: 1400px;
  margin: auto;
}
.message .message_box .message_list ul {
  display: flex;
  flex-wrap: wrap;
}
.message .message_box .message_list ul li {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 20px;
}
.message .message_box .message_list ul li:nth-last-child(2),.message .message_box .message_list ul li:nth-last-child(3) {
  width: 100%;
}
.message .message_box .message_list ul li:nth-last-child(1) {
  width: 100%;
  text-align: center;
}
.message .message_box .message_list ul li:nth-last-child(1) input {
  background-color: #d5931b;
  color: #fff;
  border: none;
  padding: 10px 0;
  width: 80%;
}
.message .message_box .message_list ul li .box {
  border: 1px solid #e6e6e6;
  padding: 8px 10px;
  border-radius: 5px;
  display: flex;
}
.message .message_box .message_list ul li .box label {
  margin-bottom: 0;
}
.message .message_box .message_list ul li .box input {
  flex: 1;
  outline: none;
  border: none;
  background-color: initial;
}
.message .message_box .message_list ul li .box textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: initial;
  height: 200px;
}
.message .message_box .message_img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.show_news {
  margin-bottom: 50px;
}
.show_news .show_news_box {
  max-width: 1200px;
  margin: auto;
}
.show_news .show_news_box .show_news_title {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 50px 0 25px 0;
}
.show_news .show_news_box .show_news_title .show_news_title_timebox span {
  margin-right: 20px;
}
.show_news .show_news_box .show_news_contont {
  padding-top: 25px;
}
.show_news .show_news_box .show_news_contont img {
  max-width: 100%;
}
@media only screen and (max-width: 1400px){
    .list_menu .list_menu_box .other_menu_box .other_crumb .bread .add span{
        display: none;
    }
    .list_menu .list_menu_box .other_menu_box .other_menu ul li a {
        padding: 0px 15px;
    }
}
@media only screen and (max-width: 991px) {
  .pagess{
    flex-direction: column;
  }
  .list_menu .list_menu_box .other_menu_box {
    flex-direction: column;
  }
  .title {
    margin: 15px auto;
  }
  .list_contact .list_contact_box .contact_top ul {
    display: flex;
    flex-wrap: wrap;
  }
  .list_contact .list_contact_box .contact_top ul li {
    width: 100%;
    border: none;
  }
  .my-map {
    height: 200px !important;
  }
  .list_product .list_product_box .product_content ul li {
    width: 50%;
  }
  .list_product .list_product_box .product_content ul li a {
    padding: 0 5px;
  }
  .show_product .show_product_box .show_pro_box {
    text-align: center;
  }
  .show_product .show_product_box .show_product_menu {
    padding: 15px 0;
  }
  .show_product .show_product_box .product_contant .pro_title {
    margin-bottom: 10px;
  }
  .show_product .show_product_box .product_contant .pro_contant .product_series li {
    width: 50%;
  }
  .message .message_box .message_list ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .other_banner .other_banner_title .other_banner_title_box span {
    font-size: 20px;
  }
  .list_menu .list_menu_box .other_menu_box .other_menu ul li a {
    padding: 0 15px;
    line-height: 50px;
  }
  .list_menu .list_menu_box .other_menu_box .other_crumb .bread .add {
    line-height: 50px;
  }
  .list_menu .list_menu_box .other_menu_box .other_crumb .bread .sub_menu {
    line-height: 50px;
  }
}
