@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;
}

.cpitem {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cpitem li {
  margin-top: 30px;
  width: 425px;
  height: 300px;
  transition: all .3s;
}

.cpitem li:nth-child(1),
.cpitem li:nth-child(2) {
  margin-top: 0;
}

.cpitem li:hover {
  box-shadow: 5px 5px 12px #00000024;
}

.cpitem li a {
  display: block;
  width: 100%;
  height: 100%;
}

.picbox {
  width: 425px;
  height: 240px;
  overflow: hidden;
}

.cpitem li img {
  display: block;
  width: 100%;
  height: 240px;
  transition: all .3s;
}

.cpitem li:hover img {
  transform: scale(1.1);
}

.cpitem li p {
  height: 60px;
  background: url(item_bg.png) no-repeat center;
  background-size: 425px 60px;
  line-height: 60px;
  font-size: 17px;
  padding-left: 40px;
  font-weight: bold;
}

/* 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;
}