@charset "UTF-8";

/* 内容区域 */
.dqwz {
  height: 50px;
  background: #0052a4;
}

.currpos {
  width: 1270px;
  margin: 0 auto;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
}

.currpos a {
  color: #fff;
  margin: 0 5px;
}

.currpos a:hover {
  color: #fee600;
}

.contant {
  width: 1270px;
  margin: 40px auto 40px;
  display: flex;
  justify-content: space-between;
}

.column_l {
  width: 340px;
}

/* 手风琴 */
.accordion {
  width: 100%;
}

.accordion .link {
  width: 340px;
  height: 62px;
  background: url(lmbg.png) no-repeat center;
  line-height: 64px;
  cursor: pointer;
  display: block;
  padding-left: 20px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion .open .link {
  background: url(lmbgon.png) no-repeat center;
  border-bottom: 2px solid #CCC;
  color: #fff;
}

.zbzztz {
  width: 340px;
  height: 62px;
  background: url(lmbg.png) no-repeat center;
}

.zbzztz a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  line-height: 62px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

/**
* Submenu
-----------------------------*/
.submenu {
  display: none;
  background: #f7f7f7;
  font-size: 14px;
}

.submenu a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #A8A8A8;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  color: #0052a4;
}

/* 手风琴 */
.column_r {
  width: 880px;
}

/* article */
.article_box {
  padding: 0 30px 30px;
}

.art_tit {
  width: 100%;
  line-height: 72px;
  font-size: 36px;
  font-weight: bold;
  border-bottom: 2px solid #D7D7D7;
  color: #505050;
}

.art_info img {
  display: block;
  float: left;
  width: 400px;
}

.art_info .info_zy{
  width: 418px;
  height: 265px;
  float: left;
  padding: 20px 20px 0;
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
}
.wz_zoom strong {
  font-size: 12px !important;
  line-height: 30px;
}

.wz_zoom p {
  font-size: 12px !important;
  line-height: 30px;
}

.wz_zoom p span {
  font-size: 12px !important;
  line-height: 30px;
}
.wz_zoom img{
  max-width: 100% !important;
  height: auto !important;
  margin: 20px auto;
}

/* link */
.pro-list {
  position: fixed;
  top: 200px;
  right: 0;
}

.pro-list ul li {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  position: relative;
}

.pro-lite {
  display: none;
  width: 260px;
  font-size: 14px;
  color: #FFF;
  height: 60px;
  background: #1e64ce;
  position: absolute;
  right: 60px;
  top: 0;
}

.pro-list ul li:hover .pro-lite {
  display: block;
}

.pro-list ul li:hover img {
  transform: scale(1.2);
  transition: 0.3s linear;
}