section .banner {
  height: 31.82rem;
}
section .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section .position {
  color: #666;
  height: 4.55rem;
  line-height: 3.18rem;
  padding-bottom: 1.36rem;
}
section .position > a:hover {
  color: #4974fd;
}
section .mb {
  display: none;
  width: 100%;
}
section .mb #m-sol-container {
  overflow: hidden;
  width: 100%;
}
section .mb #m-sol-container .swiper-slide {
  padding: 20px;
  width: auto;
}
section .mb #m-sol-container .swiper-slide a {
  font-size: 16px;
  color: #333333;
}
section .mb #m-sol-container .active a {
  color: #4974fd;
}
section .list-nav {
  width: 100%;
  height: 2.73rem;
  box-sizing: border-box;
}
section .list-nav ul {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0.05rem solid #dcdcdc;
}
section .list-nav ul li {
  position: relative;
  line-height: 2.73rem;
  margin-right: 2.73rem;
  padding: 0 0.68rem;
  font-size: 0.82rem;
  color: #666;
}
section .list-nav ul li:last-child {
  margin-right: 0;
}
section .list-nav ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 0.05rem;
  background-color: #4974fd;
  transition: width 0.5s;
}
section .list-nav ul li:hover {
  color: #4974fd;
}
section .list-nav ul li:hover::after {
  width: 100%;
  transition: width 0.5s;
}
section .list-nav ul .active {
  color: #4974fd;
}
section .list-nav ul .active::after {
  width: 100%;
}
section .fixedNav {
  position: fixed;
  top: 0;
  background-color: #fff;
  box-shadow: 0rem 0.27rem 1.09rem 0rem rgba(222, 227, 248, 0.35) !important;
  z-index: 9999;
}
section .fixedNav ul {
  border-bottom: 0.05rem solid transparent;
}
section .common_h h2 {
  font-size: 1.82rem;
}
section .zx {
  position: relative;
  width: 7.73rem;
  height: 2rem;
  border: 1px solid #4b75fd;
  line-height: 2rem;
  margin-top: 2.27rem;
  text-align: center;
  display: inline-block;
  font-size: 0.73rem;
  color: #4b75fd;
}
section .zx::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #4b75fd;
  transition: all 0.3s;
  z-index: -1;
}
section .zx:hover {
  color: #fff;
}
section .zx:hover::after {
  width: 100%;
  transition: all 0.3s;
}
section .yygs .container {
  display: flex;
  align-items: center;
}
section .yygs .container .lPic {
  width: 50%;
  padding-right: 40px;
}
section .yygs .container .lPic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
section .yygs .container .rTxt {
  width: 50%;
}
section .yygs .container .rTxt h2 {
  position: relative;
  color: #333333;
  font-size: 1.18rem;
  margin-bottom: 2.73rem;
}
section .yygs .container .rTxt h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1.36rem;
  width: 4.09rem;
  height: 0.09rem;
  background-color: #4b75fd;
}
section .yygs .container .rTxt p {
  font-size: 0.73rem;
  line-height: 1.59rem;
}
section .xtjg .xtjg-pic {
  text-align: center;
}
section .xtjg .xtjg-xq {
  font-size: 0.73rem;
  line-height: 1.36rem;
  margin-bottom: 2.73rem;
  padding: 0 10%;
  text-align: center;
}
section .fkytj .container {
  display: flex;
  align-items: center;
}
section .fkytj .container #certify {
  width: 50%;
}
section .fkytj .container #certify .swiper-container {
  padding-bottom: 2.73rem;
}
section .fkytj .container #certify .swiper-slide {
  width: 19.18rem;
  height: 23.91rem;
  background-color: #e3e3e3;
  border-radius: 0.91rem;
  overflow: hidden;
}
section .fkytj .container #certify .swiper-slide-active {
  opacity: 1 !important;
}
section .fkytj .container #certify .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
section .fkytj .container #certify .swiper-slide p {
  line-height: 4.45rem;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}
section .fkytj .container #certify .swiper-pagination {
  width: 100%;
  bottom: 0.91rem;
}
section .fkytj .container #certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.23rem;
  border: 0.14rem solid #fff;
  background-color: #d5d5d5;
  width: 0.45rem;
  height: 0.45rem;
  opacity: 1;
}
section .fkytj .container #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 0.14rem solid #00aadc;
  background-color: #fff;
}
section .fkytj .container #certify .swiper-button-prev {
  left: -1.36rem;
  width: 2.05rem;
  height: 2.05rem;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
section .fkytj .container #certify .swiper-button-prev:hover {
  background-position: 0 -2.09rem;
  background-size: 100%;
}
section .fkytj .container #certify .swiper-button-next {
  right: -1.36rem;
  width: 2.05rem;
  height: 2.05rem;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 -4.23rem;
  background-size: 100%;
}
section .fkytj .container #certify .swiper-button-next:hover {
  background-position: 0 -6.32rem;
  background-size: 100%;
}
section .fkytj .container .txt {
  width: 50%;
  padding-left: 1.36rem;
}
section .fkytj .container .txt .t h2 {
  color: #000000;
  font-size: 1.09rem;
}
section .fkytj .container .txt .t p {
  position: relative;
  color: #999999;
  font-size: 0.73rem;
  margin: 0.55rem 0 2.86rem;
}
section .fkytj .container .txt .t p::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1.59rem;
  width: 4.09rem;
  height: 0.09rem;
  background-color: #4b75fd;
}
section .fkytj .container .txt .yz {
  font-size: 0.73rem;
  line-height: 1.36rem;
  color: #666666;
}
section .fkytj .container .txt .model {
  margin-top: 1.59rem;
}
section .fkytj .container .txt .model .top {
  padding-bottom: 0.45rem;
  border-bottom: 0.05rem solid #e6e6e6;
  display: flex;
  align-items: center;
}
section .fkytj .container .txt .model .top i {
  font-size: 1.09rem;
  color: #467cfd;
  margin-right: 0.23rem;
}
section .fkytj .container .txt .model .top span {
  font-size: 0.82rem;
  color: #467cfd;
  font-weight: bold;
}
section .fkytj .container .txt .model .pzItem {
  margin-top: 1.14rem;
  margin-bottom: 2.05rem;
  display: flex;
  flex-wrap: wrap;
}
section .fkytj .container .txt .model .pzItem span {
  color: #666666;
  margin-top: 0.45rem;
  line-height: 1.6;
}
section .fkytj .container .txt .model .pzItem span i {
  font-style: normal;
  padding: 0 10px;
}
section .fkytj .container .txt .model .pzItem .lPz {
  width: 42%;
}
section .fkytj .container .txt .model .pzItem .rPz {
  width: 58%;
}
section .ts .ts-container .des {
  margin-bottom: 1.82rem;
  text-align: center;
}
section .ts .ts-container .des h4 {
  font-size: 0.91rem;
  margin-bottom: 0.91rem;
}
section .ts .ts-container .des .ts-des {
  color: #666666;
  line-height: 1.36rem;
  padding: 0 23%;
  text-align: left;
}
section .ts .ts-container .des-items {
  display: flex;
}
section .ts .ts-container .des-items .des-item {
  width: 23.5%;
  margin-right: 2%;
  text-align: center;
}
section .ts .ts-container .des-items .des-item:last-child {
  margin-right: 0;
}
section .ts .ts-container .des-items .des-item .img {
  width: 100%;
  height: 16.59rem;
  margin-bottom: 0.91rem;
}
section .ts .ts-container .des-items .des-item .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
section .yygn .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section .yygn .container .item {
  display: flex;
  align-items: center;
  padding: 0.68rem 0.91rem;
  margin-bottom: 1.82rem;
  transition: all 0.5s;
}
section .yygn .container .item:last-child {
  margin-bottom: 0;
}
section .yygn .container .item .pic {
  width: 100px;
  height: 85px;
}
section .yygn .container .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
section .yygn .container .item .txt {
  margin-left: 1.36rem;
}
section .yygn .container .item .txt h2 {
  font-size: 0.91rem;
  color: #000;
  margin-bottom: 0.45rem;
  line-height: 1.59rem;
}
section .yygn .container .item .txt p {
  color: #666666;
  font-size: 0.73rem;
  line-height: 1.36rem;
}
section .yygn .container .item:hover {
  box-shadow: 0rem 0.36rem 0.82rem 0rem rgba(153, 153, 153, 0.2);
  border-radius: 0.45rem;
  transition: all 0.5s;
}
section .yygn .container .cb {
  width: 21.82rem;
}
section .jzys .container .t-jz {
  display: flex;
  margin-bottom: 1.36rem;
}
section .jzys .container .t-jz .box {
  width: 32%;
  background-color: #ffffff;
  box-shadow: 0rem 0.23rem 0.73rem 0rem rgba(73, 116, 253, 0.1);
  margin-right: 2%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.59rem 1.82rem 2.27rem;
}
section .jzys .container .t-jz .box:last-child {
  margin-right: 0;
}
section .jzys .container .t-jz .box .img {
  width: 11.82rem;
  height: 7.27rem;
}
section .jzys .container .t-jz .box .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
section .jzys .container .t-jz .box h2 {
  color: #000000;
  font-size: 0.91rem;
  margin-top: 1.59rem;
  line-height: 1.59rem;
}
section .jzys .container .t-jz .box p {
  color: #666666;
  font-size: 0.73rem;
  margin-top: 0.68rem;
  line-height: 1.36rem;
}
section .jzys .container .b-jz {
  display: flex;
  justify-content: space-between;
  margin: 1.36rem 0;
}
section .jzys .container .b-jz .box {
  width: 49%;
  background-color: #ffffff;
  box-shadow: 0rem 0.23rem 0.73rem 0rem rgba(73, 116, 253, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.59rem 1.82rem 2.05rem;
}
section .jzys .container .b-jz .box .img {
  width: 40%;
}
section .jzys .container .b-jz .box .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
section .jzys .container .b-jz .box .txt {
  padding-left: 0.91rem;
  width: 60%;
}
section .jzys .container .b-jz .box .txt h2 {
  color: #000000;
  font-size: 0.91rem;
  margin-top: 1.36rem;
}
section .jzys .container .b-jz .box .txt p {
  color: #666666;
  font-size: 0.73rem;
  margin-top: 0.68rem;
  line-height: 1.36rem;
}
section .jzys .container .last {
  margin-right: 0;
}
section .yycj {
  margin-bottom: 5.45rem;
}
section .yycj .yycj-xq {
  font-size: 0.73rem;
  line-height: 1.36rem;
  margin-bottom: 2.73rem;
  padding: 0 16%;
  text-align: center;
}
section .yycj .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
section .yycj .container .box {
  position: relative;
  width: 40%;
  height: 17.27rem;
  margin-bottom: 1.36rem;
}
section .yycj .container .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section .yycj .container .box p {
  position: absolute;
  bottom: 1.14rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #fff;
  font-size: 1.09rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.59rem;
}
section .yycj .solve-yycj-three .box {
  width: 30%;
}
section .yycj .yycj-yjap {
  display: flex;
  align-content: center;
}
section .yycj .yycj-yjap .img {
  width: 27.27rem;
  height: 17.27rem;
}
section .yycj .yycj-yjap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section .yycj .yycj-yjap .txt {
  width: calc(100% - 29.55rem);
  margin-left: 2.27rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section .yycj .yycj-yjap .txt h2 {
  font-size: 1.09rem;
  margin-bottom: 1.36rem;
}
section .yycj .yycj-yjap .txt p {
  line-height: 1.59rem;
}
section .cpjs .cp-container .swiper-wrapper {
  height: 100%;
  padding-bottom: 0.91rem;
  display: flex;
  align-items: center;
}
section .cpjs .cp-container .swiper-wrapper .swiper-slide {
  position: relative;
}
section .cpjs .cp-container .swiper-wrapper .swiper-slide:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.05rem;
  height: 95%;
  background-color: #dcdcdc;
}
section .cpjs .cp-container .swiper-wrapper .swiper-slide:last-child:after {
  width: 0;
}
section .cpjs .cp-container .swiper-wrapper .list {
  width: 100%;
  height: 18.18rem;
  background-color: #f5f6f7;
  padding: 2rem 2.6rem 2.73rem 2rem;
  cursor: pointer;
}
section .cpjs .cp-container .swiper-wrapper .list .single {
  text-align: center;
}
section .cpjs .cp-container .swiper-wrapper .list .single .img {
  height: 6.82rem;
  margin-bottom: 4.77rem;
}
section .cpjs .cp-container .swiper-wrapper .list .single .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
section .cpjs .cp-container .swiper-wrapper .list .single p {
  font-size: 0.82rem;
  line-height: 1.59rem;
}
section .cpjs .cp-container .swiper-wrapper .list .detail {
  display: none;
}
section .cpjs .cp-container .swiper-wrapper .list .detail .describe h2 {
  position: relative;
  font-size: 0.73rem;
  color: #000000;
  margin-bottom: 0.91rem;
}
section .cpjs .cp-container .swiper-wrapper .list .detail .describe h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.36rem;
  width: 2.73rem;
  height: 0.09rem;
  background-color: #4974fd;
}
section .cpjs .cp-container .swiper-wrapper .list .detail .describe p {
  font-size: 0.68rem;
  color: #333333;
  line-height: 1.09rem;
  padding-bottom: 1.36rem;
  margin-bottom: 0.91rem;
  border-bottom: 0.05rem solid #dcdcdc;
}
section .cpjs .cp-container .swiper-wrapper .list .detail .params h2 {
  color: #666666;
  font-size: 0.73rem;
  margin-top: 0.91rem;
}
section .cpjs .cp-container .swiper-wrapper .list .detail .params p {
  margin-top: 0.45rem;
  line-height: 1.09rem;
}
section .cpjs .cp-container .swiper-button-next,
section .cpjs .cp-container .swiper-button-prev {
  --swiper-navigation-size: 0.64rem;
  --swiper-theme-color: #ccc;
  width: 1.82rem;
  height: 1.82rem;
  border-radius: 50%;
  border: 0.05rem solid #cccccc;
}
section .cpjs .cp-container .swiper-button-next:hover,
section .cpjs .cp-container .swiper-button-prev:hover {
  border: 0.05rem solid #4974fd;
  background-color: rgba(87, 126, 253, 0.1);
  --swiper-theme-color: #4974fd;
}
section .cpjs .cp-container .active {
  position: relative;
  height: 29.64rem !important;
}
section .cpjs .cp-container .active::after {
  width: 0;
}
section .cpjs .cp-container .active .list {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 21.36rem !important;
  height: 100% !important;
  background-color: #ffffff;
  box-shadow: 0px 6px 12px 0px rgba(2, 19, 35, 0.1);
  z-index: 1;
}
section .cpjs .cp-container .active .list .single {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
section .cpjs .cp-container .active .list .single .img {
  margin-bottom: 0;
}
section .cpjs .cp-container .active .list .single .img img {
  width: auto;
}
section .cpjs .cp-container .active .list .single .b-text p {
  font-size: 0.91rem;
  color: #4974fd;
  font-weight: bold;
  white-space: nowrap;
}
section .cpjs .cp-container .active .list .detail {
  display: block !important;
}
section .cpjs .cp-container .active .slide-left {
  left: 0;
  transform: translate(0, -50%);
}
section .cpjs .cp-container .active .slide-right {
  left: auto;
  right: 0;
  transform: translate(0, -50%);
}
section .cpjs .cp-container .pro-one {
  width: 100% !important;
}
section .cpjs .cp-container .pro-one .list {
  width: 100% !important;
  box-shadow: none;
}
section .cpjs .cp-container .aoa-one .swiper-slide {
  display: flex;
  align-items: center;
}
section .cpjs .cp-container .aoa-one .swiper-slide .single {
  text-align: left;
  flex-direction: row;
  margin-bottom: 1.36rem;
}
section .cpjs .cp-container .aoa-one .swiper-wrapper {
  padding-bottom: 0;
}
section .cpjs .cp-container .aoa-one .swiper-button-next,
section .cpjs .cp-container .aoa-one .swiper-button-prev {
  display: none;
}
section .cpjs .cp-container .aoa-one .list {
  padding: 0;
}
section .cpjs .cp-container .aoa-one .list .img img {
  width: auto !important;
}
section .cpjs .cp-container .aoa-one .active {
  height: auto !important;
}
section .cpjs .cp-container .aoa-one .active .list {
  position: static;
  transform: none;
}
section .cpjs .mb-cp {
  display: none;
}
section .cpjs .mb-cp .mb-container .cp-box {
  margin-bottom: 1.82rem;
}
section .cpjs .mb-cp .mb-container .cp-box .t-cp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.91rem;
  border-bottom: 0.05rem solid #dcdcdc;
  margin-bottom: 0.91rem;
}
section .cpjs .mb-cp .mb-container .cp-box .t-cp h2 {
  font-size: 0.91rem;
  margin-right: 0.91rem;
}
section .cpjs .mb-cp .mb-container .cp-box .t-cp .img {
  width: 6.82rem;
  height: 4.55rem;
}
section .cpjs .mb-cp .mb-container .cp-box .t-cp .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
section .cpjs .mb-cp .mb-container .cp-box .c-cp h2,
section .cpjs .mb-cp .mb-container .cp-box .b-cp h2 {
  font-size: 0.82rem;
  margin-bottom: 0.45rem;
}
section .cpjs .mb-cp .mb-container .cp-box .c-cp p,
section .cpjs .mb-cp .mb-container .cp-box .b-cp p {
  line-height: 1.6;
}
section .cpjs .mb-cp .mb-container .cp-box .c-cp {
  margin-bottom: 0.91rem;
}
section .hyal {
  margin: 5.45rem 0;
  padding: 3.64rem 0;
  background-color: #f8fafb;
}
section .hyal .common_h {
  margin-top: 0;
}
section .hyal .case-container .swiper-slide {
  width: 70%;
  padding: 0 calc((100vw - 60%) * 0.15);
  display: flex;
}
section .hyal .case-container .swiper-slide .lTxt {
  width: calc(100% - 55%);
  background-color: #fff;
  padding: 0.91rem;
}
section .hyal .case-container .swiper-slide .lTxt .t-time {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.82rem;
}
section .hyal .case-container .swiper-slide .lTxt .t-time h2 {
  font-size: 0.82rem;
  color: #000;
  line-height: 1.6;
}
section .hyal .case-container .swiper-slide .lTxt .t-time p {
  color: #666;
  line-height: 1.6;
  padding-left: 0.45rem;
}
section .hyal .case-container .swiper-slide .lTxt .b-xq {
  padding: 0 0.91rem;
}
section .hyal .case-container .swiper-slide .lTxt .b-xq h2 {
  position: relative;
  font-size: 0.82rem;
  font-weight: normal;
  margin-bottom: 0.91rem;
  color: #4974fd;
}
section .hyal .case-container .swiper-slide .lTxt .b-xq h2::before {
  content: '';
  position: absolute;
  left: -0.45rem;
  top: 0;
  width: 0.18rem;
  height: 100%;
  background-color: #4974fd;
}
section .hyal .case-container .swiper-slide .lTxt .b-xq .case-info {
  line-height: 1.14rem;
  color: #888;
}
section .hyal .case-container .swiper-slide .lTxt .b-xq .case-info > p {
  line-height: 1.14rem;
  color: #888;
}
section .hyal .case-container .swiper-slide .lTxt .b-xq .case-info span {
  line-height: 1.14rem;
  color: #888;
}
section .hyal .case-container .swiper-slide .rPic {
  width: 55%;
  height: 18.18rem;
  background-color: #fff;
  padding: 0.91rem 0.91rem 0.91rem 0;
}
section .hyal .case-container .swiper-slide .rPic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
section .hyal .case-container .swiper-slide .rPic .case-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section .hyal .case-container .swiper-slide .have-video .case-img {
  display: none;
}
section .hyal .case-container .swiper-slide .have-video .case-video {
  display: block;
}
section .hyal .case-container .swiper-button-next,
section .hyal .case-container .swiper-button-prev {
  --swiper-navigation-size: 0.64rem;
  --swiper-theme-color: #ccc;
  width: 1.82rem;
  height: 1.82rem;
  border-radius: 50%;
  border: 0.05rem solid #cccccc;
}
section .hyal .case-container .swiper-button-next:hover,
section .hyal .case-container .swiper-button-prev:hover {
  border: 0.05rem solid #4974fd;
  background-color: rgba(87, 126, 253, 0.1);
  --swiper-theme-color: #4974fd;
}
section .hyal .case-container .swiper-button-prev,
section .hyal .case-container .swiper-container-rtl .swiper-button-next {
  left: 15%;
}
section .hyal .case-container .swiper-button-next,
section .hyal .case-container .swiper-button-prev {
  right: 15%;
}
@media only screen and (max-width: 768px) {
  section .banner {
    height: 200px;
  }
  section .position {
    height: auto;
    line-height: 1.8;
    padding: 5px 10px;
  }
  section .mb {
    display: block;
  }
  section .list-nav {
    height: auto;
    padding-top: 10px;
  }
  section .list-nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  section .list-nav ul li {
    width: 49%;
    margin-right: 2%;
    background-color: #f5f5f5;
    margin-bottom: 10px;
    line-height: 35px;
  }
  section .list-nav ul li::after {
    width: 0;
    height: 0;
  }
  section .list-nav ul li:nth-child(2n) {
    margin-right: 0;
  }
  section .list-nav ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  section .list-nav ul .active {
    background-color: #4974fd;
    color: #fff;
  }
  section .list-nav ul .active::after {
    height: 0;
  }
  section .list-nav ul .active a {
    color: #fff;
  }
  section .yygs .container {
    flex-direction: column;
  }
  section .yygs .container .lPic {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0.91rem;
  }
  section .yygs .container .rTxt {
    width: 100%;
  }
  section .fkytj .container {
    flex-direction: column;
  }
  section .fkytj .container #certify {
    width: 100%;
  }
  section .fkytj .container .txt {
    width: 100%;
    padding-left: 0;
  }
  section .fkytj .container .txt .pzItem {
    margin-bottom: 0 !important;
  }
  section .ts .ts-container .des .ts-des {
    padding: 0;
  }
  section .ts .ts-container .des-items {
    flex-wrap: wrap;
  }
  section .ts .ts-container .des-items .des-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  section .ts .ts-container .des-items .des-item:nth-child(2n) {
    margin-right: 0;
  }
  section .ts .ts-container .des-items .des-item .img {
    height: 200px;
  }
  section .yygn .container {
    flex-direction: column;
  }
  section .yygn .container .lc,
  section .yygn .container .cb,
  section .yygn .container .rc {
    width: 100%;
  }
  section .yygn .container .lc .item:last-child {
    margin-bottom: 1.82rem;
  }
  section .yygn .container .lc .pic,
  section .yygn .container .rc .pic {
    width: 100px;
    height: 93px;
  }
  section .yygn .container .lc .txt,
  section .yygn .container .rc .txt {
    width: calc(100% - 5.91rem);
  }
  section .yygn .container .cb {
    display: none;
  }
  section .jzys .container .t-jz {
    flex-direction: column;
    margin-bottom: 0;
  }
  section .jzys .container .t-jz .box {
    width: 100%;
    flex-direction: row;
    margin-bottom: 20px;
  }
  section .jzys .container .t-jz .box .img {
    width: 40%;
  }
  section .jzys .container .t-jz .box .txt {
    width: 60%;
    padding-left: 0.91rem;
    text-align: left;
  }
  section .jzys .container .b-jz {
    flex-direction: column;
    margin: 0;
  }
  section .jzys .container .b-jz .box {
    width: 100%;
    margin-bottom: 20px;
  }
  section .jzys .container .b-jz .last {
    margin-bottom: 0;
  }
  section .jzys .container .zhjy-t-jz .box {
    flex-direction: column;
  }
  section .yycj .yycj-xq {
    padding: 0;
    margin-bottom: 30px;
  }
  section .yycj .container .box {
    height: 200px;
  }
  section .yycj .yycj-yjap {
    flex-direction: column;
  }
  section .yycj .yycj-yjap .img {
    width: 100%;
    height: 200px;
  }
  section .yycj .yycj-yjap .txt {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  section .cpjs .cp-container {
    display: none;
  }
  section .cpjs .mb-cp {
    display: block;
  }
  section .hyal .case-container .swiper-slide {
    flex-direction: column-reverse;
  }
  section .hyal .case-container .swiper-slide .lTxt {
    width: 100%;
  }
  section .hyal .case-container .swiper-slide .lTxt .t-time {
    flex-direction: column;
  }
  section .hyal .case-container .swiper-slide .lTxt .t-time h2 {
    margin-bottom: 10px;
  }
  section .hyal .case-container .swiper-slide .rPic {
    width: 100%;
    height: 150px;
  }
  section .hyal .case-container .swiper-button-prev,
  section .hyal .case-container .swiper-container-rtl .swiper-button-next {
    left: 10%;
  }
  section .hyal .case-container .swiper-button-next,
  section .hyal .case-container .swiper-button-prev {
    right: 10%;
  }
}
