  .page_container .module, .html .asdfasdf { margin-top: 0 !important }
		        .html .max-width {
		            max-width: 1376px;
		            margin: 0 auto;
		        }
		        .html .max-width .title {
		            color: #222229;
		            font-weight: bold;
		            line-height: 1.5;
		        }
		        .html .max-width .text {
		            color: #3A404A;
		            line-height: 1.4;
		        }
		        .html .max-width .secondaryText {
		            color: #6B717B;
		            line-height: 1.4;
		        }
		        .html .max-width .link {
		            border-radius: 9999px;
		            box-shadow: 0 0 20px 1px rgb(84 152 253 / 30%);
		            display: grid;
		            place-content: center;
		            font-size: 16px;
		            font-weight: bold;
		            text-decoration: none;
		            cursor: pointer;
		        }
		        .html .headSection {
		            background-image: url("https://static.marketup.cn/marketup/company/83/2023/107/cu/93/20231007113050754-filelbsprrchnh99.png");
		            background-size: 100% auto;
		            background-repeat: no-repeat;
		            background-position: top;
		        }
		        .html .headSection .container {
		            padding: 72px 0 0;
		            display: grid;
		            grid-template-columns: 1fr 1fr;
		            grid-template-rows: repeat(5, 1fr);
		            grid-gap: 16px 0;
		        }
		        .html .headSection .title {
		            grid-column: 1 / 2;
		            grid-row: 2 / 3;
		            font-size: 48px;
		            font-weight: normal;
		        }
				.html .headSection .title p{
					float: left;
					    font-size: 40px;
				}
		        .html .headSection .text {
		            grid-column: 1 / 2;
		            grid-row: 3 / 4;
		            padding-right: 60px;
		            font-size: 30px;
		        }
		        .html .headSection .image {
		            grid-column: 2 / 3;
		            grid-row: 1 / 7;
		        }
		        .html .headSection .image img {
		            display: block;
		            width: 100%;
		            height: auto;
		            object-fit: contain;
		        }
		        .html .headSection .link {
		            grid-column: 1 / 2;
		            grid-row: 4 / 5;
		            flex: none;
		            height: 54px;
		            width: 200px;
		            background: linear-gradient(
              234deg, #359eff 0%, #294be0 100%);
		            color: #FFFFFF;
					margin-top: -80px;
		        }
		        @media screen and (max-width: 720px) {
		            .html .headSection {
		                background-image: url("https://static.marketup.cn/marketup/company/83/2023/107/cu/93/20231007112354687-file65c1bs9uran8.png");
		            }
		            .html .headSection .container {
		                padding: 80px 0 40px;
		                display: flex;
		                flex-direction: column;
		                align-items: center;
		            }
		            .html .headSection .title {
		                width: 312px;
		                margin: 0 auto 0 30px;
		                font-size: 24px;
		                font-weight: bold;
		            }
		            .html .headSection .text {
		                padding: 0;
		                /* margin: 22px 30px 0; */
		                font-size: 16px;
		            }
		            .html .headSection .link {
		                height: 42px;
		                padding: 0;
		                width: 60%;
		            }
		        }

.mlogo{display: inline-block;float: left;}
.hi_meiti {
   
}
.row {
   /* margin-right: -15px;
    margin-left: -15px; */
}
.h2, h2,.h4, h4 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
.h2, h2 {
    font-size: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.h4, h4 {
    font-size: 18px;
	margin-bottom: 10px;
	margin-top: 30px;
}
.pingtai {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    display: flex;
	padding-bottom: .583333rem;
}
.pingtai_a {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 0 !important;
    display: inline-block;
    margin: 10px;
	background: #fff;
}
.pingtai_a img {
    width: 90% !important;
    height: auto !important;
    display: inline-block !important;
    margin: 32% 5% ;
}
.phone_list {
    background-image: url(../images/phone_list.png);
    position: absolute;
    width: 500px;
    height: 300px;
    right: 0;
    top: 0;
    background-position: bottom;
    background-repeat: no-repeat;
}
.scheme {
    padding-top: 64px;
    height: auto;
}
.manage-datacenter .module-card {
    position: relative;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}
.scheme .scheme-content {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
}
.scheme .scheme-content h3 {
    margin: 0 0 18px 0;
    font-weight: 600px;
    font-size: 35px;
    text-align: center;
    color: #0a0b0d;
}

.scheme .scheme-content .scheme-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    cursor: pointer;
}
.scheme .scheme-content .scheme-box .scheme-item:nth-child(-n+4) {
    margin-bottom: 85px;
}
.scheme .scheme-content .scheme-box .scheme-item {
    width: 350px;
    height: 152px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
}
.scheme .scheme-content .scheme-box .scheme-item img {
    margin-bottom: 16px;
    width: 48px;
    height: 48px;
}
.scheme .scheme-content .scheme-box .scheme-item .scheme-item-title {
    margin-bottom: 8px;
    font-size: 20px;
    color: #282c33;
    font-weight: bold;
}
.scheme .scheme-content .scheme-box .scheme-item .scheme-item-desc {
    width: 194px;
    line-height: 26px;
    text-align: center;
    white-space: pre-line;
}
.scheme .scheme-content .scheme-box .scheme-item:hover {
    transform: translateY(-10px);
}
.disanpin{
	background-image: url(../images/sec6-bg@2x.44a90a85.png) ;
	background-repeat: no-repeat; 
	/* padding-bottom: 75px; */
	padding-top: 80px;

}
.disanpin .scheme-desc{margin-bottom: 74px;}

.anli1{
	background-image: url(../images/sec2-pic.png);
	background-repeat: no-repeat; 
	background-size: 100% auto;
	padding-bottom: 50px;
	margin-bottom: 160px;
}

.swiper-slide .anli-l{
	padding-left: 51px;
		padding-top: 73px;
}
.anli2{
	background-image: url(../images/sec3-pic.png);
	background-repeat: no-repeat; 
	background-size: 100% auto;
	padding-bottom: 50px;
	margin-bottom: 160px;
}
.anli3{
	background-image: url(../images/sec4-pic.png);
	background-repeat: no-repeat; 
	background-size: 100% auto;
	padding-bottom: 50px;
	margin-bottom: 160px;
}
.anli4{
	background-image: url(../images/sec5-pic.png);
	background-repeat: no-repeat; 
	background-size: 100% auto;
	padding-bottom: 50px;
	margin-bottom: 160px;
}
.anli5{
	background-image: url(../images/sec6-pic.png);
	background-repeat: no-repeat; 
	background-size: 100% auto;
	padding-bottom: 50px;
	margin-bottom: 160px;
}
.anli-l .t1{
	height: 45px;
	display: flex;
}
.anli-l .t2{
	margin-top: 43px;
}
.anli-l .t3{
	margin-top: 52px;
	display: flex;
	text-align: center;
}
.anli-l .t1 span{
	line-height: 30px;
	color: #96999f;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 8px;
}
.anli-l .t2 p{
	color: #808082;
	line-height: 26px;
	font-size: 16px;
	padding-left: 20px;
	width: 600px;
} 
.anli-l .t2  img{
	display: block;
	width: 15px;
}
.anli-l .t3 .zhishu{
	margin-right: 100px;
	text-align: center;
} 
.anli-l .t3 span{
	color: #2d3034;
	line-height: 20px;
	font-weight: 700;
	font-size: 20px;
}
.anli-l .t3 p{
	color: #808082;
	line-height: 12px;
	font-size: 12px;
	margin-top: 11px;
}
.anli-l .t3 .baoguang img{
	width: 15px;
	margin-left: 10px;
}
.sch{font-size: 35px;}
/* new */
.report_02 {
  width: 100%;
  background: #ffffff;
  margin-top: 40px;
}

.report_03 {
  width: 1376px;
  margin: 0 auto;
}

.report_04 {
  display: flex;
  margin-bottom: 93px;
}

.report_04_01 span {
  width: 100%;
  height: 1px;
  display: block;
  margin-top: 9px;
  background: #2d3a4b;
}

.report_04 p {
  /* width: 102px; */
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #2d3a4b;
  line-height: 22px;
  margin-right: 38px;
}

.report_list {
  display: flex;
  flex-wrap: wrap;
}

.report_list_01 {
  /* width: 30%;
  padding-bottom: 3vh;
  margin-right: 2vw; */
  width: 442px;
  margin-right: 25px;
  margin-bottom: 72px;
}

.report_list_02 {
  width: 384px;
  margin: 0 auto;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 30px;
  margin-top: 34px;
  margin-bottom: 50px;
}

.report_list_03 {
  width: 384px;
  margin: 0 auto;
  height: 49px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3f3f3f;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.report_lists_01 {
  /* width: 442px;
  height: 340px; */
  width: 432px;
  height: 223px;
  overflow: hidden;
}

.report_lists_01 img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  transition: all 0.5s ease-out;
}

.report_lists_01 img:hover {
  transform: scale(1.1, 1.1);
}

.report_list_04 {
  width: 7vw;
  height: 5vh;
  background: #294be0;
  border-radius: 8px;
  font-size: 13px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 5vh;
  text-align: center;
}

.report_list_05 {
  width: 151px;
  height: 48px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #2d3a4b;
  line-height: 20px;
  border-radius: 8px;
  line-height: 48px;
  border: 1px solid #2d3a4b;
  text-align: center;
  cursor: pointer;
  margin-top: 50px;
}

.report_list_06 {
  width: 384px;
  margin: 0 auto;
}

.report_09 {
  width: 100%;
  height: 48px;
  background: #ffffff;
  padding-bottom: 144px;
}

.report_09 div {
  width: 151px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #2d3a4b;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #2d3a4b;
  line-height: 48px;
  text-align: center;
  margin: 0 auto;
}

.article {
  width: 100%;
  min-height: 430px;
}

.article_01 {
  display: flex;
}

.article_01 div:first-child {
  width: 904px;
  height: 260px;
}

.article_01 div:first-child img {
  width: 100%;
  height: 100%;
}

.article_02 {
  width: 432px;
  height: 100%;
  padding-left: 39px;
}

.article_02 div:first-child {
  width: 172px;
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #2d3a4b;
  line-height: 22px;
}

.article_02 div:nth-child(2) {
  height: 86px;
  font-size: 22px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 300;
  color: #2d3a4b;
  line-height: 42px;
  margin-top: 12px;
}

.article_02 div:nth-child(3) {
  margin-top: 12px;
  width: 100%;
}

.article_02 div:nth-child(3) p {
  /* width: 71px; */
  height: 32px;
  /* border-radius: 19px; */
  /* border: 1px solid #eff1f5; */
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3f3f3f;
  line-height: 32px;
  text-align: left;
}

.article_03 {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}

.article_03 li {
  width: 432px;
  /* height: 223px; */
  margin-right: 40px;
  margin-bottom: 104px;
  overflow: hidden;
}

.article_03 li:nth-child(3n) {
  margin-right: 0px;
}

.report_list li:nth-child(3n) {
  margin-right: 0px;
}

.article_03 li:last-child {
  margin-right: 0px;
}

.article_03 li img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-out;
  object-fit: revert;
}

.article_03 li img:hover {
  width: 432px;
  transform: scale(1.1, 1.1);
}

.article_03_01 {
  height: 24px;
  font-size: 17px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #747a83;
  line-height: 24px;
  margin-top: 5px;
}
.art_c {
    width: 432px;
    height: 223px;
}
.article_03_02 {
  width: 417px;
  height: 64px;
  font-size: 22px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 300;
  color: #2d3a4b;
  line-height: 32px;
  margin-top: 6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.article_03_03 {
  width: 82px;
  height: 32px;
  border-radius: 19px;
  border: 1px solid #eff1f5;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3f3f3f;
  line-height: 32px;
  text-align: center;
  margin-top: 16px;
}
.report_02 .scheme-desc{margin-bottom: 50px;}
