@charset "UTF-8";
::-webkit-scrollbar {
  width: 3px;
  background-color: #999;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #28529e;
}
/* 背景定位 */
.wbj {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-image: url(../images/img1.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/* 鼠标跟随 --> */
/* #c-followDot {
  position: fixed;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background:rgba(14,61,133,.8);
  z-index: 999;
  pointer-events: none;
}
#c-followDot .c-default {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 40px;
  height: 40px;
  background:rgba(14,61,133,.8);
  border-radius: 50%;
  opacity: .2;
  box-sizing: border-box;
  z-index: 99;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#c-followDot .c-hover {
  position: absolute;
  top: -38px;
  left: -38px;
  width: 80px;
  height: 80px;
  background:rgba(14,61,133,.8);
  border-radius: 50%;
  opacity: .12;
  z-index: 98;
  box-sizing: border-box;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

#c-followDot.c-active .c-default {
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
}

#c-followDot.c-active .c-hover {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
} */

/* 首页一屏展示调整 */
.put-section-0 {
  transform: translateY(120px);
  -webkit-transform: translateY(120px);
}
.put-section-6 {
  transform: translateY(calc(-500% - 505px));
  -webkit-transform: translateY(calc(-500% - 505px));
}

@media (max-width: 1459px) {
  .put-section-0 {
    transform: translateY(90px);
    -webkit-transform: translateY(90px);
  }
  .put-section-6 {
    transform: translateY(calc(-500% - 449px));
    -webkit-transform: translateY(calc(-500% - 449px));
  }
}

@media (max-width: 991px) {
  html,
  body {
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
  }

  .section-wrap .section {
    height: auto !important;
    position: static !important;
  }
  .section-wrap {
    margin-top: 60px;
  }
  .put-section-0,
  .put-section-1,
  .put-section-2,
  .put-section-3,
  .put-section-4,
  .put-section-5,
  .put-section-6 {
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
  }
}
/* 首页 */

.app {
  display: none;
}

/* banner */
.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .swiper-slide {
  width: 100%;
  position: relative;
}
.banner .swiper-slide .bj {
  width: 100%;
  vertical-align: middle;
  transition: all 10s;
}
.banner .swiper-slide-active .bj {
  transform: scale(1.1);
}
.banner .swiper-slide .container {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .p1 {
  font-size: 70px;
  color: #ffffff;
  text-align: center;
  font-family: "puhui2";
}
.banner .swiper-slide-active .p1 {
  animation: bw 1s linear 0.8s both;
}
@keyframes bw {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

/* sy_con1 */
.sy_con1 {
  width: 100%;
  height: 160px;
  background: #fff;
  box-shadow: 0px 10px 10px 0px rgb(90, 91, 95, 0.3);
  position: relative;
  z-index: 10;
}
.sy_con1 .rq {
  height: 100%;
  display: table;
  width: auto;
  margin: 0 auto;
}
.sy_con1 .rq .rq1 {
  display: table-cell;
  vertical-align: middle;
}
.sy_con1 .rq .div {
  margin: 0 65px;
  float: left;
}
.sy_con1 .rq .div .p1 {
  font-size: 24px;
  color: #666666;
  font-family: "puhui3";
  text-align: center;
}
.sy_con1 .rq .div .p1 span {
  font-size: 36px;
  color: #0e3d85;
  font-family: "puhui2";
}
.sy_con1 .rq .div .p2 {
  font-size: 16px;
  color: #444444;
  text-align: center;
  font-family: "puhui3";
  padding-top: 10px;
}

/* sy_con2 */
.sy_con2 {
  width: 100%;
  padding-bottom: 35px;
  overflow: hidden;
}
.sy_con2 .rq {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.sy_con2 .rq .lef {
  width: 58.9%;
}
.sy_con2 .rq .lef img {
  width: 100%;
  vertical-align: middle;
}
.sy_con2 .rq .rig {
  width: 41.1%;
  padding-top: 150px;
  padding-left: 68px;
  padding-right: 98px;
  position: relative;
}
.bt {
  width: 100%;
  position: relative;
  padding-bottom: 32px;
}
.bt::before {
  content: "";
  width: 38px;
  height: 4px;
  background: rgb(102, 102, 102);
  position: absolute;
  bottom: 0;
  left: 0;
}
.bt .p1 {
  font-size: 30px;
  color: #444444;
  font-family: "puhui2";
}
.bt .p2 {
  text-transform: uppercase;
  font-size: 16px;
  color: #666666;
}
.sy_con2 .rq .rig .div {
  width: 100%;
  padding-top: 66px;
}
.sy_con2 .rq .rig .div p {
  font-size: 16px;
  color: #888888;
  font-family: "puhui3";
  line-height: 30px;
  text-indent: 2rem;
}
.sy_con2 .rq .rig .div .div1 {
  width: 210px;
  line-height: 58px;
  position: absolute;
  right: 98px;
  bottom: 82px;
  background: #fff;
  border: 1px solid #0e3d85;
}
.sy_con2 .rq .rig .div .div1 a {
  display: block;
  position: relative;
  font-size: 16px;
  color: #333;
  font-family: "puhui3";
  text-align: center;
  padding-right: 35px;
  transition: all 0.5s;
}
.sy_con2 .rq .rig .div .div1 a::before {
  content: "";
  width: 15px;
  height: 7px;
  background-image: url(../images/img7.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 27%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.sy_con2 .rq .rig .div .div1 a:hover {
  color: #fff;
}
.sy_con2 .rq .rig .div .div1 a:hover::before {
  background-image: url(../images/img6.png);
}

/* sy_con3 */
.sy_con3 {
  width: 100%;
}
.sy_con3 .bj {
  width: 100%;
  vertical-align: middle;
}
/* 自动播放 */
#publicity-video {
  width: 100%;
  height: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
#publicity-video video {
  display: block;
}
/* 视频弹窗 */
.msg-box-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.8);
}
.msg-box {
  width: 70%;
  height: 70%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.msg-box .close-box {
  width: 30px;
  height: 30px;
  background: url("../images/btn-close-modal.png") no-repeat center;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.msg-box .close-box:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.abo_video {
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.abo_video .bf {
  content: "";
  width: 131px;
  height: 131px;
  background: url(../images/img8.png) no-repeat center;
  position: absolute;
  top: 24%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  z-index: 10;
  transition: all 0.2s;
}
.abo_video .rq {
  width: 346px;
  height: 80px;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.abo_video .rq img {
  width: 100%;
}

/* sy_con4 */
.sy_con4 {
  width: 100%;
  height: 310px;
  background: rgb(247, 247, 247);
}
.sy_con4 .container {
  position: relative;
}
.sy_con4 .rq {
  width: 100%;
  height: 390px;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.3);
  background: #fff;
  position: absolute;
  left: 0;
  top: -150px;
}
.sy_con4 .rq .div {
  width: 25%;
  float: left;
  height: 100%;
}
.sy_con4 .rq .div .top {
  width: 100%;
  height: 59%;
  display: table;
  background: #fff;
  transition: all 0.5s;
}
.sy_con4 .rq .div:nth-child(2n) .top {
  background: rgb(247, 247, 247);
}
.sy_con4 .rq .div:hover .top {
  background: #0e3d85;
}
.sy_con4 .rq .div .top .div1 {
  display: table-cell;
  vertical-align: middle;
}
.sy_con4 .rq .div .top .div1 .div2 {
  width: 83px;
  height: 84px;
  margin: 0 auto;
  position: relative;
}
.sy_con4 .rq .div .top .div1 .div2 img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.sy_con4 .rq .div .top .div1 .div2 .ig2 {
  left: 0;
  opacity: 0;
}
.sy_con4 .rq .div:hover .top .div1 .div2 .ig2 {
  left: 50%;
  opacity: 1;
}
.sy_con4 .rq .div:hover .top .div1 .div2 .ig1 {
  left: 100%;
  opacity: 0;
}
.sy_con4 .rq .div .top .div1 p {
  font-size: 24px;
  color: #666666;
  font-family: "puhui2";
  text-align: center;
  padding-top: 15px;
  transition: all 0.5s;
}
.sy_con4 .rq .div:hover .top .div1 p {
  color: #fff;
}
.sy_con4 .rq .div .bot {
  width: 100%;
  height: 41%;
  display: table;
  background: rgb(247, 247, 247);
  padding: 0 22px;
}
.sy_con4 .rq .div:nth-child(2n) .bot {
  background: #fff;
}
.sy_con4 .rq .div .bot p {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  line-height: 28px;
  color: #888888;
  font-family: "puhui3";
  text-align: center;
  transition: all 0.5s;
}
.sy_con4 .rq .div:hover .bot p {
  color: #0e3d85;
}

/* sy_con5 */
.sy_con5 {
  width: 100%;
  padding-top: 82px;
  padding-bottom: 68px;
  position: relative;
}
.sy_con5::before {
  content: "";
  width: 410px;
  height: 270px;
  background-image: url(../images/img19.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.sy_con5 .bt {
  text-align: center;
}
.sy_con5 .bt::before {
  left: 50%;
  transform: translateX(-50%);
}
.sy_con5 .p3 {
  font-size: 16px;
  color: #444444;
  text-align: center;
  font-family: "puhui2";
  padding-top: 24px;
}
.sy_con5 .rq {
  width: 100%;
  padding-top: 75px;
}
.sy_con5 .rq .div {
  width: 32.9%;
  margin-right: 0.65%;
  float: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.sy_con5 .rq .div:nth-child(3n) {
  margin-right: 0;
}
.sy_con5 .rq .div::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #0b4671;
  opacity: 0.5;
  position: absolute;
  top: -100%;
  left: 0;
  transition: all 0.5s;
}
.sy_con5 .rq .div:hover::before {
  top: 0;
}
.sy_con5 .rq .div .bj {
  width: 100%;
  vertical-align: middle;
}
.sy_con5 .rq .div .div1 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sy_con5 .rq .div .div1 img {
  width: 90px;
  display: block;
  margin: 0 auto;
  transition: all 0.5s;
}
.sy_con5 .rq .div:hover .div1 img {
  transform: translateY(-10px);
}
.sy_con5 .rq .div .div1 p {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  font-family: "puhui3";
  margin-top: 5px;
}
.sy_con5 .rq .div .div2 {
  width: 100px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
  opacity: 0;
}
.sy_con5 .rq .div:hover .div2 {
  bottom: 24px;
  opacity: 1;
}
.sy_con5 .rq .div .div2 button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #ffffff;
  font-family: "puhui3";
}

/* sy_con6 */
.sy_con6 {
  width: 100%;
}
.sy_con6 .rq {
  width: 100%;
  background: rgb(238, 238, 238);
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
}
.sy_con6 .rq .lef {
  width: 54%;
  position: relative;
}
.sy_con6 .rq .lef img {
  width: 100%;
  vertical-align: middle;
}
.sy_con6 .rq .lef .div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sy_con6 .rq .lef .div::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.sy_con6 .rq .lef .div img {
  width: 100%;
  /* height: 100%; */
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.sy_con6 .rq .lef .div img.on1 {
  opacity: 1;
}

.sy_con6 .rq .lef .div1 {
  width: 307px;
  height: 421px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sy_con6 .rq .lef .div1 .p1 {
  font-size: 30px;
  color: #ffffff;
  font-family: "puhui2";
  padding-bottom: 15px;
}
.sy_con6 .rq .lef .div1 a {
  display: block;
  font-size: 18px;
  line-height: 60px;
  color: #ffffff;
  font-family: "puhui3";
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.sy_con6 .rq .lef .div1 a.on {
  font-size: 24px;
  letter-spacing: 1px;
}
.sy_con6 .rq .lef .div1 a::before {
  content: "";
  width: 7px;
  height: 16px;
  background-image: url(../images/img33.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
.sy_con6 .rq .rig {
  padding-top: 8%;
  width: 46%;
  padding-left: 124px;
  padding-right: 150px;
}
.sy_con6 .rq .rig .div {
  width: 100%;
  /* height: 421px; */
  display: none;
  position: relative;
}
.sy_con6 .rq .rig .div .remark {
  display: block;
  line-height: 32px;
  margin: 10px 0;
}
.sy_con6 .rq .rig .div .label {
  display: block;
  height: 42px;
  line-height: 42px;
  color: #777;
}
.sy_con6 .rq .rig .div.on2 {
  display: block;
}
.sy_con6 .rq .rig .div .p1 {
  font-size: 16px;
  color: #888888;
  font-family: "puhui3";
  text-indent: 2rem;
  line-height: 30px;
}
.sy_con6 .rq .rig .div .div1 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sy_con6 .rq .rig .div .div1 .div2 {
  width: 48%;
  height: 90px;
  float: left;
  margin-right: 4%;
  margin-bottom: 22px;
  border: 1px solid rgb(210, 210, 210);
  border-radius: 10px;
  background: #fff;
  display: table;
  transition: all 0.5s;
}
.sy_con6 .rq .rig .div .div1 .div2:hover {
  border: 1px solid #28529e;
}
.sy_con6 .rq .rig .div .div1 .div2:nth-child(2n) {
  margin-right: 0;
}
.sy_con6 .rq .rig .div .div1 .div2:nth-child(3),
.sy_con6 .rq .rig .div .div1 .div2:nth-child(4) {
  margin-bottom: 0;
}
.sy_con6 .rq .rig .div .div1 .div2 p {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  color: #b5b5b5;
  font-family: "puhui3";
  padding-left: 42%;
  position: relative;
  transition: all 0.5s;
}
.sy_con6 .rq .rig .div .div1 .div2 p img {
  width: 47px;
  position: absolute;
  left: 16%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.sy_con6 .rq .rig .div .div1 .div2:hover p img {
  left: 12%;
}

/* sy_con7 */
.sy_con7 {
  width: 100%;
  padding: 38px 0;
}
.sy_con7 .bt .p1,
.sy_con7 .bt .p2 {
  text-align: center;
}
.sy_con7 .bt::before {
  content: "";
  left: 50%;
  transform: translateX(-50%);
}
.sy_con7 .p3 {
  font-size: 16px;
  color: #444444;
  font-family: "puhui2";
  text-align: center;
  padding-top: 20px;
}
.sy_con7 .rq {
  width: 100%;
  padding-top: 38px;
}
.sy_con7 .rq .lef {
  width: 45%;
  float: left;
}
.sy_con7 .rq .lef .div {
  display: none;
}
.sy_con7 .rq .lef .div.on1 {
  display: block;
}
.sy_con7 .rq .lef .top {
  width: 100%;
  overflow: hidden;
}
.sy_con7 .rq .lef .top img {
  width: 100%;
  vertical-align: middle;
}
.sy_con7 .rq .lef .bot {
  width: 100%;
  height: 295px;
  background: rgb(238, 238, 238);
  padding: 45px 40px;
  padding-bottom: 105px;
  position: relative;
}
.sy_con7 .rq .lef .bot .p1 {
  font-size: 16px;
  color: #8f959f;
  font-family: "puhui4";
  text-align: center;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sy_con7 .rq .lef .bot .div1 {
  width: 136px;
  height: 35px;
  border-radius: 35px;
  border: 1px solid #28529e;
  position: absolute;
  bottom: 64px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.sy_con7 .rq .lef .bot .div1 button {
  font-size: 14px;
  color: #28529e;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.sy_con7 .rq .lef .bot .div1:hover button {
  color: #fff;
}
.sy_con7 .rq .rig {
  width: 48.5%;
  float: right;
}
.sy_con7 .rq .rig .p1 {
  font-size: 24px;
  color: #8f959f;
  font-family: "puhui4";
  position: relative;
}
.sy_con7 .rq .rig .p1::before {
  content: "";
  width: 67%;
  height: 1px;
  border-bottom: 1px dashed rgb(181, 181, 181);
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
}
.sy_con7 .rq .rig .p1 a {
  font-size: 16px;
  color: #28529e;
  width: 72px;
  line-height: 29px;
  border-radius: 31px;
  border: 1px solid #28529e;
  text-align: center;
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
}
.sy_con7 .rq .rig .p1 a:hover {
  color: #fff;
  background: #28529e;
}
.sy_con7 .rq .rig .div {
  width: 100%;
}
.sy_con7 .rq .rig .div .div1 {
  width: 100%;
  height: 166px;
  border-bottom: 1px dashed rgb(181, 181, 181);
  display: table;
}
.sy_con7 .rq .rig .div a {
  display: table-cell;
  vertical-align: middle;
}
.sy_con7 .rq .rig .div .div2 {
  float: left;
  width: 16%;
}
.sy_con7 .rq .rig .div .div2 .p2 {
  font-size: 30px;
  color: #8f959f;
  font-family: "din";
  margin-bottom: 10px;
  transition: all 0.5s;
}
.sy_con7 .rq .rig .div .div1.on .div2 .p2 {
  color: #28529e;
  font-size: 32px;
}
.sy_con7 .rq .rig .div .div2 span {
  font-size: 18px;
  color: #ffffff;
  font-family: "din";
  background: #28529e;
  line-height: 20px;
  border-radius: 20px;
  display: inline-block;
  padding: 0 6px;
}
.sy_con7 .rq .rig .div .div3 {
  float: left;
  width: 84%;
}
.sy_con7 .rq .rig .div .div3 p {
  font-size: 18px;
  color: #8f959f;
  font-family: "puhui4";
  transition: all 0.5s;
}
.sy_con7 .rq .rig .div .div1.on .div3 p {
  color: #28529e;
  letter-spacing: 1px;
}

@media (max-width: 1680px) {
  .sy_con2 .rq .rig {
    padding-top: 60px;
  }
}
@media (max-width: 1459px) {
  .banner .p1 {
    font-size: 54px;
  }
  .sy_con1 {
    height: 122px;
  }
  .sy_con1 .rq .div .p1 {
    font-size: 20px;
  }
  .sy_con1 .rq .div .p1 span {
    font-size: 28px;
  }
  .sy_con1 .rq .div .p2 {
    font-size: 16px;
    padding-top: 8px;
  }
  .sy_con2 .rq .rig {
    padding-left: 50px;
    padding-right: 74px;
  }
  .bt .p1 {
    font-size: 28px;
  }
  .bt .p2 {
    font-size: 14px;
  }
  .bt {
    padding-bottom: 24px;
  }
  .sy_con2 .rq .rig .div {
    padding-top: 15px;
  }
  .sy_con2 .rq .rig .div p {
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 6; */
    overflow: hidden;
  }
  .sy_con2 .rq .rig .div .div1 {
    width: 125px;
    line-height: 38px;
    right: 74px;
    bottom: 15px;
  }
  .sy_con2 .rq .rig .div .div1 a {
    font-size: 15px;
    padding-right: 22px;
  }
  .sy_con2 .rq .rig .div .div1 a::before {
    right: 16%;
  }
  .sy_con2 {
    padding-bottom: 26px;
  }
  .abo_video .bf {
    width: 99px;
    height: 99px;
  }
  .abo_video .rq {
    width: 263px;
    height: 60px;
  }
  .sy_con4 {
    height: 235px;
  }
  .sy_con4 .rq {
    height: 296px;
    top: -114px;
  }
  .sy_con4 .rq .div .top .div1 .div2 {
    width: 63px;
    height: 63px;
  }
  .sy_con4 .rq .div .top .div1 p {
    font-size: 20px;
    padding-top: 12px;
  }
  .sy_con4 .rq .div .bot p {
    font-size: 16px;
    line-height: 26px;
  }
  .sy_con4 .rq .div .bot {
    padding: 0 10px;
  }
  .sy_con5 {
    padding-top: 62px;
    padding-bottom: 50px;
  }
  .sy_con5 .p3 {
    font-size: 16px;
    padding-top: 18px;
  }
  .sy_con5::before {
    width: 310px;
    height: 204px;
  }
  .sy_con5 .rq {
    padding-top: 57px;
  }
  .sy_con5 .rq .div .div1 img {
    width: 66px;
  }
  .sy_con5 .rq .div .div1 p {
    font-size: 14px;
  }
  .sy_con5 .rq .div .div2 {
    width: 85px;
    height: 26px;
  }
  .sy_con5 .rq .div .div2 button {
    font-size: 12px;
  }
  .sy_con5 .rq .div {
    margin-bottom: 7px;
  }
  .sy_con6 .rq .rig .div,
  .sy_con6 .rq .lef .div1 {
    /* height: 323px; */
  }
  .sy_con6 .rq .lef .div1 .p1 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .sy_con6 .rq .lef .div1 a {
    font-size: 16px;
    line-height: 46px;
  }
  .sy_con6 .rq .lef .div1 a.on {
    font-size: 18px;
  }
  .sy_con6 .rq .lef .div1 a::before {
    width: 6px;
    height: 14px;
  }
  .sy_con6 .rq .rig {
    padding-left: 94px;
    padding-right: 115px;
  }
  .sy_con6 .rq .rig .div .p1 {
    font-size: 15px;
    line-height: 26px;
  }
  .sy_con6 .rq .rig .div .div1 {
    margin-top: 52px;
  }
  .sy_con6 .rq .rig .div .div1 .div2 {
    height: 68px;
    margin-bottom: 15px;
  }
  .sy_con6 .rq .rig .div .div1 .div2 p {
    font-size: 17px;
    padding-left: 45%;
  }
  .sy_con6 .rq .rig .div .div1 .div2 p img {
    width: 35px;
  }
  .sy_con7 .p3 {
    font-size: 16px;
    padding-top: 16px;
  }
  .sy_con7 .rq {
    padding-top: 32px;
  }
  .sy_con7 .rq .lef .bot {
    height: 224px;
    padding: 30px 26px;
    padding-bottom: 70px;
  }
  .sy_con7 .rq .lef .bot .p1 {
    font-size: 16px;
  }
  .sy_con7 .rq .lef .bot .div1 {
    width: 105px;
    height: 32px;
    border-radius: 32px;
    bottom: 45px;
  }
  .sy_con7 .rq .lef .bot .div1 button {
    font-size: 12px;
  }
  .sy_con7 .rq .rig .p1 {
    font-size: 20px;
  }
  .sy_con7 .rq .rig .p1 a {
    font-size: 14px;
    width: 67px;
    line-height: 22px;
    border-radius: 22px;
  }
  .sy_con7 .rq .rig .div .div2 .p2 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .sy_con7 .rq .rig .div .div2 span {
    font-size: 14px;
    line-height: 18px;
    border-radius: 18px;
    padding: 0 6px;
  }
  .sy_con7 .rq .rig .div .div3 p {
    font-size: 16px;
  }
  .sy_con7 .rq .rig .div .div1.on .div2 .p2 {
    font-size: 26px;
  }
  .sy_con7 .rq .rig .div .div1 {
    height: 128px;
  }
}
@media (max-width: 1259px) {
  .banner .p1 {
    font-size: 44px;
  }
  .sy_con2 .rq .rig {
    padding-left: 30px;
    padding-right: 40px;
    padding-top: 45px;
  }
  .sy_con2 .rq .rig .div {
    padding-top: 16px;
  }
  .sy_con2 .rq .rig .div .div1 {
    width: 115px;
    line-height: 35px;
    right: 35px;
    bottom: 30px;
  }
  .sy_con2 .rq .rig .div p {
    line-height: 28px;
    -webkit-line-clamp: 7;
  }
  .sy_con2 .rq .rig .div .div1 a {
    font-size: 14px;
    padding-right: 22px;
  }
  .sy_con2 .rq .rig .div .div1 a::before {
    right: 19%;
  }
  .sy_con2 {
    padding-bottom: 22px;
  }
  .abo_video .bf {
    width: 74px;
    height: 74px;
  }
  .abo_video .rq {
    width: 222px;
    height: 53px;
  }
  .sy_con5 .rq {
    padding-top: 42px;
  }
  .sy_con6 .rq .rig {
    padding-left: 60px;
    padding-right: 75px;
  }
  .sy_con7 .rq .rig .div .div1 {
    height: 119px;
  }
}
@media (max-width: 991px) {
  #c-followDot {
    display: none;
  }
  .banner .p1 {
    font-size: 34px;
  }
  .pc {
    display: none;
  }
  .app {
    display: block;
  }
  .sy_con1 .rq {
    width: 100%;
  }
  .sy_con1 .rq .div {
    margin: 0;
    width: 25%;
  }
  .bt .p1 {
    font-size: 24px;
  }
  .bt .p2 {
    font-size: 13px;
  }
  .bt {
    padding-bottom: 14px;
  }
  .bt::before {
    width: 28px;
    height: 2px;
  }
  .sy_con2 .rq .rig .div .div1 {
    bottom: 15px;
  }
  .sy_con4 {
    height: 160px;
  }
  .sy_con4 .rq {
    height: 200px;
    top: -77px;
  }
  .sy_con4 .rq .div .top .div1 .div2 {
    width: 42px;
    height: 42px;
  }
  .sy_con4 .rq .div .top .div1 p {
    font-size: 16px;
    padding-top: 12px;
  }
  .sy_con4 .rq .div .bot p {
    font-size: 14px;
    line-height: 20px;
  }
  .abo_video .bf {
    width: 65px;
    height: 65px;
  }
  .abo_video .rq {
    width: 178px;
    height: 40px;
  }
  .sy_con5 {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .sy_con5::before {
    width: 211px;
    height: 142px;
  }
  .sy_con5 .rq {
    padding-top: 24px;
  }
  .sy_con5 .rq .div .div1 img {
    width: 46px;
  }
  .sy_con5 .rq .div:hover .div2 {
    bottom: 10px;
  }
  .sy_con6 .rq .rig {
    padding-left: 31px;
    padding-right: 34px;
  }
  .sy_con6 .rq .rig .div .div1 .div2 {
    height: 58px;
    margin-bottom: 15px;
  }
  .sy_con6 .rq .rig .div .div1 .div2 p img {
    width: 26px;
  }
  .sy_con7 .rq .rig .p1::before {
    width: 48%;
  }
  .sy_con7 .rq .rig .div .div1 {
    height: 103px;
  }
}
@media (max-width: 768px) {
  .msg-box {
    width: 95%;
    height: 50%;
  }
  .banner .swiper-slide .container {
    width: 100%;
  }
  .sy_con2 .rq .lef {
    width: 100%;
  }
  .sy_con2 .rq .rig {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    width: 100%;
    padding-bottom: 50px;
  }
  .sy_con4 {
    height: auto;
    padding: 15px 0;
  }
  .sy_con4 .rq {
    position: static;
    height: auto;
  }
  .sy_con4 .rq .div {
    width: 50%;
    height: 220px;
  }
  .sy_con5 .p3 {
    font-size: 14px;
    padding-top: 14px;
  }
  .sy_con5 .rq .div {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .sy_con5 .rq .div:nth-child(3n) {
    margin-right: 2%;
  }
  .sy_con5 .rq .div:nth-child(2n) {
    margin-right: 0;
  }
  .sy_con6 .rq .rig .div,
  .sy_con6 .rq .lef .div1 {
    height: auto;
  }
  .sy_con6 .rq .lef {
    width: 100%;
  }
  .sy_con6 .rq .rig {
    width: 100%;
    padding: 15px;
  }
  .sy_con6 .rq .rig .div .div1 {
    margin-top: 26px;
    position: static;
  }
  .sy_con7 .rq {
    padding-top: 24px;
  }
  .sy_con7 .rq .lef {
    width: 100%;
  }
  .sy_con7 .rq .rig {
    width: 100%;
    padding-top: 30px;
  }
  .sy_con7 .rq .lef .bot {
    height: auto;
    padding: 20px 15px;
    padding-bottom: 70px;
  }
  .sy_con7 .rq .lef .bot .div1 {
    bottom: 24px;
  }
  .sy_con7 .rq .rig .div .div1 {
    height: auto;
    padding: 20px 0;
  }
  .sy_con7 .rq .rig .div .div2 .p2 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .sy_con7 .rq .rig .div .div1.on .div2 .p2 {
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  .banner .p1 {
    font-size: 26px;
  }
  .sy_con1 {
    height: auto;
    padding: 30px 15px;
    padding-bottom: 10px;
  }
  .sy_con1 .rq .div {
    width: 50%;
    margin-bottom: 20px;
  }
  .sy_con1 .rq .div .p1 {
    font-size: 16px;
  }
  .sy_con1 .rq .div .p1 span {
    font-size: 26px;
  }
  .sy_con2 .rq .rig {
    padding-bottom: 74px;
  }
  .sy_con2 .rq .rig .div p {
    font-size: 14px;
    -webkit-line-clamp: 70;
  }
  .abo_video .bf {
    width: 55px;
    height: 55px;
    top: 32%;
  }
  .abo_video .rq {
    width: 164px;
    height: 35px;
    top: 70%;
  }
  .sy_con5 .rq .div:hover .div2 {
    display: none;
  }
  .sy_con6 .rq .lef .div1 .p1 {
    font-size: 22px;
    padding-bottom: 0px;
  }
  .sy_con6 .rq .lef .div1 a {
    font-size: 14px;
    line-height: 38px;
  }
  .sy_con6 .rq .lef .div1 a.on {
    font-size: 16px;
  }
  .sy_con6 .rq .rig .div .p1 {
    font-size: 14px;
    line-height: 26px;
  }
  .sy_con6 .rq .rig .div .div1 .div2 p {
    font-size: 14px;
    padding-left: 37%;
  }
  .sy_con7 .p3 {
    font-size: 14px;
  }
  .sy_con7 .rq .lef .bot .p1 {
    font-size: 14px;
    line-height: 26px;
    -webkit-line-clamp: 40;
  }
  .sy_con7 .rq .rig .div .div3 p {
    font-size: 14px;
  }

  .sy_con7 .rq .rig .div .div2 {
    width: 100%;
  }
  .sy_con7 .rq .rig .div .div3 {
    width: 100%;
  }
  .sy_con7 .rq .rig .div .div1 .div2 .p2 {
    display: inline-block;
  }
  .sy_con7 .rq .rig .div .div2 span {
    vertical-align: text-top;
    margin-left: 5px;
  }

  .sy_con2 .rq .rig {
    padding-top: 30px;
  }
  .sy_con2 .bt {
    text-align: center;
  }
  .bt .p2 {
    margin-top: 6px;
  }
  .sy_con2 .bt::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .sy_con2 .rq .rig .div p {
    text-indent: 0rem;
  }
  .sy_con2 .rq .rig .div .div1 {
    display: none;
  }
  .sy_con2 .rq .rig {
    padding-bottom: 0px;
  }
}

/* 产品列表 */
/* ny_banner */
.ny_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ny_banner .bj {
  width: 100%;
  vertical-align: middle;
}
.ny_banner .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ny_banner .rq {
  top: 24%;
}
.ny_banner .p1 {
  font-size: 36px;
  color: #000000;
  font-family: "puhui";
}
.ny_banner .p2 {
  font-size: 18px;
  color: #777777;
  padding-top: 10px;
  font-family: "puhui3";
}

/* pro_con1 */
.pro_con1 {
  width: 100%;
  height: 70px;
  line-height: 70px;
}
.pro_con1 a {
  font-size: 16px;
  color: #777777;
  font-family: "puhui3";
  margin-right: 70px;
  display: inline-block;
}
.pro_con1 a:last-child {
  margin-right: 0;
}
.pro_con1 a.on,
.pro_con1 a:hover {
  color: #0e3d85;
  letter-spacing: 1px;
}

/* pro_con2 */
.pro_con2 {
  width: 100%;
  background: rgb(240, 240, 240);
  height: 60px;
  line-height: 60px;
}
.pro_con2 a {
  font-size: 14px;
  color: #777777;
  font-family: "puhui3";
  display: inline-block;
}
.pro_con2 a.on,
.pro_con2 a:hover {
  color: #0e3d85;
  letter-spacing: 1px;
}

/* pro_con3 */
.pro_con3 {
  width: 100%;
  background: rgb(240, 240, 240);
  padding-bottom: 45px;
}
.pro_con3 .rq {
  width: 100%;
}
.pro_con3 .rq .p {
  font-size: 32px;
  color: #202020;
  font-family: "puhui";
  font-weight: bold;
  line-height: 80px;
  display: inline-block;
  position: relative;
}
.pro_con3 .rq .p::before {
  content: "";
  width: 20px;
  height: 12px;
  background-image: url(../images/img39.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
}
.pro_con3 .rq .rq1 {
  width: 100%;
}
.pro_con3 .rq .rq1 .div {
  width: 23%;
  height: 480px;
  margin-right: 2.666666%;
  float: left;
  background: #fff;
  margin-top: 35px;
}
.pro_con3 .rq .rq1 .div:nth-child(4n) {
  margin-right: 0;
}
.pro_con3 .rq .rq1 .div:nth-child(1),
.pro_con3 .rq .rq1 .div:nth-child(2),
.pro_con3 .rq .rq1 .div:nth-child(3),
.pro_con3 .rq .rq1 .div:nth-child(4) {
  margin-top: 0;
}
.pro_con3 .rq .rq1 .div .top {
  width: 100%;
  height: 62.5%;
  position: relative;
}
.pro_con3 .rq .rq1 .div .top img {
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.pro_con3 .rq .rq1 .div:hover .top img {
  transform: translateX(-50%) scale(1.1);
}
.pro_con3 .rq .rq1 .div .bot {
  width: 100%;
  height: 37.5%;
  padding: 24px;
}
.pro_con3 .rq .rq1 .div .bot .p1 {
  font-size: 30px;
  color: #202020;
  font-family: "puhui";
  text-align: center;
  font-weight: bold;

  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.pro_con3 .rq .rq1 .div .bot .p2 {
  font-size: 20px;
  color: #202020;
  font-family: "puhui";
  text-align: center;
  font-weight: bold;

  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.pro_con3 .rq .rq1 .div .bot .div1 {
  width: 147px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgb(238, 239, 240);
  margin: 0 auto;
  margin-top: 22px;
  overflow: hidden;
  transition: all 0.5s;
}
.pro_con3 .rq .rq1 .div .bot .div1 button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #202020;
  font-family: "puhui4";
  transition: all 0.5s;
}
.pro_con3 .rq .rq1 .div .bot .div1:hover {
  border: 1px solid #0e3d85;
}
.pro_con3 .rq .rq1 .div .bot .div1:hover button {
  color: #ffff;
}

@media (max-width: 1459px) {
  .ny_banner .p1 {
    font-size: 28px;
  }
  .ny_banner .p2 {
    font-size: 16px;
    padding-top: 6px;
  }
  .pro_con1 a {
    font-size: 16px;
    margin-right: 53px;
  }
  .pro_con1 {
    height: 53px;
    line-height: 53px;
  }
  .pro_con2 {
    height: 45px;
    line-height: 45px;
  }
  .pro_con3 .rq .p {
    font-size: 24px;
    line-height: 60px;
  }
  .pro_con3 .rq .p::before {
    width: 15px;
    height: 9px;
  }
  .pro_con3 .rq .rq1 .div {
    height: 365px;
  }
  .pro_con3 .rq .rq1 .div .bot .p1 {
    font-size: 22px;
  }
  .pro_con3 .rq .rq1 .div .bot .p2 {
    font-size: 16px;
  }
  .pro_con3 .rq .rq1 .div .bot .div1 {
    width: 110px;
    height: 34px;
    margin-top: 12px;
  }
  .pro_con3 .rq .rq1 .div .top {
    height: 61%;
  }
  .pro_con3 .rq .rq1 .div .bot {
    height: 39%;
  }
}
@media (max-width: 991px) {
  .pro_con1 {
    height: 45px;
    line-height: 45px;
  }
  .pro_con1 a {
    font-size: 14px;
    margin-right: 25px;
    float: left;
    /* width: 25%; */
  }
  .pro_con3 .rq .p {
    font-size: 22px;
  }
  .pro_con3 .rq .rq1 .div {
    width: 49%;
    margin-right: 2%;
    margin-top: 15px !important;
  }
  .pro_con3 .rq .rq1 .div:nth-child(4n) {
    margin-right: 2%;
  }
  .pro_con3 .rq .rq1 .div:nth-child(2n) {
    margin-right: 0;
  }
  .pro_con3 .rq .rq1 .div:nth-child(1),
  .pro_con3 .rq .rq1 .div:nth-child(2) {
    margin-top: 0 !important;
  }
}
@media (max-width: 768px) {
  .ny_banner .rq {
    top: 45%;
  }
  .ny_banner .wrap {
    width: 100%;
  }
  .ny_banner .p1 {
    font-size: 22px;
  }
  .ny_banner .p2 {
    font-size: 13px;
    padding-top: 4px;
  }
  .pro_con3 .rq .rq1 .div {
    height: 260px;
    margin-top: 7px !important;
  }
  .pro_con3 .rq .rq1 .div:nth-child(1),
  .pro_con3 .rq .rq1 .div:nth-child(2) {
    margin-top: 0 !important;
  }
  .pro_con3 .rq .rq1 .div .bot {
    padding: 5px;
  }
  .pro_con3 .rq .rq1 .div .bot .p1 {
    font-size: 16px;
  }
  .pro_con3 .rq .rq1 .div .bot .p2 {
    font-size: 14px;
  }
  .pro_con3 .rq .rq1 .div .bot .div1 {
    width: 90px;
    height: 30px;
    margin-top: 10px;
  }
}

/* 产品详情 */
.pro_dat1 {
  width: 100%;
  background: #fff;
}

/* pro_dat2 */
.pro_dat2 {
  width: 100%;
  padding-top: 20px;
}
.pro_dat2 .wrap {
  display: flex;
  flex-wrap: wrap;
}
.pro_dat2 .lef {
  width: 40%;
  height: 530px;
  /* float: left; */
  background: rgb(242, 242, 242);
  border: 1px solid rgb(191, 191, 191);
  border-radius: 5px;
}
.pro_dat2 .rig .swiper-container,
.pro_dat2 .lef .swiper-container {
  width: 100%;
  height: 100%;
}
.pro_dat2 .lef .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.pro_dat2 .lef .swiper-slide img {
  max-height: 80%;
  max-width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.pro_dat2 .lef .swiper-slide:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.pro_dat2 .rig {
  width: 60%;
  padding-left: 60px;
  /* float: left; */
  position: relative;
}
.pro_dat2 .rig .p1 {
  font-family: "puhui4";
  font-size: 30px;
  color: #28529e;
  margin-bottom: 0;
}
.pro_dat2 .rig .p2 {
  font-size: 16px;
  color: #777777;
  padding-top: 12px;
  padding-bottom: 22px;
  line-height: 28px;
  font-family: "puhui4";
  border-bottom: 1px solid rgb(224, 225, 226);
  margin-bottom: 12px;
}
.pro_dat2 .rig .rq p {
  font-size: 14px;
  color: #777777;
  font-family: "puhui3";
  /* margin-bottom: 27px; */
  line-height: 46px;
}
.pro_dat2 .rig .div {
  width: 530px;
  height: 100px;
  background: rgb(249, 249, 249);
  position: absolute;
  bottom: 0;
  left: 60px;
}
.pro_dat2 .rig .swiper-slide {
  position: relative;
  border: 2px solid rgb(249, 249, 249);
  transition: all 0.5s;
}
.pro_dat2 .rig .swiper-slide-thumb-active {
  border: 2px solid rgb(164, 0, 0);
}
.pro_dat2 .rig .swiper-slide img {
  max-height: 70%;
  max-width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.pro_dat2 .rig .swiper-slide:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}

/* pro_dat3 */
.pro_dat3 {
  width: 100%;
  margin-top: 120px;
  position: sticky;
  top: 0px;
  z-index: 10;
}
.pro_dat3 .rq {
  width: 100%;
  height: 53px;
  line-height: 53px;
  background: rgb(249, 249, 249);
}
.pro_dat3 .rq a {
  display: inline-block;
  width: 180px;
  font-size: 20px;
  color: #777777;
  text-align: center;
  font-family: "puhui4";
}
.pro_dat3 .rq a:hover {
  color: #28529e;
}
.pro_dat3 .rq span.on a {
  background: #28529e;
  color: #fff;
}

/*  */
.pro_dat4 {
  width: 100%;
  padding-bottom: 35px;
}
.pro_dat4 .rq {
  padding-top: 70px;
  position: relative;
}
.pro_dat4 .rq .i {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100px);
  opacity: 0;
}
.pro_dat4 .rq .p {
  font-size: 24px;
  color: #28529e;
  font-family: "puhui4";
  margin-bottom: 10px;
}
.pro_dat4 .rq .div1 p,
.pro_dat4 .rq .div1 {
  font-size: 14px;
  color: #777777;
  font-family: "puhui4";
  line-height: 26px;
}
.pro_dat4 .rq .rq1 {
  /*width: 943px;*/
  margin-top: 15px;
}
.pro_dat4 .rq .rq1 table {
  width: 100%;
}
.pro_dat4 .rq .rq1 td {
  border: 1px solid rgb(160, 160, 160);
  font-size: 14px;
  color: #777777;
  padding: 5px;
  line-height: 28px;
  padding-left: 28px;
  vertical-align: middle;
}

.pro_dat4 .rq .rq2 {
  width: 100%;
  margin-top: 15px;
}
.pro_dat4 .rq .rq2 .swiper-slide {
  height: 302px;
  background: rgb(233, 236, 241);
  position: relative;
}
.pro_dat4 .rq .rq2 .swiper-slide img {
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.pro_dat4 .rq .rq2 .swiper-slide:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}

@media (max-width: 1459px) {
  .pro_dat2 {
    padding-top: 14px;
  }
  .pro_dat2 .lef {
    height: 403px;
  }
  .pro_dat2 .rig {
    padding-left: 40px;
  }
  .pro_dat2 .rig .p1 {
    font-size: 24px;
  }
  .pro_dat2 .rig .p2 {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 15px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .pro_dat2 .rig .div {
    width: 405px;
    height: 76px;
    left: 40px;
  }
  .pro_dat2 .rig .rq p {
    line-height: 32px;
  }
  .pro_dat3 {
    margin-top: 90px;
  }
  .pro_dat3 .rq {
    height: 40px;
    line-height: 40px;
  }
  .pro_dat3 .rq a {
    width: 136px;
    font-size: 16px;
  }
  .pro_dat4 .rq {
    padding-top: 53px;
  }
  .pro_dat4 .rq .p {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .pro_dat4 .rq .rq1 {
    /*width: 750px;*/
    margin-top: 10px;
  }
  .pro_dat4 .rq .rq1 td {
    font-size: 13px;
    padding: 5px;
    line-height: 24px;
    padding-left: 20px;
  }
  .pro_dat4 .rq .rq2 .swiper-slide {
    height: 229px;
  }
}
@media (max-width: 768px) {
  .pro_dat2 .lef {
    width: 100%;
  }
  .pro_dat2 .rig {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .pro_dat2 .rig .p1 {
    margin-top: 20px;
  }
  .pro_dat3 {
    margin-top: 50px;
    top: 60px;
  }
  .pro_dat3 .rq a {
    width: 20%;
    font-size: 14px;
    float: left;
  }
  .pro_dat4 .rq {
    padding-top: 40px;
  }
  .pro_dat4 .rq .rq1 {
    overflow-x: auto;
    width: 100%;
  }
  .pro_dat4 .rq .rq1 table {
    /* width: 750px; */
  }
  .pro_dat4 .rq .rq1::-webkit-scrollbar {
    height: 5px;
  }
  .pro_dat2 .rig .div {
    position: static;
  }
  .pro_dat2 .rig .rq {
    padding-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .pro_dat2 .rig .div {
    width: 100%;
  }
  .pro_dat2 .rig {
    padding-top: 16px;
  }
  .pro_dat4 .rq .rq2 .swiper-slide {
    height: 175px;
  }
  .pro_dat2 .lef {
    height: 240px;
  }
  .pro_dat2 .rig .rq p {
    line-height: 30px;
  }
}

/* 关于我们 */
.i {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100px);
  opacity: 0;
}
.abo_con1 {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 50px;
  overflow: hidden;
  position: relative;
}
.ab_p {
  font-size: 24px;
  color: #003464;
  text-align: center;
  border-bottom: 1px solid rgb(220, 220, 220);
  position: relative;
  padding-bottom: 10px;
  /* font-family: "puhui4"; */
}
.ab_p::before {
  content: "";
  width: 430px;
  height: 1px;
  background: #003464;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.ab_p span {
  font-size: 30px;
  font-family: "puhui";
}
.abo_con1 .rq {
  width: 100%;
  padding-top: 36px;
}
.abo_con1 .rq .lef {
  float: left;
  width: 35.5%;
}
.abo_con1 .rq .lef img {
  width: 100%;
  vertical-align: middle;
}
.abo_con1 .abo_video .bf {
  width: 60px;
  height: 60px;
  top: 50%;
}
.abo_con1 .abo_video:hover .bf {
  top: 45%;
}
.abo_con1 .rq .rig {
  float: left;
  width: 64.5%;
  padding-left: 45px;
}
.abo_con1 .rq .rig p {
  font-size: 15px;
  color: #222222;
  font-family: "puhui3";
  text-indent: 2rem;
  line-height: 30px;
}

/* abo_con2 */
.abo_con2 {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 130px;
  background-image: url(../images/img59.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position-y: center;
  position: relative;
}
.abo_con2 .rq {
  width: 100%;
  position: relative;
  margin-top: 80px;
}
.abo_con2 .rq::before {
  content: "";
  width: 3px;
  height: 100%;
  background: #003464;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.abo_con2 .rq::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 17px solid #003464;
  position: absolute;
  left: 50%;
  top: -3px;
  transform: translateX(-50%);
}
.abo_con2 .rq .p {
  font-size: 18px;
  color: #003464;
  font-family: "puhui2";
  position: absolute;
  top: -28px;
  left: 61%;
  transform: translateX(-50%);
}
.abo_con2 .rq .rq1 {
  padding-top: 90px;
}
.abo_con2 .rq .rq1 .div {
  position: relative;
  width: 100%;
}
.abo_con2 .rq .rq1 .div::before {
  content: "";
  width: 19px;
  height: 19px;
  background-image: url(../images/img61.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-radius: 50%;
  overflow: hidden;
}
.abo_con2 .rq .rq1.rq2 .div::before {
  width: 38px;
  height: 38px;
  background-image: url(../images/img62.png);
  top: -8px;
}
.abo_con2 .rq .rq1 .lef {
  width: 50%;
  float: left;
  min-height: 20px;
  padding-right: 40px;
  position: relative;
}
.abo_con2 .rq .rq1 .rig {
  width: 50%;
  float: left;
  min-height: 20px;
  padding-left: 40px;
  position: relative;
}
.abo_con2 .rq .rq1 .lef p {
  text-align: right;
  padding-right: 12px;
}
.abo_con2 .rq .rq1 .rig p {
  text-align: left;
  padding-left: 12px;
}
.abo_con2 .rq .rq1 .p1 {
  font-size: 14px;
  color: #003464;
  font-family: "puhui4";
  margin-bottom: 17px;
  position: relative;
}
.abo_con2 .rq .rq1 .p1::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  overflow: hidden;
  background-image: url(../images/img61.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 7px;
}
.abo_con2 .rq .rq1 .lef .p1::before {
  right: 0;
}
.abo_con2 .rq .rq1 .rig .p1::before {
  left: 0;
}
.abo_con2 .rq .rq1 .p2 {
  font-size: 18px;
  color: #003464;
  font-family: "puhui2";
}
.abo_con2 .rq .rq1 .p3 {
  font-size: 36px;
  color: #003464;
  font-family: "puhui2";
  line-height: 20px;
}
.abo_con2 .rq .rq1 .div1 {
  font-size: 30px;
  color: #ffffff;
  font-family: "puhui2";
  line-height: 96px;
  padding: 0 24px;
  background: #003464;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.abo_con2 .rq .rq1 .rig .div1 {
  left: 270px;
}
.abo_con2 .rq .rq1 .lef .div1 {
  right: 270px;
}
.abo_con2 .rq .rq1 .rig .div1::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 20px solid #003464;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.abo_con2 .rq .rq1 .lef .div1::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 20px solid #003464;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

/* abo_con3 */
.abo_con3 {
  width: 100%;
  padding-top: 60px;
  position: relative;
}
.abo_con3 .rq {
  width: 100%;
  padding-top: 50px;
}
.abo_con3 .rq .div {
  width: 23.875%;
  margin-right: 1.5%;
  float: left;
  background: #fff;
  margin-bottom: 40px;
}
.abo_con3 .rq .div a {
  display: block;
  box-shadow: 0px 0px 8px 0px rgba(90, 91, 95, 0.7);
}
.abo_con3 .rq .div:hover a {
  transform: translate3d(0, -5px, 0);
}
.abo_con3 .rq .div:nth-child(4n) {
  margin-right: 0;
}
.abo_con3 .rq .div .top {
  width: 100%;
  overflow: hidden;
}
.abo_con3 .rq .div .top img {
  width: 100%;
  vertical-align: middle;
  transition: all 0.5s;
}
.abo_con3 .rq .div:hover .top img {
  transform: scale(1.05);
}
.abo_con3 .rq .div p {
  width: 100%;
  line-height: 60px;
  font-size: 14px;
  color: #000000;
  text-align: center;
  font-family: "puhui4";
  transition: all 0.5s;

  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.abo_con3 .rq .div:hover p {
  background: #003464;
  color: #fff;
}

/* abo_con4 */
.abo_con4 {
  width: 100%;
  padding-top: 30px;
  position: relative;
}
.abo_con4 .rq {
  width: 100%;
  padding-top: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.abo_con4 .rq .lef {
  width: 50%;
}
.abo_con4 .rq .lef img {
  max-width: 80%;
  display: block;
}
.abo_con4 .rq .rig {
  width: 50%;
  padding-left: 15px;
}
.abo_con4 .rq .rig .div {
  margin-bottom: 30px;
}
.abo_con4 .rq .rig .div .p1 {
  font-size: 18px;
  color: #222222;
  font-family: "puhui2";
}
.abo_con4 .rq .rig .div .p2 {
  font-size: 14px;
  color: #222222;
  font-family: "puhui3";
  line-height: 28px;
}

/* .abo_con5 */
.abo_con5 {
  width: 100%;
  padding-top: 50px;
  position: relative;
}
.abo_con5 .rq {
  width: 100%;
  padding-top: 34px;
}
.abo_con5 .rq img {
  width: 100%;
  vertical-align: middle;
}
.abo_con5 .rq1 {
  width: 100%;
  padding-top: 54px;
}
.abo_con5 .rq1 .div {
  width: 14.4%;
  margin-right: 2.72%;
  float: left;
  margin-bottom: 18px;
}
.abo_con5 .rq1 .div:nth-child(6n) {
  margin-right: 0;
}
.abo_con5 .rq1 .div .top {
  width: 100%;
}
.abo_con5 .rq1 .div .top img {
  width: 100%;
  vertical-align: middle;
  transition: all 0.5s;
}
.abo_con5 .rq1 .div:hover .top img {
  transform: scale(1.05);
}
.abo_con5 .rq1 .div p {
  /* font-size: 16px; */
  font-size: 14px;
  color: #222222;
  font-family: "puhui3";
  text-align: center;
  margin-top: 12px;
  height: 44px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.lb-data .lb-number {
  display: none !important;
}

/* abo_con6 */
.abo_con6 {
  width: 100%;
  padding-top: 80px;
  position: relative;
}
.abo_con6 .rq {
  width: 100%;
  padding-top: 60px;
}
.abo_con6 .rq .lef {
  width: 49%;
  float: left;
}
.abo_con6 .rq .lef .top {
  width: 100%;
  overflow: hidden;
}
.abo_con6 .rq .lef img {
  width: 100%;
  vertical-align: middle;
  transition: all 0.5s;
}
.abo_con6 .rq .lef:hover img {
  transform: scale(1.05);
}
.abo_con6 .rq .lef .p1 {
  font-size: 20px;
  color: #393939;
  margin-top: 34px;
  font-family: "puhui2";
}
.abo_con6 .rq .lef .p2 {
  font-size: 15px;
  color: #626262;
  line-height: 24px;
  margin-top: 8px;
  font-family: "puhui3";

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.abo_con6 .rq .lef .div {
  width: 183px;
  height: 46px;
  background: rgb(255, 138, 0);
  margin-top: 60px;
}
.abo_con6 .rq .lef button {
  font-size: 16px;
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
}
.abo_con6 .rq .rig {
  width: 51%;
  float: left;
  padding-left: 32px;
}
.abo_con6 .rq .rig .div {
  width: 100%;
  padding-bottom: 46px;
  padding-top: 46px;
  border-bottom: 1px solid rgb(191, 191, 191);
}
.abo_con6 .rq .rig .div:nth-child(1) {
  padding-top: 0;
}
.abo_con6 .rq .rig .div .div1 {
  width: 21%;
  float: left;
}
.abo_con6 .rq .rig .div .div1 .p1 {
  font-size: 60px;
  color: #bcbcbc;
  /* font-family: "puhui2"; */
  line-height: 60px;
  transition: all 0.5s;
}
.abo_con6 .rq .rig .div .div1 .p2 {
  font-size: 18px;
  color: #bcbcbc;
  /* font-family: "puhui2"; */
  transition: all 0.5s;
}
.abo_con6 .rq .rig .div .div2 {
  width: 79%;
  float: left;
}
.abo_con6 .rq .rig .div .div2 .p1 {
  font-size: 20px;
  color: #393939;
  font-family: "puhui2";
  transition: all 0.5s;

  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.abo_con6 .rq .rig .div .div2 .p2 {
  font-size: 14px;
  color: #626262;
  font-family: "puhui3";
  line-height: 24px;
  margin-top: 8px;
  transition: all 0.5s;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.abo_con6 .rq .rig .div:hover .div1 p,
.abo_con6 .rq .rig .div:hover .div2 p {
  color: #0e3d85;
}

/* abo_con7 */
.abo_con7 {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 70px;
  position: relative;
}
.abo_con7 .p1 {
  font-size: 14px;
  font-family: "puhui3";
  color: #222222;
  text-align: center;
  padding-top: 16px;
}
.abo_con7 .rq {
  width: 775px;
  height: 388px;
  position: relative;
  margin: 0 auto;
  margin-top: 35px;
}
.abo_con7 .rq .div {
  width: 135px;
  height: 135px;
  border: 1px solid rgb(193, 193, 193);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  overflow: hidden;
}
.abo_con7 .rq .div1 {
  left: 12.5%;
  border-top: none;
  border-right: none;
}
.abo_con7 .rq .div2 {
  left: 24.8%;
  top: 25.5%;
  border-right: none;
}
.abo_con7 .rq .div3 {
  left: 24.8%;
  top: 74.5%;
  border-top: none;
}
.abo_con7 .rq .div4 {
  left: 37%;
  border-top: none;
  border-right: none;
}
.abo_con7 .rq .div5 {
  left: 49.3%;
  top: 25.5%;
  border-right: none;
}
.abo_con7 .rq .div6 {
  left: 49.3%;
  top: 74.5%;
  border-top: none;
}
.abo_con7 .rq .div7 {
  left: 61.5%;
  border-top: none;
  border-right: none;
}
.abo_con7 .rq .div8 {
  left: 73.8%;
  top: 25.5%;
  border-right: none;
}
.abo_con7 .rq .div9 {
  left: 73.8%;
  top: 74.5%;
  border-top: none;
}
.abo_con7 .rq .div10 {
  left: 86%;
}
.abo_con7 .rq .rq1 {
  width: 100%;
  height: 100%;
  position: relative;
  transform: rotate(-45deg);
  overflow: hidden;
}
.abo_con7 .rq .rq1 img {
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.abo_con7 .rq .rq1:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.abo_con7 .rq a {
  width: 100%;
  height: 100%;
  font-size: 18px;
  text-align: center;
  line-height: 133px;
  color: #222222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* abo_con8 */
.abo_con8 {
  width: 100%;
  position: relative;
}
.abo_con8 .bj {
  width: 100%;
  vertical-align: middle;
}
.abo_con8 a {
  width: 19px;
  height: 26px;
  background-image: url(../images/img91.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 53%;
  left: 33.5%;
  transform: translate(-50%, -50%);
  animation: atd 2s linear infinite;
}

@keyframes atd {
  0% {
    transform: translate(-50%, 0%);
  }
  50% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-50%, 0%);
  }
}

@media (max-width: 1459px) {
  .abo_con1 {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .ab_p {
    font-size: 18px;
    padding-bottom: 6px;
  }
  .ab_p span {
    font-size: 26px;
  }
  .ab_p::before {
    width: 330px;
  }
  .abo_con1 .rq {
    padding-top: 30px;
  }
  .abo_con1 .abo_video .bf {
    width: 50px;
    height: 50px;
  }
  .abo_con1 .rq .rig {
    padding-left: 28px;
  }
  .abo_con1 .rq .rig p {
    font-size: 14px;
    line-height: 25px;
  }
  .abo_con2 {
    padding-top: 40px;
    padding-bottom: 95px;
  }
  .abo_con2 .rq .p {
    font-size: 16px;
  }
  .abo_con2 .rq .rq1 .p3 {
    font-size: 26px;
  }
  .abo_con2 .rq .rq1 .p1 {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .abo_con2 .rq .rq1 {
    padding-top: 65px;
  }
  .abo_con2 .rq .rq1 .div::before {
    width: 14px;
    height: 14px;
  }
  .abo_con2 .rq .rq1.rq2 .div::before {
    width: 28px;
    height: 28px;
    top: -2px;
  }
  .abo_con2 .rq::before {
    width: 2px;
  }
  .abo_con2 .rq::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #003464;
  }
  .abo_con2 .rq .rq1 .div1 {
    font-size: 22px;
    line-height: 73px;
    padding: 0 18px;
  }
  .abo_con2 .rq .rq1 .p2 {
    font-size: 16px;
  }
  .abo_con3 {
    padding-top: 45px;
  }
  .abo_con3 .rq {
    padding-top: 38px;
  }
  .abo_con3 .rq .div p {
    line-height: 45px;
  }
  .abo_con3 .rq .div {
    margin-bottom: 30px;
  }
  .abo_con5 .rq1 .div p {
    font-size: 14px;
  }
  .abo_con6 {
    padding-top: 50px;
  }
  .abo_con6 .rq {
    padding-top: 40px;
  }
  .abo_con6 .rq .lef .p1 {
    font-size: 18px;
    margin-top: 25px;
  }
  .abo_con6 .rq .lef .div {
    width: 140px;
    height: 42px;
    margin-top: 44px;
  }
  .abo_con6 .rq .lef button {
    font-size: 14px;
  }
  .abo_con6 .rq .rig {
    padding-left: 28px;
  }
  .abo_con6 .rq .rig .div .div1 .p1 {
    font-size: 45px;
    line-height: 45px;
  }
  .abo_con6 .rq .rig .div .div1 .p2 {
    font-size: 16px;
  }
  .abo_con6 .rq .rig .div .div2 .p1 {
    font-size: 16px;
  }
  .abo_con6 .rq .rig .div .div2 .p2 {
    font-size: 14px;
    line-height: 22px;
    margin-top: 4px;
  }
  .abo_con6 .rq .rig .div {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .abo_con7 {
    padding-top: 65px;
    padding-bottom: 50px;
  }
  .abo_con7 .rq {
    width: 590px;
    height: 295px;
    margin-top: 30px;
  }
  .abo_con7 .rq .div {
    width: 102px;
    height: 102px;
  }
  .abo_con7 .rq .rq1 img {
    max-width: 70%;
    max-height: 70%;
  }
  .abo_con7 .rq a {
    font-size: 16px;
    line-height: 100px;
  }
}
@media (max-width: 991px) {
  .abo_con1 .rq .lef {
    width: 100%;
  }
  .abo_con1 .rq .rig {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .abo_con2 .rq .p {
    left: 68%;
  }
  .abo_con2 .rq {
    margin-top: 58px;
  }
  .abo_con2 .rq .rq1 {
    padding-top: 40px;
  }
  .abo_con2 .rq .rq1 .div1 {
    font-size: 18px;
    line-height: 60px;
    padding: 0 12px;
  }
  .abo_con2 .rq .rq1 .rig .div1 {
    left: 205px;
  }
  .abo_con2 .rq .rq1 .rig .div1::before {
    border-top: 8px solid transparent;
    border-right: 12px solid #003464;
    border-bottom: 8px solid transparent;
    left: -12px;
  }
  .abo_con2 .rq .rq1 .lef .div1 {
    right: 205px;
  }
  .abo_con2 .rq .rq1 .lef .div1::before {
    border-top: 8px solid transparent;
    border-left: 12px solid #003464;
    border-bottom: 8px solid transparent;
  }
  .abo_con2 .rq .rq1 .div::before {
    width: 12px;
    height: 12px;
  }
  .abo_con2 .rq .rq1.rq2 .div::before {
    width: 24px;
    height: 24px;
    top: -2px;
  }
  .abo_con2 {
    padding-top: 40px;
    padding-bottom: 75px;
  }
  .abo_con2 .rq .rq1 .lef {
    padding-right: 26px;
  }
  .abo_con2 .rq .rq1 .rig {
    padding-left: 26px;
  }
  .abo_con3 .rq .div {
    width: 32%;
    margin-right: 2%;
  }
  .abo_con3 .rq .div:nth-child(4n) {
    margin-right: 2%;
  }
  .abo_con3 .rq .div:nth-child(3n) {
    margin-right: 0;
  }
  .abo_con5 .rq1 {
    padding-top: 28px;
  }
  .abo_con5 .rq1 .div {
    width: 23.5%;
    margin-right: 2%;
  }
  .abo_con5 .rq1 .div:nth-child(6n) {
    margin-right: 2%;
  }
  .abo_con5 .rq1 .div:nth-child(4n) {
    margin-right: 0;
  }
  .abo_con6 {
    padding-top: 30px;
  }
  .abo_con6 {
    padding-top: 30px;
  }
  .abo_con6 .rq .lef {
    width: 100%;
  }
  .abo_con6 .rq .rig {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .abo_con6 .rq .rig .div {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .abo_con1 .rq .rig p {
    text-indent: 0rem;
    margin-bottom: 1em;
  }
  .abo_con7 .rq {
    width: 310px;
    height: 155px;
    margin-top: 30px;
  }
  .abo_con7 .rq .div {
    width: 54px;
    height: 54px;
  }
  .abo_con7 .rq a {
    font-size: 16px;
    line-height: 54px;
  }
}
@media (max-width: 500px) {
  .ab_p {
    font-size: 16px;
    padding-bottom: 4px;
  }
  .ab_p span {
    font-size: 24px;
  }
  .abo_con1 .rq {
    padding-top: 22px;
  }
  .abo_con2 .rq .p {
    left: 77%;
    width: 185px;
    font-size: 14px;
    top: -42px;
  }
  .abo_con2 .rq .rq1 .p1 {
    font-size: 13px;
  }
  .abo_con2 .rq .rq1 .p3 {
    font-size: 24px;
  }
  .abo_con2 .rq .rq1 .rig .div1 {
    left: 45%;
    font-size: 16px;
    line-height: 42px;
  }
  .abo_con2 .rq .rq1 .lef .div1 {
    right: 45%;
    font-size: 16px;
    line-height: 42px;
    float: right;
    margin-top: 10px;
  }
  .abo_con2 .rq .rq1 .div1 {
    position: static;
    transform: translateY(0);
    width: auto;
    display: inline-block;
  }
  .abo_con3 .rq .div {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .abo_con3 .rq .div:nth-child(3n) {
    margin-right: 2%;
  }
  .abo_con3 .rq .div:nth-child(2n) {
    margin-right: 0;
  }
  .abo_con3 .rq .div p {
    font-size: 13px;
    padding: 0 5px;
  }
  .abo_con3 .rq {
    padding-top: 28px;
  }
  .abo_con4 .rq .lef img {
    max-width: 100%;
  }
  .abo_con4 .rq .lef {
    width: 30%;
  }
  .abo_con4 .rq .rig {
    width: 70%;
  }
  .abo_con4 .rq .rig .div .p2 {
    line-height: 24px;
  }
  .abo_con4 .rq .rig .div .p1 {
    font-size: 16px;
  }
  .abo_con4 .rq .rig .div {
    margin-bottom: 12px;
  }
  .abo_con4 .rq {
    padding-top: 20px;
  }
  .abo_con5 {
    padding-top: 30px;
  }
  .abo_con5 .rq {
    padding-top: 24px;
  }
  .abo_con5 .rq1 .div {
    width: 32%;
    margin-right: 2%;
  }
  .abo_con5 .rq1 .div:nth-child(4n) {
    margin-right: 2%;
  }
  .abo_con5 .rq1 .div:nth-child(3n) {
    margin-right: 0%;
  }
  .abo_con5 .rq1 .div p {
    font-size: 12px;
    margin-top: 7px;
    height: 38px;
  }
  .abo_con6 {
    padding-top: 18px;
  }
  .abo_con6 .rq {
    padding-top: 22px;
  }
  .abo_con6 .rq .lef .p1 {
    margin-top: 16px;
  }
  .abo_con6 .rq .lef .div {
    width: 115px;
    height: 40px;
    margin-top: 30px;
  }
  .abo_con6 .rq .rig .div .div1 .p1 {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
  }
  .abo_con6 .rq .rig .div .div1 .p2 {
    font-size: 14px;
    text-align: center;
  }
  .abo_con6 .rq .rig .div .div2 .p2 {
    -webkit-line-clamp: 10;
  }
  .abo_con6 .rq .rig .div {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .abo_con7 {
    padding-top: 38px;
    padding-bottom: 20px;
  }
  .abo_con7 .rq {
    margin-top: 16px;
  }
}

/* 管理平台 */
.ny_banner .rq2 {
  top: 46%;
}
.ny_banner .rq2 .p1 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 15px;
}
.ny_banner .rq2 .p2 {
  font-size: 24px;
  color: #fff;
  font-family: "puhui4";
}

/* pr2_con1 */
.pr2_con1 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 30px;
}
.pr2_con1 .rq {
  width: 100%;
  padding: 0 107px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pr2_con1 .lef {
  width: 41.6%;
}
.pr2_con1 .lef img {
  width: 100%;
  vertical-align: middle;
}
.pr2_con1 .rig {
  width: 58.4%;
  padding-left: 44px;
  padding-right: 80px;
}
.pr2_con1 .rig .p1 {
  font-size: 30px;
  color: #222222;
  font-family: "puhui2";
  margin-bottom: 30px;
}
.pr2_con1 .rig .p2 {
  font-size: 14px;
  color: #7d7d7d;
  font-family: "puhui3";
  line-height: 26px;
}

/* pr2_con2 */
.pr2_con2 {
  width: 100%;
  padding-top: 38px;
  padding-bottom: 54px;
  background: rgb(250, 250, 250);
}
.pr2_con2 .rq {
  width: 100%;
  padding: 0 60px;
}
.pr2_con2 .rq .rq1 {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 20px;
}
.pr2_con2 .rq .rq1 .lef {
  width: 9.3%;
  background: rgb(222, 238, 254);
}
.pr2_con2 .rq .rq1 .lef .div {
  width: 100%;
  height: 100%;
  display: table;
  padding: 0 18px;
}
.pr2_con2 .rq .rq1 .lef p {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #7d7d7d;
  font-family: "puhui2";
  text-align: center;
}
.pr2_con2 .rq .rq1 .rig {
  width: 90.7%;
  padding: 20px 20px;
  background: rgb(196, 223, 253);
}
.pr2_con2 .rq .rq1 .rig a {
  display: block;
  line-height: 46px;
  width: 15.3%;
  margin: 7px 0;
  margin-right: 1.64%;
  float: left;
  font-size: 15px;
  color: #538bc9;
  border: 1px solid #538bc9;
  text-align: center;
}
.pr2_con2 .rq .rq1 .rig a:hover {
  background: #fff;
  border: 1px solid #fff;
}
.pr2_con2 .rq .rq1 .rig a:nth-child(6n) {
  margin-right: 0;
}
.pr2_con2 .rq .rq1.rq2 .rig a:nth-child(5n + 1) {
  width: 32.24%;
}
.pr2_con2 .rq .rq1.rq2 .rig a:nth-child(6n) {
  margin-right: 1.64%;
}
.pr2_con2 .rq .rq1.rq2 .rig a:nth-child(5n) {
  margin-right: 0;
}

/* pr2_con3 */
.pr2_con3 {
  width: 100%;
  padding-top: 85px;
}
.pr2_con3 .rq {
  width: 100%;
  padding: 0 183px;
}
.pr2_con3 .rq .lef {
  width: 19.3%;
  float: left;
}
.pr2_con3 .rq .lef img {
  width: 100%;
  vertical-align: middle;
}
.pr2_con3 .rq .rig {
  width: 80.7%;
  float: left;
  padding-left: 110px;
  padding-top: 40px;
}
.pr2_con3 .rq .rig .p1 {
  font-size: 30px;
  color: #222;
  font-family: "puhui2";
  margin-bottom: 36px;
}
.pr2_con3 .rq .rig .p2 {
  font-size: 16px;
  color: #777777;
  font-family: "puhui3";
  line-height: 30px;
}

/* pr2_con4 */
.pr2_con4 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 95px;
}
.pr2_con4 .p {
  font-size: 30px;
  color: #222222;
  font-family: "puhui2";
  text-align: center;
}
.pr2_con4 .rq {
  width: 100%;
  padding: 0 125px;
  padding-top: 40px;
}
.pr2_con4 .rq .div {
  width: 17%;
  height: 400px;
  margin-right: 10.666666%;
  float: left;
}
.pr2_con4 .rq .div:nth-child(4n) {
  margin-right: 0;
}
.pr2_con4 .rq .div .top {
  width: 100%;
  height: 180px;
  position: relative;
}
.pr2_con4 .rq .div .top img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.pr2_con4 .rq .div:hover .top img {
  transform: translate(-50%, -10px) scale(1.05);
}
.pr2_con4 .rq .div .top .ig2 {
  opacity: 0;
}
.pr2_con4 .rq .div:hover .top .ig2 {
  opacity: 1;
}
.pr2_con4 .rq .div:hover .top .ig1 {
  opacity: 0;
}

.pr2_con4 .rq .div .bot {
  width: 100%;
}
.pr2_con4 .rq .div .p1 {
  font-size: 18px;
  color: #222222;
  font-family: "puhui4";
  padding-bottom: 14px;
  padding-top: 10px;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.pr2_con4 .rq .div:hover .p1 {
  color: #0e3d85;
}
.pr2_con4 .rq .div .p1::before {
  content: "";
  width: 30px;
  height: 2px;
  background: rgb(153, 153, 153);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.pr2_con4 .rq .div:hover .p1::before {
  width: 56px;
}
.pr2_con4 .rq .div .p2 {
  font-size: 15px;
  color: #999999;
  font-family: "puhui3";
  line-height: 28px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

@media (max-width: 1459px) {
  .ny_banner .rq2 .p1 {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .ny_banner .rq2 .p2 {
    font-size: 20px;
  }
  .pr2_con1 {
    padding-top: 70px;
    padding-bottom: 22px;
  }
  .pr2_con1 .rq {
    padding: 0 81px;
  }
  .pr2_con1 .rig {
    padding-left: 33px;
    padding-right: 60px;
  }
  .pr2_con1 .rig .p1 {
    font-size: 24px;
    margin-bottom: 22px;
  }
  .pr2_con2 .rq {
    padding: 0 40px;
  }
  .pr2_con2 .rq .rq1 .lef .div {
    padding: 0 12px;
  }
  .pr2_con2 .rq .rq1 .rig {
    padding: 15px 15px;
  }
  .pr2_con2 .rq .rq1 .rig a {
    line-height: 40px;
    font-size: 13px;
  }
  .pr2_con2 {
    padding-top: 38px;
    padding-bottom: 30px;
  }
  .pr2_con2 .rq .rq1 .lef p {
    font-size: 14px;
  }
  .pr2_con3 {
    padding-top: 60px;
  }
  .pr2_con3 .rq {
    padding: 0 140px;
  }
  .pr2_con3 .rq .rig {
    padding-left: 80px;
    padding-top: 30px;
  }
  .pr2_con3 .rq .rig .p1 {
    font-size: 24px;
    margin-bottom: 26px;
  }
  .pr2_con4 {
    padding-top: 76px;
    padding-bottom: 72px;
  }
  .pr2_con4 .p {
    font-size: 24px;
  }
  .pr2_con4 .rq {
    padding: 0 90px;
    padding-top: 30px;
  }
  .pr2_con4 .rq .div {
    height: 380px;
  }
  .pr2_con4 .rq .div .top {
    height: 156px;
  }
}
@media (max-width: 1259px) {
  .pr2_con1 .rq {
    padding: 0px 55px;
  }
  .pr2_con1 .rig {
    padding-left: 22px;
    padding-right: 45px;
  }
  .pr2_con2 .rq .rq1.rq2 .rig a:nth-child(5n + 1),
  .pr2_con2 .rq .rq1 .rig a {
    line-height: 46px;
    width: 18.4%;
    margin-right: 2%;
    font-size: 13px;
  }
  .pr2_con2 .rq .rq1.rq2 .rig a:nth-child(6n),
  .pr2_con2 .rq .rq1 .rig a:nth-child(6n) {
    margin-right: 2%;
  }
  .pr2_con2 .rq .rq1.rq2 .rig a:nth-child(5n),
  .pr2_con2 .rq .rq1 .rig a:nth-child(5n) {
    margin-right: 0;
  }
  .pr2_con3 .rq {
    padding: 0 70px;
  }
  .pr2_con2 .rq {
    padding: 0 20px;
  }
  .pr2_con4 .rq {
    padding: 0 15px;
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .ny_banner .rq2 .p1 {
    font-size: 36px;
    margin-bottom: 0px;
  }
  .ny_banner .rq2 .p2 {
    font-size: 16px;
  }
  .pr2_con1 {
    padding-top: 30px;
    padding-bottom: 18px;
  }
  .pr2_con1 .rq {
    padding: 0px 0px;
  }
  .pr2_con1 .rig .p1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .pr2_con1 .rig {
    padding-left: 22px;
    padding-right: 0px;
  }
  .pr2_con2 .rq {
    padding: 0 0px;
    width: 970px;
    padding-right: 15px;
  }
  .pr2_con2 .wrap {
    overflow-x: auto;
  }
  .pr2_con2 .wrap::-webkit-scrollbar {
    height: 3px;
    background-color: rgba(0, 0, 0, 0);
  }
  .pr2_con2 .wrap::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
  }

  .pr2_con2 .rq .rq1.rq2 .rig a:nth-child(5n + 1),
  .pr2_con2 .rq .rq1 .rig a {
    line-height: 46px;
    /* width: 23.5%;
  margin-right: 2%; */
    font-size: 13px;
  }
  /* .pr2_con2 .rq .rq1.rq2 .rig a:nth-child(5n), .pr2_con2 .rq .rq1 .rig a:nth-child(5n) {
  margin-right: 2%;
}
.pr2_con2 .rq .rq1.rq2 .rig a:nth-child(4n), .pr2_con2 .rq .rq1 .rig a:nth-child(4n) {
  margin-right: 0;
} */
  .pr2_con3 .rq {
    padding: 0 0px;
  }
  .pr2_con3 .rq .rig {
    padding-left: 26px;
    padding-top: 0px;
  }
  .pr2_con3 .rq .rig .p2 {
    font-size: 14px;
    line-height: 26px;
  }
  .pr2_con4 {
    padding-top: 38px;
    padding-bottom: 30px;
  }
  .pr2_con4 .rq {
    padding: 0 0px;
    padding-top: 30px;
  }
  .pr2_con4 .rq .div {
    width: 22%;
    margin-right: 4%;
  }
}
@media (max-width: 500px) {
  .ny_banner .rq2 .p1 {
    font-size: 22px;
  }
  .ny_banner .rq2 .p2 {
    font-size: 13px;
    padding-top: 2px;
  }
  .pr2_con1 {
    padding-top: 15px;
    padding-bottom: 18px;
  }
  .pr2_con1 .lef {
    width: 100%;
  }
  .pr2_con1 .rig {
    padding-top: 20px;
    padding-left: 0;
    width: 100%;
  }
  .pr2_con1 .rig .p1 {
    font-size: 22px;
    margin-bottom: 6px;
  }
  /* .pr2_con2 .rq .rq1 .lef{
  width: 100%;
} */
  .pr2_con2 .rq .rq1 .lef p {
    font-size: 16px;
    padding: 15px 0;
  }
  /* .pr2_con2 .rq .rq1 .rig{
  width: 100%;
} */
  .pr2_con2 .rq .rq1 .rig a {
    line-height: 35px !important;
    /* width: auto !important; */
    /* padding: 0 15px; */
    /* margin: 5px 0; */
    /* margin-right: 10px !important; */

    /* width: 49% !important; */
    /* margin-right: 2% !important; */
  }
  /* .pr2_con2 .rq .rq1 .rig a:nth-child(2n){
  margin-right: 0 !important;
} */
  .pr2_con3 {
    padding-top: 34px;
  }
  .pr2_con3 .rq .rig .p1 {
    font-size: 22px;
    margin-bottom: 11px;
  }
  .pr2_con3 .rq {
    position: relative;
  }
  .pr2_con3 .rq .lef {
    width: 64px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .pr2_con3 .rq .rig .p1 {
    padding-left: 70px;
    padding-top: 42px;
    margin-bottom: 34px;
    font-size: 21px;
  }
  .pr2_con3 .rq .rig {
    /* padding-left: 10px; */
    padding: 0;
    width: 100%;
  }
  .pr2_con3 .rq .rig .p2 {
    width: 100%;
  }
  .pr2_con4 .rq {
    padding-top: 20px;
  }
  .pr2_con4 .rq .div {
    width: 45%;
    margin-right: 10%;
  }
  .pr2_con4 .rq .div:nth-child(4n) {
    margin-right: 10%;
  }
  .pr2_con4 .rq .div:nth-child(2n) {
    margin-right: 0;
  }
  .pr2_con4 .rq .div .top img {
    max-width: 70%;
  }
  .pr2_con4 .rq .div {
    height: 290px;
  }
  .pr2_con4 .rq .div .top {
    height: 108px;
  }
  .pr2_con4 .rq .div .p2 {
    font-size: 14px;
    line-height: 24px;
  }
}

/* 物联网卡 */
.pro3_con1 {
  width: 100%;
  padding-top: 95px;
  padding-bottom: 130px;
}
.pro3_con1 .lef {
  width: 41.7%;
  float: left;
}
.pro3_con1 .lef img {
  max-width: 85%;
  display: block;
  float: right;
}
.pro3_con1 .rig {
  width: 58.3%;
  float: left;
  padding-left: 80px;
  padding-top: 25px;
}
.pro3_con1 .rig .p1 {
  font-size: 30px;
  color: #777777;
  margin-bottom: 32px;
  font-family: "puhui2";
}
.pro3_con1 .rig .p2 {
  font-size: 15px;
  color: #777777;
  font-family: "puhui3";
  line-height: 28px;
}

/* .pro3_con2 */
.pro3_con2 {
  width: 100%;
  background: rgb(248, 246, 247);
  padding-top: 48px;
  padding-bottom: 84px;
}
.pr3_p {
  font-size: 30px;
  color: #000000;
  font-family: "puhui2";
  text-align: center;
}
.pro3_con2 .rq {
  width: 100%;
  height: 644px;
  position: relative;
  margin-top: 40px;
}
.pro3_con2 .rq .ig {
  width: 597px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pro3_con2 .rq .rq1 {
  width: 185px;
  height: 185px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 48px;
  font-size: 30px;
  color: #ffffff;
  font-family: "puhui2";
  text-align: center;
}
.pro3_con2 .rq .rq1::before {
  content: "";
  width: 507px;
  height: 471px;
  background-image: url(../images/img113.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  z-index: -1;
}
.pro3_con2 .rq .div {
  width: 205px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pro3_con2 .rq .div .top {
  width: 99px;
  height: 99px;
  margin: 0 auto;
  position: relative;
}
.pro3_con2 .rq .div .top::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transform: translateY(-50%);
}
.pro3_con2 .rq .div .top img {
  width: 100%;
  vertical-align: middle;
  transition: all 0.5s;
}
.pro3_con2 .rq .div:hover .top img {
  transform: translateY(-5px) scale(1.05);
}
.pro3_con2 .rq .div .p1 {
  font-size: 16px;
  color: #35a1f8;
  font-family: "puhui2";
  margin: 12px 0;
  text-align: center;
}
.pro3_con2 .rq .div .p2 {
  font-size: 14px;
  color: #000;
  font-family: "puhui3";
  text-align: center;
  line-height: 26px;
}
.pro3_con2 .rq .div.div1 {
  left: 11%;
  top: 24%;
}
.pro3_con2 .rq .div.div1 .top::before {
  width: 334px;
  height: 108px;
  background-image: url(../images/img114.png);
  left: 100%;
  top: 100%;
}
.pro3_con2 .rq .div.div2 {
  left: 12%;
  top: 92%;
}
.pro3_con2 .rq .div.div2 .top::before {
  width: 343px;
  height: 103px;
  background-image: url(../images/img115.png);
  left: 100%;
  top: 0%;
}
.pro3_con2 .rq .div.div3 {
  left: 87%;
  top: 20%;
}
.pro3_con2 .rq .div.div3 .top::before {
  width: 344px;
  height: 105px;
  background-image: url(../images/img116.png);
  right: 100%;
  top: 100%;
}
.pro3_con2 .rq .div.div4 {
  left: 90%;
  top: 55%;
}
.pro3_con2 .rq .div.div4 .top::before {
  width: 329px;
  height: 110px;
  background-image: url(../images/img117.png);
  right: 100%;
  top: 100%;
}
.pro3_con2 .rq .div.div5 {
  left: 88%;
  top: 90%;
}
.pro3_con2 .rq .div.div5 .top::before {
  width: 342px;
  height: 104px;
  background-image: url(../images/img118.png);
  right: 100%;
  top: 0%;
}
.pro3_con2 .rq .div.div6 {
  left: 11%;
  top: 58%;
}
.pro3_con2 .rq .div.div6 .top::before {
  width: 329px;
  height: 69px;
  background-image: url(../images/img112.png);
  left: 100%;
  top: 14%;
}

/* pro3_con3 */
.pro3_con3 {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 110px;
}
.pro3_con3 .rq {
  width: 100%;
  padding-top: 50px;
}
.pro3_con3 .rq .div {
  width: 16.8%;
  float: left;
  margin-right: 4%;
}
.pro3_con3 .rq .div:nth-child(5n) {
  margin-right: 0;
}
.pro3_con3 .rq .div p {
  font-size: 18px;
  color: #777777;
  font-family: "puhui2";
  text-align: center;
  margin-top: 30px;
}
.pro3_con3 .rq .div .div1 {
  width: 100%;
  height: 256px;
  background-image: url(../images/img109.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
  position: relative;
}
.pro3_con3 .rq .div .div1 img {
  width: 77px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.pro3_con3 .rq .div:hover .div1 img {
  transform: translate(-50%, -50%) scale(1.1);
}

/* pro3_con4 */
.pro3_con4 {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 135px;
  background: rgb(248, 246, 247);
}
.pro3_con4 .rq {
  width: 100%;
  padding-top: 90px;
}
.pro3_con4 .rq .div {
  width: 31.5%;
  float: left;
  margin-right: 2.75%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.pro3_con4 .rq .div:nth-child(3n) {
  margin-right: 0;
}
.pro3_con4 .rq .div .top {
  width: 100%;
  overflow: hidden;
}
.pro3_con4 .rq .div .top img {
  width: 100%;
  vertical-align: middle;
  transition: all 0.5s;
}
.pro3_con4 .rq .div:hover .top img {
  transform: scale(1.05);
}
.pro3_con4 .rq .div .bot {
  width: 100%;
  height: 190px;
  padding: 0 24px;
  padding-top: 35px;
}
.pro3_con4 .rq .div .bot .p1 {
  font-size: 22px;
  color: #222222;
  text-align: center;
  font-family: "puhui2";
  transition: all 0.5s;
}
.pro3_con4 .rq .div:hover .bot .p1 {
  color: #0e3d85;
}
.pro3_con4 .rq .div .bot .p2 {
  font-size: 18px;
  color: #777777;
  font-family: "puhui4";
  text-align: center;
  margin-top: 18px;
  margin-bottom: 20px;
}
.pro3_con4 .rq .div .bot .div1 {
  width: 100%;
  border-top: 2px solid rgb(238, 238, 238);
  padding-top: 20px;
}
.pro3_con4 .rq .div .bot .div1 .div2 {
  width: auto;
  display: table;
  margin: 0 auto;
}
.pro3_con4 .rq .div .bot .div1 .div2 a {
  font-size: 14px;
  color: #999999;
  font-family: "puhui4";
  display: inline-block;
  padding: 0 8px;
  position: relative;
}
.pro3_con4 .rq .div .bot .div1 .div2 a:hover {
  color: #0e3d85;
}
.pro3_con4 .rq .div .bot .div1 .div2 a::before {
  content: "";
  width: 1px;
  height: 16px;
  background: rgb(153, 153, 153);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pro3_con4 .rq .div .bot .div1 .div2 a:last-child::before {
  content: none;
}

@media (max-width: 1459px) {
  .pro3_con1 {
    padding-top: 70px;
    padding-bottom: 98px;
  }
  .pro3_con1 .rig {
    padding-left: 60px;
    padding-top: 18px;
  }
  .pro3_con1 .rig .p1 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .pro3_con2 {
    padding-top: 36px;
    padding-bottom: 60px;
  }
  .pr3_p {
    font-size: 26px;
  }
  .pro3_con2 .rq {
    height: 490px;
    margin-top: 30px;
  }
  .pro3_con2 .rq .ig {
    width: 453px;
  }
  .pro3_con2 .rq .rq1 {
    width: 140px;
    height: 140px;
    padding: 33px;
    font-size: 24px;
  }
  .pro3_con2 .rq .rq1::before {
    width: 385px;
    height: 365px;
  }
  .pro3_con2 .rq .div .top {
    width: 75px;
    height: 75px;
  }
  .pro3_con2 .rq .div .p1 {
    font-size: 16px;
    margin: 5px 0;
  }
  .pro3_con2 .rq .div .p2 {
    line-height: 19px;
  }
  .pro3_con2 .rq .div.div1 .top::before {
    width: 288px;
    height: 93px;
  }
  .pro3_con2 .rq .div.div2 .top::before {
    width: 295px;
    height: 90px;
  }
  .pro3_con2 .rq .div.div3 .top::before {
    width: 344px;
    height: 93px;
    right: 44%;
  }
  .pro3_con2 .rq .div.div4 .top::before {
    width: 329px;
    height: 96px;
    right: 43%;
  }
  .pro3_con2 .rq .div.div5 .top::before {
    width: 342px;
    height: 90px;
    right: 28%;
  }
  .pro3_con2 .rq .div.div6 .top::before {
    width: 284px;
    height: 69px;
  }

  .pro3_con3 {
    padding-top: 60px;
    padding-bottom: 83px;
  }
  .pro3_con3 .rq {
    padding-top: 38px;
  }
  .pro3_con3 .rq .div .div1 {
    height: 213px;
  }
  .pro3_con3 .rq .div .div1 img {
    width: 58px;
  }
  .pro3_con3 .rq .div p {
    font-size: 16px;
    margin-top: 20px;
  }
  .pro3_con4 {
    padding-top: 68px;
    padding-bottom: 100px;
  }
  .pro3_con4 .rq {
    padding-top: 60px;
  }
  .pro3_con4 .rq .div .bot {
    height: 145px;
    padding: 0 16px;
    padding-top: 24px;
  }
  .pro3_con4 .rq .div .bot .p1 {
    font-size: 19px;
  }
  .pro3_con4 .rq .div .bot .p2 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 12px;
  }
  .pro3_con4 .rq .div .bot .div1 .div2 a {
    font-size: 12px;
    padding: 0 6px;
  }
  .pro3_con4 .rq .div .bot .div1 {
    padding-top: 12px;
  }
}
@media (max-width: 1259px) {
  .pro3_con1 {
    padding-top: 48px;
    padding-bottom: 70px;
  }
  .pro3_con2 .rq .div.div1 .top::before {
    width: 247px;
    height: 80px;
  }
  .pro3_con2 .rq .div.div2 .top::before {
    width: 244px;
    height: 73px;
  }
  .pro3_con2 .rq .div.div3 .top::before {
    width: 270px;
    height: 82px;
    right: 99%;
  }
  .pro3_con2 .rq .div.div4 .top::before {
    width: 240px;
    height: 80px;
    right: 96%;
  }
  .pro3_con2 .rq .div.div5 .top::before {
    width: 249px;
    height: 78px;
    right: 96%;
  }
  .pro3_con2 .rq .div.div6 .top::before {
    width: 235px;
    height: 69px;
  }
  .pro3_con3 .rq .div .div1 {
    height: 188px;
  }
}
@media (max-width: 991px) {
  .pro3_con1 .rig {
    padding-left: 26px;
    padding-top: 0px;
  }
  .pro3_con1 .rig .p1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .pro3_con1 .rig .p2 {
    font-size: 14px;
    line-height: 26px;
  }
  .pro3_con2 .rq {
    height: auto;
  }
  .pro3_con2 .rq .ig {
    display: none;
  }
  .pro3_con2 .rq .rq1 {
    display: none;
  }
  .pro3_con2 .rq .div .top::before {
    display: none;
  }
  .pro3_con2 .rq .div {
    height: 187px;
    position: static !important;
    transform: translate(0%, 0%) !important;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .pro3_con2 .rq .div:nth-child(3n) {
    margin-right: 0;
  }
  .pro3_con2 .rq .div .p2 {
    width: 80%;
    margin: 0 auto;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .pro3_con2 {
    padding-top: 36px;
    padding-bottom: 20px;
  }
  .pro3_con3 .rq .div .div1 {
    height: 146px;
  }
  .pro3_con3 {
    padding-top: 40px;
    padding-bottom: 56px;
  }
  .pro3_con4 .rq .div .bot .p1 {
    font-size: 18px;
  }
  .pro3_con4 .rq .div .bot {
    height: 125px;
    padding: 0 5px;
    padding-top: 15px;
  }
  .pro3_con4 .rq .div .bot .p2 {
    font-size: 14px;
    margin-top: 7px;
    margin-bottom: 9px;
  }
  .pro3_con4 .rq .div .bot .div1 .div2 a {
    font-size: 12px;
    padding: 0 1px;
  }
  .pro3_con4 {
    padding-top: 37px;
    padding-bottom: 50px;
  }
  .pro3_con4 .rq {
    padding-top: 28px;
  }
}
@media (max-width: 600px) {
  .pro3_con1 .lef {
    width: 100%;
  }
  .pro3_con1 .lef img {
    float: left;
    width: 65%;
  }
  .pro3_con1 .rig {
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
  }
  .pro3_con1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pro3_con1 .rig .p1 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .pr3_p {
    font-size: 24px;
  }
  .pro3_con2 .rq {
    margin-top: 26px;
  }
  .pro3_con2 .rq .div {
    width: 49%;
    margin-right: 2%;
    height: 165px;
  }
  .pro3_con2 .rq .div:nth-child(3n) {
    margin-right: 2%;
  }
  .pro3_con2 .rq .div:nth-child(2n) {
    margin-right: 0;
  }
  .pro3_con2 .rq .div .top {
    width: 65px;
    height: 65px;
  }
  .pro3_con2 .rq .div .p2 {
    font-size: 13px;
    line-height: 22px;
    width: 95%;
  }

  .pro3_con3 .rq .div {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .pro3_con3 .rq .div:nth-child(3n) {
    margin-right: 0;
  }
  .pro3_con3 .rq .div .div1 {
    background-position-x: center;
    height: 120px;
  }
  .pro3_con3 .rq .div .div1 img {
    width: 40px;
  }
  .pro3_con3 .rq .div p {
    font-size: 14px;
    margin-top: 6px;
  }
  .pro3_con3 {
    padding-top: 40px;
    padding-bottom: 16px;
  }
  .pro3_con3 .rq {
    padding-top: 16px;
  }
  .pro3_con4 .rq .div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .pro3_con4 .rq .div .bot .div1 .div2 a {
    padding: 0 6px;
  }
  .pro3_con4 .rq .div .bot {
    height: auto;
  }
  .pro3_con4 .rq .div .bot .div1 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .pro3_con4 .rq {
    padding-top: 20px;
  }
  .pro3_con4 {
    padding-top: 37px;
    padding-bottom: 20px;
  }
}

/* 新闻列表 */
.ny_banner .rq2 .rq3 {
  float: right;
}

/* new_con1 */
.new_con1 {
  width: 100%;
  padding-bottom: 50px;
}
.new_con1 .top {
  width: 100%;
  line-height: 50px;
  border-bottom: 1px solid rgb(192, 192, 192);
}
.new_con1 .top a {
  display: inline-block;
  font-size: 24px;
  color: #777777;
  font-family: "puhui3";
  margin-right: 65px;
}
.new_con1 .top a.on {
  font-family: "puhui";
}
.new_con1 .top a:last-child {
  margin-right: 0;
}
.new_con1 .top a:hover {
  color: #0e3d85;
}
.new_con1 .rq {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 10px;
}
.new_con1 .rq .rq1 {
  width: 100%;
  margin-bottom: 20px;
  background: rgb(248, 246, 247);
}
.new_con1 .rq .rq1 .lef {
  width: 45%;
  float: left;
  overflow: hidden;
}
.new_con1 .rq .rq1 .lef img {
  width: 100%;
  vertical-align: middle;
  transition: all 0.5s;
}
.new_con1 .rq .rq1:hover .lef img {
  transform: scale(1.05);
}
.new_con1 .rq .rq1 .rig {
  width: 55%;
  float: left;
  padding-left: 50px;
  padding-right: 20px;
  padding-top: 40px;
}
.new_con1 .rq .rq1 .rig .p1 {
  font-size: 20px;
  color: #28529e;
  font-family: "puhui4";
  margin-bottom: 26px;
}
.new_con1 .rq .rq1 .rig .p2 {
  font-size: 14px;
  color: #28529e;
  font-family: "puhui4";
}
.new_con1 .rq .rq1 .rig .p2 img {
  width: 20px;
  margin-bottom: -3px;
  margin-right: 3px;
}
.new_con1 .rq .rq1 .rig .p3 {
  font-size: 14px;
  color: #777777;
  font-family: "puhui3";
  line-height: 26px;
  margin-top: 12px;
  margin-bottom: 14px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.new_con1 .rq .rq1 .rig .div {
  width: 105px;
  height: 32px;
  border-radius: 32px;
  border: 1px solid rgb(191, 191, 191);
  overflow: hidden;
}
.new_con1 .rq .rq1 .rig .div button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #777777;
  line-height: 30px;
  transition: all 0.5s;
}
.new_con1 .rq .rq1 .rig .div:hover button {
  color: #fff;
}
.new_con1 .rq .rq1 .rig .div:hover {
  border: 1px solid #0e3d85;
}

.fy {
  width: auto;
  display: table;
  margin: 0 auto;
}
.fy li {
  line-height: 40px;
  width: 40px;
  text-align: center;
  border: 1px solid rgb(233, 233, 233);
  float: left;
  margin: 0 1.5px;
  transition: all 0.5s;
}
.fy li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #777777;
}
.fy .next {
  width: auto;
  padding: 0 10px;
}
.fy li:hover,
.fy li.on {
  background: rgb(233, 233, 233);
}

@media (max-width: 1459px) {
  .new_con1 .top a {
    font-size: 20px;
    margin-right: 50px;
  }
  .new_con1 .rq {
    padding-top: 28px;
    padding-bottom: 6px;
  }
  .new_con1 .rq .rq1 .rig {
    padding-left: 38px;
    padding-right: 15px;
    padding-top: 32px;
  }
  .new_con1 .rq .rq1 {
    margin-bottom: 15px;
  }
  .new_con1 .rq .rq1 .rig .div button {
    font-size: 14px;
  }
  .new_con1 .rq .rq1 .rig .p3 {
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 991px) {
  .new_con1 .rq .rq1 .lef {
    width: 100%;
  }
  .new_con1 .rq .rq1 .rig {
    width: 100%;
    padding: 20px 10px;
  }
  .new_con1 .top a {
    font-size: 16px;
    margin-right: 20px;
  }
  .new_con1 .rq .rq1 .rig .p1 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .new_con1 .rq .rq1 .rig .p2 img {
    width: 16px;
    margin-bottom: -2px;
    margin-right: 3px;
  }
  .fy li a {
    font-size: 14px;
  }
}

/* 新闻详情 */
.new_dat1 {
  background: rgb(240, 240, 240);
}
.new_dat1 .rq {
  background: #fff;
  padding: 0 34px;
}

/* new_dat2 */
.new_dat2 {
  width: 100%;
  background: rgb(240, 240, 240);
}
.new_dat2 .rq {
  width: 100%;
  padding-left: 34px;
  padding-top: 40px;
  padding-right: 55px;
  background: #fff;
}
.new_dat2 .rq .lef {
  width: 61.8%;
  float: left;
}
.new_dat2 .lef .top {
  width: 100%;
  border-bottom: 1px dashed rgb(153, 153, 153);
  padding-bottom: 28px;
}
.new_dat2 .lef .top .p {
  font-size: 24px;
  color: #000000;
  font-family: "puhui4";
  text-align: center;
  margin-bottom: 20px;
}
.new_dat2 .lef .top div {
  width: 100%;
  text-align: center;
}
.new_dat2 .lef .top div span {
  font-size: 14px;
  color: #999999;
  font-family: "puhui3";
  margin-right: 25px;
}
.new_dat2 .lef .top div span:last-child {
  margin-right: 0;
}
.new_dat2 .lef .top div span img {
  width: 17px;
}
.new_dat2 .lef .con {
  width: 100%;
  padding: 0 45px;
  padding-top: 52px;
  padding-bottom: 55px;
}
.new_dat2 .lef .con img {
  max-width: 100%;
  height: auto !important;
  /* margin-bottom: 40px; */
  display: block;
}
.new_dat2 .lef .con p {
  font-size: 15px;
  color: #999999;
  font-family: "puhui3";
  line-height: 25px;
  text-indent: 2rem;
}
.new_dat2 .lef .bot {
  width: 100%;
  border-top: 1px dashed rgb(153, 153, 153);
  padding: 14px 0;
}
.new_dat2 .lef .bot a {
  font-size: 14px;
  color: #999999;
  line-height: 28px;
  display: block;
}
.new_dat2 .lef .bot a:hover {
  color: #0e3d85;
}

.new_dat2 .rig {
  width: 28.5%;
  float: right;
}
.new_dat2 .rig .div1 {
  width: 100%;
  border: 1px solid rgb(201, 201, 201);
  padding: 0 22px;
  padding-top: 8px;
  padding-bottom: 45px;
}
.new_dat2 .rig .p {
  font-size: 24px;
  color: #000000;
  font-family: "puhui2";
  line-height: 50px;
  border-bottom: 1px solid rgb(201, 201, 201);
}
.new_dat2 .rig .div {
  width: 100%;
  margin-bottom: 60px;
}
.new_dat2 .rig .div1 #demo {
  height: 425px;
}
.new_dat2 .rig .div1 a {
  font-size: 14px;
  color: #666666;
  font-family: "puhui4";
  display: block;

  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 26px;
  border-bottom: 1px dashed rgb(201, 201, 201);
}
.new_dat2 .rig .div1 a:hover {
  color: #0e3d85;
  padding-left: 10px;
}
.new_dat2 .rig .div1 a span {
  color: #999;
  display: block;
  margin-top: 10px;
  padding-bottom: 10px;
}
.new_dat2 .rig .div button {
  width: 100%;
  height: 42px;
  background: rgb(238, 238, 238);
  position: relative;
}
.new_dat2 .rig .div button img {
  width: 23px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.new_dat2 .rig .div2 {
  width: 100%;
  border: 1px solid rgb(201, 201, 201);
  padding: 10px 20px;
  margin-bottom: 45px;
}
.new_dat2 .rig .div2 .div3 {
  width: 100%;
  padding-top: 15px;
}
.new_dat2 .rig .div2 .div3 .div4 {
  width: 48%;
  float: left;
  margin-right: 4%;
}
.new_dat2 .rig .div2 .div3 .div4:nth-child(2) {
  margin-right: 0;
}
.new_dat2 .rig .div2 .div3 .div4 p {
  width: 100%;
  height: 10px;
  background: rgb(238, 238, 238);
  margin-bottom: 30px;
}
.new_dat2 .rig .div2 .div3 .div4 a {
  display: block;
  font-size: 14px;
  color: #999999;
  font-family: "puhui4";
  background: rgb(238, 238, 238);
  width: 100%;
  text-align: center;
  line-height: 38px;
  margin-bottom: 30px;
}
.new_dat2 .rig .div2 .div3 .div4 a:hover {
  color: #fff;
  background: #0e3d85;
}

.new_dat2 .rig .div5 {
  width: 100%;
  padding-left: 20px;
}
.new_dat2 .rig .div5 a {
  display: inline-block;
  width: 22;
  height: 22px;
  margin-right: 6px;
}
.new_dat2 .rig .div5 a:last-child {
  margin-right: 0;
}
.new_dat2 .rig .div5 a img {
  width: 100%;
}

/* .new_dat3 */
.new_dat3 {
  width: 100%;
  background: rgb(240, 240, 240);
  padding-top: 22px;
  padding-bottom: 32px;
}
.new_dat3 .rq {
  width: 100%;
}
.new_dat3 .rq .rq1 {
  width: 49%;
  background: #fff;
  margin-right: 2%;
  float: left;
  padding-left: 70px;
  padding-right: 50px;
  padding-top: 25px;
  padding-bottom: 22px;
}
.new_dat3 .rq .rq1:nth-child(2n) {
  margin-right: 0;
}
.new_dat3 .rq .rq1 .p {
  font-size: 24px;
  color: #000000;
  font-family: "puhui4";
}
.new_dat3 .rq .rq1 .div {
  width: 100%;
  padding-top: 10px;
}
.new_dat3 .rq .rq1 .div a {
  display: block;
  font-size: 16px;
  color: #000000;
  font-family: "puhui4";
  border-bottom: 1px dashed rgb(201, 201, 201);
  padding-top: 22px;

  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.new_dat3 .rq .rq1 .div a:hover {
  color: #0e3d85;
  padding-left: 10px;
}
.new_dat3 .rq .rq1 .div a span {
  font-size: 14px;
  color: #999999;
  font-family: "puhui4";
  display: block;
  padding-top: 12px;
  padding-bottom: 10px;
}

@media (max-width: 1459px) {
  .new_dat2 .rq {
    padding-left: 25px;
    padding-top: 30px;
    padding-right: 40px;
  }
  .new_dat2 .lef .top .p {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .new_dat2 .lef .top {
    padding-bottom: 15px;
  }
  .new_dat2 .lef .con {
    padding: 0 34px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .new_dat2 .lef .con img {
    /* margin-bottom: 30px; */
  }
  .new_dat2 .rig .div1 {
    padding: 0 16px;
    padding-top: 6px;
    padding-bottom: 34px;
  }
  .new_dat2 .rig .p {
    font-size: 20px;
    line-height: 40px;
  }

  .new_dat2 .rig .div1 div {
    height: 350px;
  }
  .new_dat2 .rig .div1 a {
    font-size: 14px;
    padding-top: 20px;
  }
  .new_dat2 .rig .div1 a span {
    margin-top: 5px;
    padding-bottom: 6px;
  }
  .new_dat2 .rig .div button {
    height: 32px;
  }
  .new_dat2 .rig .div button img {
    width: 16px;
  }
  .new_dat2 .rig .div {
    margin-bottom: 40px;
  }
  .new_dat2 .rig .div2 .div3 .div4 p {
    height: 8px;
    margin-bottom: 22px;
  }
  .new_dat2 .rig .div2 .div3 .div4 a {
    font-size: 12px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .new_dat2 .rig .div2 {
    padding: 7px 14px;
    margin-bottom: 30px;
  }
  .new_dat2 .rig .div5 {
    padding-left: 16px;
  }
  .new_dat3 .rq .rq1 {
    padding-left: 50px;
    padding-right: 38px;
    padding-top: 20px;
    padding-bottom: 16px;
  }
  .new_dat3 .rq .rq1 .p {
    font-size: 20px;
  }
  .new_dat3 .rq .rq1 .div a {
    font-size: 15px;
    padding-top: 12px;
  }
  .new_dat3 .rq .rq1 .div a span {
    font-size: 13px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (max-width: 1259px) {
  .new_dat2 .lef .con {
    padding: 0 5px;
    padding-top: 28px;
    padding-bottom: 26px;
  }
}
@media (max-width: 991px) {
  .new_dat2 .rq .lef {
    width: 100%;
  }
  .new_dat2 .rq {
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
  }
  .new_dat2 .rig {
    display: none;
  }
  .new_dat3 .rq .rq1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 500px) {
  .new_dat1 .rq {
    padding: 0 20px;
  }
  .new_dat2 .lef .top div span {
    font-size: 13px;
    margin-right: 5px;
  }
  .new_dat2 .lef .top div span:nth-child(1) {
    display: block;
    margin-bottom: 2px;
  }
  .new_dat2 .lef .top .p {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .new_dat2 .lef .con {
    padding: 0 0px;
    padding-top: 24px;
    /* padding-bottom: 26px; */
  }
  .new_dat2 .lef .con img {
    margin-bottom: 12px;
  }
  .new_dat2 .lef .con p {
    font-size: 14px;
    line-height: 28px;
  }
  .new_dat3 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

/* 成长在中亿 */
.tale_con1 {
  width: 100%;
  padding-top: 20px;
}
.tale_con1 .rq {
  width: 100%;
  margin-bottom: 47px;
}
.tale_con1 .rq .p {
  font-size: 20px;
  color: #777777;
  font-family: "puhui";
  margin-bottom: 5px;
}
.tale_con1 .rq .p1 {
  font-size: 16px;
  color: #777777;
  font-family: "puhui3";
  line-height: 30px;
  vertical-align: middle;
}
.tale_con1 .rq .p1 span {
  display: inline-block;
  vertical-align: top;
}
.tale_con1 .rq img {
  max-width: 90%;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}

@media (max-width: 1459px) {
  .tale_con1 .rq .p {
    font-size: 18px;
  }
  .tale_con1 .rq .p1 {
    font-size: 15px;
  }
  .tale_con1 .rq {
    width: 100%;
    margin-bottom: 35px;
  }
  .tale_con1 .rq .ig2 {
    max-width: 56%;
  }
  .tale_con1 .rq img {
    margin-top: 26px;
  }
}
@media (max-width: 500px) {
  .tale_con1 .rq .p1 {
    font-size: 14px;
    line-height: 26px;
  }
  .tale_con1 .rq {
    margin-bottom: 26px;
  }
  .tale_con1 .rq img {
    margin-top: 16px;
    width: 100%;
  }
  .tale_con1 .rq .ig2 {
    max-width: 100%;
  }
}

/* 人才理念 */
.tale2_con1 {
  width: 100%;
  padding-bottom: 10px;
}
.tale2_con1 .rq {
  width: 100%;
  margin-bottom: 28px;
  position: relative;
}
.tale2_con1 .rq img {
  width: 100%;
  vertical-align: middle;
}
.tale2_con1 .rq .wrap {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tale2_con1 .rq .div {
  width: 80%;
  height: 435px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: table;
}
.tale2_con1 .rq .div .div1 {
  display: table-cell;
  vertical-align: middle;
}
.tale2_con1 .rq .div .div2 {
  width: 80%;
  margin: 0 auto;
}
.tale2_con1 .rq .div .div1 p {
  font-size: 24px;
  color: #ffffff;
  font-family: "puhui3";
  text-align: center;
  line-height: 48px;
}

@media (max-width: 1459px) {
  .tale2_con1 .rq .div {
    width: 90%;
    height: 330px;
  }
  .tale2_con1 .rq .div .div1 p {
    font-size: 20px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .tale2_con1 .rq .div {
    width: 100%;
    height: 260px;
  }
  .tale2_con1 .rq .div .div1 p {
    font-size: 16px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .tale2_con1 .rq .wrap {
    width: 100%;
  }
  .tale2_con1 .rq .div {
    width: 95%;
    height: 220px;
  }
}
@media (max-width: 500px) {
  .tale2_con1 .rq {
    margin-bottom: 15px;
  }
  .tale2_con1 .rq .div,
  .tale2_con1 .rq .wrap {
    /* position: static;
    transform: translate(0,0); */
    width: 100%;
    /* background: rgb(0,0,0,.5); */
    /* padding-top: 15px;
    padding-bottom: 15px; */
    height: auto;
  }
  .tale2_con1 .rq .div {
    /* background: none; */
    /* padding: 0; */
    padding: 10px;
    background: rgb(0, 0, 0, 0.5);
  }
  .tale2_con1 .rq .div .div2 {
    width: 100%;
  }
  .tale2_con1 .rq .div .div1 p {
    /* font-size: 15px;
    line-height: 30px; */
    font-size: 12px;
    line-height: 22px;
  }
}

/* 人才招聘 */
.tale4_con1 {
  width: 100%;
}
.tale4_con1 .rq {
  width: 100%;
}
.tale4_con1 .rq a {
  display: block;
  font-size: 18px;
  color: #777777;
  font-family: "puhui4";
  width: 18.4%;
  margin-right: 2%;
  line-height: 60px;
  text-align: center;
  background-image: url(../images/img143.jpg);
  background-size: cover;
  margin-bottom: 27px;
  float: left;
  cursor: pointer;
}
.tale4_con1 .rq a:nth-child(5n) {
  margin-right: 0;
}
.tale4_con1 .rq a.on {
  background-image: url(../images/img142.jpg);
  color: #fff;
}
.tale4_con1 .rq1 {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 75px;
}
.tale4_con1 .rq1 .div {
  width: 100%;
  display: none;
}
.tale4_con1 .rq1 .div.on1 {
  display: block;
}
.tale4_con1 .rq1 .div .p {
  font-size: 18px;
  color: #0e3d85;
  font-family: "puhui4";
  border-bottom: 1px solid rgb(233, 236, 241);
  padding-bottom: 8px;
  position: relative;
}
.tale4_con1 .rq1 .div .p::before {
  content: "";
  width: 96px;
  height: 2px;
  background: #0e3d85;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tale4_con1 .rq1 .div .div1 {
  width: 100%;
  margin-top: 38px;
}
.tale4_con1 .rq1 .div .p1 {
  font-size: 18px;
  color: #777777;
  font-family: "puhui";
  margin-bottom: 12px;
}
.tale4_con1 .rq1 .div .p1 span {
  font-size: 16px;
  color: #777777;
  font-family: "puhui3";
}
.tale4_con1 .rq1 .div .p2,
.tale4_con1 .rq1 .div .div_p p,
.tale4_con1 .rq1 .div .div_p,
.tale4_con1 .rq1 .div .div_p span {
  font-size: 16px;
  color: #777777;
  font-family: "puhui3";
  line-height: 34px;
}

@media (max-width: 1459px) {
  .tale4_con1 .rq a {
    font-size: 16px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .tale4_con1 .rq1 {
    padding-top: 45px;
    padding-bottom: 57px;
  }
  .tale4_con1 .rq1 .div .div1 {
    margin-top: 28px;
  }
  .tale4_con1 .rq1 .div .p1 {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
@media (max-width: 991px) {
  .tale4_con1 .rq a {
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  .tale4_con1 .rq1 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .tale4_con1 .rq1 .div .p1 span {
    font-size: 14px;
  }
  .tale4_con1 .rq1 .div .p2,
  .tale4_con1 .rq1 .div .div_p p {
    font-size: 14px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .tale4_con1 .rq a {
    width: 32%;
    margin-right: 2%;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .tale4_con1 .rq a:nth-child(5n) {
    margin-right: 2%;
  }
  .tale4_con1 .rq a:nth-child(3n) {
    margin-right: 0;
  }
  .tale4_con1 .rq1 .div .p1 {
    font-size: 14px;
  }
  .tale4_con1 .rq1 .div .p2,
  .tale4_con1 .rq1 .div .div_p p,
  .tale4_con1 .rq1 .div .p2,
  .tale4_con1 .rq1 .div .div_p {
    font-size: 14px;
  }
  .tale4_con1 .rq1 .div .p2,
  .tale4_con1 .rq1 .div .div_p p,
  .tale4_con1 .rq1 .div .div_p,
  .tale4_con1 .rq1 .div .div_p span {
    font-size: 14px;
    line-height: 28px;
  }
}

/* 解决方案 */
.sol_con1 {
  width: 100%;
  padding-top: 45px;
  padding-bottom: 75px;
}
.sol_con2 {
  background: rgb(245, 246, 248);
}
.sol_con1 .rq {
  width: 100%;
  padding: 0 66px;
}
.sol_con1 .top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.sol_con2 .top {
  flex-wrap: wrap-reverse;
}
.sol_con1 .top .lef {
  width: 50%;
  overflow: hidden;
}
.sol_con1 .top .lef img {
  max-width: 95%;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}
.sol_con1 .top .rig {
  width: 50%;
}
.sol_con1 .top .rig .p1 {
  font-family: "puhui4";
  font-size: 36px;
  color: #000000;
}
.sol_con1 .top .rig .p2 {
  font-size: 18px;
  color: #000000;
  font-family: "puhui4";
  padding-top: 10px;
}
.sol_con1 .top .rig .p3 {
  font-size: 16px;
  color: #444444;
  margin-top: 50px;
  font-family: "puhui3";
  line-height: 30px;
}
.sol_con1 .bot {
  width: 100%;
  padding-top: 40px;
}
.sol_con1 .bot .p1 {
  font-size: 24px;
  color: #000000;
  font-family: "puhui4";
  text-align: center;
}
.sol_con1 .bot .rq1 {
  width: 100%;
  padding-top: 36px;
}
.sol_con1 .bot .rq1 .div {
  width: 23.5%;
  margin-right: 2%;
  float: left;
}
.sol_con1 .bot .rq1 .div:nth-child(4n) {
  margin-right: 0;
}
.sol_con1 .bot .rq1 .div .div1 {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.sol_con1 .bot .rq1 .div .div1 img {
  width: 100%;
  vertical-align: middle;
  transition: all 0.5s;
}
.sol_con1 .bot .rq1 .div:hover .div1 img {
  transform: scale(1.05);
}
.sol_con1 .bot .rq1 .div .div2 {
  width: 100%;
  height: 210px;
  border-radius: 5px;
  overflow: hidden;
  background: rgb(233, 236, 241);
  padding: 40px 20px;
}
.sol_con2 .bot .rq1 .div .div2 {
  background: #fff;
}
.sol_con1 .bot .rq1 .div .div2 .p2 {
  font-size: 25px;
  color: #000000;
  font-family: "puhui4";
  text-align: center;
  margin-bottom: 14px;

  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sol_con1 .bot .rq1 .div .div2 .p3 {
  font-size: 18px;
  color: #777777;
  font-family: "puhui3";
  text-align: center;
  line-height: 38px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 1459px) {
  .sol_con1 .rq {
    padding: 0px 40px;
  }
  .sol_con1 .top .rig .p1 {
    font-size: 26px;
  }
  .sol_con1 .top .rig .p2 {
    font-size: 16px;
    padding-top: 6px;
  }
  .sol_con1 .top .rig .p3 {
    font-size: 15px;
    margin-top: 35px;
    line-height: 28px;
  }
  .sol_con1 .bot {
    padding-top: 30px;
  }
  .sol_con1 .bot .p1 {
    font-size: 20px;
  }
  .sol_con1 .bot .rq1 {
    padding-top: 26px;
  }
  .sol_con1 .bot .rq1 .div .div2 {
    height: 160px;
    padding: 24px 12px;
  }
  .sol_con1 .bot .rq1 .div .div2 .p2 {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .sol_con1 .bot .rq1 .div .div2 .p3 {
    font-size: 16px;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .sol_con1 .top .lef {
    width: 100%;
  }
  .sol_con1 .top .rig {
    width: 100%;
    margin-top: 15px;
  }
  .sol_con1 .bot .rq1 .div {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .sol_con1 .bot .rq1 .div:nth-child(4n) {
    margin-right: 2%;
  }
  .sol_con1 .bot .rq1 .div:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .sol_con1 .rq {
    padding: 0;
  }
  .sol_con1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sol_con1 .top .rig .p1 {
    font-size: 22px;
  }
  .sol_con1 .top .rig .p2 {
    font-size: 14px;
    padding-top: 6px;
  }
  .sol_con1 .top .rig .p3 {
    margin-top: 14px;
  }
  .sol_con1 .bot .rq1 .div .div2 {
    height: 110px;
    padding: 10px 5px;
  }
  .sol_con1 .bot .rq1 .div .div2 .p2 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .sol_con1 .bot .rq1 .div .div2 .p3 {
    font-size: 14px;
    line-height: 25px;
  }
  .sol_con1 .bot .rq1 .div {
    margin-bottom: 10px;
  }
}

#allmap {
  height: 645px;
  width: 100%;
}
@media (max-width: 500px) {
  #allmap {
    height: 420px !important;
  }
}
