/* 动态效果 */

[class*="anim"]:hover,
[class*="anim"] * {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

/* 鼠标经过时字体颜色变化*/
.animhover:hover {
  color: #0d6ed2 !important;
}

/*特殊放大*/
.aninlarge:hover {
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

/* 鼠标经过时背景色变化*/
.animbtn:hover {
  color: #fff !important;
  background-color: #0d6ed2 !important;
  border-color: #0d6ed2 !important;
}

/* 鼠标经过时放大*/
.animlarge:hover {
  transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

/* 鼠标经过时图片放大 */
.animenlarge:hover img {
  transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

/* 鼠标经过时旋转*/
.animrotate:hover {
  transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

.animrota {
  transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

/* 鼠标经过时图片旋转 */
.animrevolve:hover img {
  transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
}

/* 鼠标经过时边框阴影变化*/
.animbsh:hover {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}

/* 鼠标经过时上移*/
.animmove:hover {
  transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
}

.animmover:hover {
  transform: translate(10px, 0px);
  -o-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  -moz-transform: translate(10px, 0px);
  -webkit-transform: translate(10px, 0px);
}

/* 鼠标经过时高亮*/
.animfilter:hover {
  filter: brightness(1.15);
}

/* 动态效果end */

/**/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  width: 1300px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.bshadow {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.icons {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.justify-between {
  justify-content: space-between;
}

/* 晋中首页 */
.comm_content {
  width: 1200px;
  margin: auto;
}
.pf-banner {
  height: 400px;
  background-size: 100% 100%;
}
.pf-swiper {
  width: 100%;
  height: 100%;
}
.slide-center {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pf-swiper .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px 100%;
}
.pf-swiper .swiper-pagination {
  left: 0;
  bottom: 30px;
  width: 100%;
}
.pf-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 0.6;
}
.pf-swiper .swiper-pagination-bullet-active {
  width: 18px;
  opacity: 1;
  border-radius: 6px;
}
.platform .swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 6px;
  margin-right: 6px;
}
.pf-zc {
  padding: 40px 0 37px;
}
.pf-zc-banner {
  width: 560px;
  height: 406px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0 0 12px 1px rgba(0,0,0,0.08);
  border-radius: 10px;
}
.pf-zc-banner .swiper-slide {
  display: block;
  text-align: left;
}
.pf-zc-banner .pic {
  width: 520px;
  height: 300px;
  border-radius: 10px;
  /*border: 1px solid #707070;*/
}
.pf-zc-banner .pic img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.pf-zc-banner h5 {
  font-weight: bold;
  font-size: 16px;
  color: #222222;
}
.pf-zc-banner .swiper-slide:hover h5 {
  color: #0055FF;
}
.pf-zc-banner p {
  font-size: 14px;
  color: #8B8DA1;
  margin-top: 8px;
  padding-right: 200px;
}
.pf-zc-banner .swiper-pagination-bullets {
  bottom: 0;
  right: 0;
  width: auto;
  z-index: 10;
  left: auto;
}
.pf-zc-banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  z-index: 10;
  position: relative;
  background-color: #9BC0FF;
}
.pf-zc-banner .swiper-pagination-bullet-active {
  width: 20px;
  background-color: #0055FF !important;
  border-radius: 10px;
}
.pf-policy {
  width: 619px;
  height: 406px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0 0 12px 1px rgba(0,0,0,0.08);
  border-radius: 10px;
}
.policy-title h3 {
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  line-height: 31px;
}
.policy-title a {
  font-size: 14px;
  color: #8B8DA1;
  line-height: 20px;
}
.policy-title:hover a {
  color: #0055FF;
}
.policy-title a .layui-icon {
  margin-left: 3px;
}
.policy-list .policy-time {
  width: 79px;
  height: 79px;
  flex-direction: column;
  background-color: #0055FF;
  border-radius: 8px;
}
.policy-list .policy-time span {
  font-weight: 400;
  font-size: 42px;
  color: #FFFFFF;
  line-height: 47px;
}
.policy-list .policy-time p {
  font-size: 16px;
  color: #FFFFFF;
}
.policy-list .policy-time+.policy-item {
  width: 482px;
}
.policy-item h4 {
  height: 46px;
  font-weight: bold;
  font-size: 16px;
  color: #303040;
  line-height: 23px;
}
.policy-item h4+p {
  margin-top: 13px;
}
.policy-item p {
  font-size: 14px;
  color: #8B8DA1;
  line-height: 20px;
}
.policy-list a.policy-item {
  margin-top: 18px;
}
.policy-item h5 {
  width: 520px;
  font-size: 16px;
  color: #303040;
  line-height: 21px;
  padding-left: 10px;
  position: relative;
}
.policy-item h5:before {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #0055FF;
}
.policy-item:hover h4,
.policy-item:hover h5 {
  color: #0055FF;
}
.policy-item .time {
  width: 40px;
}
.pf-zqzt {
  height: 596px;
  padding: 66px 0;
  background: url("../jnxxk/bg-zqzt.png") no-repeat center 0;
  background-size: 100% 100%;
}
.platform .title-bg {
  width: 31px;
  height: 34px;
}
.platform .title-bg img {
  width: 100%;
  height: 100%;
}
.platform .platform-title {
  margin: 0 36px;
  font-weight: bold;
  font-size: 28px;
  color: #222222;
}
.platform .zqzt-title .title-bg {
  width: 73px;
  height: 23px;
}
.pf-zqzt .zqzt-title h3 {
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  line-height: 24px;
  margin-left: 7px;
}
.zqzt-jsbz .wrap {
  margin-left: -15px;
}
.zqzt-jsbz .zqzt-item {
  width: 390px;
  height: 110px;
  margin-left: 15px;
  padding: 30px 25px;
  flex-direction: column;
  background: url("../jnxxk/bg-zqzt-item.png") no-repeat center;
  background-size: 100%;
  border-radius: 6px;
}
.card-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
}
.zqzt-jsbz .zqzt-item h5 {
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 21px;
}
.zqzt-jsbz .zqzt-item h5+div {
  margin-top: 13px;
}
.zqzt-jsbz .zqzt-item p {
  font-size: 12px;
  color: #FFFFFF;
}
.zqzt-jnhyzx .zqzt-jnhyzx-list {
  height: 163px;
  padding: 30px 25px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
}
.zqzt-jnhyzx .wrap {
  margin-left: -20px;
  margin-top: -20px;
}
.zqzt-jnhyzx .zqzt-item {
  width: calc(33.33% - 20px);
  font-size: 16px;
  color: #303040;
  height: 21px;
  line-height: 21px;
  margin-left: 20px;
  margin-top: 20px;
  padding-left: 12px;
  position: relative;
}
.zqzt-jnhyzx .zqzt-item:before {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #303040;
}
.zqzt-jnhyzx .zqzt-item:hover {
  color: #0055FF;
}
.pf-hyzsk {
  height: 478px;
  padding: 66px 0;
}
.hyzsk-list {
  margin-top: 36px;
}
.hyzsk-list .wrap {
  margin-top: -15px;
  margin-left: -15px;
}
.hyzsk-list .hyzsk-item {
  width: 390px;
  height: 128px;
  margin-top: 15px;
  margin-left: 15px;
  padding: 25px;
  flex-direction: column;
  background: url("../jnxxk/bg-hyzsk-item.png") no-repeat center;
  background-size: 100%;
  border-radius: 6px;
}
.hyzsk-list .hyzsk-item h5 {
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 23px;
  height: 46px;
}
.hyzsk-list .hyzsk-item h5+div {
  margin-top: 13px;
}
.hyzsk-list .hyzsk-item p {
  font-size: 12px;
  color: #FFFFFF;
}
.jnjg-platform {
  position: fixed;
  top: 36vh;
  right: -20px;
  z-index: 10;
  width: 218px;
  height: 234px;
  display: block;
}
.jnjg-platform img:hover {
  transform: translateY(-10px);
}

@media screen and (min-width: 1920px) {
  .pf-swiper .swiper-slide {
    background-size: 100% 100%;
  }
}