* {
  margin: 0px;
  padding: 0px;
  -webkit-overflow-scrolling: touch;
  outline: none;
  transition: 0.3s all;
}
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 {
  position: absolute;
  width: 1000px;
  top: 0;
  left: 50%;
  margin-left: -500px;
  z-index: 12;
}
.headPo .zhiding {
  width: 1000px;
  margin: 0 auto;
}
.headPo .nav {
  position: relative;
  z-index: 3;
  width: 1000px;
  margin: 0 auto;
	margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.headPo .nav .porel {
  margin-top: 9px;
  position: relative;
}
.headPo .nav .right {
  position: absolute;
  font-size: 18px;
  line-height: 25px;
  text-align: right;
  color: #FFFFFF;
  margin-bottom: 20px;
  right: 12px;
  top: -39px;
}
.headPo .nav .log {
  width: 248px;
  height: 38px;
}
.headPo .nav .list {
  display: flex;
}
.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: 35px;
  line-height: 35px;
  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(../commonImg/bg.png) no-repeat;
  background-position: 50%;
}
.head .banner {
  padding-top: 200px;
}
.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(../commonImg/Rectangl.png) no-repeat;
  cursor: pointer;
}
.head .banner .btm:hover {
  background: url(../commonImg/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(../commonImg/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: 450px;
  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: 350px;
  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;
  margin-top: 20px;
  color: #fff;
  opacity: 0.19;
	text-align: center;
}
.footer .line4 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;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #A9AFC3;
}
.rongYu::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -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;
  z-index: 99999;
  left: 0px;
  top: 400px;
  width: 90px;
  transition: 0.3s all;
}
.aniPoFixedImgLeft {
  transform: translate(-100px, 0px);
}
.navLeft {
  width: 150px;
  opacity: 0;
  position: fixed;
  left: 10px;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 14;
}
.navLeft .navPohead {
  width: 100%;
}
.navLeft .ul {
  background: linear-gradient(172.79deg, #0191FF 0%, #0069FB 43.23%, #7038E8 100%);
  box-sizing: border-box;
}
.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;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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("../commonImg/navPobtm.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.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(../commonImg/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;
}
.btmImgAd {
  position: fixed;
  width: 150px;
  bottom: 20px;
  left: 0px;
  z-index: 9999;
}
.btmImgAd .img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.btmImgAd .ling {
  width: 214px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -107px;
  margin-left: -107px;
  animation: rotateAni 7s linear infinite;
}
.btmImgAd .ewm {
  position: absolute;
  width: 75px;
  height: 75px;
  bottom: 86px;
  left: 38px;
  z-index: 9;
  border-radius: 4px;
}
.btmImgAd .cancel {
  position: absolute;
  width: 20px;
  top: 0px;
  right: 10px;
}
@keyframes rotateAni {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateAni {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

