/* 此处存放所有网站项目通用的组件/页面，例如新闻详情，产品详情,部分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: #333333;
  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: #e3d9b3;
  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;
}
.index-search-bar {
  height: 2rem;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  line-height: 2rem;
}
.index-search-bar .bg {
  position: absolute;
  right: 0;
  width: 50%;
  background-color: #eeeeee;
  height: 100%;
  background-size: 100% 100%;
  top: 0;
}
.index-search-bar .search-bar-hot {
  width: 50%;
  padding-right: 0.75rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.index-search-bar .search-bar-hot b {
  color: #e3d9b3;
  font-size: 0.6rem;
  font-weight: bold;
  margin-right: 0.3rem;
}
.index-search-bar .search-bar-hot span {
  color: #333333;
  margin-right: 0.45rem;
}
.index-search-bar .search-bar-hot a {
  color: #999999;
}
.index-search-bar .search-bar-hot a:hover {
  color: #e3d9b3;
}
.index-search-bar .search-bar-input {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 50%;
}
.index-search-bar .search-bar-input input {
  border: none;
  color: #333;
  flex: 1;
  background-color: transparent;
  padding-left: 2rem;
}
.index-search-bar .search-bar-input input::-webkit-input-placeholder {
  color: #666666;
}
.index-search-bar .search-bar-input input:-moz-placeholder {
  color: #666666;
}
.index-search-bar .search-bar-input input::-moz-placeholder {
  color: #666666;
}
.index-search-bar .search-bar-input input:-ms-input-placeholder {
  color: #666666;
}
.index-search-bar .search-bar-input > i {
  width: 1px;
  height: 0.6rem;
  background-color: #bfbfbf;
}
.index-search-bar .search-bar-input button {
  padding: 0 3rem 0 1.2rem;
}
.index-search-bar .search-bar-input button i {
  font-size: 0.6rem;
  color: #515151;
}
@media (max-width: 768px) {
  .index-search-bar {
    height: .8rem;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    line-height: .75rem;
  }
  .index-search-bar .bg {
    width: 100%;
  }
  .index-search-bar .search-bar-input {
    width: 100%;
  }
  .index-search-bar .search-bar-input input {
    border: none;
    font-size: 0.26rem;
    color: #333;
    flex: 1;
    background-color: transparent;
    padding-left: 0rem;
  }
  .index-search-bar .search-bar-input button {
    padding: 0 0rem 0 0rem;
  }
  .index-search-bar .search-bar-input button i {
    font-size: 0.34rem;
    margin-left: 12px;
  }
  .index-search-bar .search-bar-input > i {
    width: 1px;
    height: 18px;
    background-color: #bfbfbf;
  }
}
