/* section one 统一运行模式 */
.dx-operation-pattern {
  width: 100%;
  height: 750px;
  background-color: #d92704;
  color: #fff;
  box-sizing: border-box;
}
.dx-operation-pattern .dx-content-box {
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  background: url(../images/bg-hcdw-1.jpg) no-repeat;
  background-size: 1920px 752px;
  background-position: center center;
}
.dx-operation-pattern .dx-content {
  height: 100%;
  padding-left: 68px;
  box-sizing: border-box;
  padding-top: 56px;
  /* background-attachment: fixed; */
  /* 所有浏览器都支持 background-position 属性（需要把 background-attachment 属性设置为 "fixed"，才能保证该属性在 Firefox 和 Opera 中正常工作） */
}
.dx-operation-pattern p {
  width: 580px;
  font-size: 16px;
  line-height: 34px;
  margin-top: 50px;
  color: #fde0e0;
	letter-spacing:1px;
}
.dx-operation-pattern p strong {
  width: 536px;
  font-size: 18px;
  line-height: 30px;
  margin-top: 50px;
  color: #fff;
}
/* section two 基层党建教育培训反向 */
.dx-train-direction {
  width: 100%;
  height: 360px;
  background: #ff7b69;
  color: #fff;
  text-align: center;
  position: relative;
}
.dx-train-direction .dx-content {
  position: absolute;
  top: -210px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.dx-train-direction ul {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.dx-train-direction ul li {
  width: 290px;
  height: 380px;
  color: #000;
  text-align: center;
  border-radius: 8px;
  padding: 26px 30px;
  box-sizing: border-box;
  background: #fff;
  transition: all 0.3s ease-out;
}
.dx-train-direction ul li:hover {
  margin-top: -20px;
}
.dx-train-direction ul li span {
  width: 180px;
  height: 180px;
  display: inline-block;
  text-align: center;
  background: url(../images/icon-hcdw.png) no-repeat;
  background-size: 750px 450px;
}
.dx-train-direction ul li:not(:first-child) {
  margin-left: 13px;
}
.dx-train-direction ul li h1 {
  font-size: 28px;
  margin-top: 14px;
}
.dx-train-direction ul li p {
  font-size: 18px;
  margin-top: 16px;
	  text-align: left;
	color:#666;
}
/* section three 红承教育课程体系 */
.dx-course-system {
  width: 100%;
  height: 1015px;
  background: #fbdede;
  text-align: center;
}
.dx-course-system h1 {
  padding: 60px 0 30px 0;
  box-sizing: border-box;
}
.dx-course-system img {
  width: 1200px;
  height: 660px;
  display: inline-block;
  padding-top: 60px;
  background: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-bottom: 60px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
/* section four 体系优势 */
.dx-system-advantage {
  width: 100%;
  height: 625px;
  background: #fff;
  text-align: center;
}
.dx-system-advantage .dx-system-advantage--title {
  padding-top: 60px;
  box-sizing: border-box;
}
.dx-system-advantage ul {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.dx-system-advantage ul li {
  width: 260px;
  height: 400px;
  text-align: center;
  box-sizing: border-box;
}
.dx-system-advantage ul li span {
  width: 160px;
  height: 160px;
  margin-top: 26px;
  display: inline-block;
  text-align: center;
  background: url(../images/icon-hcdw.png) no-repeat;
  background-size:750px 450px;
}
.dx-system-advantage ul li h1 {
  font-size: 32px;
  color: #000;
  margin-top: 14px;
}
.dx-system-advantage ul li p {
  font-size: 16px;
  color: #666;
  margin-top: 32px;
	text-align: left;
}
@keyframes arrow {
  0% {
	     background-position: 18px 10px;
  }

  33% {
	  background-position: 26px 10px;
  }

  67% {
	     background-position: 18px 10px;
  }

  to {
	    background-position: 18px 10px;
  }
}
/* section five 党务学习 */
.dx-dwstudy {
  width: 100%;
  /* height: 476px; */
  background: #ff7b69;
  text-align: center;
}
.dx-dwstudy h1 {
  padding: 60px 0 34px 0;
  box-sizing: border-box;
}
.dx-dwstudy ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dx-dwstudy ul li {
  width: 380px;
  height: 120px;
  line-height: 120px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 30px;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
}
.dx-dwstudy ul li a {
    display: flex;
	justify-content: center;
    align-items: center;
	padding: 0 46px;
}
.dx-dwstudy ul li:hover {
  box-shadow: 10px 10px 14px 0 rgba(255, 26, 26, 0.5);
  margin-top: -10px;
}
.dx-dwstudy ul li .dx-dwstudy-img {
    width: 90px;
    height: 90px;
    display: inline-block;
    text-align: center;
    background: url(../images/icon-hcdw.png) no-repeat;
    background-size: 750px 450px;
}
.dx-dwstudy ul li .dx-dwstudy-title {
    text-align: left;
    font-size: 28px;
    color: #000;
    margin-left: 40px;
    position: relative;
    flex: 1;
}
.dx-dwstudy ul li .dx-dwstudy-arrow {
  width: 42px;
  height: 30px;
  background-size: 11px 13px;
  background-position: 18px 10px;
}
.dx-dwstudy-arrow-black {
  background: url(../images/icon-arrow-rr-black.png) no-repeat;
}
.dx-dwstudy-arrow-red {
  background: url(../images/icon-arrow-rr-red.png) no-repeat;
}
/* section six 服务用户 */
.dx-service-user {
  width: 100%;
  height: 824px;
  background: #fff;
}
.dx-service-user .dx-content {
}
.dx-service-user h1 {
  text-align: center;
  padding: 60px 50px;
  box-sizing: border-box;
}
.dx-service-user img {
  width: 1200px;
  display: inline-block;
}
