#listTemplate {
  margin-bottom: 0;
}

.ohter_banner {
  max-width: 1920px;
  margin: auto;
  text-align: center;
}

.ohter_banner img {
  width: 100%;
}

.showproduct_contant #page .page_btn strong {
  margin-right: 5px;
}

.page_btn {
  width: 40%;
  display: flex;
}

.page_btn a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.bread_box {
  background-color: #fff;
}

.bread_box .bread {
  max-width: 1200px;
  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::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;
}

.pro_sort ul .sort_bg a {
  background-color: #2e343a;
}

.pro_sort {
  max-width: 1200px;
  margin: auto;
}

.pro_sort ul {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;*/
}

.pro_sort ul li {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 15px;
}

.pro_sort ul li a {
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  background-color: #eda300;
  margin: 0 20px;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  transition: all .5s ease;
}

.pro_sort ul li a:hover {
  background-color: #2e343a;
}

.other_title {
  text-align: center;
}

.other_title h3 {
  font-size: 32px;
  margin-bottom: 50px;
  padding-bottom: 40px;
  margin-top: 50px;
  font-weight: 600;
  background: transparent url(https://zheng-mi.s3.us-east-2.amazonaws.com/www.kinchoinjector.com/img/title-divider.png) no-repeat scroll center 58px;
}

.contant {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 50px;
}

.about_contant p {
  margin-bottom: 25px;
  font-size: 18px;
}

.about_contant .about_bottom {
  display: block;
  margin: auto;
  width: auto;
  max-width: 100%;
}

.news {
  max-width: 1200px;
  margin: auto;
}

.news ul {
  display: flex;
  flex-wrap: wrap;
}

.news ul li {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 20px;
}

.news ul li .news_text {
  background-color: #f9f9f9;
  padding: 25px;
  transition: all .5s ease;
}

.news ul li .news_text:hover {
  transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  /* IE 9 */
  -webkit-transform: translate(0px, -8px);
  /* Safari and Chrome */
}

.news ul li .news_text:hover .news_unit h5 {
  color: #eda300;
}

.news ul li .news_text .news_unit h5 {
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
  cursor: pointer;
}

.news ul li .news_text .news_unit p:nth-child(1) {
  margin-bottom: 10px;
}

.news ul li .news_text .news_unit p i {
  color: #666;
}

.news ul li .news_text .news_unit p span {
  color: #666;
}

.news_title {
  margin-top: 50px;
  text-align: center;
}

.news_title p .news_span {
  margin-right: 10px;
}

.contact_contant {
  display: flex;
  justify-content: space-between;
}

.contact_contant .touch {
  width: 45%;
}

.contact_contant .touch p {
  color: #798490;
  font-size: 18px;
  margin-bottom: 45px;
}

.contact_contant .touch ul li {
  display: flex;
  cursor: pointer;
}

.contact_contant .touch ul li:hover .text p {
  color: #eda300;
}

.contact_contant .touch ul li:hover .ico i {
  color: #eda300;
}

.contact_contant .touch ul li .ico {
  width: 60px;
  height: 60px;
  background-color: #383838;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  transition: all .5s ease;
}

.contact_contant .touch ul li .ico i {
  color: #fff;
  font-size: 27px;
}

.contact_contant .touch ul li .text span {
  font-size: 16px;
}

.contact_contant .touch ul li .text p {
  font-size: 20px;
  transition: all .5s ease;
  color: #798490;
}

.contact_contant .message {
  width: 45%;
}

.contact_contant .message #guestbook_title input {
  width: 100%;
  background-color: #eff2f6;
  padding: 10px 15px;
  margin-bottom: 20px;
  color: #798490;
}

.contact_contant .message #guestbook_title textarea {
  width: 100%;
  height: 150px;
  background-color: #eff2f6;
  padding: 10px 15px;
  color: #798490;
}

.contact_contant .message #guestbook_title .submit_btn {
  background-color: #eda300;
  border-radius: 5px;
  color: #fff;
  width: 100%;
  padding: 10px 15px;
  border: none;
}

.map {
  max-width: 1920px;
  margin: auto;
  margin-bottom: 50px;
}

.map img {
  width: auto;
  max-width: 100%;
}

.product_contant ul {
  display: flex;
  flex-wrap: wrap;
}

.product_contant ul li {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 20px;
}

.product_contant ul li a {
  display: inline-block;
}

.product_contant ul li a:hover .pro_text {
  background-color: #eda300;
}

.product_contant ul li a:hover .pro_text span {
  color: #fff;
}

.product_contant ul li a .pro_img {
  overflow: hidden;
}

.product_contant ul li a .pro_img: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 */
}

.product_contant ul li a .pro_img img {
  transition: all .5s ease;
  width: 100%;
}

.product_contant ul li a .pro_text {
  text-align: center;
  padding: 10px 0;
  background-color: #f7f7f7;
  transition: all .5s ease;
}

.product_contant ul li a .pro_text span {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  transition: all .5s ease;
}

.base_contant ul {
  display: flex;
  flex-wrap: wrap;
}

.base_contant ul li {
  width: 50%;
  cursor: pointer;
  margin-bottom: 20px;
}

.base_contant ul li .base_box {
  padding: 0 15px;
}

.base_contant ul li .base_box:hover .pro_text span {
  color: #eda300;
}

.base_contant ul li .base_box .pro_img {
  overflow: hidden;
}

.base_contant ul li .base_box .pro_img: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 */
}

.base_contant ul li .base_box .pro_img img {
  transition: all .5s ease;
  width: 100%;
}

.base_contant ul li .base_box .pro_text {
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ababab;
}

.base_contant ul li .base_box .pro_text span {
  font-size: 18px;
  font-weight: 600;
}

.showproduct_contant .top_pro {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}

.showproduct_contant .top_pro .showpro_img {
  padding: 30px;
  border: 2px solid #f9f9f9;
}

.showproduct_contant .top_pro .showpro_img {
  width: 40%;
}

.showproduct_contant .top_pro .showpro_img img {
  width: 100%;
}

.showproduct_contant .top_pro .showpro_text {
  margin-left: 50px;
  width: 40%;
}

.showproduct_contant .top_pro .showpro_text ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f9f9f9;
  padding: 10px 0;
}

.showproduct_contant .top_pro .showpro_text ul li:last-child {
  border-bottom: initial;
}

.showproduct_contant .top_pro .showpro_text ul li h4 {
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}

.showproduct_contant .top_pro .showpro_text ul li h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #eda300;
}

.showproduct_contant .top_pro .showpro_text ul li span {
  color: #333;
}

.showproduct_contant .top_pro .showpro_text ul li p {
  margin-left: 10px;
  margin-top: 0px;
  margin-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.showproduct_contant .top_pro .showpro_text ul li a {
  margin-top: 20px;
  display: inline-block;
  padding: 10px 30px;
  background: linear-gradient(to right, #eda300 50%, #2c2c2c 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease;
  color: #fff;
  border-radius: 10px;
}

.showproduct_contant .top_pro .showpro_text ul li a:hover {
  background-color: #000;
  background-position: left bottom;
  color: #fff;
}

.showproduct_contant .details {
  border-bottom: 1px solid #f1f1f1;
}

.showproduct_contant .details span {
  padding: 5px 30px;
  display: inline-block;
  border-bottom: 2px solid #eda300;
  font-size: 20px;
}

.showproduct_contant .details_content {
  padding: 15px 0;
  border-bottom: 1px solid #f1f1f1;
}

.showproduct_contant .details_content img {
  width: auto;
  max-width: 100%;
}

.showproduct_contant .recommend h3 {
  text-align: center;
  margin: 50px 0;
  color: #eda300;
  font-weight: 600;
}

.showproduct_contant .recommend .recommend_box ul {
  display: flex;
  flex-wrap: wrap;
}

.showproduct_contant .recommend .recommend_box ul li {
  width: 20%;
  padding: 0 5px;
}

.showproduct_contant .recommend .recommend_box ul li a {
  display: inline-block;
  border: 1px solid #f1f1f1;
}

.showproduct_contant .recommend .recommend_box ul li a .pro_img {
  overflow: hidden;
}

.showproduct_contant .recommend .recommend_box ul li a .pro_img: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 */
}

.showproduct_contant .recommend .recommend_box ul li a .pro_img img {
  transition: all .5s ease;
  width: 100%;
}

.showproduct_contant .recommend .recommend_box ul li a .pro_text {
  text-align: center;
  padding: 15px 0;
}

.showproduct_contant .recommend .recommend_box ul li a .pro_text span {
  font-size: 18px;
  font-weight: 600;
}

.showproduct_contant #page {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.showproduct_contant #page .page_btn {
  padding: 10px 15px;
  border: 1px solid #f1f1f1;
  cursor: pointer;
}

.showproduct_contant #page .page_btn:hover {
  color: #eda300;
}

.about_contant p img {
  width: 100%;
}

.contact_contant .message {
  width: 45%;
}

.contact_contant .offer #guestbook_title input {
  width: 100%;
  background-color: #eff2f6;
  padding: 10px 15px;
  margin-bottom: 20px;
  color: #798490;
}

.contact_contant .offer #guestbook_title textarea {
  width: 100%;
  height: 150px;
  background-color: #eff2f6;
  padding: 10px 15px;
  color: #798490;
}

.contact_contant .offer #guestbook_title .submit_btn {
  background-color: #eda300;
  border-radius: 5px;
  color: #fff;
}

.contact_contant .offer {
  width: 100%;
}

.contact_contant .offer .input_box {
  display: flex;
  flex-wrap: wrap;
}

.contact_contant .offer #guestbook_title {
  width: 50%;
  padding: 0 15px;
}

.contact_contant .offer #guestbook_title:last-child {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .bread_box .bread .add span {
    display: none;
  }

  .contant {
    margin-bottom: 25px;
  }

  .pro_sort ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .pro_sort ul li a {
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }

  .product_contant ul li {
    width: 50%;
    padding: 0 5px;
  }

  .showproduct_contant .top_pro {
    flex-direction: column;
  }

  .showproduct_contant .top_pro .showpro_img {
    padding: 0px;
    width: 100%;
  }

  .showproduct_contant .top_pro .showpro_img img {
    width: 100%;
  }

  .showproduct_contant .top_pro .showpro_text {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }

  .showproduct_contant .top_pro .showpro_text ul li a {
    width: 100%;
    text-align: center;
  }

  .showproduct_contant .recommend h3 {
    font-size: 25px;
  }

  .showproduct_contant .recommend .recommend_box ul li {
    width: 50%;
  }

  .showproduct_contant .recommend .recommend_box ul li:nth-child(n + 5) {
    display: none;
  }

  .base_contant ul li {
    width: 100%;
  }

  .base_contant ul li .base_box {
    padding: 0;
  }

  .news ul li {
    width: 100%;
    padding: 0;
  }

  .other_title h3 {
    font-size: 25px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    margin-top: 25px;
    font-weight: 600;
    background: transparent url(https://zheng-mi.s3.us-east-2.amazonaws.com/www.kinchoinjector.com/img/title-divider.png) no-repeat scroll center 34px;
  }

  .contact_contant {
    flex-direction: column;
  }

  .contact_contant .touch {
    width: 100%;
  }

  .contact_contant .touch p {
    margin-bottom: 20px;
  }

  .contact_contant .touch ul li .ico {
    display: none !important;
  }

  .contact_contant .message {
    width: 100%;
  }

  .map {
    margin-bottom: 25px;
  }

}

@media only screen and (max-width: 576px) {
  .pro_sort ul li {
    margin: 0;
  }
}