.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 68px;
}
.banner img {
  width: 100%;
}
.banner .txt {
  position: absolute;
  top: 38%;
  left: 12%;
  z-index: 2;
}
.banner h1 {
  color: #fff;
}
.banner p {
  color: #fff;
}
.sub_nav ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 2% 0;
}
.sub_nav ul li {
  color: #999999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub_nav ul li a {
  margin:0 6px;
  color:#666;
}
.sub_nav ul li a:last-child {
  color:#3da07d;
}
.sub_nav ul li i {
  margin-right: 15px;
}
.sub_nav ul li span {
  margin: 0 8px;
}
.sub_nav ul li.on {
  color: #3da07d;
}
.cont_3 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 0 4%;
  background-color: #f2f3f5;
}
.cont_3 h1 {
  width: 100%;
  text-align: center;
  color: #141414;
}
.cont_3 #type {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5%;
}
.cont_3 #type span {
  display: block;
  font-size: 18px;
  white-space: nowrap;
  line-height: 1.8;
  margin-top: 8px;
}
.cont_3 #type ul {
  width: 85%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cont_3 #type ul li {
  cursor: pointer;
  font-size: 18px;
  border-radius: 100px;
  line-height: 1.8;
  color: #141414;
  margin-top: 8px;
  padding: 0 20px;
}
.cont_3 #type ul li.on {
  background-color: #3da07d;
  box-shadow: 0px 0px 8px rgba(0, 123, 235, 0.45);
  -moz-box-shadow: 0px 0px 8px rgba(0, 123, 235, 0.45);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 123, 235, 0.45);
  color: #fff;
}
.cont_3 #type ul li.on a{
  color: #fff;
}
.cont_3 #type ul li:hover {
  color: #3da07d;
}
.cont_3 #type ul li:hover.on {
  color: #fff;
}
.cont_3 #industry {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2%;
  padding-bottom: 3%;
}
.cont_3 #industry span {
  display: block;
  font-size: 18px;
  white-space: nowrap;
  line-height: 1.8;
  margin-top: 8px;
}
.cont_3 #industry ul {
  width: 85%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cont_3 #industry ul li {
  cursor: pointer;
  font-size: 18px;
  border-radius: 100px;
  line-height: 1.8;
  color: #141414;
  margin-top: 8px;
  padding: 0 20px;
}
.cont_3 #industry ul li.on {
  background-color: #3da07d;
  box-shadow: 0px 0px 8px rgba(0, 123, 235, 0.45);
  -moz-box-shadow: 0px 0px 8px rgba(0, 123, 235, 0.45);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 123, 235, 0.45);
  color: #fff;
}
.cont_3 #industry ul li:hover {
  color: #3da07d;
}
.cont_3 #industry ul li:hover.on {
  color: #fff;
}
.cont_3 .product {
  margin-top: 1%;
}
.cont_3 .product .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cont_3 .product .tit p {
  display: flex;
  align-items: center;
}
.cont_3 .product .tit p::before {
  content: '';
  display: inline-block;
  height: 30px;
  width: 5px;
  background-color: #3da07d;
  margin-right: 15px;
}
.cont_3 .product .tit a {
  color: #3da07d;
}
.cont_3 .product > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 3%;
}
.cont_3 .product > ul > li {
  width: 23%;
  margin-right: 2.66%;
  margin-bottom: 2%;
  background-color: #fff;
  text-align: center;
  padding-bottom: 2.5%;
  overflow: hidden;
}
.cont_3 .npro > ul > li{
  padding-bottom: 0 !important;
}
.cont_3 .product > ul > li:nth-child(4n) {
  margin-right: 0;
}
.cont_3 .product > ul > li .img {
  width: 100%;
  height: 235px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5% 0 0;
}
.cont_3 .npro > ul > li .img {
  padding: 1% 3% !important;
}
.cont_3 .npro h2{
  color: #333;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: 28px auto;
}
.cont_3 .product > ul > li .img img {
  max-height: 100%;
  object-fit: cover;
  display: inline-block;
  max-width: 100%;
  transition-duration: 2s;
}
.cont_3 .product > ul > li .img img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.cont_3 .product > ul > li p {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 3%;
}
.cont_3 .product > ul > li .label {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.cont_3 .product > ul > li .label i {
  display: block;
  background-color: #fafafa;
  color: #666;
  border: 1px solid #ddd;
  padding: 1px 8px;
  margin: 2% 2% 0;
  font-size: 14px;
}
.cont_3 .product > ul > li .label .details {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  transition: all 0.3s;
  transform: translateY(200px);
}
.cont_3 .product > ul > li .label .details a {
  display: inline-block;
  background-color: #fff;
  color: #3da07d;
  border: 1px solid #3da07d;
  padding: 4% 13%;
  font-size: 14px;
}
.cont_3 .product > ul > li:hover .details {
  transform: translateY(0);
}
@keyframes flip-x {
  0% {
    transform: rotateY(0) translateY(0);
  }
  50% {
    transform: rotateY(180deg) translateY(-10%);
  }
  100% {
    transform: rotateY(360deg) translateY(0);
  }
}
@media screen and (max-width: 1440px) {
  .banner .banner_swiper .swiper-slide span {
    width: 47%;
  }
}
@media screen and (max-width: 1366px) {
  .cont_3 #type span {
    font-size: 14px;
  }
  .cont_3 #type ul li {
    font-size: 14px;
  }
  .cont_3 #industry span {
    font-size: 14px;
  }
  .cont_3 #industry ul li {
    font-size: 14px;
  }.banner img {
    width: 100%;
    height: 230px;
}
}
@media screen and (max-width: 900px) {
  .banner {
    margin-top: 50px;
  }
.cont_3 .product > ul > li .img {
  height:210px;
}
}
@media screen and (max-width: 768px) {
  .banner .txt {
    top: 33%;
    left: 12%;
    width: 80%;
  }
  /*.banner .txt h1 {
    font-size: 20px;
  }*/
  .cont_3 #type ul li {
    width: 25%;
    margin: 8px 0% 0;
    padding: 0;
    text-align: center;
    font-size: 15px;
    line-height: 2.2;
  }
  .cont_3 #industry ul li {
    width: 25%;
    margin: 8px 0% 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
    line-height: 2.2;
  }
  .cont_3 {
    padding: 0 0 8%;
  }
  .cont_3 #type {
    flex-wrap: wrap;
  }
  .cont_3 #type span {
    width: 100%;
  }
  .cont_3 #type ul {
    width: 100%;
  }
  .cont_3 #industry {
    flex-wrap: wrap;
  }
  .cont_3 #industry span {
    width: 100%;
  }
  .cont_3 #industry ul {
    width: 100%;
  }
  .cont_3 .product > ul > li {
    width: 49%;
    margin-right: 2%;
    padding-bottom: 8%;
  }
  .cont_3 .product > ul > li.link {
    width: 49% !important;
    margin-right: 2%;
    padding-bottom: 8%;
  }
  .cont_3 .product > ul > li.link:nth-child(4n){
    margin-right: 0 !important;
  }
  .cont_3 .product > ul > li.link:nth-child(5n){
    margin-right: 2% !important;
  }
  .cont_3 .product > ul > li.link:nth-child(10n){
    margin-right: 0% !important;
  }

  .cont_3 .product > ul > li .label .details {
    align-items: center;
  }
  .cont_3 .product > ul > li .label i {
    font-size: 10px;
  }
  .cont_3 .product > ul > li:nth-child(4n) {
    margin-right: auto;
  }
  .cont_3 .product > ul > li:nth-child(2n) {
    margin-right: 0;
  }
.cont_3 .product > ul > li .img {
  height:210px;
}/*.banner img {
    width: 100%;
    height: 200px;
}*/
.cont_3 .npro > ul > li .img{
  padding: 5px !important;
}
}
@media screen and (max-width: 768px) {

.cont_3 .product > ul > li .img {
  height:260px;
}
.cont_3 .npro > ul > li .img {
  height:auto !important;
}
/*.banner img {
    width: 100%;
    height: 180px;
}*/
}
.guige{
  background: rgba(255, 255, 255, .6);
}
.guige tr td{
  border-color: #ccc;
  padding: 8px 5px;
  font-size: 17px;
  font-weight: bold;
  color: #666;
}
.guige tr:first-child td{
  padding: 20px 0;
}
/*.guige tr{
  background-color:#ccc;
}*/
.guige tr:first-child{
  background-color:#abc7e5 !important;
}
.guige tr:nth-child(2){
  background-color:#abc7e5 !important;
}
.guige tr:nth-child(2n){
  background-color:#abc7e5;
}


@media screen and (max-width: 768px) {
  .guige{
    border: 0;
    display: block;overflow-x: auto;-webkit-overflow-scrolling: touch;
  }
}


@media screen and (max-width: 525px) {

.cont_3 .product > ul > li .img {
  height:150px;
}
}
.link{
  width: 17% !important;
}
.cont_3 .product > ul > li.link {
  padding-bottom: 0 !important;
}
.cont_3 .product > ul > li.link:nth-child(4n) {
  margin-right: 2.66%;
}
.cont_3 .product > ul > li.link:nth-child(5n) {
  margin-right: 0;
}
.cont_3 .product > ul > li.link .img{
  height: auto;
}
.cont_3 .product > ul > li.link p{
  border-top: 1px solid #dfdfdf;
}