/* channel-common */
.channel-location {
  line-height: 2;
  background-color: #f7f7f7;
  box-shadow: 0 0.0625rem 0.5rem rgba(0, 0, 0, .1);
}

.current-location {
  text-indent: 2em;
  padding: 0.625rem 0px;
  background-color: #dfdfdf;
  color: #000000;
  font-size: 0.875rem;
  border: 1px solid #e0e0e0;
}

.channel-location a {
  color: #828282;
}

/* about */
.channel-about {
  padding: 5vh 8vw;
}

.channel-about-header {
  border-bottom: 1px solid #aaaaaa;
  padding: 0 1rem;
}

.channel-about-header-tit {
  line-height: 2;
  position: relative;
}

.channel-about-heade-tit-cn {
  font-size: 1.75rem;
  color: #5f5f5f;
}

.channel-about-heade-tit-en {
  font-size: 1rem;
  color: #acacac;
}

.channel-about-header-btn-more {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 0.875rem;
  color: #868686;
}

.channel-about-header-btn-more:hover {
  color: #9e1e1e;
}

.channel-about-body {
  display: flex;
  flex-flow: row nowrap;
  padding: 2rem 1rem 1rem 1rem;
}

.channel-about-body-thumb {
  flex: 0 0;
}

.channel-about-body-thumb img {
  vertical-align: bottom;
}

.channel-about-body-txt {
  flex: 1 0;
  padding: 0 0 0 1rem;
}

.channel-about-body-txt p {
  text-indent: 2rem;
  line-height: 2;
}

/* culture */
.channel-culture {
  padding: 5vh 8vw;
}

.channel-culture-header {
  border-bottom: 1px solid #aaaaaa;
  padding: 0 1rem;
}

.channel-culture-header-tit {
  line-height: 2;
  position: relative;
}

.channel-culture-heade-tit-cn {
  font-size: 1.75rem;
  color: #5f5f5f;
}

.channel-culture-heade-tit-en {
  font-size: 1rem;
  color: #acacac;
}

.channel-culture-body {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  padding: 2rem 0em;
}

.channel-culture-item {
  flex: 0 0;
  min-width: 27%;
  border-radius: 0.3125rem;
  overflow: hidden;
  transition: all 0.3s 0s ease-in-out;
}

.channel-culture-item:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.channel-culture-item-tit {
  text-align: center;
  font-size: 2rem;
  padding: 4rem 0;
  color: #000;
  transition: all 0.3s 0s ease-in-out;

}

.channel-culture-item-tit-bg-1 {
  background: url("../images/11.jpg") center no-repeat;
  background-size: cover;
}

.channel-culture-item-tit-bg-2 {
  background: url("../images/12.jpg") bottom center no-repeat;
  background-size: cover;
}

.channel-culture-item-tit-bg-3 {
  background: url("../images/13.jpg") center no-repeat;
  background-size: cover;
}

.hnetjiejuefangan3,
.hnetjiqixuexiyinqing,
.hnetwoyaoxingxiangshengji {
  font-size: 2rem;
}

.channel-culture-item-txt {
  text-align: center;
  font-size: 1.25rem;
  padding: 2rem 0;
  background-color: #f0f0f0;
}

/* customer */
.channel-customer {
  padding: 5vh 8vw;
}

.channel-customer-header {
  border-bottom: 1px solid #aaaaaa;
  padding: 0 1rem;
}

.channel-customer-header-tit {
  line-height: 2;
  position: relative;
}

.channel-customer-heade-tit-cn {
  font-size: 1.75rem;
  color: #5f5f5f;
}

.channel-customer-heade-tit-en {
  font-size: 1rem;
  color: #acacac;
}

.channel-customer-body {
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
  padding: 2rem 0em;
}

.channel-customer-item {
  flex: 0 0 6.25rem;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  margin: 1rem;
}

.channel-customer-item img {
  width: 100%;
  vertical-align: bottom;
}

/* news */
.channel-news {
  padding: 5vh 8vw;
}

.channel-news-header {
  border-bottom: 1px solid #aaaaaa;
  padding: 0 1rem;
}

.channel-news-header-tit {
  line-height: 2;
  position: relative;
}

.channel-news-heade-tit-cn {
  font-size: 1.75rem;
  color: #5f5f5f;
}

.channel-news-heade-tit-en {
  font-size: 1rem;
  color: #acacac;
}

.channel-news-body {
  display: flex;
  list-style: none;
  flex-flow: row wrap;
  padding: 2rem 1rem;
  justify-content: space-between;
}

.channel-news-body-item {
  position: relative;
  flex: 0 0 49.6%;
  background-color: #f7f7f7;
  margin: 0.3125rem 0;
  display: flex;
  overflow: hidden;
  transition: all 0.5s 0s ease-in-out;
}

.channel-news-body-item:hover {
  background-color: #eee;
}

.channel-news-body-item:hover .channel-news-body-item-txt a {
  color: #545454;
}

.channel-news-body-item:hover .channel-news-body-item-txt p {
  color: #969696;
}

.channel-news-body-item::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0.0625rem;
  background-color: #3666a4;
  bottom: 0;
  transition: all 0.5s 0s ease-in-out;
}

.channel-news-body-item:hover::after {
  width: 100%;
}

.channel-news-body-item-date {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  flex: 0 0;
  padding: 0rem 2rem;
  text-align: center;
}

.channel-news-body-item-date::after {
  content: '';
  position: absolute;
  width: 0px;
  height: 6.25rem;
  border-right: 0.0625rem dashed #b0b0b0;
  right: 0rem;
  transition: all 0.5s 0s ease-in-out;
}

.channel-news-body-item-date-dd {
  font-size: 3rem;
  color: #3666a4;
}

.channel-news-body-item-date-ym {
  color: #3666a4;
  white-space: nowrap;
}

.channel-news-body-item-txt {
  flex: 1 0;
  padding: 1rem;
  overflow: hidden;
}

.channel-news-body-item-txt h2 {
  line-height: 2;
  font-size: 1rem;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.channel-news-body-item-txt a {
  color: #646464;
  transition: all 0.5s 0s ease-in-out;
}

.channel-news-body-item-txt p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #b6b6b6;
  transition: all 0.5s 0s ease-in-out;
}



/* contact */

/* pages */
.page_wrap {}

.paginator {}

.paginator,
.paginator input,
.paginator button {
  font-family: Tahoma, "宋体";
  font-size: 0.875rem;
}

.paginator a,
.paginator span {
  display: inline-block;
  text-align: center;
  margin: 0rem 0.3125rem;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 2;
  background: #fff;
}

.paginator a {
  color: #085C9B;
}

.paginator a:link,
.paginator a:visited,
.paginator a:hover,
.paginator a:active {
  text-decoration: none;
}

.paginator .page-start,
.paginator a,
.paginator .page-end {
  padding: 0 0.5rem;
  border: 0.0625rem solid #D3D3D3;
  background: #ffffff;
}

.paginator .page-start {
  border-color: #d9d9d9;
  color: #d9d9d9;
}

.paginator .page-end {
  border-color: #d9d9d9;
  color: #d9d9d9;
}

.paginator .page-this,
.paginator .page-break {
  padding: 0 0.1875rem;
}

.paginator .page-break {
  border: 0.0625rem solid #fff;
}

.paginator .page-this {
  border: 0.0625rem solid #D3D3D3;
  background-color: #E9E9E9;
  color: #D4105A;
  padding: 0px 0.5rem;
  font-weight: bold;
}

.paginator .page-skip {

  line-height: 2;
  padding: 0 0.1875rem;
  margin: 0;
  background: none;
}

.paginator .page-skip input {
  width: 26px;
  *width: 23px;
  height: 19px;
  line-height: 19px;
  border: 1px #D3D3D3 solid;
  font-size: 12px;
  margin: -1px 6px 0px 6px;
  #margin-top: 1px;
  _margin-top: 0px;
  padding: 0px 0px 0px 2px;
  vertical-align: middle;
  padding-top: 0px;
  padding-bottom: 0px;
}

.paginator .page-skip button {
  font-size: 12px;
  padding: 0 5px 5px 5px;
  _padding: 0 5px 0 5px;
  width: auto;
  _width: 0;
  height: 22px;
  *height: 23px;
  *line-height: 20px;
  _height: 16px;
  _line-height: 16px;
  margin-left: 10px;
  *margin-top: -1px;
  overflow: visible;
  vertical-align: top;
}

.paginator a:hover {
  border: 1px solid #A6A6A6;
  color: #868688;
}


@media (min-width:1200px) {
  .channel-location {
    line-height: 2.5;
    text-indent: 2rem;
    font-size: 1rem;
    color: #828282;
  }

  .channel-location a:hover {
    color: firebrick;
  }

  .hnethome {
    font-size: 1.375rem;
    padding: 0rem 0.375rem 0rem 0rem;
    border-right: 0.0625rem dashed #a2a2a2;
  }

  .channel-products {
    padding: 3rem 0rem 0rem 0rem;
  }

  .channel-products-head {
    padding: 1rem 0;
    text-align: center;
  }

  .channel-products-head>h2 {
    display: inline-block;
    line-height: 2;
    text-align: center;
    font-size: 2rem;
    font-weight: 550;
    color: #222222;
    position: relative;
  }

  .channel-products-head>h2::after {
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    border-radius: 0.3125rem;
    height: 0.1875rem;
    width: 100%;
    background-color: #990000;
  }

  .channel-product-keywords {
    margin: 0.9375rem auto;
    width: 50%;
    line-height: 1.5;
    font-size: 0.875rem;
    color: #a2a2a2;
  }

  .channel-products-type {
    width: fit-content;
    margin: auto;
  }

  .channel-products-type ul {
    display: flex;
    flex-flow: row nowrap;

  }

  .channel-products-type ul li {
    flex: 0 0 fit-content;
    padding: 1rem;

  }

  .channel-products-type ul li a {
    background: #1482e8 linear-gradient(to right, rgba(0, 255, 0, 0), rgba(37, 80, 171, 0.5));
    transition: all .5s;
    /* background-color: #1272d1; */
    display: block;
    padding: 1rem;
    border-radius: 3rem;
    color: #fff;
    /* transition: background-color 0.5s ease-in-out; */
  }

  .channel-products-type ul li a:hover {
    background-color: #53d5ae;
    /* background-image: linear-gradient(#108ed1, #0d589e); */
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  }

  .channel-products-body {
    display: flex;
    flex-flow: row wrap;
    transition: all 0.3s ease-in-out;
    padding: 0rem 2rem;
  }

  .channel-products-item {
    flex: 0 0 25%;
    /* position: relative; */
    /* z-index: 5; */
    padding: 1rem;
  }

  .channel-product {
    border-radius: .5rem;
    transition: all 0.5s ease-in-out 0s;
    overflow: hidden;
  }

  .channel-product-thumb {

    overflow: hidden;
    padding: 1rem 1rem 1rem 1rem;
    background-color: #f0f0f0;
    transition: all 0.5s ease-in-out 0s;
  }

  .channel-product-thumb-warp {
    border-radius: .5rem;
    width: 100%;
    padding: 1rem;
    height: 22.5rem;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.5s ease-in-out 0s;
  }

  .channel-product-thumb-warp>img {
    width: 100%;
    vertical-align: bottom;
    transition: all 0.3s ease-in-out 0s;
    overflow: hidden;
  }

  .channel-product-infos {
    padding: 1rem 0;
    background-color: #1163b7;
    transition: all 0.5s ease-in-out 0s;
  }

  .channel-product-infos>h4 {
    line-height: 2;
    text-align: center;
    font-size: 1.125rem;
    color: #fff;
  }

  .channel-product-desc {
    overflow: hidden;
    transition: all 0.5s ease-in-out 0s;
    /* text-align: justify; */
  }

  .channel-product-desc p {
    color: #fff;
    line-height: 2;
    text-align: center;
    font-size: 0.875rem;
    transition: all 0.7s ease-in-out 0s;
  }

  .channel-product:hover {
    /* box-shadow: 0 0 13px rgba(0, 0, 0, 0.2); */
  }

  .channel-product:hover .channel-product-desc {
    overflow: inherit;
    color: rgba(240, 240, 255, 1);

  }


  .channel-product:hover .channel-product-thumb-warp>img {
    /* transform: translateY(-15%); */
  }



  .channel-product:hover .channel-product-desc>p {
    color: rgba(240, 240, 255, 1);
  }

  .channel-product:hover .channel-product-thumb {
    /* background-color: #1163b7; */
  }

  .channel-product:hover .channel-product-infos {
    /* background-color: #1163b7; */
  }

  .channel-product:hover .channel-product-thumb {
    background-color: #1163b7;
  }

  .channel-product:hover .channel-product-thumb-warp>img {
    transform: scale(1.1);
    /* background-color: #1163b7; */
  }

  /* channel-pages */
  .channel-pages {
    margin: 0.9375rem 0rem;
    line-height: 2;
    text-align: center;
  }


}
