.cpClass .cpCont.cpCont1 .cpItem {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cpClass .cpCont.cpCont1 .cpItem::after {
  display: none;
}
.cpClass .cpCont.cpCont1 .cpItem .icon {
  display: flex;
  width: 100%;
}
.cpClass .cpCont.cpCont1 .cpItem .icon img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}
.cpClass .cpCont.cpCont1 .cpItem .icon p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
}
.cpClass .cpCont.cpCont1 .cpItem .cpFull p {
  font-size: 14px;
  color: #808082;
  white-space: nowrap;
}

.contactSection {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
}
.contactSection .about {
  width: 1200px;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin: 80px auto;
  background: #fff;
}
.contactSection .about .aboutLeft {
  width: 46%;
  font-size: 15px;
  line-height: 26px;
  color: #555555;
  display: flex;
  align-items: center;
}

.contactSection .about .aboutRight {
  width: 48%;
}
.contactSection .about .aboutRight .title p {
  font-family: "OPPOSans-M";
  font-size: 32px;
  color: #000000;
  position: relative;
  z-index: 9;
}
.contactSection .about .aboutRight .title span {
  font-family: "DIN-Bold";
  font-size: 87px;
  line-height: 87px;
  letter-spacing: 0px;
  position: relative;
  top: -30px;
  color: #f4f5f9;
  font-weight: bold;
}
.contactSection .about .aboutRight .aboutVideo {
  width: 100%;
}
.contactSection .about .aboutRight .aboutVideo video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contactSection .fzlc {
  width: 100%;
  height: 603px;
  background: url(../images/index/fzlc.png) no-repeat center center/cover;
}
.contactSection .fzlc .title {
  display: flex;
  flex-direction: column;
  padding-top: 67px;
}
.contactSection .fzlc .title p {
  font-family: "OPPOSans-M";
  font-size: 32px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 9;
  color: #000000;
}
.contactSection .fzlc .title span {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "DIN-Bold";
  font-size: 87px;
  color: #e8f3ff;
  position: relative;
  top: -30px;
}
.contactSection .fzlc .fzlcCon {
  width: 100%;
  height: 251px;
  margin-top: 40px;
  position: relative;
}
.contactSection .fzlc .fzlcCon .swiper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.contactSection .fzlc .fzlcCon .center {
  width: 100%;
  height: 100%;
  position: relative;
}
.contactSection .fzlc .fzlcCon .center .line {
  height: 1px;
  border: solid 1px #dfe9ff;
  position: absolute;
  top: 68px;
  width: 100%;
}
.contactSection .fzlc .fzlcCon .center .swiper-slide {
  width: 236px;
  height: 100%;
  margin-left: 84px;
}
.contactSection .fzlc .fzlcCon .center .swiper-slide .time {
  font-family: "DIN-Bold";
  font-size: 26px;
  color: #0063ff;
}
.contactSection .fzlc .fzlcCon .center .swiper-slide .lines {
  margin-top: 25px;
  position: relative;
  z-index: 9;
}
.contactSection .fzlc .fzlcCon .center .swiper-slide .lines .yuan {
  width: 33px;
  height: 33px;
  background: rgba(0, 99, 255, 0.04);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactSection .fzlc .fzlcCon .center .swiper-slide .lines .yuan .yuanxin {
  width: 14px;
  border-radius: 50%;
  height: 14px;
  background-color: #0063ff;
}
.contactSection .fzlc .fzlcCon .center .swiper-slide .lines .ljline {
  width: 33px;
  height: 71px;
  position: relative;
}
.contactSection .fzlc .fzlcCon .center .swiper-slide .lines .ljline::before {
  content: "";
  width: 2px;
  height: 71px;
  background-color: #0063ff;
  opacity: 0.5;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.contactSection .fzlc .fzlcCon .center .swiper-slide .lines .kxyuan {
  width: 33px;
  height: 12px;
  position: relative;
}
.contactSection .fzlc .fzlcCon .center .swiper-slide .lines .kxyuan::before {
  content: "";
  width: 12px;
  height: 12px;
  border: solid 2px #0063ff;
  opacity: 0.5;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.contactSection .fzlc .fzlcCon .center .swiper-slide .intro {
  height: auto;
  background-image: linear-gradient(0deg, #ffffff 0%, #fdfefe 40%, #fbfcfd 100%);
  box-shadow: 0px 9px 24px 0px rgba(210, 223, 246, 0.36);
  border-radius: 10px;
  padding: 25px 25px 20px 40px;
  position: relative;
  top: -41px;
}
.contactSection .fzlc .fzlcCon .center .swiper-slide .intro p {
  font-family: "OPPOSans-B";
  font-size: 18px;
  margin-bottom: 10px;
  color: #444444;
  padding: 5px 0;
  line-height: 28px;
}
.contactSection .fzlc .fzlcCon .center .swiper-slide .intro span {
  font-size: 14px;
  line-height: 22px;
  color: #777777;
}
.contactSection .fzlc .fzlcCon .center .swiper-scrollbar {
  width: 200px;
  height: 6px;
  background-color: #e8ebf3;
  border-radius: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -80px;
}
.contactSection .fzlc .fzlcCon .center .swiper-scrollbar .swiper-scrollbar-drag {
  background: #0063ff;
}
.contactSection .fzlc .fzlcCon .center .swiper-slide-active .intro {
  background: #0063ff !important;
}
.contactSection .fzlc .fzlcCon .center .swiper-slide-active .intro p {
  color: #fff;
}
.contactSection .fzlc .fzlcCon .center .swiper-slide-active .intro span {
  color: #fff;
}
.contactSection .honor {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  padding-bottom: 127px;
}
.contactSection .honor .title {
  display: flex;
  flex-direction: column;
  padding-top: 67px;
}
.contactSection .honor .title p {
  font-family: "OPPOSans-M";
  font-size: 32px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 9;
  color: #000000;
}
.contactSection .honor .title span {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "DIN-Bold";
  font-size: 87px;
  color: #e8f3ff;
  position: relative;
  top: -30px;
}
.contactSection .honor .list {
  width: 100%;
  margin-top: 70px;
}
.contactSection .honor .list ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.contactSection .honor .list ul li {
  margin-right: 70px;
  text-align: center;
}
.contactSection .honor .list ul li:last-child {
  margin-right: 0;
}
.contactSection .honor .list ul li img {
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  border-radius: 50%;
}
.contactSection .honor .list ul li p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #555555;
  margin-top: 10px;
}
.contactSection .aboutHxyw {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #f3f5fb;
  padding-bottom: 80px;
  padding-top: 70px;
}
.contactSection .aboutHxyw .aboutHxywCon {
  margin: 0 auto;
  width: 1200px;
}
.contactSection .aboutHxyw .aboutHxywCon .title {
  text-align: center;
}
.contactSection .aboutHxyw .aboutHxywCon .title p {
  font-size: 36px;
  color: #000000;
  margin-bottom: 20px;
}
.contactSection .aboutHxyw .aboutHxywCon .title span {
  font-size: 16px;
  color: #5c5d5f;
}
.contactSection .aboutHxyw .aboutHxywCon .title #wap{
    display: none;
}
.contactSection .aboutHxyw .aboutHxywCon .title #pc{
    display: block;
}
.contactSection .aboutHxyw .aboutHxywCon .aboutHxywList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.contactSection .aboutHxyw .aboutHxywCon .aboutHxywList .item {
  width: 286px;
  height: auto;
  background-color: #ffffff;
  box-shadow: 2px 4px 20px 0px rgba(161, 163, 170, 0.16);
  border-radius: 18px;
  background: url(../images/index/hxywbg_01.png) no-repeat center top;
  background-size: cover;
  overflow: hidden;
  padding: 28px;
  box-sizing: border-box;
}
.contactSection .aboutHxyw .aboutHxywCon .aboutHxywList .item:nth-child(2) {
  background: url(../images/index/hxywbg_02.png) no-repeat center top;
  background-size: cover;
}
.contactSection .aboutHxyw .aboutHxywCon .aboutHxywList .item:nth-child(2) .top {
  border-bottom: 1px solid #acccff;
  color: #0063ff;
}
.contactSection .aboutHxyw .aboutHxywCon .aboutHxywList .item:nth-child(3) {
  background: url(../images/index/hxywbg_03.png) no-repeat center top;
  background-size: cover;
}
.contactSection .aboutHxyw .aboutHxywCon .aboutHxywList .item:nth-child(3) .top {
  border-bottom: 1px solid #abeaf2;
  color: #01bbd7;
}
.contactSection .aboutHxyw .aboutHxywCon .aboutHxywList .item:nth-child(4) {
  background: url(../images/index/hxywbg_04.png) no-repeat center top;
  background-size: cover;
}
.contactSection .aboutHxyw .aboutHxywCon .aboutHxywList .item:nth-child(4) .top {
  border-bottom: 1px solid #f3c0f3;
  color: #d842d8;
}
.contactSection .aboutHxyw .aboutHxywCon .aboutHxywList .item .top {
  border-bottom: 1px solid #f4dab3;
  padding-bottom: 26px;
  color: #db8a15;
}
.contactSection .aboutHxyw .aboutHxywCon .aboutHxywList .item .top p {
  font-family: "OPPOSans-M";
  font-size: 22px;
  margin-bottom: 10px;
  display: flex;
  align-self: start;
}
.contactSection .aboutHxyw .aboutHxywCon .aboutHxywList .item .top p span {
  width: 24px;
  height: 11px;
  border-radius: 3px;
  border: solid 1px #fb3c22;
  font-family: "OPPOSans-M";
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 9px;
  font-size: 8px;
  color: #fb3c22;
}
.contactSection .aboutHxyw .aboutHxywCon .aboutHxywList .item .top span {
  font-size: 14px;
}
.contactSection .aboutHxyw .aboutHxywCon .aboutHxywList .item .bottom {
  margin-top: 20px;
}
.contactSection .aboutHxyw .aboutHxywCon .aboutHxywList .item .bottom .ite {
  margin-top: 28px;
}
.contactSection .aboutHxyw .aboutHxywCon .aboutHxywList .item .bottom .ite .iteT p {
  font-family: "OPPOSans-B";
  font-size: 16px;
  color: #3e3a39;
  margin-bottom: 10px;
}
.contactSection .aboutHxyw .aboutHxywCon .aboutHxywList .item .bottom .ite .iteT span {
  font-size: 14px;
  color: #5c5d5f;
  line-height: 24px;
}
.contactSection .aboutHxyw .aboutHxywCon .aboutHxywList .item .bottom .iteg {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.contactSection .aboutHxyw .aboutHxywCon .aboutHxywList .item .bottom .iteg span {
  display: block;
  height: 25px;
  margin:0 8px 8px 0;
  padding: 0 8px;
  border-radius: 3px;
  border: solid 1px #bfc3ce;
  line-height: 25px;
  box-sizing: border-box;
}
.contactSection .qysl {
  width: 100%;
  height: 230px;
  background: url(../images/index/qyslbg.png) no-repeat center top #f3f5fb;
  background-size: cover;
  overflow: hidden;
}
.contactSection .qysl .qyslCon {
  width: 1200px;
  height: 200px;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
}
.contactSection .qysl .qyslCon .qyslMain {
  width: 942px;
  height: 104px;
  background-image: linear-gradient(180deg, rgb(235, 243, 255) 0%, #ffffff 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  box-shadow: 2px 4px 20px 0px rgba(161, 163, 170, 0.16);
  border-radius: 18px;
  display: flex;
}
.contactSection .qysl .qyslCon .qyslMain .left {
  width: 187px;
  height: 100%;
  display: flex;
  font-size: 26px;
  align-items: center;
  justify-content: center;
  color: #000000;
  position: relative;
}
.contactSection .qysl .qyslCon .qyslMain .left::after {
  width: 1px;
  height: 44px;
  background-color: #0063ff;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contactSection .qysl .qyslCon .qyslMain .right {
  width: 754px;
  height: 100%;
}
.contactSection .qysl .qyslCon .qyslMain .right ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactSection .qysl .qyslCon .qyslMain .right ul li {
  display: flex;
  align-items: end;
  justify-content: center;
  font-size: 14px;
  margin-right: 24px;
  color: #5c5d5f;
}
.contactSection .qysl .qyslCon .qyslMain .right ul li:last-child {
  margin-right: 0;
}
.contactSection .qysl .qyslCon .qyslMain .right ul li p {
  font-family: "Kingsoft_Cloud_Font";
  font-size: 26px;
  color: #0063ff;
  display: flex;
  margin-left: 9px;
  align-items: start;
}
.contactSection .qysl .qyslCon .qyslMain .right ul li p span {
  font-size: 18px;
  color: #0063ff;
}
.contactSection .znyx {
  width: 100%;
  height: auto;
  background: #f3f5fb;
  padding: 60px 0;
  position: relative;
}
.contactSection .znyx .title {
  text-align: center;
}
.contactSection .znyx .title p {
  font-size: 36px;
  color: #000000;
  margin-bottom: 20px;
}
.contactSection .znyx .title span {
  font-size: 16px;
  color: #5c5d5f;
}
.contactSection .znyx .title span.pc{
    display: block;
}
.contactSection .znyx .title span.wap{
    display: none;
}
.contactSection .znyx .line {
  width: 100%;
  height: 132px;
  background: url(../images/index/lines.png) no-repeat center center;
  background-size: auto 100%;
  position: absolute;
  bottom: 80px;
}
.contactSection .znyx .line ul {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.contactSection .znyx .line ul li {
  width: 193px;
  position: relative;
  height: 100%;
  transition: all 0.3s;
}
.contactSection .znyx .line ul li:nth-child(2) .dian {
  bottom: 8px;
}
.contactSection .znyx .line ul li:nth-child(3) .dian {
  bottom: 32px;
  background: #0063ff;
}
.contactSection .znyx .line ul li:nth-child(3) .dian.cur {
  bottom: 27px;
}
.contactSection .znyx .line ul li:nth-child(4) .dian {
  bottom: 43px;
  background: #2093ff;
}
.contactSection .znyx .line ul li:nth-child(4) .dian.cur {
  bottom: 38px;
}
.contactSection .znyx .line ul li:nth-child(5) .dian {
  bottom: 43px;
  background: #33aeff;
}
.contactSection .znyx .line ul li:nth-child(5) .dian.cur {
  bottom: 38px;
}
.contactSection .znyx .line ul li:nth-child(6) .dian {
  bottom: 74px;
  background: #4bd2ff;
}
.contactSection .znyx .line ul li:nth-child(6) .dian.cur {
  bottom: 69px;
}
.contactSection .znyx .line ul li .dian {
  width: 10px;
  height: 10px;
  background-color: #0063ff;
  border: solid 2px #f1f6ff;
  position: absolute;
  bottom: 10px;
  border-radius: 50%;
  left: 14px;
  transition: all 0.3s;
}
.contactSection .znyx .line ul li .dian.cur {
  width: 23px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 5px;
}
.contactSection .znyx .line ul li .dian.cur img {
  display: block;
}
.contactSection .znyx .line ul li .dian img {
  display: none;
}
.contactSection .znyx .znyxCon {
  height: 331px;
  width: 1200px;
  margin: 27px auto 0;
  position: relative;
}
.contactSection .znyx .znyxCon ul {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 331px;
}
.contactSection .znyx .znyxCon ul li {
  width: 194px;
  height: 300px;
  background-image: linear-gradient(180deg, #ffffff 0%, rgb(218, 232, 255) 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  box-shadow: 2px 4px 20px 0px rgba(161, 163, 170, 0.16);
  border-radius: 18px;
  position: relative;
  transition: all 0.5s;
}
.contactSection .znyx .znyxCon ul li.cur {
  height: 331px;
  background: url(../images/index/zyyxbg2.png) no-repeat center center;
}
.contactSection .znyx .znyxCon ul li.cur p {
  color: #fff;
}
.contactSection .znyx .znyxCon ul li.cur span {
  color: #fff;
}
.contactSection .znyx .znyxCon ul li:hover {
  height: 331px;
  background: url(../images/index/zyyxbg2.png) no-repeat center center;
}
.contactSection .znyx .znyxCon ul li:hover p {
  color: #fff;
}
.contactSection .znyx .znyxCon ul li:hover span {
  color: #fff;
}
.contactSection .znyx .znyxCon ul li p {
  margin-top: 63px;
  padding-left: 18px;
  font-family: "Kingsoft_Cloud_Font";
  font-size: 22px;
  color: #000000;
  margin-bottom: 30px;
}
.contactSection .znyx .znyxCon ul li span {
  padding: 0 18px;
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: #5c5d5f;
}
.contactSection .ppst {
  height: 750px;
  background: url(../images/index/ppstbg.png) no-repeat center center;
  background-size: cover;
}
.contactSection .ppst .smtitle {
  font-size: 16px;
  color: #0063ff;
  text-align: center;
  font-weight: bold;
  margin-top: 45px;
}
.contactSection .ppst .plist {
  width: 858px;
  margin: 40px auto 0;
}
.contactSection .ppst .plist .item {
  margin-bottom: 18px;
}
.contactSection .ppst .plist .item .top {
  width: 302px;
  height: 23px;
  background: url(../images/index/plist_topbg.png) no-repeat center center;
  background-size: contain;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  color: #2a518e;
}
.contactSection .ppst .plist .item .bottom {
  width: 858px;
  height: 68px;
  background: url(../images/index/plist_botbg.png) no-repeat center center;
  background-size: contain;
  position: relative;
  top: -12px;
}
.contactSection .ppst .plist .item .bottom ul {
  display: flex;
  justify-content: space-around;
  padding-top: 15px;
}
.contactSection .ppst .plist .item .bottom ul li {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #2a518e;
}
.contactSection .ppst .plist .item .bottom .more {
  width: 630px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
.contactSection .ppst .plist .item .bottom .more span {
  font-size: 14px;
  color: #2a518e;
  opacity: 0.8;
}
.contactSection .ppst .company {
  width: 503px;
  height: 119px;
  background: url(../images/index/company_bg.png) no-repeat center center;
  background-size: cover;
  margin: 0 auto;
}
.contactSection .ppst .company ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 20px;
  height: 100%;
  align-items: center;
  padding-bottom: 20px;
}
.contactSection .ppst .company ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contactSection .ppst .company ul li img {
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contactSection .ppst .company ul li p {
  font-size: 14px;
  color: #595757;
  margin-top: 10px;
}
.contactSection .xfhy .xfhyCon {
  width: 1200px;
  margin: 50px auto 0;
  height: 504px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.contactSection .xfhy .xfhyCon .left {
  width: 304px;
  height: 100%;
  background: #fff;
}
.contactSection .xfhy .xfhyCon .left ul li {
  height: 83px;
  padding: 0 22px;
  font-size: 18px;
  cursor: pointer;
  letter-spacing: 1px;
  color: #333333;
  align-items: center;
}
.contactSection .xfhy .xfhyCon .left ul li p {
  border-bottom: 1px solid #d9e0e7;
  height: 100%;
  display: flex;
  align-items: center;
}
.contactSection .xfhy .xfhyCon .left ul li p img {
  display: none;
}
.contactSection .xfhy .xfhyCon .left ul li.cur {
  background-color: #0063ff;
}
.contactSection .xfhy .xfhyCon .left ul li.cur p {
  color: #fff;
  border-bottom: none;
  position: relative;
}
.contactSection .xfhy .xfhyCon .left ul li.cur p img {
  width: 11px;
  height: 11px;
  display: block;
  margin-left: 8px;
}
.contactSection .xfhy .xfhyCon .left ul li:last-child p {
  border-bottom: none;
}
.contactSection .xfhy .xfhyCon .xfhyRight {
  width: 896px;
  height: 100%;
  overflow: hidden;
}
.contactSection .xfhy .xfhyCon .xfhyRight .mySwiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.contactSection .xfhy .xfhyCon .xfhyRight .mySwiper .swiper-pagination {
  bottom: 16px;
  display: flex;
  justify-content: flex-end;
  padding-right: 21px;
}
.contactSection .xfhy .xfhyCon .xfhyRight .mySwiper .swiper-pagination .swiper-pagination-bullet {
  width: 37px;
  height: 2px;
  background-color: #a1b1c4;
}
.contactSection .xfhy .xfhyCon .xfhyRight .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0063ff;
}
.contactSection .cyfw {
  background: url(../images/index/cyfwbg.png) no-repeat center bottom #f3f5fb;
  background-size: contain;
  height: auto;
  overflow: hidden;
}
.contactSection .cyfw .cylist {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 50px auto 0;
}
.contactSection .cyfw .cylist ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.contactSection .cyfw .cylist ul li {
  padding: 38px 30px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}
.contactSection .cyfw .cylist ul li:hover .btn {
  bottom: 0;
}
.contactSection .cyfw .cylist ul li .top {
  border-bottom: 1px solid #d0d8e1;
  padding-bottom: 21px;
  display: flex;
  align-items: center;
  font-family: "OPPOSans-M";
  font-size: 18px;
  color: #000000;
}
.contactSection .cyfw .cylist ul li .top img {
  width: 36px;
  height: 36px;
  margin-right: 8px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contactSection .cyfw .cylist ul li .tag {
  margin-top: 15px;
}
.contactSection .cyfw .cylist ul li .tag p {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
}
.contactSection .cyfw .cylist ul li .btn {
  position: absolute;
  bottom: -135px;
  transition: all 0.5s;
  background: #fff;
  height: 135px;
  width: 100%;
  display: flex;
  justify-content: center;
  left: 0;
  align-items: center;
}
.contactSection .cyfw .cylist ul li .btn .btn1 {
  width: 105px;
  height: 38px;
  background-color: #0063ff;
  box-shadow: 0px 4px 9px 0px #cde0ff;
  font-size: 14px;
  border: solid 1px #0063ff;
  color: #ffffff;
  margin-right: 14px;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
}
.contactSection .cyfw .cylist ul li .btn .btn1.btn2 {
  margin-right: 0;
  background: none;
  box-shadow: none;
  color: #555555;
}

@media screen and (max-width: 1024px) {
  .aboutNum {
    height: 86px;
  }
  .aboutNum ul {
    width: calc(100% - 40px);
  }
  .aboutNum ul li img {
    width: 38px;
    height: 38px;
    margin-right: 14px;
  }
  .aboutNum ul li .aboutNumR p {
    font-size: 20px;
  }
  .aboutNum ul li .aboutNumR .intro {
    font-size: 12px;
    margin-top: 8px;
  }
  .contactSection .about {
    width: calc(100% - 60px);
    margin: 60px auto;
    gap: 40px;
  }
  .contactSection .about .aboutLeft {
    width: 52%;
  }
  .contactSection .about .aboutRight {
    width: 44%;
  }
  .contactSection .about .aboutRight .title p {
    font-size: 28px;
  }
  .contactSection .about .aboutRight .title span {
    font-size: 60px;
    line-height: 60px;
    top: -20px;
  }
  .contactSection .fzlc {
    height: 560px;
  }
  .contactSection .fzlc .title {
    padding-top: 54px;
  }
  .contactSection .fzlc .title p {
    font-size: 28px;
  }
  .contactSection .fzlc .title span {
    font-size: 60px;
    line-height: 60px;
    top: -20px;
  }
  .contactSection .fzlc .fzlcCon {
    margin-top: 30px;
  }
  .contactSection .fzlc .fzlcCon .center .swiper-slide {
    width: 220px;
    margin-left: 48px;
  }
  .contactSection .honor {
    width: calc(100% - 60px);
    padding-bottom: 90px;
  }
  .contactSection .honor .title {
    padding-top: 54px;
  }
  .contactSection .honor .title p {
    font-size: 28px;
  }
  .contactSection .honor .title span {
    font-size: 60px;
    line-height: 60px;
    top: -20px;
  }
  .contactSection .honor .list {
    margin-top: 46px;
  }
  .contactSection .honor .list ul {
    flex-wrap: wrap;
    row-gap: 34px;
  }
  .contactSection .honor .list ul li {
    width: 33.333%;
    margin-right: 0;
    text-align: center;
  }
  .contactSection .aboutHxyw {
    padding: 56px 0 64px;
  }
  .contactSection .aboutHxyw .aboutHxywCon {
    width: calc(100% - 60px);
  }
  .contactSection .aboutHxyw .aboutHxywCon .title p {
    font-size: 30px;
  }
  .contactSection .aboutHxyw .aboutHxywCon .aboutHxywList {
    gap: 24px;
  }
  .contactSection .aboutHxyw .aboutHxywCon .aboutHxywList .item {
    width: calc(50% - 12px);
    height: auto;
    min-height: 560px;
  }
  .contactSection .qysl {
    height: auto;
    padding: 30px 0;
  }
  .contactSection .qysl .qyslCon {
    width: calc(100% - 60px);
    height: auto;
    margin: 0 auto;
  }
  .contactSection .qysl .qyslCon .qyslMain {
    width: 100%;
  }
  .contactSection .qysl .qyslCon .qyslMain .right {
    flex: 1;
  }
  .contactSection .qysl .qyslCon .qyslMain .right ul {
    justify-content: space-around;
  }
  .contactSection .qysl .qyslCon .qyslMain .right ul li {
    margin-right: 10px;
  }
  .contactSection .znyx {
    padding: 54px 0;
  }
  .contactSection .znyx .title {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  .contactSection .znyx .title p {
    font-size: 30px;
  }
  .contactSection .znyx .title span {
    line-height: 26px;
  }
  .contactSection .znyx .line {
    display: none;
  }
  .contactSection .znyx .znyxCon {
    width: calc(100% - 60px);
    height: auto;
  }
  .contactSection .znyx .znyxCon ul {
    height: auto;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 22px;
  }
  .contactSection .znyx .znyxCon ul li {
    width: calc(33.333% - 15px);
    height: auto;
    min-height: 280px;
  }
  .contactSection .znyx .znyxCon ul li.cur, .contactSection .znyx .znyxCon ul li:hover {
    height: auto;
    min-height: 100px;
    background-size: cover;
  }
  .contactSection .ppst {
    height: auto;
  }
  .contactSection .ppst .plist {
    width: calc(100% - 120px);
  }
  .contactSection .ppst .plist .item .bottom {
    width: 100%;
    background-size: 100% 100%;
  }
  .contactSection .xfhy .xfhyCon {
    width: calc(100% - 60px);
  }
  .contactSection .xfhy .xfhyCon .left {
    width: 30%;
  }
  .contactSection .xfhy .xfhyCon .xfhyRight {
    width: 68%;
  }
  .contactSection .xfhy .xfhyCon .xfhyRight img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contactSection .cyfw .cylist {
    width: calc(100% - 60px);
  }
  .contactSection .cyfw .cylist ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .contactSection .cyfw .cylist ul li {
    padding: 32px 24px;
  }
}
@media screen and (max-width: 767px) {
    .cpClass .cpCont.cpCont1 .cpItem .icon img{
	    width: 20px;
	    height: 20px;
	}
	.cpClass .cpCont.cpCont1 .cpItem .icon p{
	    font-size: 16px;
	}
    .contactSection .aboutHxyw .aboutHxywCon .title #wap{
        display: block;
    }
    .contactSection .aboutHxyw .aboutHxywCon .title #pc{
        display: none;
    }
    .cpClass .cpCont.cpCont1 .cpItem .cpFull p{
        font-size: 12px;
    }
  .contactSection .znyx .title #pc{
      display: none !important;
  }
  .contactSection .znyx .title #wap{
      display: block !important;
  }
    .contactSection .cyfw .cylist ul li .btn .btn1{
        font-size: 12px;
        height:30px;
        line-height: 30px;
    }
    .contactSection .cyfw .cylist ul li .top{
        font-size: 15px;
    }
    .contactSection .cyfw .cylist ul li .top img{
        width: 30px;
        height: 30px;
    }
  .aboutNum {
    position: static;
    height: auto;
    padding: 18px 15px;
    background: #fff;
  }
  .aboutNum ul {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 0;
  }
  .aboutNum ul li {
    justify-content: flex-start;
    padding-left: 12px;
  }
  .aboutNum ul li::after {
    height: 34px;
  }
  .aboutNum ul li:nth-child(2n)::after, .aboutNum ul li:last-child::after {
    display: none;
  }
  .aboutNum ul li img {
    width: 34px;
    height: 34px;
    margin-right: 10px;
  }
  .aboutNum ul li .aboutNumR p {
    font-size: 18px;
  }
  .aboutNum ul li .aboutNumR .intro {
    font-size: 12px;
    margin-top: 6px;
  }
  .contactSection .about {
    width: calc(100% - 30px);
    flex-direction: column-reverse;
    gap: 24px;
    margin: 30px auto 15px;
  }
  .contactSection .about .aboutLeft,
  .contactSection .about .aboutRight {
    width: 100%;
  }
  .contactSection .about .aboutLeft {
    font-size: 14px;
    line-height: 24px;
  }
  .contactSection .about .aboutRight .title p {
    font-size: 24px;
  }
  .contactSection .about .aboutRight .title span {
    display: block;
    font-size: 36px;
    line-height: 42px;
    top: -12px;
    word-break: break-word;
  }
  .contactSection .about .aboutRight .aboutVideo video {
    height: auto;
  }
  .contactSection .fzlc {
    height: 520px;
  }
  .contactSection .fzlc .title {
    padding-top: 42px;
  }
  .contactSection .fzlc .title p {
    font-size: 24px;
  }
  .contactSection .fzlc .title span {
    font-size: 40px;
    line-height: 42px;
    top: -12px;
  }
  .contactSection .fzlc .fzlcCon {
    height: 260px;
    margin-top: 20px;
  }
  .contactSection .fzlc .fzlcCon .center .line {
    top: 62px;
  }
  .contactSection .fzlc .fzlcCon .center .swiper-slide {
    width: 72%;
    max-width: 260px;
    margin-left: 20px;
  }
  .contactSection .fzlc .fzlcCon .center .swiper-slide .time {
    font-size: 24px;
  }
  .contactSection .fzlc .fzlcCon .center .swiper-slide .lines {
    margin-top: 20px;
  }
  .contactSection .fzlc .fzlcCon .center .swiper-slide .intro {
    padding: 22px 20px;
  }
  .contactSection .fzlc .fzlcCon .center .swiper-slide .intro p {
    font-size: 17px;
    margin-bottom: 12px;
  }
  .contactSection .fzlc .fzlcCon .center .swiper-slide .intro span {
    font-size: 13px;
    line-height: 21px;
  }
  .contactSection .fzlc .fzlcCon .center .swiper-scrollbar {
    width: 150px;
    bottom: -58px;
  }
  .contactSection .honor {
    width: calc(100% - 30px);
    padding-bottom:30px;
  }
  .contactSection .honor .title {
    padding-top: 15px;
  }
  .contactSection .honor .title p {
    font-size: 24px;
  }
  .contactSection .honor .title span {
    font-size: 40px;
    line-height: 42px;
    top: -12px;
  }
  .contactSection .honor .list {
    margin-top: 20px;
  }
  .contactSection .honor .list ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 28px;
  }
  .contactSection .honor .list ul li {
    width: 50%;
    margin-right: 0;
    text-align: center;
  }
  .contactSection .honor .list ul li img {
    width: 68px;
    height: 68px;
  }
  .contactSection .honor .list ul li p {
    font-size: 13px;
    line-height: 22px;
  }
  .contactSection .aboutHxyw {
    padding: 25px 0 10px;
  }
  .contactSection .aboutHxyw .aboutHxywCon {
    width: calc(100% - 30px);
  }
  .contactSection .aboutHxyw .aboutHxywCon .title p {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  .contactSection .aboutHxyw .aboutHxywCon .title span {
    display: block;
    font-size: 14px;
    line-height: 22px;
  }
  .contactSection .aboutHxyw .aboutHxywCon .aboutHxywList {
    display: block;
    margin-top: 28px;
  }
  .contactSection .aboutHxyw .aboutHxywCon .aboutHxywList .item {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 24px 20px;
    margin-bottom: 18px;
    border-radius: 12px;
  }
  .contactSection .aboutHxyw .aboutHxywCon .aboutHxywList .item:last-child {
    margin-bottom: 0;
  }
  .contactSection .aboutHxyw .aboutHxywCon .aboutHxywList .item .top {
    padding-bottom: 18px;
  }
  .contactSection .aboutHxyw .aboutHxywCon .aboutHxywList .item .top p {
    font-size: 20px;
  }
  .contactSection .aboutHxyw .aboutHxywCon .aboutHxywList .item .top span {
    line-height: 22px;
  }
  .contactSection .aboutHxyw .aboutHxywCon .aboutHxywList .item .bottom .ite {
    margin-top: 24px;
  }
  .contactSection .qysl {
    height: auto;
    padding: 28px 0;
  }
  .contactSection .qysl .qyslCon {
    width: calc(100% - 30px);
    height: auto;
    margin: 0 auto;
  }
  .contactSection .qysl .qyslCon .qyslMain {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .contactSection .qysl .qyslCon .qyslMain .left {
    width: 100%;
    height: 64px;
    font-size: 22px;
  }
  .contactSection .qysl .qyslCon .qyslMain .left::after {
    width: 80px;
    height: 1px;
    right: auto;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .contactSection .qysl .qyslCon .qyslMain .right {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
  .contactSection .qysl .qyslCon .qyslMain .right ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 10px;
  }
  .contactSection .qysl .qyslCon .qyslMain .right ul li {
    display: block;
    margin-right: 0;
    text-align: center;
  }
  .contactSection .qysl .qyslCon .qyslMain .right ul li p {
    justify-content: center;
    margin: 8px 0 0;
  }
  .contactSection .znyx {
    padding: 42px 0;
  }
  .contactSection .znyx .title {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .contactSection .znyx .title p {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  .contactSection .znyx .title span {
    display: block;
    font-size: 14px;
    line-height: 22px;
  }
  .contactSection .znyx .title #pc{
      display: block;
  }
  .contactSection .znyx .title #wap{
      display: block;
  }
  .contactSection .znyx .line {
    display: none;
  }
  .contactSection .znyx .znyxCon {
    width: calc(100% - 30px);
    height: auto;
    margin-top: 24px;
  }
  .contactSection .znyx .znyxCon ul {
    display: block;
    height: auto;
  }
  .contactSection .znyx .znyxCon ul li {
    width: 100%;
    height: auto;
    min-height: 0;
    margin-bottom: 16px;
    padding: 26px 0;
  }
  .contactSection .znyx .znyxCon ul li.cur, .contactSection .znyx .znyxCon ul li:hover {
    height: auto;
    background-size: cover;
  }
  .contactSection .znyx .znyxCon ul li:last-child {
    margin-bottom: 0;
  }
  .contactSection .znyx .znyxCon ul li p {
    margin-top: 0;
    margin-bottom: 14px;
  }
  .contactSection .ppst {
    height: auto;
  }
  .contactSection .ppst .smtitle {
    margin-top: 28px;
  }
  .contactSection .ppst .plist {
    width: calc(100% - 30px);
    margin-top: 26px;
  }
  .contactSection .ppst .plist .item .top {
    width: 80%;
  }
  .contactSection .ppst .plist .item .bottom {
    width: 100%;
    height: auto;
    min-height: 68px;
    padding: 20px 14px;
    box-sizing: border-box;
    border-radius: 10px;
    top: -8px;
    background-size: contain;
    background-position: center bottom;
  }
  .contactSection .ppst .plist .item .bottom ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 18px;
    padding-top: 0;
  }
  .contactSection .ppst .plist .item .bottom .more {
    position: static;
    width: 100%;
    transform: none;
    margin-top: 12px;
    justify-content: center;
    gap: 18px;
  }
  .contactSection .ppst .company {
    width: calc(100% - 30px);
    height: auto;
    border-radius: 12px;
  }
  .contactSection .ppst .company ul {
    padding: 18px 12px;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 0;
  }
  .contactSection .xfhy .xfhyCon {
    width: calc(100% - 30px);
    height: auto;
    display: block;
    margin-top: 28px;
  }
  .contactSection .xfhy .xfhyCon .left {
    width: 100%;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 18px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .contactSection .xfhy .xfhyCon .left::-webkit-scrollbar {
    display: none;
  }
  .contactSection .xfhy .xfhyCon .left ul {
    display: flex;
    flex-wrap: nowrap;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
  }
  .contactSection .xfhy .xfhyCon .left ul li {
    flex: 0 0 auto;
    width: 220px;
    height: 56px;
    min-height: 56px;
    padding: 0 16px;
    font-size: 15px;
    letter-spacing: 0;
  }
  .contactSection .xfhy .xfhyCon .left ul li p {
    line-height: 30px;
    border-bottom: none;
    white-space: nowrap;
  }
  .contactSection .xfhy .xfhyCon .xfhyRight {
    width: 100%;
    height: auto;
  }
  .contactSection .xfhy .xfhyCon .xfhyRight .mySwiper {
    height: auto;
  }
  .contactSection .xfhy .xfhyCon .xfhyRight .mySwiper img {
    width: 100%;
    height: auto;
    display: block;
  }
  .contactSection .cyfw .cylist {
    width: calc(100% - 30px);
    margin-top: 28px;
  }
  .contactSection .cyfw .cylist ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .contactSection .cyfw .cylist ul li {
    padding: 15px;
    border-radius: 12px;
  }
  .contactSection .cyfw .cylist ul li .btn {
    position: static;
    height: auto;
    margin-top: 24px;
    justify-content: flex-start;
  }
}/*# sourceMappingURL=about.css.map */