﻿* {
  margin: 0px;
  padding: 0px;
  -webkit-overflow-scrolling: touch;
  outline: none;
}
body {
  margin: 0 auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.4;
  font-family: PingFangSC-Regular, PingFang SC !important;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100% !important;
}
.htmlOverHide {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
li {
  list-style: none;
}
/** iconFont **/
.iconFont {
  font-family: "iconfont" !important;
  font-style: normal;
  vertical-align: middle;
}
/** publice **/
img {
  border: none;
  width: 100%;
  height: auto;
  display: block;
}
.imgClick {
  pointer-events: none;
}
.wrap {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
/** 适配android/ios line-height属性值不一致的问题 **/
.line_height {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
}
.clear {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
a {
  color: #666;
  outline: none;
}
a,
a:visited {
  text-decoration: none;
}
/** 隐藏显示点 **/
.ellipsis {
  text-align: left;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ellipsis3 {
  -webkit-line-clamp: 3;
}
.textHidden {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/**开始**/
.btm1 {
  transition: 0.3s all;
  cursor: pointer;
}
.btm1:hover {
  transform: scale(1.02);
}
.btm {
  transition: 0.3s all;
  cursor: pointer;
}
.btm:hover {
  transform: scale(1.02);
}
.width {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.headPo {
    width: 100%;
    background: #000;
    z-index: 12;
    height: 85px;
}
.headPo .zhiding {
  width: 1000px;
  margin: 0 auto;
}
.headPo .nav {
    /* position: relative; */
    z-index: 3;
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    /* justify-content: space-between; */
}
.headPo .nav .porel {
    margin-top: 9px;
    position: relative;
    float: right;
    width: 1030px;
}
.headPo .nav .right {
    font-size: 18px;
    line-height:20px;
    color: #FFFFFF;
    float: right;
    margin-bottom: 20px;
}
.headPo .nav .log {
    width: 155px;
    height: 38px;
    float: left;
}
.headPo .nav .list {
  display: flex;
}
.headPo .nav .list .li span a{ color:#fff;font-size:14px}
.headPo .nav .list .li {
  margin: 0 12px;
  font-size: 16px;
  color: #FFFFFF;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headPo .nav .list .li i {
  position: absolute;
  top: -16px;
  left: 50%;
  display: block;
  width: 30px;
  height: 16px;
  margin-left: -15px;
  overflow: hidden;
}
.headPo .nav .list .li label {
  display: block;
  width: 16px;
  height: 9px;
  overflow: hidden;
  position: relative;
  transform: rotate(180deg);
  transition: 0.3s all;
}
.headPo .nav .list .li span {
  margin-right: 3px;
}
.headPo .nav .list .li:hover span {
  color: #3BE78B;
}
.headPo .nav .list .li label:after {
  display: block;
  content: " ";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 3px;
  left: 2px;
  /* border-radius: 1px; */
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  background: #fff;
}
.headPo .nav .list .li:hover label:after {
  background: #3BE78B;
}
.headPo .nav .list .li:hover label {
  transform: rotate(0deg);
}
.headPo .nav .list .cur span {
  color: #3BE78B;
}
.headPo .nav .list .cur label:after {
  background: #3BE78B;
}
.headPo .nav .list .cur label {
  transform: rotate(0deg);
}
.headPo .nav .list .li i:after {
  display: block;
  content: " ";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 10px;
  left: 5px;
  border-radius: 1px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  background: #3BE78B;
}
.headPo .nav .list .li .poCon {
  position: absolute;
  top: 38px;
  left: 50%;
  background: #fff;
  opacity: 0;
  transition: all 0.3s ease-out;
  transform: scale(0) translate(-50%, 0px);
  transform-origin: 0% 0;
  border-top: 2px solid #3BE78B;
}
.headPo .nav .list .li:hover .poCon {
  transform: scale(1) translate(-50%, 0px);
  transform-origin: 0% 0;
  opacity: 1;
}
.headPo .nav .list .li .poCon .line {
  position: relative;
  z-index: 200;
  background: #fff;
  padding: 0 16px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #666;
  text-align: left;
  white-space: nowrap;
}
.headPo .nav .list .li .poCon .line a {
  color: #666;
}
.headPo .nav .list .li .poCon .line:hover {
  background: rgba(15, 34, 182, 0.04);
  font-weight: bold;
}
.headPo .nav .list .li .poCon .poUl {
  position: relative;
  z-index: 22;
  background: #fff;
}
.curser {
  cursor: pointer;
}
.head {
  width: 100%;
  height: 430px;
  background: #244ECA url(../images/bg.png) no-repeat;
  background-position: 50%;
}
.head .banner {
  padding-top:130px;
}
.head .banner .p1 {
  font-weight: 600;
  font-size: 54px;
  color: #FFFFFF;
}
.head .banner .p2 {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.head .banner .p2 span {
  display: flex;
  color: #fff;
  align-items: center;
}
.head .banner .p2 label {
  margin: 0 8px;
}
.head .banner .p2 span img {
  width: 15px;
  height: 13px;
  margin-right: 4px;
}
.head .banner .btm {
  margin-top: 17px;
  width: 312px;
  height: 35px;
  background: url(../images/rectangl.png) no-repeat;
  cursor: pointer;
}
.head .banner .btm:hover {
  background: url(../images/btnhead.png) no-repeat;
}
.head .poHead {
  position: absolute;
  width: 418px;
  bottom: 0;
  right: 10px;
}
.padding60 {
  padding-bottom: 60px;
}
.gray {
  background: #F8F9FC;
}
.des {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
  color: #666666;
}
.swiper-container {
  margin-top: 40px;
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  width: auto!important;
  height: 300px!important;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
}
.swiper-wrapper img {
  height: 300px;
  width: auto;
}
.quanqiu {
  background: #244ECA;
  padding-bottom: 15px;
}
.quanqiu .title {
  color: #fff;
}
.quanqiu .des {
  color: #fff;
}
.quanqiu .img {
  margin-top: 13px;
}
.quanqiuBtm {
  margin: 0 auto;
  margin-top: 40px;
  transition: 0.3s all;
  cursor: pointer;
  width: 380px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quanqiuBtm .phone {
  display: flex;
  align-items: center;
}
.quanqiuBtm .phoneImg {
  width: 22px;
  margin-left: 24px;
  margin-right: 6px;
}
.quanqiuBtm .phoneTxt {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
.quanqiuBtm .phoneRed {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #E83233;
}
.quanqiuBtm .phoneBtm {
  width: 100px;
  height: 50px;
  background: #E83233;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
}
.quanqiu .quanqiuBtm {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -190px;
}
.quanqiuBtm:hover {
  transform: scale(1.02);
}
.title {
  padding-top: 60px;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #333;
}
.why .list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.why .list .li {
  width: 235px;
  height: 276px;
  position: relative;
  cursor: pointer;
}
.why .list .li .whyBj {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.3s all;
}
.why .list .li:hover .whyBj {
  opacity: 1;
}
.why .list .li .p1 {
  position: absolute;
  top: 151px;
  left: 21px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
}
.why .list .li .p2 {
  position: absolute;
  width: 187px;
  top: 192px;
  left: 24px;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}
.team {
  margin-top: 60px;
}
.team .left1 {
  float: left;
  width: 447px;
  margin-right: 2px;
}
.team .left1 .p1 {
  width: 447px;
  height: 186px;
  overflow: hidden;
  position: relative;
  margin-bottom: 2px;
}
.team .left1 .p1 .temPo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
}
.team .left2 {
  width: 220px;
}
.team .left2 .p1 {
  width: 220px;
  height: 186px;
  overflow: hidden;
}
.team .left2 .p1 .temPo {
  width: 220px;
}
.team .left3 {
  width: 325px;
  margin-right: 0;
}
.team .left3 .p1 {
  width: 325px;
  height: 186px;
  overflow: hidden;
}
.team .left3 .p1 .temPo {
  position: absolute;
  top: 0;
  left: 0;
  width: 188px;
}
.team .hover {
  transition: 0.3s all;
}
.team .hover:hover {
  transform: scale(1.1);
}
.adBj {
  width: 100%;
  height: 150px;
  background: url(../images/bg1.png) no-repeat;
  background-position: 50%;
}
.ad {
  height: 64px;
  padding-top: 45px;
  display: flex;
  justify-content: space-between;
}
.ad .left {
  width: 197px;
  margin-right: 28px;
}
.ad .left img {
  width: 197px;
  height: auto;
}
.ad .left p {
  color: #0dbdbd;
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 12px;
  line-height: 17px;
  align-items: center;
  letter-spacing: 0.2em;
  margin-top: 5px;
}
.ad .right {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.ad .right .p1 {
  position: relative;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #FFFFFF;
}
.ad .right .p1 .line {
  position: absolute;
  width: 24px;
  height: 4px;
  bottom: -4px;
  left: 0;
  background: #FFFFFF;
}
.ad .right .p2 {
  margin-top: 13px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 17px;
  color: #FFFFFF;
}
.margin50 {
  margin-top: 50px;
}
.footer {
  height: 140px;
  background: #262D48;
  font-family: PingFangSC-Regular, PingFang SC !important;
  font-weight: 400;
}
.footer .line1 {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  border-bottom: 1px solid #434C70;
}
.footer .con1 {
  display: flex;
  align-content: center;
}
.footer .con1 img {
  width: 50px;
  margin-right: 10px;
}
.footer .con1 .p1 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
}
.footer .con1 .p2 {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
}
.footer .line2 {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px dashed #434C70;
}
.footer .line2 .right {
  width: 499px;
  height: 146px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.footer .line2 .right .con {
  width: 118px;
}
.footer .line2 .right .con img {
  width: 118px;
  height: 118px;
}
.footer .line2 .right .con .p1 {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}
.footer .line2 .right .conLine {
  width: 180px;
  height: 75px;
}
.footer .line2 .right .conLine .p2 {
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #FFFFFF;
}
.footer .line2 .right .conLine .p3 {
  font-family: PingFang SC;
  font-size: 14px;
  line-height: 20px;
  color: #7582B4;
  margin-top: 10px;
}
.footer .line2 img {
  width: 499px;
  height: 146px;
}
.footer .line2Link {
  width: 390px;
  display: flex;
  justify-content: space-between;
}
.footer .line2Link .pon {
  color: #FFFFFF;
}
.footer .line2Link .pon .Til {
  font-size: 18px;
  padding-bottom: 16px;
}
.footer .line2Link .pon .lin a {
  font-size: 12px;
  line-height: 200%;
  color: #FFFFFF;
  opacity: 0.74;
}
.footer .line3 {
  height: 52px;
  line-height: 52px;
  border-bottom: 1px dashed #434C70;
  color: #fff;
  font-size: 12px;
}
.footer .line3 a {
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.57;
  cursor: pointer;
}
.footer .line4 {
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    line-height: 25px;
}

.footer .line4 p{ color:#fff;}
.footer .line4 p a{
  color: #fff;
}
.rongYu {
  width: 500px;
  padding-bottom: 20px;
  overflow-x: auto;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
}
.rongYu img {
  height: 31px;
  width: auto;
  margin-right: 10px;
}
.rongYu::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 6px;
}
.rongYu::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #A9AFC3;
}
.rongYu::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #F8F9FC;
}
.poTZ {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.poTZ .poTZPro {
  margin: 0 auto;
  position: relative;
  margin-top: 49px;
  width: 120px;
}
.poTZ .poTZPro img {
  width: 120px;
  position: relative;
  z-index: 3;
}
.poTZ .poTZPro .img1 {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  z-index: 1;
  width: 20px;
  height: 20px;
  border: 50px solid rgba(13, 189, 189, 0.4);
  margin-left: -60px;
  margin-top: -60px;
}
.poTZ .poTZPro .img2 {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  z-index: 2;
  width: 20px;
  height: 20px;
  border: 50px solid rgba(13, 189, 189, 0.2);
  margin-left: -60px;
  margin-top: -60px;
}
.poTZ .poTZPro .Vector1 {
  transition: 0.3s all;
  position: absolute;
  width: 140px;
  height: 32px;
  line-height: 32px;
  left: -200px;
  top: 5px;
  background: linear-gradient(91.44deg, #0DBDBD 0%, #3BE78B 51.23%);
  opacity: 0.8;
  border-radius: 2px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 1px 1px rgba(3, 23, 173, 0.4);
}
.poTZ .poTZPro .Vector1:hover {
  transform: scale(1.1);
}
.poTZ .poTZPro .Vector1 img {
  display: none;
  position: absolute;
  width: 62px;
  right: -62px;
  top: 15px;
}
.poTZ .poTZPro .Vector1 img.cur {
  display: block;
}
.poTZ .poTZPro .Vector2 {
  left: auto;
  right: -202px;
  top: -35px;
}
.poTZ .poTZPro .Vector2 img {
  position: absolute;
  width: 97px;
  left: -97px;
  top: 15px;
}
.poTZ .poTZPro .Vector3 {
  left: auto;
  right: -202px;
  top: auto;
  bottom: -40px;
}
.poTZ .poTZPro .Vector3 img {
  position: absolute;
  width: 97px;
  left: -97px;
  top: -15px;
}
.poTZ .poTZPro .Vector4 {
  left: auto;
  right: -292px;
  top: 40px;
}
.poTZ .poTZPro .Vector4 img {
  position: absolute;
  width: 153px;
  left: -153px;
  top: 15px;
}
.poTZ .poTZPro .Vector5 {
  left: -250px;
  top: 66px;
}
.poTZ .poTZPro .Vector5 img {
  position: absolute;
  width: 127px;
  right: -127px;
  top: 15px;
}
.btnAnimates {
  -webkit-animation: btnAnimates 1s 0.2s linear infinite;
  animation: btnAnimates 1s 0.2s linear infinite;
}
@-webkit-keyframes btnAnimates {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}
@keyframes btnAnimates {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}
.btnAnimates1 {
  -webkit-animation: btnAnimates1 1s linear infinite;
  animation: btnAnimates1 1s linear infinite;
}
@-webkit-keyframes btnAnimates1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes btnAnimates1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
.footerFix {
  position: fixed;
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  background: rgba(38, 45, 72, 0.8);
  z-index: 11;
  transition: 0.3s all;
}
.footerFix .p1 {
  padding-top: 15px;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}
.footerFix .p2 {
  margin-top: 10px;
  display: flex;
  position: relative;
  width: fit-content;
}
.footerFix .p2 .input1 {
  border: 0;
  background: #fff;
  border-radius: 4px;
  width: 180px;
  height: 40px;
  text-indent: 4px;
  color: #333;
  margin-right: 16px;
}
.footerFix .p2 .inputCss {
  position: relative;
}
.footerFix .p2 .inputCss .inputCssPos {
  position: absolute;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #0F22B6;
  right: 27px;
  top: 10px;
}
.footerFix .p2 .btm {
  cursor: pointer;
  width: 120px;
  height: 40px;
  border-radius: 4px;
  background: #E83233;
  line-height: 40px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-right: 16px;
}
.footerFix .close {
  position: absolute;
  width: 20px;
  top: 10px;
  right: 10px;
}
.poFixedImgRight {
  position: fixed;
  right: 0px;
  top: 400px;
  width: 90px;
  transition: 0.3s all;
}
.animotrBottom {
  transform: translate(0px, 100px);
}
.aniPoFixedImgRight {
  transform: translate(100px, 0px);
}
.poFixedImgLeft {
  position: fixed;
  left: 0px;
  top: 400px;
  width: 90px;
  transition: 0.3s all;
}
.aniPoFixedImgLeft {
  transform: translate(-100px, 0px);
}
.navLeft {
  opacity: 0;
  position: fixed;
  left: 10px;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 4;
}
.navLeft .navPohead {
  width: 100%;
}
.navLeft .ul {
  background: linear-gradient(172.79deg, #0191FF 0%, #0069FB 43.23%, #7038E8 100%);
  box-sizing: border-box;
  display: inline-block;
}
.navLeft .li {
  min-width: 61px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: PingFang SC;
  font-style: normal;
  font-size: 14px;
  color: #FFFFFF;
  transition: all 0.3s;
}
.navLeft .li .navPoJ {
  position: absolute;
  width: 5px;
  top: 15px;
  right: 12px;
  transition: 0.3s all;
}
.navLeft .li span {
  position: relative;
  z-index: 9;
}
.navLeft .li label {
  transition: all 0.3s;
  position: absolute;
  width: 100%;
  height: 0px;
  bottom: 0px;
  left: 0;
  background: linear-gradient(91.44deg, rgba(13, 189, 189, 0.8) 0%, rgba(59, 231, 139, 0.8) 51.23%);
}
.navLeft .li:hover .navPoJ {
  right: 22px;
}
.navLeft .li:hover label {
  height: 40px;
}
.navLeft .navPobtm {
  width: 100%;
  height: 70px;
  background: url("../images/navpobtm.png") no-repeat;
  background-size: cover;
}
.navLeft .navPobtm .li {
  border-bottom: 0;
}
.navLeft2 .ul {
  background: linear-gradient(172.79deg, #977EFF 0%, #A055FF 43.23%, #3D39FF 100%);
  box-sizing: border-box;
}
.navLeft2 .ul .li label {
  background: linear-gradient(91.44deg, rgba(131, 34, 229, 0.8) 0%, rgba(232, 50, 52, 0.8) 51.23%);
}
.navLeft2 .navPohead {
  width: 100%;
}
.navLeft2 .navPobtm {
  width: 100%;
  background: url(../images/navpobtm2.png) no-repeat;
  background-size: cover;
}
.navLeft2 .ul .li:hover label {
  height: 40px;
}
.chuangsr {
  margin-top: 40px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.chuangsr .left {
  width: 447px;
  height: 402px;
  box-sizing: border-box;
}
.chuangsr .left:hover {
  box-shadow: 0 0 15px #eee;
}
.chuangsr .right {
  width: 549px;
  height: 402px;
  background: #F8F8F8;
  padding: 32px 18px 22px 18px;
  box-sizing: border-box;
}
.chuangsr .right .p1 {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #333333;
}
.chuangsr .right .p2 {
  margin-top: 8px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
.chuangsr .right .p3 {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  margin-top: 26px;
}
.chuangsr .right:hover {
  box-shadow: 0 0 15px #eee;
}


















/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}














.head {
  width: 100%;
  height: 430px;
  background: #244ECA url(../images/bj.png) no-repeat;
  background-position: 50%;
}
.head .p1 {
  display: flex;
  align-items: center;
}
.head .p1 .bj1 {
  width: 320px;
}
.head .p1 .bj2 {
  margin-left: 16px;
  width: 416px;
}
.head .banner .p2 {
    margin-left: 10px;
    padding: 15px 0 0;
}
.head .btm1 {
  margin: inherit;
  margin-top: 35px;
}
.btm1 {
  margin: 0 auto;
  margin-top: 35px;
  width: 312px;
  height: 50px;
  line-height: 50px;
  background: #E83233;
  border-radius: 4px;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 1px 1px rgba(3, 23, 173, 0.4);
}

.btm1 {
    background: linear-gradient(90deg, #E83233 0%, #8321E4 100%);
}
.gainian {
  border-top: 1px solid #E7ECFC;
  border-bottom: 1px solid #E7ECFC;
  display: flex;
  margin-top: 40px;
}
.gainian .left {
  width: 50%;
  position: relative;
}
.gainian .left .leftPO {
  width: 100%;
}
.gainian .left .gainianPo {
  position: absolute;
  top: 0;
  left: 30px;
  padding-top: 40px;
  box-sizing: border-box;
}
.gainian .left .gainianPo .p1 {
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #0F22B6;
}
.gainian .left .gainianPo .p2 {
  width: 290px;
  margin-top: 16px;
  font-family: PingFang SC;
  font-size: 14px;
  line-height: 200%;
  color: #666666;
}
.where {
    position: relative;
    background: #ecf0fdd9;
    height: 770px;
    background-position: 50%;
    box-sizing: border-box;
}
.where .contion {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.where .contion .deng8 {
  position: absolute;
  width: 520px;
  left: 50px;
  top: 180px;
}
.where .contion .li {
  width: 230px;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
}
.where .contion .li .p1 {
  width: 100%;
  position: relative;
  background: #FFFFFF;
  margin-bottom: 18px;
}
.where .contion .li .p1 .po {
  position: absolute;
  top: 48px;
  left: 22px;
  width: 196px;
  font-family: PingFang SC;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
.where .whereBtm {
  margin: 0 auto;
  margin-top: 22px;
  width: 300px;
  height: 50px;
  line-height: 50px;
  background: #E83233;
  border-radius: 4px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
}
.zzq {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.zzq .zzqLi {
  width: 482px;
}
.zzq .zzqLi .title {
  padding-top: 0;
  width: 482px;
  height: 60px;
  line-height: 60px;
  background: linear-gradient(90deg, #8BB3F1 0%, #1768E4 100%);
  border-radius: 2px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
}
.zzq .zzqLi .title2 {
  background: linear-gradient(90deg, #9C76EE 0%, #3805A4 100%);
}
.zzq .zzqLi .zzqLiCon {
  background: #FFFFFF;
  border: 1px solid #E7ECFC;
  border-top: 0;
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 30px;
  padding-bottom: 40px;
}
.zzq .zzqLi .zzqLiCon .li {
  margin-top: 40px;
  width: 90px;
}
.zzq .zzqLi .zzqLiCon .li img {
  margin: 0 auto;
  width: 70px;
}
.zzq .zzqLi .zzqLiCon .li .p1 {
  margin-top: 16px;
  font-family: PingFang SC;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #666666;
}
.lingyu {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  justify-content: space-between;
}
.lingyu .li {
  position: relative;
  margin-bottom: 20px;
  width: 235px;
  height: 210px;
  background: #FFFFFF;
  border: 1px solid #E7ECFC;
  box-sizing: border-box;
  border-radius: 4px;
}
.lingyu .li img {
  width: 100%;
  height: auto;
}
.lingyu .li .po {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 24px;
  font-family: PingFang SC;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #666666;
}
.bjC {
  height: 718px;
  box-sizing: border-box;
  background: url("../images/bjc.png") no-repeat;
  background-position: 50%;
}
.bjC .title {
  color: #ffffff;
}
.bjC .qingdan {
  margin: 0 auto;
  width: 850px;
  display: flex;
  justify-content: space-between;
}
.bjC .qingdan .left {
  width: 388px;
}
.bjC .qingdan .left .qingd {
  width: 280px;
}
.bjC .qingdan .left .p1 {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #FFFFFF;
  margin-top: -23px;
}
.bjC .qingdan .left .p2 {
  position: relative;
  margin-top: 18px;
  margin-left: 58px;
}
.bjC .qingdan .left .p2 .line {
  position: absolute;
  left: 9px;
  top: 14px;
  width: 1px;
  height: 118px;
  border-left: 1px dashed #fff;
}
.bjC .qingdan .left .p2 .line2 {
  height: 83px;
}
.bjC .qingdan .left .p2 .li {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 200%;
  color: #FFFFFF;
}
.bjC .qingdan .left .p2 .li img {
  width: 18px;
  margin-right: 17px;
}
.liuc {
  margin-top: 12px;
  position: relative;
}
.liuc .po1 {
  position: absolute;
  width: 90px;
  left: 45px;
  top: 137px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #0F22B6;
}
.liuc .po2 {
  left: 252px;
  top: 253px;
}
.liuc .po3 {
  left: 457px;
  top: 147px;
}
.liuc .po4 {
  left: 663px;
  top: 253px;
}
.liuc .po5 {
  left: 870px;
  top: 137px;
}
.liaojie {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.liaojie .left {
  width: 470px;
  height: 140px;
  position: relative;
  box-sizing: border-box;
}
.liaojie .left img {
  box-sizing: border-box;
  border: 2px solid #fff;
}
.liaojie .left .po1 {
  position: absolute;
  top: 0px;
  left: 0px;
  padding-top: 30px;
  padding-left: 36px;
}
.liaojie .left .po1 .p1 {
  font-family: PingFang SC;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
}
.liaojie .left .po1 .btmLiao {
  margin-top: 23px;
  width: 152px;
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
  border: 1px solid #8f29ef;
  font-family: PingFang SC;
  font-size: 12px;
  text-align: center;
  color: #7028E9;
}
.liaojie .left:hover img {
  box-sizing: border-box;
  border: 2px solid #7028e9;
}
.quanqiu {
  background: #6A3EC9;
}
.adBj {
  width: 100%;
  height: 150px;
  background: url(../images/adbj.png) no-repeat;
  background-position: 50%;
}





.callChatWin{cursor: pointer;}

.callChatWin li {
    float: left;
    padding: 0 35px;
}
.callChatWin li a {
    color: #fff;
    font-size: 13px;
}
.callChatWin li a:hover {
    color:#E7E7E7;
    font-size: 14px;
}


        .headPo .nav .list .li .poCon .line {
            position: relative;
            z-index: 200;
            background: #fff;
            padding: 0 16px;
            height: 35px;
            line-height: 35px;
            font-size: 14px;
            color: #666;
            text-align: left;
            white-space: nowrap;
        }