/* 此处存放所有网站项目通用的组件/页面，例如新闻详情，产品详情,部分html结构和js存放于印象笔记 */
.global-paging {
  display: block;
  text-align: center;
  font-size: 0;
  margin-top: 1.4rem;
  padding-bottom: 1.5rem;
}
.global-paging a {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 3px;
  background-color: #e8e8e8;
  text-align: center;
  line-height: 46px;
  font-size: 14px;
  margin: 0 2px;
  font-weight: bold;
  font-family: Arial;
  position: relative;
  vertical-align: top;
}
.global-paging span {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 3px;
  background-color: #e8e8e8;
  text-align: center;
  line-height: 46px;
  font-size: 14px;
  margin: 0 2px;
  font-weight: bold;
  font-family: Arial;
  position: relative;
  vertical-align: top;
  background-color: #0074CC;
  color: #fff;
}
.global-paging a.active {
  background-color: #333333;
  color: #fff;
}
.global-paging img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .global-paging {
    margin-top: .3rem;
    padding-bottom: 1.14rem;
  }
  .global-paging a {
    display: inline-block;
    width: 0.46rem;
    height: 0.46rem;
    line-height: 0.46rem;
    font-size: 12px;
    margin: 0 10px;
  }
  .global-paging a.prev {
    width: 2.5rem;
    height: 36px;
  }
  .global-paging a.prev i {
    width: 2rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .global-paging a.next {
    width: 2.5rem;
    height: 36px;
  }
  .global-paging a.next i {
    width: 2rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .global-paging span {
    display: inline-block;
    width: 0.46rem;
    height: 0.46rem;
    line-height: 0.46rem;
    font-size: 12px;
  }
  .global-paging img {
    width: 0.3rem;
  }
  .demo-ul-4 li .cjname {
    font-size: 14px;
    color: #333333;
    height: 40px;
    line-height: 40px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: center;
  }
}
.news-det-in {
  background-color: #fff;
}
.news-detail {
  padding: 50px 80px 64px;
  background-color: #fff;
}
.news-bt {
  border-bottom: 1px solid #eeeeee;
}
.news-bt h3 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 30px;
  line-height: 50px;
  color: #000000;
  font-weight: bold;
}
.news-detail .date-view {
  margin-top: 22px;
  margin-bottom: 24px;
  color: #333333;
  font-family: 'Segoe UI';
}
.news-detail .date-view .icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  font-size: 20px;
  position: relative;
  top: 1px;
  margin-right: 6px;
}
.news-detail .date-view .view {
  margin-left: 68px;
}
.news-b {
  padding-top: 24px;
  padding-bottom: 66px;
  border-bottom: 1px solid #eeeeee;
}
.news-b .doc-edit {
  color: #333333;
  font-size: 14px;
  line-height: 30px;
}
.news-btn {
  padding-top: 42px;
}
.news-btn .news-prev {
  padding: 0 22px;
  max-width: 445px;
  height: 45px;
  line-height: 42px;
  border-radius: 50px;
  border: 1px solid #bfbfbf;
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-btn .news-prev.default {
  border: 1px solid #e7e7e7;
  color: #999999;
  cursor: not-allowed;
}
.news-b .doc-edit img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .news-detail {
    padding: 0.5rem 0.25rem 0.64rem;
    background-color: #fff;
  }
  .news-bt {
    border-bottom: 1px solid #eeeeee;
  }
  .news-bt h3 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
  }
  .news-detail .date-view {
    margin-top: 11px;
    margin-bottom: 12px;
    color: #333333;
    font-family: 'Segoe UI';
  }
  .news-detail .date-view .date {
    font-size: 14px;
  }
  .news-detail .date-view .icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-right: 6px;
  }
  .news-detail .date-view .view {
    margin-left: 34px;
    font-size: 14px;
  }
  .news-b {
    padding-top: 12px;
    padding-bottom: 0.66rem;
    border-bottom: 1px solid #eeeeee;
  }
  .news-b .doc-edit {
    color: #333333;
    font-size: 14px;
    line-height: 26px;
  }
  .news-btn {
    padding-top: 0.42rem;
  }
  .news-btn .news-prev {
    padding: 0 22px;
    max-width: 100%;
    height: 45px;
    line-height: 42px;
    border-radius: 50px;
    border: 1px solid #bfbfbf;
    font-size: 14px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news-btn .news-prev.default {
    border: 1px solid #e7e7e7;
    color: #999999;
    cursor: not-allowed;
    width: 100%;
    display: block;
    margin-top: 10px;
  }
  .news-main.detail-in-mob {
    width: 94%;
  }
}
.search-dialog-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.search-dialog-box .black {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.search-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  box-sizing: border-box;
  width: 90%;
  padding: .2rem;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
  border-radius: .4rem;
}
.search-dialog input[type=text] {
  float: left;
  width: 86%;
  border: none;
  padding: 0;
  font-size: .24rem;
  line-height: .4rem;
  height: .4rem;
  color: #999;
  background-color: #fff;
  border-radius: 0;
}
.search-dialog input[type=submit] {
  float: right;
  width: 15px;
  height: .4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border: none;
  padding: 0;
  background-color: transparent;
}
.search-dialog input::-webkit-input-placeholder {
  color: #999;
}
.search-dialog input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.search-dialog input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.search-dialog input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}
@media (min-width: 768px) {
  .search-dialog {
    width: 500px;
    padding: 15px 25px;
    border-radius: 30px;
  }
  .search-dialog input[type=text] {
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    width: 90%;
  }
  .search-dialog input[type=submit] {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 1025px) {
  .search-dialog {
    font-size: 18px;
    width: 680px;
    padding: 20px 30px;
    border-radius: 34px;
  }
  .search-dialog input[type=text] {
    font-size: 18px;
  }
}
.vidcontainer {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  z-index: 999;
}
.vidcontainer video {
  position: absolute;
  width: 780px;
  max-width: 100%;
  max-height: 80%;
  top: 0;
  left: 0;
  background-color: #000;
  bottom: 0;
  right: 0;
  margin: auto;
}
.vidcontainer .closevid {
  width: 40px;
  height: 40px;
  background: url(../images/close-vid2.png) no-repeat center / 100% auto;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  top: 20px;
  right: 20px;
}
.product-detail-bd {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.product-bd-l-swiper {
  width: 50%;
}
.product-bd-l-swiper .product-big {
  position: relative;
  padding: 80px;
}
.product-bd-l-swiper .product-big span {
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: #e0e1e3;
  left: 0;
  bottom: 0;
  cursor: pointer;
}
.product-bd-l-swiper .product-big i {
  font-size: 20px;
  color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-bd-r-wrap {
  width: 44%;
}
.product-bd-txt {
  padding-top: 15px;
}
.product-bd-txt-name h6 {
  color: #242a30;
  font-size: 16px;
  line-height: 40px;
}
.product-bd-txt-name h3 {
  font-size: 30px;
  color: #242a30;
  padding-bottom: 24px;
  border-bottom: 1px solid #dcdcdc;
  margin-top: 10px;
}
.product-bd-txt-filed {
  margin-top: 38px;
}
.product-bd-txt-filed .type {
  width: 94px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: url(../images/more.png) no-repeat center center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 28px;
}
.product-bd-txt-filed p {
  color: #242a30;
  font-size: 24px;
}
.product-bd-r-thumbs {
  margin-top: 85px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.product-bd-r-thumbs .thumbs-btn {
  width: 20px;
  height: 120px;
  background-color: #979b9f;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: all 0.3s linear;
}
.product-bd-r-thumbs .thumbs-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-bd-r-thumbs .thumbs-btn:hover {
  background-color: #303840;
}
.product-bd-r-thumbs .thumbs-btn:hover i {
  color: #fff;
}
.product-bd-r-swiper {
  flex: 1;
  margin: 0 10px;
}
.product-bd-r-swiper .thumbs-slide {
  border: 1px solid #dcdcdc;
  padding: 30px;
}
.product-bd-r-swiper .thumbs-slide.swiper-slide-thumb-active {
  border: 1px solid #333;
}
.product-detail-hd {
  margin-top: 70px;
}
.product-detail-switch-bar {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.detail-cate-item {
  width: 25%;
  height: 70px;
  display: block;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  background-color: #eeeeee;
  border-bottom: 4px solid #4b5765;
  position: relative;
  cursor: pointer;
}
.detail-cate-item:after {
  content: "";
  height: calc(100% + 4px);
  width: 3px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
.detail-cate-item.active {
  border-bottom: 4px solid #33c0a7;
  background-color: #fff;
}
.detail-cate-item i {
  margin-right: 16px;
  font-size: 24px;
  color: #303840;
}
.detail-cate-item p {
  color: #303840;
}
.product-detail-main-wrap {
  margin-top: 70px;
}
.product-detail-box {
  display: none;
}
.product-detail-box.active {
  display: block;
}
.gntd-item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 28px;
}
.gntd-item img {
  width: 136px;
  height: 136px;
  margin-right: 50px;
}
.gntd-item .doc {
  flex: 1;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  border-bottom: 2px dashed #e5e5e5;
  margin-top: 30px;
}
.gntd-item .doc h3 {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.gntd-item .doc h3 b {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  margin-right: 25px;
  position: relative;
}
.gntd-item .doc h3 b i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #84ccc9;
}
.gntd-item .doc h3 b span {
  font-weight: bold;
  color: #242a30;
  font-size: 20px;
}
.gntd-item .doc p {
  margin-top: 26px;
  font-size: 16px;
  color: #242a30;
  padding-left: 46px;
}
.product-edit-box {
  font-size: 16px;
  color: #333;
  line-height: 32px;
}
.product-edit-box img {
  max-width: 100%;
}
.product-edit-box table {
  border: 1px solid #dcdcdc;
}
.product-edit-box table thead tr th {
  padding: 15px 0;
  color: #333;
  text-align: center;
}
.product-edit-box table tbody tr {
  border-bottom: none;
}
.product-edit-box table tbody tr td {
  text-align: center;
  color: #666666;
  font-size: 16px;
  padding: 8px 0;
}
.vidcontainer img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 80%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
