@charset "UTF-8";
/****引入外部字体****/
/* 
* .TTF或.OTF，适用于Firefox 3.5、Safari、Opera 
* .EOT，适用于Internet Explorer 4.0+ 
* .SVG，适用于Chrome、IPhone  
*/
@font-face {
  font-family: "YouSheBiaoTiHei";
  src: url("./YouSheBiaoTiHei-2.eot");
  src: url("./YouSheBiaoTiHei-2.eot?#iefix") format("embedded-opentype"),
    url("./YouSheBiaoTiHei-2.woff") format("woff"),
    url("./YouSheBiaoTiHei-2.ttf") format("truetype"),
    url("./YouSheBiaoTiHei-2.svg#webfont34M5alKg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*********公共样式***********/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.w1200 {
  margin: 0 auto;
  width: 1200px;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.disNone {
  display: none;
}

.disBlock {
  display: block;
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: #f6f6f6;
}

#app-wrap {
  display: none;
}

#pc-wrap .containers {
  background-image: url(./bottom-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}

#pc-wrap .containers .content {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 16px;
  margin: 20px auto;
}

#pc-wrap .containers .content .content-item {
  padding-top: 20px;
  background-color: #fff;
  border-radius: 5px;
}

#pc-wrap .containers .content .content-item .item-title {
  display: flex;
  align-items: center;
  padding: 20px 20px 18.5px;
  justify-content: space-around;
  border-bottom: 1px solid #ececec;
}

#pc-wrap .containers .content .content-item .item-title span {
  position: relative;
  cursor: pointer;
  width: 80%;
  height: 100%;
  line-height: 26px;
  flex: 1;
  text-align: left;
  font-family: MicrosoftYaHei-Bold;
  font-weight: Bold;
  font-size: 20px;
  color: #0287e6;
}

#pc-wrap .containers .content .content-item .item-title span .line {
  position: absolute;
  height: 4px;
  width: 88px;
  opacity: 0.25;
  bottom: 0;
  background-image: linear-gradient(
    270deg,
    rgba(0, 144, 255, 0) 0%,
    #0090ff 100%
  );
}

#pc-wrap .containers .content .content-item .item-title a {
  width: 20%;
  text-align: right;
  flex: 1;
  display: block;
}

#pc-wrap .containers .content .content-item .item-title a img {
  height: 6px;
  width: auto;
  cursor: pointer;
}

#pc-wrap .containers .content .content-item .item-title a:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#pc-wrap .containers .content .content-item .item-list {
  height: auto;
  padding: 20px 20px 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
  transition: transform 1s;
}

#pc-wrap .containers .content .content-item .item-list li {
  width: 267px;
  height: 108px;
  margin-bottom: 20px;
  margin-right: 20px;
}

#pc-wrap .containers .content .content-item .item-list li:nth-child(4n + 4) {
  margin-right: 0px;
}

#pc-wrap .containers .content .content-item .item-list li a {
  height: 108px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8faff;
}

#pc-wrap .containers .content .content-item .item-list .playNone {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8faff;
  margin-right: 0px;
}

#pc-wrap .containers .content .content-item .item-list .playNone .up {
  width: 34px;
  height: 32px;
  margin-right: 14px;
  transition: transform 1.5s;
}

#pc-wrap .containers .content .content-item .item-list .playNone:hover img{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#pc-wrap .containers .content .content-item .item-list li a img {
  width: 68px;
  height: 68px;
  margin-right: 14px;
}

#pc-wrap .containers .content .content-item .item-list li a span {
  width: 50%;
  color: #262626;
}

#pc-wrap .containers .content .content-item .item-list li a .up {
  width: 34px;
  height: 32px;
  margin-right: 27px;
  margin-left: 21px;
}

#pc-wrap .containers .content .content-item .item-list li a:hover {
  background-color: #fff;
  border: 2px solid #0287e6;
  border-radius: 5px;
}

#pc-wrap .containers .content .content-item .item-list li:hover a span {
  color: #0287e6;
  font-weight: bold;
}

@keyframes mymove {
  100% {
    transform: rotate(360deg);
    border-radius: 50%;
  }
}
@-webkit-keyframes mymove {
  /* Safari and Chrome */
  100% {
    transform: rotate(360deg);
    border-radius: 50%;
  }
}

#pc-wrap .containers .content .content-item .item-list li:hover a img:not(.up) {
  margin-right: 16px;
  animation: mymove 1s;
  animation-iteration-count: 1;
  /* Safari and Chrome */
  -webkit-animation: mymove 1s;
  -webkit-animation-iteration-count: 1;
}

#pc-wrap .containers .content .content-item .item-list2 {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
  /* justify-content: space-between; */
}

#pc-wrap .containers .content .content-item .item-list2 li {
  width: 31.5%;
  height: 108px;
  background: url(ztzl-bg2.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  padding-left: 24px;
  margin-right: 20px;
  margin-top: 20px;
}

#pc-wrap .containers .content .content-item .item-list2 li a .text {
  font-size: 20px;
  color: #262626;
  font-weight: 600;
  margin-bottom: 8px;
}

@keyframes tomove {
  from {
    right: 25px;
  }

  to {
    right: 10px;
  }
}

@-moz-keyframes tomove

/* Firefox */ {
  from {
    right: 25px;
  }

  to {
    right: 10px;
  }
}

@-webkit-keyframes tomove

/* Safari and Chrome */ {
  from {
    right: 25px;
  }

  to {
    right: 10px;
  }
}

@-o-keyframes tomove

/* Opera */ {
  from {
    right: 25px;
  }

  to {
    right: 10px;
  }
}

#pc-wrap .containers .content .content-item .item-list2 li a .detail {
  color: #595959;
  position: relative;
  width: 120px;
}

#pc-wrap .containers .content .content-item .item-list2 li a .detail .icon {
  position: absolute;
  top: 0px;
  right: 25px;
}

#pc-wrap .containers .content .content-item .item-list2 li a .detail .color1 {
  color: #d9d9d9;
  letter-spacing: -13px;
}

#pc-wrap .containers .content .content-item .item-list2 li a .detail .color2 {
  color: #bfbfbf;
  letter-spacing: -13px;
}

#pc-wrap .containers .content .content-item .item-list2 li a .detail .color3 {
  color: #8c8c8c;
  letter-spacing: -13px;
}

#pc-wrap .containers .content .content-item .item-list2 li:hover {
  background: url(bg2-active.png) no-repeat;
  background-size: 100% 100%;
  transition: transform 1.5s;
}

#pc-wrap
  .containers
  .content
  .content-item
  .item-list2
  li:hover
  a
  .detail
  .icon {
  animation: tomove 0.5s infinite;
  -moz-animation: tomove 0.5s infinite;
  /* Firefox */
  -webkit-animation: tomove 0.5s infinite;
  /* Safari and Chrome */
  -o-animation: tomove 0.5s infinite;
  /* Opera */
  animation-fill-mode: both;
}

#pc-wrap .containers .content .content-item .item-list2 li:hover .text {
  color: #fff;
}

#pc-wrap .containers .content .content-item .item-list2 li:hover .detail {
  color: rgba(255, 255, 255, 0.7);
}

#pc-wrap
  .containers
  .content
  .content-item
  .item-list2
  li:hover
  .detail
  .color1 {
  color: rgba(255, 255, 255, 0.7);
}

#pc-wrap
  .containers
  .content
  .content-item
  .item-list2
  li:hover
  .detail
  .color2 {
  color: rgba(255, 255, 255, 0.85);
}

#pc-wrap
  .containers
  .content
  .content-item
  .item-list2
  li:hover
  .detail
  .color3 {
  color: white;
}

#pc-wrap .process2 {
  padding: 0;
  margin-top: 20px;
}