.mybtn:hover,
.mybtn.active {
  border: 1px solid rgba(255, 255, 255, 0);
  line-height: 43px;
  background: linear-gradient(-90deg, #ce0000 0%, #f3a800 100%);
  transition: all .35s ease-in-out;
}

.prortbox h2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.page {
  text-align: center;
  margin-top: 17px;
  margin-bottom: 72px;
}

.page .pagination {
  margin: 0 0;
}

.page .pagination>li>a,
.page .pagination>li>span {
  padding: 0;
  margin: 0 5px;
  text-decoration: none;
  background: #f5f6f8;
  border: none;
  width: 38px;
  height: 38px;
  font-size: 16px;
  font-family: Lato;
  font-weight: 400;
  color: #666666;
  line-height: 38px;
}

.page .pagination>.active>a,
.page .pagination>.active>a:focus,
.page .pagination>.active>a:hover,
.page .pagination>.active>span,
.page .pagination>.active>span:focus,
.page .pagination>.active>span:hover {
  background: linear-gradient(-90deg, #ce0000 0%, #f3a800 100%);
  border: none;
  color: #fff;
}

.page .pagination>li:first-child>a,
.page .pagination>li:first-child>span,
.page .pagination>li:last-child>a,
.page .pagination>li:last-child>span {
  font-size: 26px;
  line-height: 34px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.prosub,
.proseac {
  font-family: "Open Sans", sans-serif;
}

.ban_box h2 {
  width: 80%;
  margin: auto;
}

.pro_active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pro_active a {
  color: #c11920;
}

.pro_active b {
  transform: rotate(45deg);
  transition: all .4s;
}

.two li.pro_activee>a {
  color: #c11920;
}


.prortbox .prortimg {
	/*background: url(../image/probg.jpg) no-repeat;*/
	background-size: 100% 100%;
	position: relative;
	margin: 0 4px;
	overflow: hidden;
	
	
}

/* .prortimg {
  height: 100%;
  overflow: hidden;
} */
.prortimg img{
	transition: all 0.5s linear;
}
.prortimg img:hover{
	transform: scale(1.12);
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .mybtn {
    width: 220px;
  }

  .ban_btn a {
    margin: 0 5px;
  }

  .ban_btn {
    margin-top: 25px;
  }

  .ban_box h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .one1 {
    padding: 15px 30px 15px 0px;
  }

  .one1 a {
    font-size: 16px;
    line-height: 22px;
  }

  .pro_box>h2 {
    font-size: 30px;
    margin-bottom: 12px;
  }

  .prortimg {
    height: 100%;
  }

  .prohcnt {
    width: 100%;
    padding: 0 20px;
  }

  .prortbox h2 {
    font-size: 16px;
  }

  .two li {
    padding: 5px 0;
  }

  .two li a {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .mybtn {
    width: 170px;
    height: 36px;
    line-height: 34px;
    font-size: 14px;
  }

  .mybtn:hover,
  .mybtn.active {
    line-height: 34px;
  }

  .ban_btn a {
    margin: 0 5px;
  }

  .ban_btn {
    margin-top: 20px;
  }

  .ban_box h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .pro_type {
    display: none;
  }

  .pro_box {
    width: 100%;
  }

  .pro_box>h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .prortimg {
    height: 100%;
  }

  .prohcnt {
    width: 100%;
    padding: 0 20px;
  }

  .prortbox h2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .banner img {
    height: 155px;
    object-fit: cover;
  }

  .ban_box h2 {
    font-size: 16px;
    line-height: 22px;
  }

  .pro_type {
   width: 100%;
   padding-bottom: 20px;
  }

  .pro_box {
    width: 100%;
    margin-top: 25px;
  }

  .set2 {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .pro_box>h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .pro_box form i {
    left: 10px;
    top: 10px;
  }

  .proseac {
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    font-size: 14px;
    width: calc(73% - 3px);
  }

  .prosub {
    width: 27%;
    height: 40px;
    font-size: 14px;
    padding-right: 20px;
  }

  .pro_box form b {
    right: 9px;
    top: 12px;
  }

  .procdel {
    font-size: 14px;
    margin: 15px 0 20px;
    line-height: 22px;
  }

  .prortimg {
    height: 100%;
  }

  .prortimg>img {
    height: 210px;
  }

  .prortbox {
    width: 100%;
    margin-right: 0;
  }

  .prohcnt {
    width: 100%;
    padding: 0 10%;
  }

  .prohcnt a {
    width: 85%;
  }

  .prortbox h2 {
    font-size: 16px;
    text-align: center;
  }

  .ban_box h2 {
    width: 100%;
    margin-top: -120px;
  }

  .ban_box {
      display: none;
    position: initial;
    left: 0;
    bottom: 0;
    transform: translateX(0);
    text-align: center;
    z-index: 12;
    background: linear-gradient(-90deg, #ce0000 0%, #f3a800 100%);
    padding: 40px 20px;
  }

  .ban_btn a {
    margin: 0;
  }

  .mybtn {
    width: 100%;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    line-height: 38px;
    font-size: 16px;
  }

  .mybtn:hover,
  .mybtn.active {
    line-height: 43px;
    background: #fff;
    color: #ce0000;
  }

  .ban_btn {
    margin-top: 80px;
  }

  .ban_btn>a:nth-child(2),
  .ban_btn>a:nth-child(3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
}