@charset 'utf-8';
/*
 * @Author: bastuu 
 * @Date: 2023-05-18 11:01:44 
 * @Last Modified by: bastuu
 * @Last Modified time: 2023-05-18 13:51:31
 */
/* 顶部图片 */
.top-img {
  height: 528px;
  background: url(/statics/images/lcj/special/zfgm//top-img.png) no-repeat center;
}
.top-min {
  display: none;
  background: url(/statics/images/lcj/special/zfgm//min-img.png) no-repeat center center;
}
/* 内容部分 */
/* 决策部署 */
.box-style {
  margin-top: 40px;
  border: 1px solid #f5b44e;
  border-radius: 20px;
  background: #fffffc;
}
.bs-box {
  padding: 8px;
}
.bs-box .bs-left {
  width: 582px;
  border-radius: 10px;
}
.bs-box .bs-right {
  margin: 30px 30px 0 0;
  max-width: 530px;
}
.bs-box .bs-right .bs-right-title {
  margin-bottom: 25px;
}
.bs-box .bs-right li {
  font-size: 18px;
  line-height: 55px;
  list-style-type: disc;
  width: calc(100% - 2em);
  margin-left: 2em;
}
.bs-box .bs-right li:hover {
  color: #d0262b;
}
.bs-box .bs-right li:hover a {
  font-weight: bold;
  color: #d0262b;
}
/* 转作风 提效能 */
.xn-box {
  margin-bottom: 40px;
  padding: 40px 20px 20px;
  background: #fefdf3;
}
.xn-box .xn-title {
  margin-bottom: 30px;
  margin-left: 2em;
}
.xn-box .min-title {
  display: none;
}
.xn-box li {
  margin-bottom: 20px;
  padding: 30px;
  float: left;
  width: 566px;
  height: 155px;
  background: #fff;
  border-radius: 15px;
}
.xn-box li:nth-child(2n + 1) {
  margin-right: 24px;
}
.xn-box li:hover {
  background: #d0262b;
}
.xn-box li:hover .xn-words {
  color: #fff;
}
.xn-box li:hover .xn-words p:nth-child(2) {
  color: #d5d6d1;
}
.xn-box li:hover .xn-more {
  background-image: url(/statics/images/lcj/special/zfgm//right-red.png);
  background-color: #fff;
}
.xn-box li .xn-words {
  width: 70%;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
}
.xn-box li .xn-words p:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
}
.xn-box li .xn-words p:nth-child(2) {
  margin-top: 0.5em;
  font-size: 18px;
  color: #7c7b7b;
}
.xn-box li .xn-more {
  margin-top: 25px;
  width: 54px;
  height: 54px;
  background-image: url(/statics/images/lcj/special/zfgm//right-white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #d0262b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 修改swiper 分页器 */
.swiper1 .swiper-pagination-bullet {
  border-radius: 0;
  background: #fff;
  width: 16px;
  height: 3px;
  opacity: 1;
}
.swiper1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d0262b;
  width: 47px;
}

#scroll1 .title
{
	border-radius: 0 0 10px 10px;
}
.pagination>div
{
	width:16px;
	height:3px;
}
.pagination div.selected
{
	background: #d0262b;
    width: 47px;
}
  .upper{bottom:4em}
/* 适配 */
@media screen and (max-width: 768px) {
  .box-style {
    margin-top: 10px;
  }
  .top-img {
    display: none;
  }
  .top-min {
    width: 100%;
    height: 165px;
    display: block;
    background-size: contain;
  }
  /* 决策部署 */
  .bs-box .bs-left {
    width: 100%;
    border-radius: 10px;
  }
  .bs-box .bs-right {
    margin: 10px;
    width: 100%;
    font-size: 14px;
  }
  .bs-box .bs-right .bs-right-title {
    margin-left: 25px;
  }
  .bs-box .bs-right .bs-right-title img {
    width: 100%;
  }
  .bs-box .bs-right .bs-more {
    transform: scale(0.8);
  }
  /* 转作风 提效能 */
  .xn-box {
    padding: 2%;
    overflow: hidden;
  }
  .xn-box .xn-title {
    display: none;
  }
  .xn-box .min-title {
    display: block;
  }
  .xn-box .min-title img {
    width: 90%;
    margin: 10px;
  }
  .xn-box li {
    margin-bottom: 10px;
    width: 100%;
    height: 130px;
  }
  .xn-box li .xn-words {
    width: 80%;
  }
  .xn-box li .xn-words p:nth-child(1) {
    font-size: 16px;
  }
  .xn-box li .xn-words p:nth-child(2) {
    font-size: 14px;
  }
  .xn-box li .xn-more {
    margin-top: 10px;
    transform: scale(0.6);
  }  
  #scroll1 img
  {
    width: 100%;
	height:auto;
  }
  .upper{bottom:-10px}
  #dbfloat img{width:200px;height:auto}

}
