﻿.zonghe .mbx {
	bottom: 0.625rem !important;
}
/* 数字滚动部分开始 */
.nyets {
	margin-top: -0.50rem;
	position: absolute;
	width: 100%;
	z-index: 5;
}

.nyets ul {
	background: #fff;
	border-radius: .05rem;
}

.nyets.app ul {
	padding: 0.175rem 0.25rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	justify-content: center;
}

.nyets.app ul li {
	display: flex;
	flex-direction: column;
	gap: 0.08rem;
	align-items: center;
	justify-content: center;
	width: 0.75rem;
	position: relative;
}

.nyets.app ul li:last-child::before {
	display: none;
}

.nyets.app ul li::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 0.275rem;
	background: #dadada;
	top: 50%;
	transform: translate(0, -50%);
	right: -0.5rem;
}

.nyets.app ul li p {
	font-size: var(--f18);
	line-height: 1.5;
	color: #434343;
}

.nyets.app ul li div {
	display: flex;
	align-items: flex-end;
	gap: 6px;
	position: relative;
}

.nyets.app ul li div .counter {
	 
	font-size: var(--f55);
	line-height: 1;
	color: #c80a14;
	/*font-weight: bold;*/
}

.nyets.app ul li div em {
	color: #303030;
	font-size: var(--f20);
	line-height: 1.5;
	font-weight: bold;
}

.nyets.app ul li.on div::before{
	content: '';
	display: block;
	position: absolute;
	background: url(../image/banner-arrow.png) no-repeat center;
	height: 100%;
	aspect-ratio: 21/32;
	right: -60%;
	bottom: 0;
}
/* 数字滚动部分结束 */





/* 我们能为您做的开始 */
.n-wzjs .wp-cont .ulxcx {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.2375rem 0.30625rem;
    margin-top: 0.25rem;
}

.n-wzjs .wp-cont .ulxcx li a {
    display: flex;
    align-items: flex-start;
    gap: 0.1125rem;
    background: #fff;
    padding: 0.265rem 0.345rem 0.18rem;
    position: relative;
    z-index: 0;
    border-radius: .05rem;
    transition: all .5s;
}

.n-wzjs .wp-cont .ulxcx li a:hover {
    box-shadow: 0px 0px 38px rgba(199, 199, 199, 0.26);
}

.n-wzjs .wp-cont .ulxcx li a::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../image/apphoverbg.jpg)center no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 0;
    border-radius: .05rem;
    z-index: -1;
    opacity: 0;
}

.n-wzjs .wp-cont .ulxcx li a i {
    color: #000000;
    font-size: var(--f36);
}

.n-wzjs .wp-cont .ulxcx li a > img {
    /* color: #000000; */
    width: 0.26rem;
    height:auto;
    aspect-ratio: 1/1;
    object-fit: contain;
    filter: invert(1) hue-rotate(.5turn);
}

.n-wzjs .wp-cont .ulxcx li a h5 {
    color: #2a2a2a;
    font-size: var(--f24);
    line-height: 1.5;

}

.n-wzjs .wp-cont .ulxcx li a p {
    color: #a4a4a4;
    font-size: var(--f18);
    line-height: 1.5;
    margin: 0.06rem 0 0.1rem;
}

.n-wzjs .wp-cont .ulxcx li a div div {
    width: 0.7375rem;
    height: 0.23125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0064a9;
    color: #0064a9;
    font-size: var(--f17);
    /* line-height: 1.5; */
    border-radius: 1.25rem;
    position: relative;
    z-index: 0;
}

.n-wzjs .wp-cont .ulxcx li a div div::before{
    content: '';
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    background: #0064a9;
    /*var(--btnBgColor)*/
    background-size: cover;
    opacity: 0;
    z-index: -1;
    transition: all .5s;
    border-radius: 0.125rem;
}

.n-wzjs .wp-cont .ulxcx li a:hover div div::before {
    opacity: 1;
}

.n-wzjs .wp-cont .ulxcx li a:hover div div {
    color: #fff;
}

.n-wzjs .wp-cont .ulxcx li a:hover::before {
    opacity: 1;
}
/* 我们能为您做的结束 */



.container_sy {
width: 85%;
margin: 0 auto;
}

.wrapper{width:1600px;margin:0 auto;padding:0;position:relative}

@media screen and (max-width: 1559px) and (min-width: 1440px)
{
	.wrapper{width:1400px;}
}

@media screen and (max-width: 1439px) and (min-width: 1280px)
{
	.wrapper{width:1280px;}
}

.section {padding: 80px 0;}
.section-title {text-align: center;margin-bottom: 40px;font-size: 33px;}
.section-title span {color: #e62022;text-transform: uppercase;}
.section-title p {font-size: 18px;margin: 5px 0 0;color: #666;}
.section-title-1 {background: url(../images/title_bg.png) repeat-x center -5px;}
.section-title-1 strong {background-color: #fff;padding: 0 30px;display: inline-block;}
.section-title-2:after {content: '';display: block;margin: 15px auto 0;width: 60px;height: 5px;background-color: #e62022;}
.section-sub {padding: 40px 0;}

.in-server {margin: -20px 0 0 -20px;}
.in-server li {float: left;width: 20%;}
.in-server li a {display: block;border: 1px solid #f4f4f4;margin: 20px 0 0 20px;text-align: center;-webkit-transition: all 0.5s;transition: all 0.5s;}
.in-server li .img-center {height: 105px;line-height: 105px;padding-top: 20px;-webkit-transition: all 0.5s;transition: all 0.5s;}
.in-server li h4 {margin: 30px 0 10px;font-size: 22px;font-weight: normal;}
.in-server li p {margin: 0 20px 20px;color: #868686;text-align: justify; text-indent: 20px;
    display: -webkit-box; /* 必须设置为box */
    -webkit-box-orient: vertical; /* 垂直排列盒子 */
    -webkit-line-clamp: 3; /* 限制显示的行数 */
    overflow: hidden; /* 隐藏超出部分 */
    height:60px;
    line-height: 20px;
}
.in-server li span {display: block;line-height: 54px;background-color: #f9f9f9;color: #868686;border-top: 1px solid #f4f4f4;font-size: 16px;}
.in-server li a:hover {box-shadow: 0 0 26px #cacaca;-webkit-transform: translateY(10px);transform: translateY(10px);border-color: #d6d6d6;}
.in-server li a:hover span {background-color: #0064a9;color: #fff;}
.in-server li a:hover .img-center {-webkit-transform: rotateY(360deg);transform: rotateY(360deg);}






#ali-solution{position:relative; height:588px; margin-top:60px; /*background:url(../image/ali-solution.jpg) no-repeat center;*/}


#ali-solution dl dd{position:absolute; height:118px; cursor:pointer; overflow:hidden;}
#ali-solution dl dd:nth-child(1){left:0; top:40px;}
#ali-solution dl dd:nth-child(2){left:0; top:235px;}
#ali-solution dl dd:nth-child(3){left:0; bottom:40px;}
#ali-solution dl dd:nth-child(4){right:0; top:40px; text-align:right;}
#ali-solution dl dd:nth-child(5){right:0; top:235px; text-align:right;}
#ali-solution dl dd:nth-child(6){right:0; bottom:40px; text-align:right;}
#ali-solution dl dd em{display:block; width:50px; height:54px; line-height:54px; background:url(../image/ali-shape.png) no-repeat center; font-size:24px; font-weight:bold; text-align:center; color:#fff; overflow:hidden;}
#ali-solution dl dd h3{height:20px; line-height:20px; margin-top:14px; font-size:18px; font-weight:bold; overflow:hidden;}
#ali-solution dl dd h4{height:18px; line-height:18px; margin-top:12px; font-size:15px; color:#666; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.span_123{height:18px; line-height:18px; margin-top:12px; font-size:15px; color:#666; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
#ali-solution dl dd:nth-child(4) em,#ali-solution dl dd:nth-child(5) em,#ali-solution dl dd:nth-child(6) em{position:relative; left:100%; margin-left:-50px;}
#ali-solution dl dd:hover h3{color:#f13b47;}