.img-box img {
  display: block;
  width: 100%;
}
.video-box video {
  display: block;
  width: 100%;
}
.all-page {
  font-size: 16px;
}
.all-page .page-content {
  width: 100%;
}
.all-page .page-content h2.section-title {
  display: block;
  padding: 0 0 0.4rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.all-page .page-content h2.section-title em {
  display: block;
  font-size: 0.24rem;
  font-style: normal;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 1em;
}
.all-page .page-content h2.section-title span {
  font-size: 0.14rem;
  line-height: 1.6;
  display: block;
}
.all-page .page-content h2.section-title p {
  font-size: 0.14rem;
  line-height: 1.6;
}

.agent-page .com-capability-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 3%;
}
.agent-page .com-capability-list .ys_fadeup2 {
  width: 30%;
  background-image: linear-gradient(90deg, #f0f5ff 0%, #f8faff 100%);
  border-radius: 10px;
  padding: 0.2rem;
}
.agent-page .com-capability-list .ys_fadeup2:last-of-type {
  margin-right: auto;
}
.agent-page .com-capability-list-tit {
  display: flex;
  align-items: center;
}
.agent-page .com-capability-list-tit span {
  font-size: 20px;
  color: #282828;
  font-weight: bold;
  padding-left: 8px;
}
.agent-page .com-capability-list-tip li {
  font-size: 14px;
  color: #787878;
  text-align: left;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 5px;
}
.agent-page .com-capability-list-tip li div {
  padding-left: 20px;
  position: relative;
}
.agent-page .com-capability-list-tip li div::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #005bff;
  position: absolute;
  left: 10px;
  top: 10px;
}

.agent-page .com-functions-box {
  margin-top: 0.7rem;
  background: url(../images/information/bg-functions.png) no-repeat center top /
    2420px auto;
  padding: 0 0.3rem 0.4rem;
}
.agent-page .com-functions-box h2.section-title em {
  color: #fff;
}
.agent-page .com-functions-box .com-funtions-list {
  display: flex;
  align-items: center;
}
.agent-page .com-functions-box .com-funtions-list:nth-child(2n) {
  flex-direction: row-reverse;
}
.agent-page .com-functions-box .model-text-box {
  width: 55%;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  padding-left: 0.5rem;
}
.agent-page .com-functions-box .com-funtions-list:nth-child(2n) .model-text {
  width: 100%;
}
.agent-page .com-functions-box .model-text .model-text-title {
  font-size: 34px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 50px;
}
.agent-page .com-functions-box .model-text-list-nub {
  margin-top: 10px;
}
.agent-page .com-functions-box .model-tln-title {
  font-size: 16px;
  color: #555555;
  letter-spacing: 0;
  text-align: justify;
  line-height: 28px;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
}
.agent-page .com-functions-box .model-tln-title::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #005bff;
  position: absolute;
  left: 10px;
  top: 12px;
}
.agent-page .com-functions-box .model-img {
  flex: 1;
}
.agent-page .com-functions-box .newBtn {
  padding: 5px 30px;
  /* height: 48px; */
  background: #edf3ff;
  border-radius: 50px;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #005bff;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  border: 1px solid #005bff;
}
.agent-page .com-functions-box .service_btn_group {
  padding-top: 20px;
  padding-left: 20px;
}

.agent-page .application-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}
.agent-page .application-list p {
  margin: 0;
}
.agent-page .application-list .ys_fadeup2 {
  width: 49%;
}
.agent-page .application-list img {
  width: 100%;
}
.agent-page .application-list .top {
  position: relative;
}
.agent-page .application-list .top p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 168px;
  height: 50px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 37px;
  font-size: 22px;
  color: #282828;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agent-page .application-list .application-list-nub {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.agent-page .application-list .bottom {
  border: 1px solid rgba(232, 233, 235, 1);
  border-radius: 0 0 10px 10px;
  flex: 1;
  padding: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 12px;
}
.agent-page .application-list .bottom p {
  height: 40px;
  line-height: 40px;
  background: #f5f6f9;
  border-radius: 22px;
  padding: 0px 24px;
  text-align: center;
  font-size: 16px;
  color: #141f35;
  font-weight: 400;
  cursor: pointer;
}

.ai-app-page .advantageProduct_imgTxet_wrap,
.ai-app-page .function_imgTxet_wrap,
.ai-app-page .scene-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  justify-content: space-between;
}
.ai-app-page .advantageProduct_imgTxet_box,
.ai-app-page .function_imgTxet_box,
.ai-app-page .scene-item {
  width: 49%;
}
.ai-app-page .advantageProduct_imgTxet_box .advantageProduct_imgTxet_title,
.ai-app-page .function_imgTxet_title,
.ai-app-page .scene-item .scene-title {
  color: #070707;
  font-size: 20px;
}
.ai-app-page .advantageProduct_imgTxet_img {
  width: 80px;
  height: 80px;
}
.ai-app-page .function_imgTxet_img {
  width: 67px;
  display: block;
  margin: 0 auto;
}
.ai-app-page .function_imgTxet_title {
  text-align: center;
  padding-top: 20px;
}
.ai-app-page .advantageProduct_imgTxet_box {
  display: flex;
}
.ai-app-page .advantageProduct_imgTxet_text {
  padding: 0 0.3rem;
}
.ai-app-page #functionProduct_wrap {
  background: #f0f0f0;
  padding: 0.1rem 0.3rem 0.5rem;
}
.ai-app-page .tab-btn-box {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.ai-app-page .tab-btn-box .tab-btn-item {
  cursor: pointer;
}
.ai-app-page #case_wrap {
  background: #f0f0f0;
  padding: 0.1rem 0.3rem 0.5rem;
  margin-top: 0.5rem;
}
.ai-app-page #case_wrap .case-item {
  display: flex;
  padding: 0 0.3rem;
}
.ai-app-page #case_wrap .case_img {
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.ai-app-page #case_wrap .case_text {
  flex: 1;
  overflow: hidden;
  padding: 0 0.3rem;
}
.ai-app-page #case_wrap .case-title {
  font-size: 18px;
  color: #070707;
}
.ai-app-page #case_wrap .swiper {
  margin-top: 0.3rem;
}
.ai-app-page .swiper-horizontal > .swiper-pagination-bullets,
.ai-app-page .swiper-pagination-bullets.swiper-pagination-horizontal,
.ai-app-page .swiper-pagination-custom,
.ai-app-page .swiper-pagination-fraction {
  bottom: 0;
}

.portal-page .dzcon01 {
  background: #fff;
}
.portal-page .dzcon01 .dl_con.cf {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 0.4rem;
  padding-top: 0.2rem;
}
.portal-page .dzcon01 .dl_anim {
  width: 48%;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.portal-page .dzcon01 .icon-box img,
.portal-page .dzcon01 .icon-box {
  width: 80px;
}
.portal-page .dzcon01 .info {
  flex: 1;
  overflow: hidden;
}
.portal-page .dzcon01 .name {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 5px;
}
.portal-page .dzcon01 .detail {
  font-size: 15px;
  color: #333;
}

.portal-page .n-wzjs {
  background-color: #f7f8f9;
  margin-top: 0.5rem;
  padding: 0.1rem 0.5rem 0.4rem;
}

.portal-page .n-wzjs .ulwzjs {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.3rem;
  column-gap: 2%;
}
.portal-page .n-wzjs .ulwzjs > li {
  width: 32%;
  background: #fff;
  border-radius: 10px;
}
.portal-page .n-wzjs .wzhead {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
}
.portal-page .n-wzjs .wzhead h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  flex: 1;
  overflow: hidden;
}
.portal-page .n-wzjs .wzhead > div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b7b7b7;
}
.portal-page .n-wzjs .wzhead img {
  width: 55%;
}
.portal-page .n-wzjs .item-d {
  padding: 20px;
}
.portal-page .n-wzjs h6 {
  font-size: 16px;
  color: #404040;
  padding: 20px 0;
  margin-bottom: 0;
}
.portal-page .n-wzjs .ulwzjs ul li {
  font-size: 14px;
  line-height: 2;
  color: #636364;
}
.portal-page .n-wzjs .iconfont {
  font-size: 14px;
}
.portal-page .dzcon02 {
  padding: 0.4rem 0;
}

.portal-page .dzcon02 .dl_con {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.portal-page .dzcon02 .dl_con .dl_anim {
  width: calc(50% - 0.3rem);
  position: relative;
  margin: 0;
}
.portal-page .dzcon02 .dl_con .dl_anim .info {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  padding: 0.14rem 0.3rem;
  flex-direction: column;
  margin: 0;
}
.portal-page .dzcon02 img {
  width: 100%;
}
.portal-page .dzcon02 .name {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}
.portal-page .dzcon02 p {
  color: #fff;
  font-size: 15px;
  line-height: 2;
}

.portal-page .dzcon03 {
  background: url(../images/information/dzimg10.jpg) no-repeat left top / cover;
  padding: 0.3rem;
}

.portal-page .dzcon03 .pc,
.portal-page .dzcon04 .pc {
  width: 100%;
}
.portal-page .dzcon03 .title {
  display: block;
  font-size: 0.24rem;
  font-style: normal;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: none;
}
.portal-page .dzcon03 .con,
.portal-page .dzcon04 .con {
  position: relative;
}
.portal-page .dzcon03 .dl_anim,
.portal-page .dzcon04 .dl_anim {
  color: #fff;
  position: absolute;
  max-width: 18%;
}
.portal-page .dzcon03 .name,
.portal-page .dzcon04 .name {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 6px;
}
.portal-page .dzcon03 .detail,
.portal-page .dzcon04 .detail {
  font-size: 15px;
}
.portal-page .dzcon03 .con01 {
  left: 11.5%;
  top: 13%;
}
.portal-page .dzcon03 .con02 {
  left: 66%;
  top: 13%;
}
.portal-page .dzcon03 .con03 {
  left: 0%;
  top: 45%;
  text-align: right;
}

.portal-page .dzcon03 .con04 {
  left: 75%;
  top: 45%;
  text-align: right;
}
.portal-page .dzcon03 .con05 {
  left: 9.4%;
  top: 74%;
}
.portal-page .dzcon03 .con06 {
  left: 72%;
  top: 74%;
}

.portal-page .dzcon04 {
  padding: 0.4rem 0.3rem;
  margin-top: 0rem;
  position: relative;
  color: #fff;
  background: url(../images/information/dzimg11.jpg) no-repeat left top / cover;
}
.portal-page .dzcon04 .title {
  display: block;
  font-size: 0.3rem;
  padding: 0.2rem 0;
  font-weight: bold;

  text-align: center;
}

.portal-page .dzcon04 .dl_anim {
  max-width: 28.3%;
}

.portal-page .dzcon04 .con01 {
  left: 18%;
  top: 56%;
}
.portal-page .dzcon04 .con02 {
  left: 36%;
  top: 20%;
}
.portal-page .dzcon04 .con03 {
  left: 51%;
  top: 66%;
  max-width: 34%;
}

.portal-page .dzcon04 .con04 {
  left: 69%;
  top: 20%;
}

.software-page .td-box .card-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 0.3rem;
}
.software-page .td-box .card-d {
  width: 31%;
  display: flex;
  gap: 14px;
}
.software-page .td-box img {
  width: 68px;
  height: 68px;
  margin-top: 16px;
}
.software-page .td-box .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}
.software-page .td-box .desc {
  font-size: 14px;
  color: #333;
}

.software-page .ipaas-box {
  padding: 0.3rem 0.3rem 0.5rem;
  background-color: #f3f3f3;
}
.software-page .ipaas-box .model-con {
  display: flex;
  justify-content: space-between;
}
.software-page .ipaas-box .model-con .two-flex-content {
  padding: 50px 0.3rem;
  width: 23%;
  background: linear-gradient(44deg, #fff, #f5f9ff);
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #ebf3ff;
}
.software-page .ipaas-box img {
  width: 90%;
  display: block;
  margin: 0 auto 20px;
  max-width: 140px;
}
.software-page .ipaas-box p {
  text-align: center;
  font-size: 18px;
  line-height: 31px;
  font-weight: 700;
}
.software-page .ipaas-box .two-flex-desc {
  font-size: 14px;
  color: #333;
  text-align: center;
}

.software-page .ipaas-box2 {
  padding: 0.5rem 0.3rem;
  background: url(../images/information/base-con-img-bg.900daf7.png) no-repeat
    left top / 100% 100%;
}
.software-page .ipaas-box2 .mobile {
  display: none;
}

.software-page .function-box .el-tabs__nav{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 20px;
}
.software-page .function-box .icon-tab{
	width: 65px;
	height: 65px;
}
.software-page .function-box .el-tab-paneBox{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s;
	padding-bottom: 20px;
	border-bottom: 2px solid transparent;
}
.software-page .function-box .txt{
	margin-top: 5px;
	font-size: 14px;
}
.software-page .function-box .el-tab-paneBox:hover,
.software-page .function-box .active .el-tab-paneBox{
	color: #1560EE;
	border-bottom: 2px solid #1560EE;
}
.software-page .function-box .el-tabs__content{
	background: url(../images/information/el-tab-pane-bg.dd3491c.png) no-repeat left top / 100% 100%;
	padding: .4rem;
}
.software-page .function-box .fun-tab-con{
	display: flex;
	gap: .3rem;
}
.software-page .function-box .fun-tab-con-left{
	width: 30%;
}
.software-page .function-box .fun-tab-con .fun-tab-conTitle{
    height: .8rem;
    font-size: 20px;
    color: #3b77f3;
    font-weight: 700;
    padding-left: 5px;
}

.software-page .function-box .fun-tab-con .fun-tab-conDesc{
	
    font-size: 16px;
    color: #2e2e2e;
    line-height: 33px;
    text-align: justify;
    padding-left: 5px;
}
.software-page .function-box .fun-tab-con .function-box-img{
	width: 100%;
}
.software-page .item-value ul{
	display: flex;
	flex-wrap: wrap;
	row-gap: .3rem;
}
.software-page .item-value ul li{
	width: 33.3333%;
	position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.software-page .item-value .num{
	font-size: 56px;
    font-weight: 600;
    color: #3370ff;
    margin-bottom: 14px;
}
.software-page .item-value .arrow{
    right: 67px;
    font-size: 30px;
    color: #101010;
}

.software-page .item-value .title{
	font-weight: 600;
    margin-bottom: 14px;
}
.software-page .item-value .desc{
	font-size: 16px;
    text-align: center;
	padding: 0 .3rem;
}
.software-page .item-value img{
	width: 76px;
    height: 76px;
    margin: 0 auto 20px;
}
.software-page .item-value .num-box{
	display: flex;
	justify-content: center;
	
}
.software-page .item-value .num-box .down{
	align-self: center;
}
.software-page .item-value .num-box .arrow{
	margin-left: 5px;
}

.mpweixin-page .serve-box .serve-list{
  display: flex;
  flex-wrap: wrap;
}
.mpweixin-page .serve-box .serve-list li{
  width: 25%;
    border: solid 1px white;
    border-left: none;
    text-align: center;
    height: 292px;
    position: relative;
    background: #2e2e2e;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}
.mpweixin-page .serve-box .serve-list img{
  display: block;
  width: 70%;
  margin: 0 auto;
}
.mpweixin-page .serve-box .serve-list h4{
    margin-top: 10px;
    line-height: 40px;
    font-size: 22px;
}
.mpweixin-page .serve-box li .text{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 110%;
  left: 0;
  background: #c0272d;
  padding: 10px 30px 10px 25px;
  text-align: left;
  transition: top .3s;
}
.mpweixin-page .serve-box li .text h4{
    width: 100%;
    color: white;
    padding-bottom: 11px;
    background: url("../images/information/317-3.png") no-repeat left bottom;
    line-height: 46px;
}
.mpweixin-page .serve-box li:hover .text{
  top: 0;
}
.mpweixin-page .detail-container-box{
  margin-top: .4rem;
}
.mpweixin-page .detail-container-box ul{
  display: flex;
  flex-direction: column;
  row-gap: .14rem;
}
.mpweixin-page .detail-container-box li{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mpweixin-page .detail-container-box li:nth-of-type(even){
  flex-direction: row-reverse;
}
.mpweixin-page .detail-container-box .pic {
    width: 45.64%;
    min-height: 300px;
    position: relative;
    overflow: hidden;
    line-height: 300px;
    text-align: center;
}
.mpweixin-page .detail-container-box  .pic .mb {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: black;
    opacity: 0.47;
}
.mpweixin-page .detail-container-box .pic .title {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.mpweixin-page .detail-container-box .pic .title h3 {
    width: 100%;
    font-size: 30px;
    color: white;
    line-height: 58px;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.mpweixin-page .detail-container-box .pic .title h4 {
    width: 100%;
    margin-top: 5px;
    font-size: 20px;
    color: white;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.mpweixin-page .detail-container-box li .text {
    width: 53.24%;
    float: right;
    background: #f3f3f3;
    min-height: 300px;
    height: 300px;
    display: table;
    position: relative;
}
.mpweixin-page .detail-container-box li .text dl.dl1 {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 0 30px;
}
.mpweixin-page .detail-container-box li .text dl.dl1 dd {
    width: 100%;
    margin: 0 0;
    padding: 10px 0 8px 94px;
    position: relative;
}
.mpweixin-page .detail-container-box li .text dl.dl1 dd .ico {
    position: absolute;
    left: 0;
    top: 6px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
}
.mpweixin-page .detail-container-box li .text dl.dl1 dd .ico img{
  width: 100%;
}
.mpweixin-page .detail-container-box li .text dl.dl1 dd h4 {
    width: 100%;
    font-size: 18px;
    color: #333;
    line-height: 38px;
    margin-bottom: 0;
}
.mpweixin-page .detail-container-box li .text dl.dl1 dd .p {
    width: 100%;
    margin-top: 0px;
    font-size: 13px;
    color: #333;
    line-height: 22px;
}

.mpweixin-page .detail-container-box li .text dl.dl2 dd {
    width: 33.33%;
    float: left;
    text-align: center;
    height: 150px;
    border: solid 1px white;
    border-left: 0;
    border-top: 0;
    margin-bottom: 0;
}
.mpweixin-page .detail-container-box li .text dl.dl2 dd .ico {
    width: 70px;
    height: 70px;
    margin: 20px auto 0;
}
.mpweixin-page .detail-container-box li .text dl.dl2 dd .ico img {
    width: 100%;
}
.mpweixin-page .detail-container-box li .text dl.dl2 dd h4 {
    width: 100%;
    margin-top: 6px;
    font-size: 17px;
    color: #333;
    line-height: 28px;
}
.mpweixin-page .detail-container-box li .text dl.dl3 dd {
    width: 33.33%;
    text-align: center;
    height: 150px;
    border: solid 1px white;
    border-left: 0;
    border-top: 0;
    line-height: 150px;
    display: table;
    margin-bottom: 0;
    float: left;
}
.mpweixin-page .detail-container-box li .text dl.dl3 dd span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}
.mpweixin-page .detail-container-box li .text dl.dl3 dd h4 {
    width: 100%;
    font-size: 20px;
    color: #333;
    line-height: 28px;
}
.mpweixin-page .detail-container-box li .text dl.dl3 dd h5 {
    width: 100%;
    margin-top: 12px;
    font-size: 13px;
    color: #333;
    line-height: 20px;
    min-height: 40px;
}
.mpweixin-page .detail-container-box li .text dl.dl4 dd {
    width: 25%;
}
.mpweixin-page .content30 {
  color: #fff;
  padding: .3rem 0 .5rem;
  margin-top: .5rem;
}
.mpweixin-page .content30 .visible-xs {
  display: none;
}



.mpweixin-page .content31{
  margin-top: .5rem;
}
.mpweixin-page .content31 ul{
  display: flex;
  flex-wrap: wrap;
}
.mpweixin-page .content31 ul li{
  width: 25%;
  padding: .1rem;
}
.mpweixin-page .content31 .zbox{
  position: relative;
  height: 200px;
}
.mpweixin-page .content31 .zbox .text{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .8);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}
.mpweixin-page .content31 .text{
  color: #fff;
  text-align: center;

}
.mpweixin-page .content31 h4{
  font-size: 22px;
}
.mpweixin-page .content31 .text .p{
  font-size: 12px;
}
.mpweixin-page .content31 .zbox:hover .text{
  background: #c0272d;
}

.mpweixin-page .content32{
  margin-top: .4rem;
  padding-top: 1px;
}
.mpweixin-page .content32 .hd ul{
  display: flex;
  background-color: #000000;
  border-radius: 30px;
  overflow: hidden;
  color: #fff;
}
.mpweixin-page .content32 .hd ul li{
  flex: 1;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  cursor: pointer;
}
.mpweixin-page .content32 .hd ul li+li{
  border-left: 1px solid #666;
}
.mpweixin-page .content32 .hd ul li:hover,
.mpweixin-page .content32 .hd ul li.on{
  background: #C0272D;
  border-color: #c0272d;
  
}
.mpweixin-page .content32 .hd ul li.on + li{
  border-color: #C0272D;
}
.mpweixin-page .content32 .tempWrap{
  margin-top: .3rem;
}
.mpweixin-page .content32 .slick-slider{
  display: flex;
  height: 100%;
}
.mpweixin-page .content32 .slick-slider li{
  padding: 0 .05rem;
  flex: 1;
  overflow: hidden;
  color: #fff;
  flex-shrink: 0;
}
.mpweixin-page .tempWrap{
  display: flex;
  overflow: hidden;
}
.mpweixin-page .content32Body{
  width: 100%;
  flex-shrink: 0;
}
.mpweixin-page .content32 .slick-slider li .zbox{
  background-color: #000;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: .3rem .1rem;
}
.mpweixin-page .content32 .slick-slider li:nth-of-type(even) .zbox{
  background: #333;
}
.mpweixin-page .content32 .slick-slider li .zbox img{
  width: 60px;
}
.mpweixin-page .content32 .slick-slider li .zbox .title{
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0;
}
.mpweixin-page .content32 .slick-slider li .p{
  font-size: 14px;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  padding: 0 .2rem;
}







.web-page .gb-cont5 {
  background-image: url(../images/information/bgimg2.png);
  background-size: 100%;
  padding: .3rem .3rem 1.6rem;
  position: relative;
}
.web-page .gb-cont5 .wh {
  /* margin-top: -.3rem; */
}
.web-page .gb-cont5 .ut {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.web-page .gb-cont5 .ub {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.web-page .gb-cont5 .wh {
  position: relative;
  z-index: 99;
}
.web-page .gb-cont5 .content {
  padding-top: .3rem;
}
.web-page .gb-cont5 .bgimg {
  position: absolute;
  top: 26.875rem;
}
.web-page .gb-cont5 .gb-a5list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .3rem;
}
.web-page .gb-cont5 .gb-a5list1 li {
  padding: 0 1%;
  width: 100%;
}
.web-page .gb-cont5 .gb-a5list1 li .cont {
  height: 100%;
  background: #fff;
  box-shadow: 0rem 0.625rem 2.1875rem 0rem rgba(220, 220, 220, 0.25);
  padding: .2rem;
  border-radius: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.web-page .gb-cont5 .gb-a5list1 li .cont .img {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: visible;
}
.web-page .gb-cont5 .gb-a5list1 li .cont .img i {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin: 0 auto;
}
.web-page .gb-cont5 .gb-a5list1 li .cont .img i img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 auto;
}
.web-page .gb-cont5 .gb-a5list1 li .cont .img::before {
  position: absolute;
  content: "";
  left: 60%;
  top: 50px;
  width: 60px;
  height: 60px;
  background: #FAEFED;
  border-radius: 70% 70% 50% 50% / 80% 80% 50% 50%;
  will-change: border-radius, transform, opacity;
  -webkit-animation: heroShape 3s linear infinite;
  -moz-animation: heroShape 3s linear infinite;
  -o-animation: heroShape 3s linear infinite;
  animation: heroShape 3s linear infinite;
  display: block;
  opacity: 1;
  z-index: -1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.web-page .gb-cont5 .gb-a5list1 li .cont .tit {
  color: #283A5E;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  /* 104.167% */
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
}
.web-page .gb-cont5 .gb-a5list1 li .cont .p {
  color: #898A8D;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.web-page .gb-cont5 .gb-a5list1 li .cont .p a {
  color: #898A8D;
}
.web-page .gb-cont5 .gb-a5list1 li .cont .p a:hover {
  color: #000;
}
.web-page .gb-cont5 .gb-a5list1 li:nth-child(1) .cont .img::before,
.web-page .gb-cont5 .gb-a5list1 li:nth-child(7) .cont .img::before {
  background: #FAEFED;
}
.web-page .gb-cont5 .gb-a5list1 li:nth-child(2) .cont .img::before,
.web-page .gb-cont5 .gb-a5list1 li:nth-child(8) .cont .img::before {
  background: #EBF9FC;
}
.web-page .gb-cont5 .gb-a5list1 li:nth-child(3) .cont .img::before,
.web-page .gb-cont5 .gb-a5list1 li:nth-child(9) .cont .img::before {
  background: #CBF3DC;
}
.web-page .gb-cont5 .gb-a5list1 li:nth-child(4) .cont .img::before,
.web-page .gb-cont5 .gb-a5list1 li:nth-child(10) .cont .img::before {
  background: #F3ECFE;
}
.web-page .gb-cont5 .gb-a5list1 li:nth-child(5) .cont .img::before,
.web-page .gb-cont5 .gb-a5list1 li:nth-child(11) .cont .img::before {
  background: #FFF4CE;
}
.web-page .gb-cont5 .gb-a5list1 li:nth-child(6) .cont .img::before,
.web-page .gb-cont5 .gb-a5list1 li:nth-child(12) .cont .img::before {
  background: #DAEFFF;
}
.web-page .gb-cont5 .gb-a5list1 li:hover {
  cursor: pointer;
}
.web-page .gb-cont5 .gb-a5list1 li:hover .cont {
  -webkit-transform: translateY(-0.1875rem);
  -moz-transform: translateY(-0.1875rem);
  -ms-transform: translateY(-0.1875rem);
  -o-transform: translateY(-0.1875rem);
  transform: translateY(-0.1875rem);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
}
.web-page .gb-cont5 .gb-a5list1 li:hover .cont .img i img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.web-page .gb-cont5 .gb-a5list1 li:hover .cont .img::before {
  left: 40%;
  top: 40px;
}


.web-page .index_three_t {
  padding-bottom: .5rem;
}
.web-page .index_three_t .content {
  margin-top: .3rem;
  position: relative;
  z-index: 9;
}
.web-page .index_three_t .content ul {
  display: flex;
  gap: .3rem;
}
.web-page .index_three_t .content ul li {
  position: relative;
}
.web-page .index_three_t .content ul li:hover {
  -webkit-transform: translateY(-0.1875rem);
  -moz-transform: translateY(-0.1875rem);
  -ms-transform: translateY(-0.1875rem);
  -o-transform: translateY(-0.1875rem);
  transform: translateY(-0.1875rem);
}
.web-page .index_three_t .content ul li:hover .img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.web-page .index_three_t .content ul li .yuan {
  display: flex;
  align-items: center;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: linear-gradient(139deg, #E6F7EE 23.39%, #FFF9F1 98.8%);
}
.web-page .index_three_t .content ul li .yuan .img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.web-page .index_three_t .content ul li .yuan img{
  width: 100%;
}
.web-page .index_three_t .content ul li .yuan .tag {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(90deg, #FF5F6D 0%, #FFC371 100%);
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.web-page .index_three_t .content ul li .txt {
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-top: .3rem;
  font-size: 18px;

}
.web-page .index_three_t .content ul li:nth-last-child(1) {
  margin-right: 0;
}
.web-page .index_three_t .content ul li:nth-child(even) {
  margin-top: 2rem;
}


.web-page .index_three {
  width: 100%;
  position: relative;
  padding-top: .7rem;
}
.web-page .index_three u {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
}
.web-page .index_three .ut {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.web-page .index_three .wh {
  width: 100%;
  position: relative;
  z-index: 99;
}
.web-page .index_three .wh .content {
  border-radius: 15px;
  border: 0.0625rem solid #F0F0F0;
  background: linear-gradient(90deg, rgba(255, 95, 109, 0.1) 0%, rgba(255, 195, 113, 0.1) 100%);
  box-shadow: 0rem 0.625rem 2.1875rem 0rem rgba(220, 220, 220, 0.25);
  padding: .5rem .3rem;
}
.web-page .index_three .wh .content ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: .3rem;
}
.web-page .index_three .wh .content ul li {
  width: calc(100% / 7);
  text-align: center;
  margin-top: 0;
}
.web-page .index_three .wh .content ul li .img {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.web-page .index_three .wh .content ul li img{
  width: 100%;
}
.web-page .index_three .wh .content ul li .txt {
  color: #283A5E;
  font-size: 16px;
  margin-top: .1rem;
  font-weight: 700;
  padding: 0 .1rem;
}
.web-page .ys-box {
  padding: .3rem;
  margin-top: .2rem;
}
.web-page .ys-box .ys-list{
  display: flex;
  row-gap: .3rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.web-page .ys-box .ys-item{
  width: 32%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.web-page .ys-box .bztext{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: .1rem .2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
}
.web-page .ys-box .bztext h5{
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}
.web-page .ys-box img,
.web-page .ys-box .img-db{
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.web-page .ys-box .bztext p{
  font-size: 13px;
}
.web-page .ys-box .ys-item:hover img{
  transform: scale(1.1);
}






.weixin-mini-page .tx-list{
  display: flex;
  flex-wrap: wrap;
  row-gap: .3rem;
  justify-content: space-between;
}
.weixin-mini-page .tx-list .tx-item{
  width: 31%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  padding: .3rem .2rem;
  border-radius: 10px;
}
.weixin-mini-page .tx-list .tx-name{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 6px;
}
.weixin-mini-page .tx-list .tx-detail{
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}



.weixin-mini-page .server-box{
  margin-top: .7rem;
}
.weixin-mini-page .server-box ul {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.weixin-mini-page .server-box ul li {
  padding: 0 26px;
  text-align: center;
  width: 372px;
  min-height: 298px;
  background: linear-gradient(180deg, #eef4ff 0%, #ffffff 100%);
  box-shadow: 0px 2px 8px 0px rgba(195, 195, 195, 0.5);
  border-radius: 10px;
  /* opacity: 0.8; */
  border: 2px solid #ffffff;
}
.weixin-mini-page .server-box ul li:nth-child(2) {
  margin-left: 42px;
  margin-right: 38px;
}
.weixin-mini-page .server-box ul li .t {
  margin-top: 20px;
  margin-bottom: 19px;
  font-size: 18px;
  font-weight: bold;
  color: #3d3d3d;
  line-height: 28px;
}
.weixin-mini-page .server-box ul li .ft {
  font-size: 14px;
  font-weight: 400;
  color: #777e90;
  line-height: 32px;
}
.weixin-mini-page .server-box ul li:nth-child(1) img {
  margin-top: -34px;
  width: 156px;
  height: 169px;
}
.weixin-mini-page .server-box ul li:nth-child(2) img {
  margin-top: -44px;
  width: 170px;
  height: 179px;
}
.weixin-mini-page .server-box ul li:nth-child(3) img {
  margin-top: -34px;
  width: 154px;
  height: 169px;
}


.weixin-mini-page .advantage-box {
  padding-top: .8rem;
  padding-bottom: .8rem;
  /* background: url("../images/information/advantage-bg.png") no-repeat; */
  background-size: 100% 100%;
}
.weixin-mini-page .advantage-box .hide-x {
  display: none;
}
.weixin-mini-page .advantage-box .title {
  margin-bottom: 49px;
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  color: #333333;
  line-height: 48px;
}
.weixin-mini-page .advantage-box .content {
  margin: 0 auto;
  position: relative;
  width: 360px;
  height: 360px;
}
.weixin-mini-page .advantage-box .content .x {
  position: absolute;
  width: 100%;
  height: 100%;
}
.weixin-mini-page .advantage-box .content .icon {
  position: absolute;
  display: flex;
  align-items: center;
}
.weixin-mini-page .advantage-box .content .icon img {
  width: 162px;
  height: 158px;
}
.weixin-mini-page .advantage-box .content .icon div p:first-of-type {
  margin-bottom: 6px;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  color: #3d3d3d;
  line-height: 28px;
}
.weixin-mini-page .advantage-box .content .icon div p:last-of-type {
  font-size: 14px;
  font-weight: 400;
  color: #777e90;
  line-height: 24px;
}
.weixin-mini-page .advantage-box .content .icon4 div p:first-of-type,
.weixin-mini-page .advantage-box .content .icon5 div p:first-of-type,
.weixin-mini-page .advantage-box .content .icon6 div p:first-of-type {
  text-align: left;
}
.weixin-mini-page .advantage-box .content .icon1 {
  left: -190px;
  top: 0;
}
.weixin-mini-page .advantage-box .content .icon1 div {
  margin-right: -33px;
}
.weixin-mini-page .advantage-box .content .icon2 {
  left: -225px;
  top: 120px;
}
.weixin-mini-page .advantage-box .content .icon2 div {
  margin-right: -33px;
}
.weixin-mini-page .advantage-box .content .icon3 {
  left: -155px;
  top: 220px;
}
.weixin-mini-page .advantage-box .content .icon3 div {
  margin-right: -33px;
}
.weixin-mini-page .advantage-box .content .icon4 {
  right: -182px;
  top: 220px;
}
.weixin-mini-page .advantage-box .content .icon4 div {
  margin-left: -33px;
}
.weixin-mini-page .advantage-box .content .icon5 {
  right: -205px;
  top: 125px;
}
.weixin-mini-page .advantage-box .content .icon5 div {
  margin-left: -33px;
}
.weixin-mini-page .advantage-box .content .icon6 {
  right: -220px;
  top: 0;
}
.weixin-mini-page .advantage-box .content .icon6 div {
  margin-left: -33px;
}
.weixin-mini-page .advantage-box .d-s-flex,
.weixin-mini-page .inventory-box .d-s-flex{
  display: none;
}

.weixin-mini-page .inventory-box {
}
.weixin-mini-page .inventory-box .title {
  margin-bottom: 70px;
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  color: #333333;
  line-height: 48px;
}
.weixin-mini-page .inventory-box ul {
  display: flex;
  justify-content: center;
}
.weixin-mini-page .inventory-box ul li {
  position: relative;
}
.weixin-mini-page .inventory-box ul li::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  opacity: 0.49;
  border: 1px dashed #656b83;
  position: absolute;
  right: -107px;
  top: 40px;
}
.weixin-mini-page .inventory-box ul li img {
  margin: 0 auto;
  display: block;
  width: 84px;
  height: 84px;
}

.weixin-mini-page .inventory-box ul li p {
  margin-top: 19px;
  font-size: 20px;
  font-weight: 400;
  color: #656b83;
  line-height: 34px;
}
.weixin-mini-page .inventory-box .ul1 {
  margin-bottom: 100px;
}
.weixin-mini-page .inventory-box .ul1 li:nth-child(1) {
  margin-right: 98px;
}
.weixin-mini-page .inventory-box .ul1 li:nth-child(2) {
  margin-right: 96px;
}
.weixin-mini-page .inventory-box .ul1 li:nth-child(2)::before {
  right: -88px;
}
.weixin-mini-page .inventory-box .ul1 li:nth-child(3) {
  margin-right: 118px;
}
.weixin-mini-page .inventory-box .ul1 li:nth-child(4) {
  margin-right: 108px;
}
.weixin-mini-page .inventory-box .ul1 li:nth-child(5)::before {
  display: none;
  /* margin-right:98px; */
}
.weixin-mini-page .inventory-box .ul2 li:nth-child(1) {
  margin-right: 98px;
}
.weixin-mini-page .inventory-box .ul2 li:nth-child(2) {
  margin-right: 98px;
}
.weixin-mini-page .inventory-box .ul2 li:nth-child(2)::before {
  right: -88px;
}
.weixin-mini-page .inventory-box .ul2 li:nth-child(3) {
  margin-right: 106px;
}
.weixin-mini-page .inventory-box .ul2 li:nth-child(4) {
  margin-right: 75px;
}
.weixin-mini-page .inventory-box .ul2 li:nth-child(4)::before {
  right: -97px;
}
.weixin-mini-page .inventory-box .ul2 li:nth-child(5)::before {
  display: none;
  /* margin-right:98px; */
}

.weixin-mini-page .programme-box {
  background: url("../images/information/programme-bg.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding: .3rem 0;
  margin-top: .8rem;
}

.weixin-mini-page .programme-box div {
  text-align: center;
}
.weixin-mini-page .programme-box ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 99;
}
.weixin-mini-page .programme-box ul li {
  position: relative;
  width: 33.333%;
  height: 208px;
  background: linear-gradient(139deg, #eef4ff 0%, #ffffff 100%, #ffffff 100%);
  opacity: 0.8;
  border: 2px solid #ffffff;
}
.weixin-mini-page .programme-box ul li:hover {
  background: url("https://gymoo-project-cdn.oss-cn-shenzhen.aliyuncs.com/sw_alcohol/news/imageNew/index-f6-ck.png")
    no-repeat;
  background-size: 100% 100%;
}

.weixin-mini-page .programme-box ul li img {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 40%;
}
.weixin-mini-page .programme-box ul li p{
  width: 55%;
}
.weixin-mini-page .programme-box ul li p:first-of-type {
  padding-left: 18px;
  padding-top: .3rem;
  font-size: 18px;
  font-weight: bold;
  color: #3d3d3d;
  line-height: 28px;
}
.weixin-mini-page .programme-box ul li p:nth-child(2) {
  padding-left: 18px;
  padding-top: 16px;
  font-size: 15px;
  font-weight: 400;
  color: #777e90;
  line-height: 30px;
}













.web-h5-page .two-box .response-img{
  width: 100%;
  display: block;
}
.web-h5-page .two-box .img-bg-box{
  position: relative;
  margin-top: .3rem;
  padding-bottom: 2.3rem;
}
.web-h5-page .two-box h1{
  font-size: .24rem;
  color: #1877ff;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 0;
  width: 100%;
}
.web-h5-page .two-box h4{
  font-size: .24rem;
  color: #1877ff;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 1.8rem;
  width: 100%;
}
.web-h5-page .two-box li{
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.web-h5-page .two-box li .response-img{
  width: .7rem;
  display: block;
}
.web-h5-page .two-box li h3{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  
}
.web-h5-page .two-box li span{
  font-size: 12px;
  line-height: 1.5;
  color: #666;
  font-weight: normal;
  display: block;
  text-align: center;
  white-space: nowrap;
}
.web-h5-page .two-box li:nth-child(1){
  left: .5rem;
  top: -.1rem;
  flex-direction: row-reverse;
}
.web-h5-page .two-box li:nth-child(1) > div{
  padding-right: .14rem;
}
.web-h5-page .two-box li:nth-child(2){
  right: .7rem;
  top: -.2rem;
  flex-direction: row;
}
.web-h5-page .two-box li:nth-child(2) > div{
  padding-left: .14rem;
}
.web-h5-page .two-box li:nth-child(3){
  left: .5rem;
  top: 2.2rem;
}
.web-h5-page .two-box li:nth-child(3) > div,
.web-h5-page .two-box li:nth-child(4) > div,
.web-h5-page .two-box li:nth-child(5) > div{
  padding-top: .14rem;
}
.web-h5-page .two-box li:nth-child(4){
  left: 5.8rem;
  top: 3rem;
}
.web-h5-page .two-box li:nth-child(5){
  right: .5rem;
  top: 2.2rem;
}
.web-h5-page .three-box{
  padding: .3rem;
  position: relative;
  background: url(../images/information/24_market_img7.jpg) no-repeat center top / 1300px 100%;
}
.web-h5-page .three-box .section-title{
  z-index: 10;
}

.web-h5-page .four-box{
  padding-top: .3rem;
}
.web-h5-page .four-box .content-box{
  position: relative;
}
.web-h5-page .four-box .left{
  width: 2.95rem;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -moz-linear-gradient(-90deg, #2c94f4 0%, #1e55c7 100%);
  background-image: -webkit-linear-gradient(-90deg, #2c94f4 0%, #1e55c7 100%);
  background-image: -ms-linear-gradient(-90deg, #2c94f4 0%, #1e55c7 100%);
  background-image: linear-gradient(-90deg, #2c94f4 0%, #1e55c7 100%);
  padding: .3rem  ;
  box-sizing: border-box;
  color: #ffffff;
}
.web-h5-page .four-box .left .response-img{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.web-h5-page .four-box .left h4{
  font-size: .15rem;
  margin-bottom: .1rem;
}
.web-h5-page .four-box .left h2{
  font-weight: bold;
  font-size: .18rem;
  margin-bottom: .1rem;
}
.web-h5-page .four-box .left p{
  font-size: .13rem;
}
.web-h5-page .four-box .left .btn-box{
  padding-bottom: .34rem;
}
.web-h5-page .four-box .left .btn{
  font-size: .13rem;
  color: #fff;
  width: 100%;
  height: .4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: .1rem 0;
  padding: 0;
  border: 1px solid #fff;
  position: relative;
  z-index: 1;
}
.web-h5-page .four-box .left .btn.btn-1{
  background: #fff;
}
.web-h5-page .four-box .left .btn a{
  color: #fff;
}
.web-h5-page .four-box .left .btn.btn-1 a{
  color: #0769ff;
}
.web-h5-page .four-box .left ul{
  display: flex;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  padding: .2rem .1rem .4rem;
}
.web-h5-page .four-box .left ul li::before{
  content: '';
  width: .14rem;
  height: .14rem;
  margin-right: .1rem;
  background: url(../images/information/24_market_icon6.png) no-repeat left center / 100% auto;
}
.web-h5-page .four-box .left ul li{
  font-size: .14rem;
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0 .04rem;
}
.web-h5-page .four-box .left ul li:nth-of-type(2n) {
  justify-content: flex-end;
}
.web-h5-page .four-box .nav{
  display: flex;
  justify-content: space-between;
  margin-left: calc(2.95rem + .2rem );
  padding: 0 .3rem;
  margin-bottom: .2rem;
  
}
.web-h5-page .four-box .nav li{
    cursor: pointer;
    color: #788299;
    font-size: .18rem;
}
.web-h5-page .four-box .nav li:hover,
.web-h5-page .four-box .nav li.active{
  color: #1877ff;
  font-weight: bold;
}
.web-h5-page .four-box .list{
  display: flex;
  flex-wrap: wrap;
  gap: .2rem
}
.web-h5-page .four-box .list .item-d{
  width: 2.95rem;
}
.web-h5-page .four-box .list .item-d:first-of-type,
.web-h5-page .four-box .list .item-d:nth-of-type(4){
  margin-left: calc(2.95rem + .2rem );
}
.web-h5-page .four-box .list .item-d .img{
  width: 100%;
  height: 1.8rem;
}
.web-h5-page .four-box .list .item-d .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.web-h5-page .four-box .list .item-d span{
  font-size: .16rem;
  color: #333;
  margin-top: .1rem;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 .1rem;
}



.web-h5-page .serve-box{
  background: #f5f5f5;
  padding: .1rem .3rem .3rem;
  margin-top: .5rem;
}
.web-h5-page .serve-list{
  display: flex;
  gap: .3rem;

}
.web-h5-page .serve-list .serve-item{
  flex: 1;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.web-h5-page .serve-list .serve-item img{
  width: 100%;
}
.web-h5-page .serve-list .serve-item .serve-title{
  font-weight: bold;
  text-align: center;
  font-size: .2rem;
  line-height: 2;
  margin: .2rem 0;
}
.web-h5-page .serve-list .serve-item .serve-desc{
  padding: 0 .2rem .3rem;
  color: #666;
  font-size: .16rem;
  
}













@media screen and (max-width: 1350px) {
  .agent-page .com-functions-box .model-text-box {
    padding-left: 0;
    justify-content: flex-start;
  }
  .portal-page .n-wzjs .ulwzjs > li {
    width: 32%;
  }
}

@media screen and (max-width: 1150px) {
  .agent-page .com-functions-box .model-text {
    width: 70%;
  }
  .agent-page .com-functions-box .com-funtions-list:nth-child(2n) {
    padding: 0.5rem 0;
  }
  .web-page .index_three_t .content ul li .yuan {
    width: 114px;
    height: 114px;
  }
  .web-page .index_three_t .content ul li .yuan .tag {
      width: 30px;
      height: 30px;
  }
}
@media screen and (max-width: 1050px) {
  .agent-page .com-functions-box .com-funtions-list:nth-child(2n) {
    padding: 1rem 0;
  }
  .portal-page .n-wzjs .ulwzjs > li {
    width: 49%;
  }
  .web-page .index_three_t .content ul li .yuan {
    width: 105px;
    height: 105px;
  }
  .web-page .index_three_t .content ul li .yuan .tag {
      width: 24px;
      height: 24px;
  }
  .web-page .index_three_t .content ul li .yuan .img {
      width:50%;
      height:50%;
  }
  .web-page .index_three .wh .content ul li {
    width: 20%;
  }
}
@media screen and (max-width: 950px) {
  .agent-page .com-functions-box .model-text .model-text-title {
    font-size: 24px;
  }
  .agent-page .com-functions-box .model-text {
    padding-top: 0.5rem;
  }
  .agent-page .com-functions-box .com-funtions-list:nth-child(2n) .model-text {
    padding-top: 0;
  }
  .agent-page .com-functions-box .com-funtions-list:nth-child(2n) {
    padding: 0.7rem 0;
  }
  .web-page .index_three_t .content ul li .yuan {
    width: 96px;
    height: 96px;
  }
}

@media screen and (max-width: 850px) {
  
  .web-page .index_three_t .content ul li .yuan {
    width: 85px;
    height: 85px;
  }
}

@media screen and (max-width: 768px) {
  .all-page {
    width: 100%;
    overflow: hidden;
    max-width: 100%;
  }
  .all-page .page-content .inner.cases-inner {
    padding: 0 !important;
  }
  .all-page .page-content h2.section-title {
    padding: 0 0.3rem 0.2rem;
  }
  .all-page .page-content h2.section-title em {
    font-size: 0.32rem;
  }
  .all-page .page-content h2.section-title span {
    font-size: 0.22rem;
  }
  .all-page .page-content h2.section-title span br:not(.mobile-can-wrap) {
    display: none;
  }

  .agent-page .com-capability-list {
    padding: 0 0.3rem;
    gap: 0.3rem 0;
    justify-content: space-between;
  }
  .agent-page .com-capability-list .ys_fadeup2 {
    width: 49%;
  }
  .agent-page .advantages-box .com-capability-list .ys_fadeup2 {
    width: 100%;
  }
  .agent-page .com-capability-list-tit {
    flex-direction: column;
  }

  .agent-page .com-functions-box .com-funtions-list {
    flex-direction: column !important;
    margin: 0 -0.3rem;
  }
  .agent-page .com-functions-box .com-funtions-list:first-child {
    margin: 0;
  }
  .agent-page .com-functions-box .model-text-box {
    width: 100%;
    padding-top: 0;
  }
  .agent-page .com-functions-box .model-text {
    padding: 0.3rem;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
  }

  .agent-page .com-functions-box .com-funtions-list:nth-child(2n) {
    background: #f5f5f5;
  }

  .agent-page .com-functions-box .com-funtions-list:nth-child(2n) .model-text {
    margin: 0 0.3rem;
  }
  .agent-page .com-functions-box .com-funtions-list:nth-child(2n) .model-text {
    padding-top: 0.3rem;
  }
  .agent-page .application-list .ys_fadeup2 {
    width: 100%;
    margin: 0 0.3rem;
  }
  .agent-page .application-list .bottom {
    justify-content: center;
  }
  .ai-app-page .advantageProduct_imgTxet_box,
  .ai-app-page .function_imgTxet_box,
  .ai-app-page .scene-item {
    width: 100%;
    display: block;
  }
  .ai-app-page .advantageProduct_imgTxet_img {
    display: block;
    margin: 0.3rem auto;
  }
  .ai-app-page .advantageProduct_imgTxet_title {
    text-align: center;
  }
  .ai-app-page .function_imgTxet_box:first-of-type,
  .ai-app-page .scene-item:first-of-type {
    margin-top: 0.3rem;
  }
  .ai-app-page .scene-list {
    padding: 0 0.3rem;
  }
  .ai-app-page #case_wrap .case-item,
  .ai-app-page #case_wrap .case_text {
    display: block;
    padding: 0;
  }
  .ai-app-page #case_wrap .case_img {
    display: block;
    margin: 0.1rem auto 0.3rem;
  }
  .ai-app-page #case_wrap .case-title {
    text-align: center;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .portal-page .dzcon01 {
    padding: 0 0.3rem;
  }
  .portal-page .dzcon01 .dl_con.cf {
    row-gap: 0;
    padding-top: 0;
  }
  .portal-page .dzcon01 .dl_anim {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 0.4rem 0;
  }
  .portal-page .dzcon01 .dl_anim:last-of-type {
    border-bottom: 0;
  }

  .portal-page .n-wzjs .ulwzjs > li {
    width: 100%;
  }
  .portal-page .dzcon02 .dl_con {
    padding: 0 0.3rem;
  }
  .portal-page .dzcon02 .dl_con .dl_anim {
    width: 100%;
  }
  .portal-page .dzcon03 .con,
  .portal-page .dzcon04 .con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .portal-page .dzcon03 .con .dl_anim,
  .portal-page .dzcon04 .con .dl_anim {
    position: static;
    width: 47%;
    max-width: unset;
    text-align: left !important;
    margin: 0;
  }
  .portal-page .dzcon03 .con .pc,
  .portal-page .dzcon04 .pc {
    display: none;
  }
  .portal-page .dzcon03 .title {
    display: block;
    font-size: 0.3rem;
    padding: 0.2rem 0;
  }
  .portal-page .dzcon03 .name,
  .portal-page .dzcon04 .name {
    font-size: 0.26rem;
  }
  .portal-page .dzcon03 .detail,
  .portal-page .dzcon04 .detail {
    font-size: 0.22rem;
  }

  .software-page .td-box .card-box {
    padding: 0.3rem;
  }
  .software-page .td-box .card-d {
    width: 100%;
  }
  .software-page .ipaas-box .model-con {
    flex-wrap: wrap;
  }
  .software-page .ipaas-box .model-con .two-flex-content {
    padding: 0.6rem 0.3rem;
    width: 100%;
  }
  .software-page .ipaas-box2 .pc {
    display: none;
  }
  .software-page .ipaas-box2 .mobile {
    display: block;
  }
  .software-page .function-box .el-tabs__nav{
	flex-wrap: wrap;
	justify-content: flex-start;
  }
  .software-page .function-box .el-tabs__nav .el-tabs__item{
	width: 33.33%;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding-top: .3rem;
  }
.software-page .function-box .el-tabs__nav .el-tabs__item:last-of-type{
	border-bottom: 0;
  }
  .software-page .function-box .el-tabs__nav .el-tabs__item:nth-of-type(3n){
	border-right: 0;
  }
  .software-page .function-box .icon-tab {
		width: 40px;
		height: 40px;
	}
	.software-page .function-box .fun-tab-con{
		flex-direction: column-reverse;
	}
	.software-page .function-box .fun-tab-con-left{
		width: 100%;
		padding: 0 .1rem .4rem;
	}
	.software-page .function-box .fun-tab-conImg{
		padding-top: .3rem;
	}
	.software-page .function-box .el-tabs__content{
		padding: .2rem;
	}
	.software-page .item-value ul li,
  .mpweixin-page .serve-box .serve-list li,
  .mpweixin-page .content31 ul li {
		width: 50%;
	}
  .mpweixin-page .detail-container-box .pic,
  .mpweixin-page .detail-container-box li .text{
    width: 100%;
  }
  .mpweixin-page .content30 .hidden-xs {
    display: none;
  }
  .mpweixin-page .content30 .visible-xs {
    display: block;
  }
  .mpweixin-page .content32 .hd ul li{
    font-size: 16px;
  }
  .mpweixin-page .content32 .slick-slider li{
    min-width: 50%;
    max-width: 50%;
  }
  .mpweixin-page .content32 .slick-slider{
    flex-wrap: wrap;
    row-gap: .1rem;
    height: auto;
  }
  .web-page .gb-cont5 .gb-a5list1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .web-page .index_three_t .content ul{
    flex-wrap: wrap;
    justify-content: center;
  }
  .web-page .index_three_t .content ul li:nth-child(even) {
    margin-top: 0;
  }
  .web-page .index_three .wh .content ul li {
    width: 33.3333%;
  }
  .web-page .index_three .wh{
    padding: 0 .3rem;
  }
  .web-page .ys-box .ys-item{
    width: 49%;
  }
  .weixin-mini-page .tx-list{
    padding: 0 .3rem;
  }
  .weixin-mini-page .tx-list .tx-item{
    width: 48.5%;
  }
  .weixin-mini-page .server-box ul li{
    width: 100%;
    position: relative;
    min-height: auto;
    padding:  .3rem;
    display: flex;
    flex-direction: row-reverse;
    margin: 0 !important;

  }
  .weixin-mini-page .server-box ul li .info{
    width: 100%;
    text-align: left;
  }
  .weixin-mini-page .server-box ul{
    flex-wrap: wrap;
    padding: 0 .3rem;
    row-gap: .3rem;
  }
  .weixin-mini-page .server-box ul li img{
    height: 50% !important;
    width: auto !important;
    margin: 0 !important;
    position: absolute;
    top: 50%;
    right: .3rem;
    transform: translateY(-50%);
  }
  .weixin-mini-page .server-box ul li .t{
    margin: 5px 0;
  }
  .weixin-mini-page .server-box ul li .ft{
    line-height: 1.5;
    padding-right: 1.2rem;
  }

  .weixin-mini-page .advantage-box .title{
    margin-bottom: .2rem;
  }
  .weixin-mini-page .advantage-box{
    background-color: #eee;
  }
  .weixin-mini-page .advantage-box .content .icons {
    padding: 10px 12px;
    margin-bottom: 15px;
    width: 48%;
    background: #f6faff;
    box-shadow: 5px 5px 13px 0px rgba(212, 228, 253, 0.42),
      -6px -4px 21px 0px rgba(255, 255, 255, 0.98);
    border-radius: 2px;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
  }
  .weixin-mini-page .advantage-box .content .icons:nth-child(5),
  .weixin-mini-page .advantage-box .content .icons:nth-child(6) {
    margin: 0;
  }
  .weixin-mini-page .advantage-box .content .icons img {
    margin-right: 6px;
  }
  .weixin-mini-page .advantage-box .content .icons:nth-child(1) img {
    width: 17px;
    height: 10px;
  }
  .weixin-mini-page .advantage-box .content .icons:nth-child(2) img {
    width: 21px;
    height: 10px;
  }
  .weixin-mini-page .advantage-box .content .icons:nth-child(3) img {
    width: 20px;
    height: 10px;
  }
  .weixin-mini-page .advantage-box .content .icons:nth-child(4) img {
    width: 20px;
    height: 10px;
  }
  .weixin-mini-page .advantage-box .content .icons:nth-child(5) img {
    width: 21px;
    height: 10px;
  }
  .weixin-mini-page .advantage-box .content .icons:nth-child(6) img {
    width: 21px;
    height: 10px;
  }
  .weixin-mini-page .advantage-box .content .icons div p:first-of-type {
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .weixin-mini-page .advantage-box .content .icons div p:last-of-type {
    font-size: 14px;
    font-weight: 400;
    color: #777e90;
    line-height: 16px;
  }
  .weixin-mini-page .advantage-box .content{
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 .3rem;
  }

  .weixin-mini-page .inventory-box {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .weixin-mini-page .inventory-box .ul-list {
    padding: 0 18px;
  }
  .weixin-mini-page .inventory-box .ul-list .ul1 {
    width: 100%;
    flex-wrap: wrap;
    margin: 0;
    justify-content: space-between;
    row-gap: .2rem;
  }
  .weixin-mini-page .inventory-box ul li {
    margin-bottom: 20px;
    width: 33%;
    /* height:100px; */
    position: relative;
    margin: 0 !important;
  }
  .weixin-mini-page .inventory-box ul li::before {
    content: "";
    display: none;
    width: 100px;
    height: 1px;
    opacity: 0.49;
    border: 1px dashed #656b83;
    position: absolute;
    right: -107px;
    top: 40px;
  }
  .weixin-mini-page .inventory-box ul li img {
    margin: 0 auto;
    display: block;
    width: 60px;
    height: 60px;
  }

  .weixin-mini-page .inventory-box ul li p {
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    color: #656b83;
    word-wrap: break-word;
    padding: 0 5px;    
  }

  .weixin-mini-page .advantage-box .d-s-flex,
  .weixin-mini-page .inventory-box .d-s-flex{
    display: flex;
  }
  .weixin-mini-page .programme-box ul{
    padding: 0 .3rem;
    row-gap: .2rem;
  }
  .weixin-mini-page .programme-box ul li{
    width: 100%;
    height: auto;
    padding-bottom: .2rem;
  }
  .web-h5-page .two-box ul{
    display: flex;
    padding:  .3rem;
    justify-content: space-between;
  }
  .web-h5-page .two-box li{
    position: static;
    flex-direction: column !important;
  }
  .web-h5-page .two-box li >div{
    padding: .15rem 0 0 !important;
  }
  .web-h5-page .two-box h4{
    top: .72rem;
    font-size: 12px;
    display: none;
  }
  .web-h5-page .two-box h1{
    transform: translateY(-.15rem);
  }
  .web-h5-page .two-box .img-bg-box{
    padding-bottom: .3rem;
  }
  .web-h5-page .three-box{
    padding: .3rem;
    position: relative;
    background-size: 750px 100%;
  }
  .web-h5-page .four-box .left{
    display: none;
  }
  .web-h5-page .four-box .nav,
  .web-h5-page .four-box .list .item-d:first-of-type, 
  .web-h5-page .four-box .list .item-d:nth-of-type(4){
    margin-left: 0;
  }
  .web-h5-page .four-box .list{
    padding: 0 .3rem;
    row-gap: .3rem;
    column-gap: 0;
    justify-content: space-between;
  }
  .web-h5-page .four-box .list .item-d{
    width: 48%;
  }
  .web-h5-page .four-box .list .item-d span{
    font-size: 14px;
  }
  .web-h5-page .serve-list{
    flex-wrap: wrap;
  }
  .web-h5-page .serve-list .serve-item{
    width: 100%;
    flex: unset;
  }
  .web-h5-page .serve-list .serve-item .serve-title{
    font-size: .26rem;
  }
  .web-h5-page .serve-list .serve-item .serve-desc{
    font-size: .22rem;
  }
}

@media screen and (max-width: 560px) {
}
@media screen and (max-width: 460px) {
  .web-page .ys-box .ys-item{
    width: 100%;
  }
}
