.productshow-banner {
  background-image: url(../images/product_banner3.jpg);
  height: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.productshow-banner .gm {
  width: 70.312%;
  max-width: 1350px;
  margin: 0 auto;
}
.productshow-banner h1 {
  font-size: 40px;
  color: white;
  margin-bottom: 20px;
  font-weight: bold;
}
.productshow-banner p {
  color: white;
  font-size: 32px;
  font-family: "Arial";
  text-transform: uppercase;
}
.productshow .gm {
  width: 1350px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.productshow .productshow-top {
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 500px;
}
.productshow .productshow-top-content {
  width: 45%;
}
.productshow .productshow-title {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.productshow .productshow-title h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #434343;
}
.productshow .productshow-title h4 {
  font-size: 20px;
  color: #454545;
}
.productshow .productshow-profile {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  padding: 20px 0;
}
.productshow .productshow-profile h5 {
  color: #343434;
  font-size: 20px;
  margin-bottom: 10px;
}
.productshow .productshow-profile p {
  color: #999898;
}
.productshow .tel {
  font-size: 32px;
  color: #414141;
  font-family: 'Myriad Pro';
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.productshow .tel .tel-buttom {
  width: 160px;
  height: 50px;
  background-color: #06376c;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
}
.productshow .tel .tel-buttom-text {
  font-size: 18px;
  font-weight: bold;
  color: white;
}
.productshow .tel .tel-buttom-text::after {
  content: url(../images/productshowcontact.png);
  vertical-align: middle;
  margin-left: 5px;
}
.productshow .productshow-middle {
  margin: 30px 0;
}
.productshow .productshow-feature {
  background-color: #ececee;
  border-bottom: 1px solid #ececee;
}
.productshow .productshow-feature-title {
  width: 15%;
  height: 50px;
  line-height: 50px;
  background-color: #06376c;
  font-size: 16px;
  color: white;
  text-align: center;
}
.productshow .productshow-feature-content {
  background-color: white;
  padding: 20px 30px;
}
.productshow .productshow-bottom-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
}
.productshow .productshow-bottom-link span {
  height: 40px;
  width: 40px;
  border: 1px solid #939393;
  padding: 5px 10px;
  color: #939393;
}
@media screen and (max-width: 1350px) {
  .productshow .gm {
    width: 90%;
  }
}
@media screen and (max-width: 968px) {
  .productshow .productshow-top {
    flex-direction: column;
  }
  .productshow .productshow-top .productshow-pic,
  .productshow .productshow-top .productshow-top-content {
    width: 100%;
  }
  .productshow .productshow-top .productshow-pic {
    text-align: center;
  }
  .productshow .tel {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 520px) {
  .productshow .tel {
    font-size: 19px;
  }
  .productshow .productshow-feature-title {
    width: 25%;
  }
  .productshow .productshow-feature-content {
    padding: 20px 0;
		overflow: hidden;
  }
  .productshow-banner .gm {
    text-align: center;
  }
	.productshow-banner h1{font-size: 28px;margin-bottom: 5px;}
	.productshow-banner p{font-size: 18px;}
	.productshow-banner{background-size: cover;height: 230px;}
	.productshow .gm{width: 95%;}
	.productshow .productshow-title h3{margin-bottom: 0;}
	.productshow .productshow-title{height: 80px;}
	.productshow .tel .tel-buttom{margin-left: 0;display: block;}
	.productshow .tel .tel-buttom-text::after{display: none;}
	.productshow .tel .tel-buttom{display: block;height: 40px;line-height: 40px;text-align: center;width: 110px;margin-top: 10px;}
	.productshow .tel{display: block;}
	.productshow .tel .tel-buttom-text{font-size: 16px;}
	.tel-text{font-size: 24px;font-weight: bold;}
	
}
