.banner_1 {
  width: 100%;
  height: 440px;
  margin-top: 63px;
  background-image: url("../image/dytg/banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
}
.banner_img {
  width: 100%;
}
.sltitbox {
  text-align: center;
}
.sltitle {
  font-size: 36px;
  color: #333;
  letter-spacing: 10px;
}
.slsubtitle {
  margin: 0 auto;
  margin-top: 26px;
  font-size: 16px;
  color: #aaa;
  line-height: 2;
  letter-spacing: 2px;
  width: 980px;
  max-width: 100%;
}
@keyframes turn {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  25% {
    transform: translate(-50%, -50%) rotate(-90deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  75% {
    transform: translate(-50%, -50%) rotate(-270deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes turn2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  25% {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  75% {
    transform: translate(-50%, -50%) rotate(270deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes zoom {
  0% {
    width: 86.66666667%;
    height: 86.66666667%;
    opacity: 1;
  }
  100% {
    width: 93.33333333%;
    height: 93.33333333%;
    opacity: 0;
  }
}
@keyframes zoom2 {
  0% {
    width: 66.66666667%;
    height: 66.66666667%;
    opacity: 1;
  }
  100% {
    width: 86.66666667%;
    height: 86.66666667%;
    opacity: 0;
  }
}
@keyframes zoomlogo {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.qslx {
  padding-top: 110px;
}
.qslx .slsubtitle {
  font-size: 18px;
}
.qslx .desc {
  margin-top: 60px;
  position: relative;
}
.qslx .desc .col1 {
  width: 42.91666667%;
  float: left;
}
.qslx .desc .col2 {
  width: 42.91666667%;
  float: right;
}
.qslx .desc .col2 .item .icon-box {
  float: right;
}
.qslx .desc .col2 .item:nth-child(1) .nr .bg {
  background-image: url("../image/dytg/zx2.png");
}
.qslx .desc .col2 .item:nth-child(2) .nr .bg {
  background-image: url("../image/dytg/zx5.png");
}
.qslx .desc .col2 .item:nth-child(3) .nr .bg {
  background-image: url("../image/dytg/zx4.png");
  background-position-y: -5px;
}
.qslx .desc .col2 .item .nr {
  padding-left: 0;
  padding-right: 86px;
}
.qslx .desc .col2 .item .nr .bg {
  text-align: right;
}
.qslx .desc .col2 .item .nr .info > P {
  float: right;
}
.qslx .desc .item {
  width: 100%;
  height: 137px;
}
.qslx .desc .item:nth-child(2) .nr .bg {
  background-image: url("../image/dytg/zx5.png");
}
.qslx .desc .item:nth-child(3) .nr .bg {
  background-image: url("../image/dytg/zx3.png");
  background-position-y: -5px;
}
.qslx .desc .item::after {
  display: block;
  content: "";
  clear: both;
}
.qslx .desc .item .icon-box {
  width: 86px;
  float: left;
  height: 80px;
}
.qslx .desc .item .icon-box .w75 {
  width: 75%;
  margin: 0 auto;
}
.qslx .desc .item .icon-box .box {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.qslx .desc .item .icon-box .box .icon {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px #ddd;
  margin-top: 10px;
}
.qslx .desc .item .icon-box .box .icon:hover > img {
  transform: translate(-50%, -50%) rotateY(180deg);
}
.qslx .desc .item .icon-box .box .icon > img {
  max-width: 75%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.qslx .desc .item .nr {
  padding-left: 86px;
}
.qslx .desc .item .nr .bg {
  background-image: url("../image/dytg/zx1.png");
  background-position-y: 42px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
}
.qslx .desc .item .nr .name {
  font-size: 20px;
  letter-spacing: 3px;
  line-height: 42px;
  height: 42px;
}
.qslx .desc .item .nr .info {
  font-size: 14px;
  color: #999;
  padding-top: 9px;
}
.qslx .desc .item .nr .info > P {
  width: 300px;
  max-width: 80%;
  line-height: 1.5;
}
.qslx .desc .item .nr .info::after {
  clear: both;
  display: block;
  content: "";
}
.qslx .desc .mid {
  top: 28px;
  width: 300px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.qslx .desc .mid .box {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.qslx .desc .mid .box .yuan {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 5px #ddd;
  background-color: #fff;
}
.qslx .desc .mid .box .yuan .y-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.qslx .desc .mid .box .yuan .y1 {
  width: 93.33333333%;
  height: 93.33333333%;
  border: 1px #ff476c dashed;
  border-radius: 50%;
  animation: turn 1s linear infinite;
}
.qslx .desc .mid .box .yuan .y2 {
  width: 86.66666667%;
  height: 86.66666667%;
  box-shadow: 0px 0px 5px #ddd inset;
  border-radius: 50%;
}
.qslx .desc .mid .box .yuan .y3 {
  width: 66.66666667%;
  height: 66.66666667%;
  box-shadow: 0px 0px 5px #ddd;
  border-radius: 50%;
  animation: zoom2 1s linear infinite;
  animation-delay: -0.5s;
}
.qslx .desc .mid .box .yuan .y5 {
  animation: zoomlogo 2s linear infinite;
}
.yihuo {
  background: url("../image/dytg/yhbg.jpg") no-repeat;
  background-size: auto 100%;
  background-position: center;
  padding-top: 80px;
}
.yihuo .con > img {
  width: 85.75%;
  height: auto;
  margin: 0 auto;
  margin-top: 40px;
  display: block;
}
.jzhk {
  padding-top: 120px;
  padding-bottom: 48px;
}
.jzhk .sltitle {
  color: #f83443;
}
.jzhk .hk-box {
  margin-top: 60px;
}
.jzhk .left {
  padding-left: 35px;
  position: relative;
}
.jzhk .left > h3 {
  font-size: 28px;
  color: #333;
  line-height: 1;
  letter-spacing: 5px;
  text-indent: 20px;
}
.jzhk .left .list > li {
  margin-top: 14px;
  height: 90px;
  padding-left: 215px;
  font-size: 24px;
  line-height: 90px;
}
.jzhk .left .list > li:nth-child(1) {
  width: calc(100% + 40px);
  background: url("../image/dytg/hk1.png") no-repeat;
}
.jzhk .left .list > li:nth-child(2) {
  background: url("../image/dytg/hk2.png") no-repeat;
}
.jzhk .left .list > li:nth-child(3) {
  background: url("../image/dytg/hk3.png") no-repeat;
}
.jzhk .left .list > li:nth-child(4) {
  background: url("../image/dytg/hk4.png") no-repeat;
}
.jzhk .left #triangle-bottomright {
  position: absolute;
  right: -47px;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 404px solid #fff;
  border-left: 231px solid transparent;
}
.jzhk .right {
  overflow: hidden;
}
.jzhk .right::after {
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -24%;
  top: 18%;
  transform: rotate(-60deg);
  content: "";
  z-index: 2;
}
.jzhk .right > img {
  width: 100%;
  position: relative;
  z-index: 3;
}
.jzhk .bot {
  margin-top: 30px;
  text-align: center;
}
.jzhk .bot > p {
  color: #f83443;
  font-size: 26px;
  letter-spacing: 5px;
  font-weight: bold;
  font-style: italic;
}
.jzhk .bot > p > a {
  font-weight: normal;
  color: #f83443;
}
.jzhk .bot > a {
  width: 220px;
  height: 38px;
  color: #f83443;
  border: 1px #f83443 solid;
  display: block;
  margin: 0 auto;
  line-height: 38px;
  font-size: 18px;
  padding-left: 46px;
  position: relative;
  text-align: left;
  margin-top: 18px;
}
.jzhk .bot > a > img {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
}
@keyframes bd {
  0% {
    transform: rotateY(0deg) translateY(0px);
  }
  50% {
    transform: rotateY(180deg) translateY(-5px);
  }
  100% {
    transform: rotateY(360deg) translateY(0px);
  }
}
.bdxg {
  padding-top: 80px;
  background-color: #fafafe;
  padding-bottom: 80px;
}
.bdxg .sltitle > img {
  max-width: 100%;
}
.bdxg .list {
  margin-top: 40px;
}
.bdxg .list .item {
  margin-top: 20px;
}
.bdxg .list .width {
  width: 93.33333333%;
}
.bdxg .list .width .box {
  width: 100%;
  height: 0;
  padding-bottom: 90%;
  position: relative;
}
.bdxg .list .width .box .border2 {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.bdxg .list .border2 {
  border-width: 100px;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
  transition: 1s;
}
.bdxg .list .border2::before {
  right: 0px;
  bottom: 0px;
  transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
}
.bdxg .list .border2:hover::before {
  border-bottom-color: #f83443;
  border-left-color: #f83443;
  transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}
.bdxg .list .border2::after {
  left: 0px;
  top: 0px;
  transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
}
.bdxg .list .border2:hover::after {
  border-top-color: #f83443;
  border-right-color: #f83443;
  transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
}
.bdxg .list .border2::before,
.bdxg .list .border2::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  border: 1px solid transparent;
  width: 0;
  height: 0;
}
.bdxg .list .border2:hover::before,
.bdxg .list .border2:hover::after {
  width: 100%;
  height: 100%;
}
.bdxg .border2 {
  padding: 0 10px;
  padding-top: 19px;
}
.bdxg .border2:hover .name {
  color: #f83443;
}
.bdxg .border2:hover .top-img {
  animation-play-state: paused;
}
.bdxg .border2 .top {
  width: 33.92857143%;
  margin: 0 auto;
}
.bdxg .border2 .img-box {
  width: 100%;
  height: 0;
  padding-bottom: 84.21052632%;
  position: relative;
  text-align: center;
}
.bdxg .border2 .ground {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.bdxg .border2 .top-img {
  max-width: 80%;
  position: relative;
  z-index: 2;
  animation: bd 2s linear infinite;
}
.bdxg .border2 .name {
  margin-top: 26px;
  text-align: center;
  font-size: 18px;
  transition: all 0.5s;
}
.bdxg .border2 .desc {
  margin-top: 16px;
  text-align: center;
  font-size: 16px;
  color: #aaa;
  letter-spacing: 1px;
  line-height: 1.5;
}
.bdxg .more {
  margin: 0 auto;
  margin-top: 80px;
  width: 160px;
  height: 38px;
  display: block;
  font-size: 18px;
  line-height: 38px;
  border: 1px #f83443 solid;
  text-align: center;
  letter-spacing: 5px;
  color: #f83443;
  text-indent: 5px;
}
.zdjk {
  padding-top: 90px;
  padding-bottom: 70px;
}
.zdjk .sltitle {
  color: #f83443;
}
.zdjk .mes {
  display: flex;
  margin-top: 65px;
}
.zdjk .mes .box-l {
  order: 1;
}
.zdjk .mes .box-l .li {
  margin-bottom: 38px;
}
.zdjk .mes .box-l .li > span {
  display: inline-block;
  width: 60px;
  text-align: center;
}
.zdjk .mes .box-l .li input {
  max-width: calc(100% - 60px);
  width: 500px;
  height: 40px;
  font-size: 14px;
  color: #666666;
  border: 1px solid #aaaaaa;
  padding: 0 10px;
  border-radius: 10px;
}
.zdjk .mes .box-l .li input::placeholder {
  font-size: 12px;
  color: #dddddd;
}
.zdjk .mes .box-l .li textarea {
  max-width: calc(100% - 60px);
  width: 500px;
  height: 100px;
  font-size: 14px;
  color: #666666;
  border: 1px solid #aaaaaa;
  padding: 10px;
  border-radius: 10px;
  max-width: 100%;
}
.zdjk .mes .box-l .li textarea::placeholder {
  font-size: 12px;
  color: #dddddd;
}
.zdjk .li.litext > span {
  float: left;
}
.zdjk .tj {
  width: 400px;
  max-width: 90%;
  height: 48px;
  line-height: 48px;
  display: block;
  margin: 0 auto;
  letter-spacing: 5px;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
  background-color: #f90d0d;
  position: relative;
  left: 5%;
}
.zdjk .cont-rigth {
  text-align: right;
  position: relative;
}
.zdjk .cont-rigth > img {
  display: none;
  max-width: 83.24786325%;
}
.zdjk .cont-rigth .c-box {
  float: right;
  width: 480px;
  height: 520px;
  position: relative;
  margin-right: 23px;
}
.zdjk .cont-rigth .c-box .y1 {
  position: absolute;
  width: 447px;
  height: 447px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px dashed #f83443;
  border-radius: 50%;
  animation: turn 40s linear infinite;
}
.zdjk .cont-rigth .c-box .y2 {
  position: absolute;
  width: 356px;
  height: 356px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px dashed #f83443;
  border-radius: 50%;
  animation: turn2 60s linear infinite;
}
.zdjk .cont-rigth .c-box .zd1 {
  position: absolute;
  top: 67px;
  left: 3px;
  animation: sx 5s linear infinite;
  animation-delay: -1.5s;
}
.zdjk .cont-rigth .c-box .zd2 {
  position: absolute;
  top: 0px;
  left: 210px;
  animation: sx 5s linear infinite;
  animation-delay: -3s;
}
.zdjk .cont-rigth .c-box .zd3 {
  position: absolute;
  top: 80px;
  right: 0px;
  animation: sx 5s linear infinite;
  animation-delay: -0.25s;
}
.zdjk .cont-rigth .c-box .zd4 {
  position: absolute;
  top: 280px;
  right: 0px;
  animation: sx 5s linear infinite;
  animation-delay: -4.5s;
}
.zdjk .cont-rigth .c-box .zd5 {
  bottom: 0;
  left: 180px;
  position: absolute;
  animation: sx 5s linear infinite;
  animation-delay: -2.55s;
}
.zdjk .cont-rigth .c-box .zd6 {
  bottom: 105px;
  left: 23px;
  position: absolute;
  animation: sx 5s linear infinite;
  animation-delay: -3s;
}
.zdjk .cont-rigth .c-box .zd7 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.zdjk .cont-rigth .c-box .q1 {
  border-radius: 50%;
  background-color: #65f7e4;
  box-shadow: 0px 0px 8px 0px rgba(209, 209, 209, 0.75);
  position: absolute;
  width: 36px;
  height: 36px;
  left: 169px;
  top: 80px;
  animation: zdzoom 3s linear infinite;
  animation-delay: -0.75s;
}
.zdjk .cont-rigth .c-box .q2 {
  border-radius: 50%;
  background-color: #68baff;
  box-shadow: 0px 0px 8px 0px rgba(209, 209, 209, 0.75);
  position: absolute;
  bottom: 105px;
  right: 101px;
  width: 36px;
  height: 36px;
  animation: zdzoom 3s linear infinite;
  animation-delay: -2.1s;
}
.zdjk .cont-rigth .c-box .q3 {
  border-radius: 50%;
  background-color: #f83443;
  box-shadow: 0px 0px 8px 0px rgba(209, 209, 209, 0.75);
  position: absolute;
  left: 122px;
  bottom: 50px;
  width: 36px;
  height: 36px;
  z-index: 490;
  animation: zdzoom 3s linear infinite;
  animation-delay: -1.56s;
}
@keyframes zdzoom {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.9);
  }
}
@media (max-width: 1200px) {
  .zdjk .cont-rigth > img {
    display: block;
  }
  .zdjk .cont-rigth .c-box {
    display: none;
  }
}
.ddfg {
  background-color: #fafafe;
  padding-top: 75px;
  padding-bottom: 120px;
  background: url("../image/dytg/ddbg.jpg") no-repeat;
  background-position: center;
}
.ddfg .sltitle,
.ddfg .slsubtitle {
  color: #fff;
}
.ddfg .bg-box {
  position: relative;
  margin-top: 40px;
}
.ddfg .bg-box .bg2 {
  width: 100%;
  max-width: 100%;
  display: none;
}
.ddfg .bg-box .bg {
  position: relative;
  display: block;
}
.ddfg .bg-box .dd1 {
  position: absolute;
  left: 305px;
  top: 20px;
  animation: sx 2s linear infinite;
  animation-delay: -0.5s;
}
.ddfg .bg-box .dd2 {
  position: absolute;
  right: 212px;
  top: 13px;
  animation: sx 2s linear infinite;
  animation-delay: -1.5s;
}
.ddfg .bg-box .dd3 {
  position: absolute;
  left: 39px;
  top: 165px;
  animation: sx 2s linear infinite;
  animation-delay: -1.25s;
}
.ddfg .bg-box .dd4 {
  position: absolute;
  right: 15px;
  top: 152px;
  animation: sx 2s linear infinite;
  animation-delay: -1.75s;
}
.ddfg .bg-box .dd5 {
  position: absolute;
  left: 344px;
  bottom: 170px;
  animation: sx 2s linear infinite;
  animation-delay: -0.25s;
  z-index: 10;
}
.ddfg .bg-box .dd6 {
  position: absolute;
  right: 315px;
  bottom: 150px;
  animation: sx 2s linear infinite;
  animation-delay: -0.75s;
  z-index: 10;
}
.ddfg .bg-box .dd7 {
  position: absolute;
  left: 542px;
  top: 30px;
  animation: bd 2.5s linear infinite;
  animation-delay: -1.25s;
  z-index: 10;
}
.ddfg .bg-box .dd8 {
  position: absolute;
  bottom: -13px;
  left: 310px;
  z-index: 4;
}
.ddfg .bg-box .dd9 {
  position: absolute;
  bottom: -33px;
  left: 757px;
  z-index: 5;
  z-index: 4;
}
.ddfg .bg-box .dd10 {
  position: absolute;
  top: 7px;
  left: 484px;
  z-index: 5;
}
.ddfg .bg-box .y1 {
  position: absolute;
  width: 730px;
  height: 221px;
  border-radius: 50%;
  top: 230px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px dashed #a552c6;
}
.ddfg .bg-box .y2 {
  position: absolute;
  width: 546px;
  height: 170px;
  border-radius: 50%;
  top: 260px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(177, 132, 247, 0.549);
  border-color: #c964e2;
  animation: ddzoom 6s linear infinite;
  animation-delay: -2s;
}
.ddfg .bg-box .y3 {
  border-radius: 50%;
  background-color: rgba(177, 132, 247, 0.239);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 260px;
  width: 546px;
  height: 170px;
  animation: ddzoom 6s linear infinite;
}
.ddfg .bg-box .y4 {
  animation: ddzoom 6s linear infinite;
  animation-delay: -4s;
}
@keyframes ddzoom {
  0% {
    transform: translateX(-50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 0;
  }
}
@media (max-width: 1200px) {
  .ddfg .bg-box .bg2 {
    display: block;
  }
  .ddfg .bg-box .bg {
    display: none;
  }
}
.cooperation {
  padding-top: 80px;
  padding-bottom: 40px;
}
.cooperation .pp-logo {
  margin-top: 60px;
}
.cooperation .pp-logo ul::after {
  display: block;
  content: "";
  clear: both;
}
.cooperation .pp-logo ul > li {
  float: left;
  width: 25%;
  text-align: center;
  height: 114px;
  position: relative;
}
.cooperation .pp-logo ul > li.active > img {
  filter: grayscale(0) invert(0) brightness(100%);
}
.cooperation .pp-logo ul > li > img {
  filter: grayscale(100%) invert(55%) brightness(150%);
  max-width: 100%;
  width: 67.12328767%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cooperation .pp-desc > ul > li {
  background-color: #f5f5f5;
}
.cooperation .pp-arrows {
  height: 23px;
}
.cooperation .pp-arrows .item {
  position: relative;
}
.cooperation .pp-arrows .item.active::after {
  display: block;
}
.cooperation .pp-arrows .item::after {
  display: none;
  width: 0;
  height: 0;
  border-width: 26px 15px;
  border-style: solid;
  border-color: transparent transparent #f5f5f5 transparent;
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -22px;
}
.cooperation .pp-desc {
  background-color: #f5f5f5;
  padding: 16px 43px;
  width: 100%;
  height: 80px;
  overflow: hidden;
}
.cooperation .pp-desc > p {
  color: #666;
  font-size: 16px;
  letter-spacing: 5px;
  line-height: 1.5;
  text-overflow: ellipsis;
  display: none;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cooperation .pp-desc > p.active {
  display: -webkit-box;
}
.cooperation .pp-eg {
  margin-top: 40px;
}
.cooperation .pp-eg .eg-sw .swiper-slide {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cooperation .pp-eg .eg-sw .item {
  width: 49.16666667%;
  border-radius: 10px;
  background-color: #e6f1ff;
}
.cooperation .pp-eg .eg-sw .item:nth-child(3),
.cooperation .pp-eg .eg-sw .item:nth-child(4) {
  margin-top: 20px;
}
.cooperation .pp-eg .eg-sw .item > img {
  width: 100%;
  height: auto;
}
.cooperation .more {
  margin: 0 auto;
  margin-top: 60px;
  display: block;
  width: 160px;
  height: 38px;
  color: #f83443;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  border: 1px #f83443 solid;
  letter-spacing: 5px;
  text-indent: 5px;
}
@keyframes sx {
  0%,
  50%,
  100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-5px);
  }
  75% {
    transform: translateY(5px);
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
  .sltitle {
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 1.5;
  }
  .qslx {
    padding-top: 40px;
  }
  .qslx .slsubtitle {
    font-size: 14px;
  }
  .qslx .desc .mid {
    display: none;
  }
  .qslx .desc .item {
    width: 100%;
  }
  .qslx .desc .col1,
  .qslx .desc .col2 {
    width: 100%;
  }
  .qslx .desc .item .nr .bg {
    background-image: url(../image/dytg/zx5.png) !important;
    background-position-y: 42px !important;
  }
  .qslx .desc .col2 .item .nr {
    padding-right: 0;
  }
  .qslx .desc .col2 {
    width: 100%;
    float: left;
  }
  .qslx .desc .col2 .item .icon-box {
    float: left;
  }
  .qslx .desc .col2 .item .nr {
    padding-left: 86px;
    padding-right: 0;
  }
  .qslx .desc .col2 .item .nr .bg {
    text-align: left;
  }
  .qslx .desc .col2 .item .nr .info > P {
    float: left;
  }
  .yihuo {
    padding-top: 50px;
  }
  .yihuo .con > img {
    width: 100%;
  }
  .jzhk {
    padding-top: 40px;
  }
  .jzhk .left > h3 {
    font-size: 18px;
  }
  .jzhk .left {
    padding-left: 0;
  }
  .jzhk .left #triangle-bottomright {
    display: none;
  }
  .jzhk .left .list > li {
    height: 70px;
    background-size: auto 100% !important;
    line-height: 70px;
    font-size: 20px;
    width: 100% !important;
    padding-left: 186px;
  }
  .jzhk .right {
    margin-top: 20px;
  }
  .bdxg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .bdxg .list {
    margin-top: 20px;
  }
  .bdxg .list .width .box {
    padding-bottom: 140%;
  }
  .zdjk .mes .box-l .li textarea,
  .zdjk .mes .box-l .li input {
    width: calc(100% - 60px);
  }
  .zdjk .tj {
    width: 90%;
    position: relative;
    left: 0;
  }
  .zdjk .mes .box-l {
    width: 100%;
  }
  .zdjk .cont-rigth > img {
    margin: 0 auto;
    display: block;
    margin-top: 20px;
  }
  .zdjk {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ddfg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .zdjk .mes {
    margin-top: 30px;
  }
  .cooperation .pp-logo ul > li {
    height: 50px;
  }
  .cooperation .pp-desc {
    padding: 15px;
    height: 66px;
  }
  .cooperation .pp-desc > p {
    font-size: 12px;
    letter-spacing: 0px;
  }
  .cooperation .pp-arrows .item::after {
    border-width: 20px 15px;
  }
  .cooperation {
    padding-top: 40px;
  }
  .cooperation .pp-logo {
    margin-top: 40px;
  }
  .bdxg .border2 .top-img {
    width: 50%;
  }
}
