@charset "UTF-8";

.banner {
  width: 100%;
  min-width: 1270px;
}

.banner img {
  display: block;
  width: 100%;
  height: auto;
}

/* 当前位置 */
.dqwz {
  width: 1270px;
  margin: 30px auto 40px;
}

.currpos a {
  margin: 0 15px;
  font-size: 14px;
  font-weight: 600;
  color: #999;
}

.currpos .dqwz_wzsy {
  color: #333;
  margin-left: 0;
}

.currpos a:hover {
  color: #002e5a;
}

.xian_t {
  margin-top: 20px;
  width: 100%;
  height: 2px;
  background: #e1e2e4;
  position: relative;
}

.xian_t1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: #20a3fe;
}

/* 内容区域 */
.contant {
  width: 1270px;
  margin: 0 auto 40px;
}

.news_btit {
  width: 100%;
  height: 102px;
  background: url(newsbg.png) no-repeat center;
  background-size: contain;
  font-size: 25px;
  line-height: 155px;
  text-align: center;
  font-weight: bold;
  color: #525252;
}

.news_item {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.news_item li {
  width: 295px;
}

.news_pic {
  display: block;
  width: 100%;
  height: 295px;
  overflow: hidden;
}

.news_pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.news_tit {
  font-size: 15px;
  color: #013051;
  line-height: 25px;
  height: 50px;
  margin: 15px 0;
}

.news_txt {
  font-size: 14px;
  color: #676767;
  line-height: 25px;
  height: 80px;
  overflow: hidden;
  margin-bottom: 15px;
}

.news_more {
  display: block;
  width: 120px;
  height: 32px;
  border: 1px solid #999;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #666;
}

.news_more span {
  margin-left: 13px;
}

.news_more:hover {
  color: #fff;
  background: #002e5a;
}

.news_item li:hover .news_pic img {
  transform: scale(1.1);
}

.company_news_more {
  margin: 80px auto;
  display: block;
  width: 130px;
  height: 60px;
  background: url(btn.png) no-repeat center;
  background-size: 100%;
  transition: all .3s;
}

.company_news_more:hover {
  background: url(btn1.png) no-repeat center;
  background-size: 100%;
}

/* Video */
.video {
  width: 910px;
  height: 503px;
  margin: 40px auto 0;
}
.videolist {
  position: relative;
  width: 910px;
  height: 503px;
}

.videolist:hover {
  cursor: pointer;
}

.videoed {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  z-index: 99;
}

.vfengmian {
  display: block;
  width: 100%;
  height: 100%;
}

.videos {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -455px;
  margin-top: -253px;
  z-index: 100;
  width: 910px;
  height: 506px;
}

.vclose {
  display: block;
  position: absolute;
  right: 0;
  top: -33px;
  border-radius: 100%;
  cursor: pointer;
  background: url(spclose.png) no-repeat center;
  width: 30px;
  height: 30px;
}

.divBG {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #333;
  display: none;
  z-index: 99;
  opacity: 0.5;
}
