@charset "UTF-8";
/* +----------------------------------------------------------------------
// | ProKvm [ 专业云计算软件开发商 ]
// +----------------------------------------------------------------------
// | Copyright (c) 2022~2024 https://cloud.ackpet.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( https://www.xmbillion.com/ )
// +----------------------------------------------------------------------
// | Theme Name:  蓝色企业模板
// +----------------------------------------------------------------------
// | Author: 多彩云 <20233652@qq.com>
// +----------------------------------------------------------------------
// | version:3.2.4
// +----------------------------------------------------------------------
*/

.bighonor {
    z-index:999;
    position:fixed; 
    width:100%; 
    margin-right:0px;
    margin-left:0px; 
    text-align:center;
}
 
.bigimg {
    z-index:100; 
    position: fixed; 
    left:0; 
    top:0; 
    width:100%;
}
 
 .tabs-arrow-right {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 46px;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 20px rgba(55,99,170,.1);
    padding: 16px;
}
.index-link {
    color: var(--dcydhxz);
}
.index-link i{
    font-size: 18px;
    top: 2px; 
    position: relative;
    color: var(--dcydhxz);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}
.index-link:hover i{
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
.tabs-arrow-right{
    display: none;
}
.h-l5-video-card-icon {
    position: absolute;
    left: 45%;
    top: 50%;
    margin: -16px 0 0 -16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 10%;
    height: 17%;
    border-radius: 50%;
    background: var(--dcyans);
}
.h-l5-video-card-icon:after {
   content: "";
    display: block;
    margin-right: -2px;
    width: 28px;
    height: 28px;
    background-image: url(https://cloudcache.tencent-cloud.com/qcloud/ui/tea-portal-material-portal/build/Main/images/sprite.Main-202210240948.svg);
    background-position: 97.61904761904762% 44.44444444444444%;
    background-size: 2200% auto;
}
.h-l3-cert {
	position: relative;
	z-index: 5;
	background-image: linear-gradient(0deg,#fff,#f3f5f8);
	border: 2px solid #fff;
	box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
	border-radius: 4px;
	padding: 0 28px;
}
.h-l3-cert-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (max-width:1200px) {
.h-l3-cert-list .h-l3-cert-item:nth-last-child(1) {
    display: none;
}

.h-l3-cert-list .h-l3-cert-item:nth-last-child(2) {
    display: none;
}
.h-l3-cert-list .h-l3-cert-item:nth-last-child(3) {
    display: none;
}
 
}
.h-l3-cert-item-link {
	display: block;
	padding: 20px 8px 22px;
	font-size: 14px;
	color: var(--dcydhzt);
	text-align: center;
	line-height: 20px;
}
.h-l3-cert-item-logo {
	width: 80px;
	height: 80px;
	background: #fff;
	border: 1px solid #e5e8ed;
	border-radius: 50%;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto 6px;
	overflow: hidden;
	transition: box-shadow .3s ease-in-out,background .3s ease-in-out;
	padding: 15px;
}
.h-l3-cert-item-logo:hover {
    padding: 14px;
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), -8px -8px 20px 0 #fff;
}
.h-l3-cert-item-logo img {
	display: block;
	width: 100%;
	height: 100%;
}
.wrap-main-swiper .swiper-container {
	margin: 0 -2.5rem;
}
.wrap-main-swiper .swiper-slide {
	background-position: center;
	background-size: cover;
	opacity:0 !important;
}
.wrap-main-swiper .swiper-slide .container{
	padding-left: 1rem;
    padding-right:1rem;
}
.wrap-main-swiper .content-slide {
	height: 540px;
	position: relative;
	display: flex;
	justify-content: center;
	flex-flow: column;
	    opacity: 1;
    -webkit-transition: .15s;
    transition: .15s;
            
}
 
.wrap-main-swiper .content-slide p {
	width: 100%;
	margin: 0 0 0px;
}
.wrap-main-swiper .content-slide .slogan {
	font-size: 4rem;
	font-weight: bold;
	padding: 10px 0 5px;
	line-height: 120%; 
	color:var(--dcydhzt);
	font-family: YouSheBiaoTiHei-2;
	
}
.swiper-container-fade .swiper-slide-active{
opacity:1 !important;
}
.swiper-container-fade .swiper-slide-active .sub-slogan,
.swiper-container-fade .swiper-slide-active .slogan,
.swiper-container-fade .swiper-slide-active .event-title{
	animation: bounceInUp 1s linear forwards;}
.swiper-container-fade .swiper-slide-active .pt50{
	animation: bounceInUp 2s linear forwards;}
 	
	@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
} 
.wrap-main-swiper .content-slide .sub-slogan {
/*	margin-bottom: 2.5rem;*/
	font-size: 16px;
	color: var(--dcydhzt);
    font-weight: bold;
}
.wrap-main-swiper .content-slide .sub-slogan span{
    padding: 5px 9px 5px 9px;
    background: var(--dcyans);
    border-radius: 2px;
    margin-left: 8px;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    font-weight: 600;
}

@media (max-width: 1080px){
    .wrap-main-swiper .content-slide .sub-slogan span{
     padding: 2px 4px;
    background: var(--dcyans);
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    font-weight: 400; 
}
}
.wrap-main-swiper .content-slide .event-title {
	font-size: 16px;
    color: #222;  
	padding: 10px 0;
	font-weight: bold;
}
.wrap-main-swiper .content-slide .btn-outline-success {
	border-radius: 4px;
	color: #fff;
	background: var(--dcyans);
	border: 0px #337dff;
	padding: 0.8rem 2rem;
	font-weight: 600;
	cursor: pointer;
    font-size: 16px;
        margin-top: 24px;
}
@media (max-width: 1080px){
.wrap-main-swiper .content-slide .btn-outline-success{
    margin-top: 16px;
    padding: 8px 18px;
    background: var(--dcyans);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    display: block;
    width: fit-content;
}
    
}
.wrap-main-swiper .content-slide .btn-outline-success:hover{
	 background: var(--dcyanxz);
	 color: #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 120px;
    left: 0;
    width: 100%;
    margin-left: -600px;
	position: absolute !important;
}
.swiper-banner-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.swiper-slide .banner {
	background-color: #DBE5F5;
}


@media (max-width: 1080px){
.swiper-slide .banner-container {
    height: auto;
}
}
.swiper-slide .banner-m-img {
    display: none;
}
@media (max-width: 1080px){
.swiper-slide .banner-m-img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 280px;
}
.swiper-slide .banner-slide-swiper-text {
    position: absolute;
    top: 0px;
    width: 100%;
}
}
@media (max-width: 1080px){
.swiper-slide .banner-m-img {
    display: block;
    width: 100%;
}
}


.swiper-slide.banner1 .content-slide {
	z-index: 1;
	position: relative;
}
 
.swiper-slide.banner1 .content-slide .slogan {
	font-size: 42px;
	font-weight: 600;
	transition: .6s ease-out .1s;
} 

.swiper-slide.banner1 .content-slide .sub-slogan {
	font-size: 1.2rem;
	font-weight: bold;
}

.swiper-slide.banner1 .content-slide .banner-tab {
	display: grid;
	grid-template-columns: 31.3% 31.3% 31.3%;
	width: 55%;
	grid-gap: 1.5rem 3%;
	margin-top: 2.4rem;
}

.swiper-slide.banner1 .content-slide .banner-tab a {
	display: flex;
	justify-content: space-between;
	padding: 1rem 1.5rem 1rem;
	background-image: linear-gradient(0deg,#fff,#f3f5f8);
	border: 0px solid #fff;
	box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
	border-radius: 4px;
	position: relative;
}

.swiper-slide.banner1 .content-slide .banner-tab a p {
	color: var(--dcydhzt);
}

.swiper-slide.banner1 .content-slide .banner-tab a h5 {
	filter: drop-shadow(0 0 0);
	color: var(--dcydhzt);
	letter-spacing: 1px;
	font-size: 1.2rem;
}

.swiper-slide.banner1 .content-slide .banner-tab a img {
	width: 20%;
	object-fit: contain;
	margin-left: 0rem;
	filter: drop-shadow(0px 0px 7px rgba(0,0,0,0.05));
}

.swiper-slide.banner1 .content-slide .banner-tab a::before,
.swiper-slide.banner1 .content-slide .banner-tab a::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: opacity .3s ease;
	border-radius: 4px;
}

.swiper-slide.banner1 .content-slide .banner-tab a::before {
	background-image: linear-gradient(0deg,#fff,#f3f5f8);
	z-index: -1;
	opacity: 0;
}

.swiper-slide.banner1 .content-slide .banner-tab a:hover::before {
	opacity: 1;
}

.swiper-slide.banner1 .content-slide .banner-tab a::after {
	background-image: linear-gradient(0deg,#fff,#f3f5f8);
	z-index: -2;
}

.swiper-slide.banner1 .content-slide .banner-tab a span {
	line-height: 0.9;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	display: flex;
	position: absolute;
	bottom: -10px;
	width: 25px;
	height: 25px;
	background-color: var(--dcydhzt);
	color: #ffffff;
	border-radius: 50%;
	transition: transform 0.3s;
}

.swiper-slide.banner1 .content-slide .banner-tab a:hover span {
	transform: rotate(180deg);
}
/* .swiper-slide.banner1 .content-slide .banner-tab a:nth-child(2) img,
.swiper-slide.banner1 .content-slide .banner-tab a:nth-child(2)::before,
.swiper-slide.banner1 .content-slide .banner-tab a:nth-child(2)::after{
  filter: hue-rotate(56deg);
}
.swiper-slide.banner1 .content-slide .banner-tab a:nth-child(3) img,
.swiper-slide.banner1 .content-slide .banner-tab a:nth-child(3)::before,
.swiper-slide.banner1 .content-slide .banner-tab a:nth-child(3)::after{
  filter: hue-rotate(336deg);
}
.swiper-slide.banner1 .content-slide .banner-tab a:nth-child(4) img,
.swiper-slide.banner1 .content-slide .banner-tab a:nth-child(4)::before,
.swiper-slide.banner1 .content-slide .banner-tab a:nth-child(4)::after{
  filter: hue-rotate(328deg);
}
.swiper-slide.banner1 .content-slide .banner-tab a:nth-child(5) img,
.swiper-slide.banner1 .content-slide .banner-tab a:nth-child(5)::before,
.swiper-slide.banner1 .content-slide .banner-tab a:nth-child(5)::after{
  filter: hue-rotate(137deg);
}
.swiper-slide.banner1 .content-slide .banner-tab a:nth-child(6) img,
.swiper-slide.banner1 .content-slide .banner-tab a:nth-child(6)::before,
.swiper-slide.banner1 .content-slide .banner-tab a:nth-child(6)::after{
  filter: hue-rotate(95deg);
} */


.swiper-slide.banner1 canvas {
	position: absolute;
	top: 1%;
	right: 10%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
 
 .swiper-bannerlist-entries-wrap {
    position: relative;
    z-index: 1;
    margin-top: -40px;
    padding: 0 20px; 
    padding: 0rem 2.5rem;
}
.swiper-bannerlist-about{
    display: none!important;
}
.swiper-bannerlist-entries-inner {
    margin: 0 auto;
    max-width: 1440px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.swiper-bannerlist--with-3d .swiper-bannerlist-entry {
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), -8px -8px 20px 0 #fff;
}
.swiper-bannerlist-entry {
    display: block; 
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
    border-radius: 4px;
    box-sizing: border-box;
        margin-right: 20px;
    -ms-flex: 1;
    flex: 1;
    width: 1px;
    max-width: none;
    height: auto;
    padding: 18px;
    transition: all .3s linear;
    position: relative;
    
}
 
.swiper-bannerlist-entry:last-child {
    margin-right: 0;
}
.swiper-bannerlist-entry:hover{background-color: hsla(0,0%,100%,.8);}
.swiper-bannerlist-entry:hover .swiper-bannerlist-entry-title {
    color: var(--dcydhxz);
}
.swiper-bannerlist-entry-title {
    margin-bottom: 4px;
    font-size: 18px;
    
    font-weight: 500;
    color: var(--dcydhzt);
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.swiper-bannerlist-entry-desc {
    max-height: 44px;
    line-height: 22px;
    font-size: 14px;
    color: #4b5b76;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.swiper-bannerlist-event {
    position: relative;
    width: 400px;
    height: auto;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    background-image: linear-gradient(0deg,rgba(36,104,242,0.5),#337dff);
    border-color: rgba(36,104,242, 0.45);
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
    border-radius: 4px;
    color: #fff;
    
}
.swiper-bannerlist-event {
   padding-right: 80px;
    width: 640px;
}
.swiper-bannerlist-event-object {
   
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    width: auto;
    min-width: 120px;
    max-width: 246px;
}
.swiper-bannerlist-event-title { 
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    line-height: 28px;
}
.swiper-bannerlist-event-img {
    display: block; 
    
    width: 112px;
    height: 84px;
}
.swiper-bannerlist-event-object:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -22px;
    width: 1px;
    height: 44px;
    background: hsla(0,0%,100%,.2);
}
.swiper-bannerlist-event-main {
    position: relative;
    display: block;
    max-height: 100%;
    padding: 12px 16px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
    -ms-flex: 1;
    flex: 1;
}
.swiper-bannerlist-event-subimg {
    display: none;
}
.swiper-bannerlist-event-subimg {
    margin-bottom: 4px;
}
.swiper-bannerlist-event-subimg img {
    display: block;
    max-width: 100%;
    width: auto;
    height: 32px;
    box-sizing: border-box;
}
 
.swiper-bannerlist-event-linkwrap {
    width: 100%;
    max-height: 56px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
   /* overflow-x: hidden;
    overflow-y: auto;*/
    -webkit-overflow-scrolling: touch;
}
  @media (max-width:768px) {
.swiper-bannerlist-event-linkwrap{ 
    max-height: none; 
}
  }
.swiper-bannerlist-event-links {
    margin-right: 16px;
    width: calc(33.33333% - 10.66667px);
}
@media (max-width:768px) {
.swiper-bannerlist-event-links{
    display: inline;
    margin: 0;
    max-width: none;
    width: calc(37% - 10px);
}
  }
 @media (max-width:768px) {
.swiper-bannerlist-event-link {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    width: 33.3333%;
    box-sizing: border-box;
}
.swiper-bannerlist-event-link {
     
    width:100%; 
}
}
.swiper-bannerlist-event .ad-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 16px;
    max-width: 100%;
    line-height: 22px;
    color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.swiper-bannerlink.direction-white-arrow {
    color: #fff;
}
.swiper-bannerlist-event-count {
    position: absolute;
    right: 5px;
    top: 12px;
    box-sizing: border-box;
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(81,67,60,.3);
    border-radius: 4px;
    padding: 3px 10px;
    font-size: 14px;
    color: #4b5b76;
    line-height: 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
}
.swiper-bannerlist-event-count-num {
    margin-left: 2px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #6168fc;
}
.swiper-bannerlist-event-count-num em {
    margin-right: 2px;
    font-weight: 500;
}
.swiper-bannerlist-entries-wrap {
    padding-left: 40px;
    padding-right: 40px;
}
.swiper-bannerlist-entries-inner {
    max-width: 1440px;
}
.swiper-bannerlist-event-object {
    display: -ms-flexbox;
    display: flex;
}
.swiper-bannerlist-event-main {
    padding: 16px 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.swiper-bannerlist-event-link {
    margin-bottom: 12px;
}
@media (max-width:768px) {
    .swiper-bannerlist-event-link {
    margin-bottom: 2px;
    font-size: 14px;
}
}
.swiper-bannerlist-event-count {
    top: 50%;
    display: block;
    padding: 3px 14px 3px 10px;
    line-height: 20px;
    font-size: 14px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.swiper-bannerlist-event-count-num {
    margin: 2px 0 0;
}
.swiper-bannerlist-event-count-num em {
    margin-right: 4px;
    line-height: 36px;
    font-size: 28px;
}
.swiper-bannerlist-entries-inner a:hover .swiper-bannerimg {
    animation: vgJgjBFw 1s steps(30) forwards;
}
.swiper-bannerlist-entries-inner .swiper-bannerimg {
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    background: no-repeat 0 0;
    background-size: 100% auto;
}
.swiper-bannerlist-entries-inner .swiper-bannerimg i{
    font-size: 50px;
    color: var(--dcydhxz);
}
@keyframes vgJgjBFw {
	0% {
		background-position: 0 0;
	}

	to {
		background-position: 0 100%;
	}
}
.swiper-bannerlist{
z-index: 10;   
}


.bannerlist-entries-wrap {
    position: relative;
    z-index: 1;
    margin-top: -60px;
    padding: 0 20px; 
    padding: 0rem 2.5rem;
}
.bannerlist-about{
    display: none!important;
}
.bannerlist-entries-inner {
    margin: 0 auto;
    max-width: 1440px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.bannerlist--with-3d .bannerlist-entry {
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), -8px -8px 20px 0 #fff;
}
.bannerlist-entry {
    display: block; 
   /* background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
    border-radius: 4px;*/
    box-sizing: border-box;
    -ms-flex: 1;
    flex: 1;
    width: 1px;
    max-width: none;
    height: auto;
    padding: 18px;
    transition: all .3s linear;
    position: relative;
    
}
.bannerlist-entry:nth-child(4n) {
    margin-right: 0;
}
.bannerlist-entry:hover{background-color: hsla(0,0%,100%,.8);}
.bannerlist-entry:hover .bannerlist-entry-title {
    color: var(--dcydhxz);
}
.bannerlist-entry-title {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 500;
    color: var(--dcydhzt);
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bannerlist-entry-desc {
    max-height: 44px;
    line-height: 22px;
    font-size: 14px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bannerlist-event {
    position: relative;
    width: 640px;
    height: auto;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    background-image: linear-gradient(0deg,rgba(36,104,242,0.5),#337dff);
    border-color: rgba(36,104,242, 0.45);
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
    border-radius: 4px;
    color: #fff;
    
}
.bannerlist-event {
   padding-right: 80px;
    width: 640px;
}
.bannerlist-event-object {
   
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    width: auto;
    min-width: 128px; 
}
.bannerlist-event-title { 
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    line-height: 28px;
}
.bannerlist-event-img {
    display: block; 
    
    width: 112px;
    height: 84px;
}
.bannerlist-event-object:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -22px;
    width: 1px;
    height: 44px;
    background: hsla(0,0%,100%,.2);
}
.bannerlist-event-main {
    position: relative;
    display: block;
    max-height: 100%;
    padding: 12px 16px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
    -ms-flex: 1;
    flex: 1;
}
.bannerlist-event-subimg {
    display: none;
}
.bannerlist-event-subimg {
    margin-bottom: 4px;
}
.bannerlist-event-subimg img {
    display: block;
    max-width: 100%;
    width: auto;
    height: 32px;
    box-sizing: border-box;
}
 
.bannerlist-event-linkwrap {
    width: 100%;
    max-height: 56px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
   /* overflow-x: hidden;
    overflow-y: auto;*/
    -webkit-overflow-scrolling: touch;
}
  @media (max-width:768px) {
.bannerlist-event-linkwrap{ 
    display: block;
    max-height: none;
    margin-left: 0px;
    margin-right: -6px;
    margin-bottom: -6px; 
}
  }
.bannerlist-event-links {
    margin-right: 16px;
    width: calc(50% - 0px);
}
@media (max-width:768px) {
.bannerlist-event-links{
   display: inline;
    margin: 0;
    max-width: none;
}
  }
 @media (max-width:768px) {
.bannerlist-event-link {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    width: 33.3333%;
    box-sizing: border-box;
}
.bannerlist-event-link {
     width:49%; 
}
}
.bannerlist-event .ad-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 16px;
    max-width: 100%;
    line-height: 22px;
    color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bannerlink.direction-white-arrow {
    color: #fff;
}
.bannerlist-event-count {
    position: absolute;
    right: 5px;
    top: 12px;
    box-sizing: border-box;
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(81,67,60,.3);
    border-radius: 4px;
    padding: 3px 10px;
    font-size: 14px;
    color: #4b5b76;
    line-height: 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
}
.bannerlist-event-count-num {
    margin-left: 2px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #6168fc;
}
.bannerlist-event-count-num em {
    margin-right: 2px;
    font-weight: 500;
}
.bannerlist-entries-wrap {
    padding-left: 40px;
    padding-right: 40px;
}
.bannerlist-entries-inner {
    max-width: 1440px;
}
.bannerlist-event-object {
    display: -ms-flexbox;
    display: flex;
}
.bannerlist-event-main {
        padding: 16px 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.bannerlist-event-link {
    margin-bottom: 12px;
}
@media (max-width:768px) {
    .bannerlist-event-link {
    margin-bottom: 6px;
    font-size: 13px;
}
.p-desc {
    display: none;
}
}
.bannerlist-event-count {
    top: 50%;
    display: block;
    padding: 5px 5px 5px 5px;
    line-height: 20px;
    font-size: 14px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.bannerlist-event-count-num {
    margin: 2px 0 0;
}
.bannerlist-event-count-num em {
    margin-right: 4px;
    line-height: 36px;
    font-size: 28px;
}
.bannerlist-entries-inner a:hover .bannerimg {
    animation: vgJgjBFw 1s steps(30) forwards;
}
.bannerlist-entries-inner .bannerimg {
    float: left;
    width: 56px;
    height: 56px;
    margin-right: 5px;
    background: no-repeat 0 0;
    background-size: 100% auto;
}
.bannerlist-entries-inner .bannerimg i{
    font-size: 50px;
    color: var(--dcydhxz);
}
@keyframes vgJgjBFw {
	0% {
		background-position: 0 0;
	}

	to {
		background-position: 0 100%;
	}
}
.bannerlist{
 background: #fff;background: hsla(0,0%,100%,.6);-webkit-backdrop-filter: blur(5px);backdrop-filter: blur(5px);transition: background-color .3s ease-out;z-index: 10;   
}


.productlist {
    padding-top: 10px;
    background: #f3f5f8;
    box-shadow: inset 8px 8px 20px 0 rgba(55,99,170,.11), inset -8px -8px 20px 0 #fff;
    padding-bottom: 40px;
}
#home-line1 {
    padding: 0rem 0rem 2.5rem;
    background: url(../images/a60bde1021a87f5d93e309ed6fee4a6.png) no-repeat;
    background-size: cover;
    	border: 2px solid #fff;

}
#home-line1 .h-l2-title  {
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 3rem;
}

#home-line1 .h-l2-title h2 {
    font-family: FirstFont;
}


#home-line1 .container {
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-radius: 4px;
 
}

#home-line1 .container .sy_inner {
	justify-content: space-evenly;
}

#home-line1 .container .sy_inner .sy_col-inner {
	display: flex;
	justify-content: center;
	align-items: center;
}

#home-line1 .container .sy_inner .sy_col-inner i {
	float: left;
	margin-right: 1rem;
}

#home-line1 .container .sy_inner .sy_col-inner i img {
	height: 50px;
	width: 50px;
	object-fit: contain;
}

#home-line1 .container .sy_inner .sy_col-inner h4 {
	filter: drop-shadow(0px 0px 0px);
	margin: 5px 0;
}

#home-line1 .container .sy_inner .sy_col-inner p {
	margin-bottom: 0;
}

#home-serve {
        padding-top: 40px;
   /* background: #FFF;
    box-shadow: inset 8px 8px 20px 0 rgba(55,99,170,.11), inset -8px -8px 20px 0 #fff;
    background-size: cover;
    background-repeat: no-repeat;*/
}
#home-serve .nav-tabs {
    border-bottom: 0px #E5E5E5 solid;
     border: none; 
}
#home-serve .nav-tabs>li>a i{
 color: var(--dcydhxz);
}
@media (max-width: 1080px){
#home-serve .nav-tabs>li>a i{
 display: none;
}
}
#home-serve .productlist {
    background: linear-gradient(93deg,#ebf0ff -1.53%,#e1e9ff);
    box-shadow: inset 8px 8px 20px 0 rgba(55,99,170,.11), inset -8px -8px 20px 0 #fff;
    padding-bottom: 40px;
}

#home-serve .container {
	padding-top: 0px;
}
#home-serve .sy-section-h {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

#home-serve .container .sy_inner .h-l2-title {
	text-align: center;
    font-size: 28px;
}

#home-serve .container .sy_inner .h-l2-title h2 {
	margin-right: 0;
	font-family: FirstFont;
}

#home-serve .container .sy_inner .tab-content {
	width: 100%;
}
#home-serve .container .sy_inner .tab-content>.active{
    animation: lightSpeedIn 0.5s linear forwards;
}
 
#home-serve .container .sy_inner .tab-content .tab-pane {
	margin-left: -1rem;
	margin-right: -1rem;
}

#home-serve .container .sy_inner .tab-content .tab-pane ul {
	display: flex;
	flex-wrap: wrap;
}

#home-serve .container .sy_inner .tab-content .tab-pane .tab-r-list ul {
	margin: 0 -1rem;
}

/*#home-serve .container .sy_inner .tab-content #hot-pro.tab-pane ul li,*/
#home-serve .container .sy_inner .tab-content #idc-data.tab-pane .tab-r-list ul li {
	width: calc(33% - 0rem);
}
#home-serve .container .sy_inner .tab-content #hot-pro.tab-pane .tab-r-list ul li,
#home-serve .container .sy_inner .tab-content #cloud-pro.tab-pane .tab-r-list ul li,
#home-serve .container .sy_inner .tab-content #cdn-pro.tab-pane .tab-r-list ul li,
#home-serve .container .sy_inner .tab-content #mysql-pro.tab-pane .tab-r-list ul li,
#home-serve .container .sy_inner .tab-content #storage-pro.tab-pane .tab-r-list ul li, 
#home-serve .container .sy_inner .tab-content #security.tab-pane .tab-r-list ul li,
#home-serve .container .sy_inner .tab-content #developer.tab-pane .tab-r-list ul li  {
	width: calc(33% - 0rem);
}

#home-serve .container .sy_inner .tab-content #idc-data.tab-pane .tab-r-list ul li .tab-p-title span {
	font-size: 0.8rem;
	color: #3d485d;
	margin-top: 3px;
	margin-bottom: 1rem;
	width: 100%;
}
 
#home-serve .container .sy_inner .tab-content #idc-data.tab-pane .tab-r-list ul li .tab-p-psn p {
	margin-bottom: 5px;
}

#home-serve .container .sy_inner .tab-content #idc-data.tab-pane .tab-r-list ul li .tab-p-psn ul {
	margin: 0 0 1rem;
	padding-bottom: 5px;
	border-bottom: 1px var(--dcyborder) solid;
	color: var(--dcydhzt);
}

#home-serve .container .sy_inner .tab-content #idc-data.tab-pane .tab-r-list ul li .tab-p-psn ul li {
	margin: 0;
	width: auto;
	padding-right: 1rem;
}

#home-serve .container .sy_inner .tab-content #idc-data.tab-pane .tab-r-list ul li .tab-p-psn ul li:last-child {
	border-right: none;
}
.movebtn{
        line-height: 7rem;
}
#home-serve .container .sy_inner .tab-content .tab-pane .tab-left {
	width: calc(23% - 2rem);
	padding: 2rem;
	margin: 2rem 2rem 2rem 1.3rem;
	color: #ffffff;
	transition: box-shadow .3s;
	background-size: cover;
	background-repeat: no-repeat;
	border: 1px var(--dcyborder) solid;
}

#home-serve .container .sy_inner .tab-content .tab-pane .tab-lefthot {
	width: calc(25% - 2rem); 
	margin: 2rem 1rem 0;
	color: #ffffff;
}

#home-serve .container .sy_inner .tab-content .tab-pane .tab-left h4 {
	font-weight: bold;
	color:var(--dcydhzt);
	margin-bottom: 1rem;
}

#home-serve .container .sy_inner .tab-content .tab-pane .tab-left p {
	line-height: 2; 
		color:#333
}
#home-serve .container .sy_inner  .tab-content  .tab-pane .tab-left .hotprop{
	display: none;}

#home-serve .container .sy_inner .tab-content .tab-pane .tab-left ul {
	margin: 2rem -1rem 4rem;
}

#home-serve .container .sy_inner .tab-content .tab-pane .tab-left ul li {
	width: calc(50% - 1rem);
	margin: 0 0.5rem;
	line-height: 2.5rem;
	white-space: nowrap;
}

#home-serve .container .sy_inner .tab-content .tab-pane .tab-left ul li a {
	color: #333;
	transition: color 0.3s, filter 0.3s;
}

#home-serve .container .sy_inner .tab-content .tab-pane .tab-left ul li:hover a {
	color: var(--dcydhzt);
	filter: drop-shadow(0px 0px 0px);
}



#home-serve .container .sy_inner .tab-content .tab-pane .tab-r-list {
	        width: calc(73.8% - 10px);
    margin: 2rem 0rem 2rem 1rem;
}

#home-serve .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner {
	padding: 0.57rem 1.8rem;
	background:#fff;
	font-family: dcynews;
    background-size: cover; 
    position: relative;
}
#home-serve .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner .sell {
	width: 59px;
	height: 59px;
	position: absolute;
	right: 0px;
	top: 0px;
	overflow: hidden;
	-webkit-font-smoothing: auto;
}
#home-serve .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner .sell span:hover {
		color: #fff;
}
#home-serve .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner .sell span{
	width: 80px;
    height: 20px;
    color: #fff;
    right: -18px;
    top: -2px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
#home-serve .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner .sell span:after, 
#home-serve .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner .sell span:before{
	content: "";
	display: inline-block;
}
#home-serve .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner .sell span:before {
	left: 0;
	top: 17px;
	width: 5px;
	height: 6px;
}
#home-serve .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner .sell span:after {
	width: 6px;
	height: 5px;
	bottom: -2px;
	right: 0;
}

#home-serve .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner .sell span, 
#home-serve .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner .sell span:after, 
#home-serve .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner .sell span:before{
	background-color: #f64041;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#home-serve .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner:hover {
	border-color: #fff;
	box-shadow: 3px 3px 12px rgb(55 99 170 / 20%);
	z-index: 1;
	transition: box-shadow .3s ease-in-out;
}

#home-serve .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner .tab-p-title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 0.4rem;
	height: 24px; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#home-serve .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner .tab-p-title img {
	height: 2.7rem;
	width: 3rem;
	object-fit: contain;
	margin-right: 1rem;
}

#home-serve .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner .tab-p-title h5 {
	margin: 0;
	font-size: 16px;
    color: #181818;
    line-height: 24px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#home-serve .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner .tab-p-net span{
    margin-top: 0rem;
    margin-bottom: 0rem;
}
#home-serve .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner:hover .tab-p-title h5 {
	color: var(--dcydhxz);
}

#home-serve .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner  span {
	margin-top: 0.5rem;
    margin-bottom: 1rem;
    font-size: 14px;
    color: #4b5b76; 
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: normal; 
}



#home-serve .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner span:hover {
    color: #4b5b76;
}
#home-serve .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner .tab-p-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#home-serve .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner .tab-p-price .btn-default {
    border: 1px var(--dcyanb) solid;
    line-height: 18px;
    font-weight: 400;
    font-family: PingFangSC-Regular;
    background: var(--dcyans);
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    transition: width .3s ease-in-out;
}
#home-serve .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner .tab-p-price .btn-default:hover {
    color: #ffffff;
    background: var(--dcyanxz);
    border-color: transparent;
    cursor: pointer;
}
#home-serve .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner .tab-p-price span h4 {
	display: inline;
	font-weight: bold;
	color: var(--dcydhzt);
	font-family: dcynews;
}
#home-serve .container .sy_inner .tab-content #hot-pro.tab-pane .tab-left .left-img {
    height: 318px;
    width: 288px; 
    position: absolute;
    margin-top: -55px;
    
}
#home-serve .check{
    margin-top: 67%;
}
#home-serve .container .sy_inner .tab-content #hot-pro.tab-pane .tab-left {
	background: url(../images/bg-left.jpg) no-repeat; 
    background-size: cover;
}

#home-serve .container .sy_inner .tab-content #idc-data.tab-pane .tab-left {
	background-image: url(../images/home-l2-backidc.jpg);
}

#home-serve .container .sy_inner .tab-content #cloud-pro.tab-pane .tab-left {
	background-image: url(../images/home-l2-backcloud.jpg);
}

#home-serve .container .sy_inner .tab-content #cdn-pro.tab-pane .tab-left {
	background-image: url(../images/home-l2-backcdn.jpg);
}

#home-serve .container .sy_inner .tab-content #storage-pro.tab-pane .tab-left {
	background-image: url(../images/home-l2-backstorage.jpg);
}
#home-serve .container .sy_inner .tab-content #mysql-pro.tab-pane .tab-left {
	background-image: url(../images/home-l2-backmysql.jpg);
}

#home-serve .container .sy_inner .tab-content #security.tab-pane .tab-left {
	background-image: url(../images/home-l2-backsecurity.jpg);
}

#home-serve .container .sy_inner .tab-content #developer.tab-pane .tab-left {
	background-image: url(../images/home-l2-backdeveloper.jpg);
}


#home-product {background-image: linear-gradient(180deg,#fff,#fff);}

#home-product .h-l3-inner {
	margin:0 auto;
	box-sizing:border-box;
	max-width:1440px
}
#home-product .h-l3-hd {
	margin-bottom:32px;
	text-align:center;
	
}
#home-product .h-l5-title {
    text-align: center;
    margin-bottom: 2rem;
    font-family: FirstFont;
}  
#home-product .h-l5-title p {
    color: #3d485d;
    text-transform: uppercase;
    letter-spacing: 1px;
     
}
#home-product .h-l5-hd p {
    color: #3d485d;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}
#home-product .h-l5-box{
	padding: 0px 0;
}
#home-product .h-l3-box ul{
	width: 100%;
	margin: 0px auto 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#home-product .h-l3-box ul li{
	width: 20%;
	position: relative;
	margin-bottom: 5px;
	overflow: hidden;
	height: 200px;
}
#home-product .h-l3-box ul li.one-1{width: 40%;}
#home-product .h-l3-box ul li .img-box{
	background: #fff;
	background-image: linear-gradient(180deg,#f3f5f8,#fff);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px rgb(55 99 170 / 10%), -8px -8px 20px #fff;
}
#home-product .h-l3-box ul li .img-box:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/jiejue-di-hei.png) repeat-x bottom;
}
#home-product .h-l3-box ul li .img-box img{
	-webkit-transition: 0.38s;
	-moz-transition: 0.38s;
	transition: 0.38s;
	display: block;
	width: 100%;
}
#home-product .h-l3-box ul li:hover .img-box img{
	opacity: .3;
	filter: blur(2px);
	transform: scale(1.01);
	box-shadow: 8px 8px 20px rgb(55 99 170 / 10%), -8px -8px 20px #fff;
}
#home-product .h-l3-box ul li .text-box{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
	padding: 0px 20px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	align-content: flex-end;
	    -webkit-box-shadow: rgb(255 255 255 / 70%) 0px -40px 0px inset;
    box-shadow: rgb(255 255 255 / 70%) 0px -50px 0px inset

}
#home-product .h-l3-box ul li:hover .text-box { 
    box-shadow: 8px 8px 20px rgb(55 99 170 / 10%), -8px -8px 20px #fff;
}
#home-product .h-l3-box ul li .text-box h3{
	-webkit-transition: 0.38s;
	-moz-transition: 0.38s;
	transition: 0.38s;
	width: 100%;
	font-size: 20px;
}
#home-product .h-l3-box ul li .text-box p{
	-webkit-transition: 0.38s;
	-moz-transition: 0.38s;
	transition: 0.38s;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	height: 0;
	margin: 0;
	opacity: .8;
}
#home-product .h-l3-box ul li:hover .text-box p {
	height: 38px;
	margin: 6px 0 20px;
	color: var(--dcydhzt)
}
#home-product .h-l3-box ul li:hover .text-box h3 {
	color: var(--dcydhzt);
}
#home-product .h-l3-box ul li .text-box a{
	-webkit-transition: 0.38s;
	-moz-transition: 0.38s;
	transition: 0.38s;
	overflow: hidden;
	height: 0;
	font-size: 14px;
	color: var(--dcydhzt);
	margin-top: 5px;
}
#home-product .h-l3-box ul li:hover .text-box a {
	height: 40px;
	opacity: .8;
}
#home-product .h-l5-solution-nav:hover .h-l5-solution-nav-title {
    color: var(--dcydhxz);
    
}
#home-product .h-l5-solution-nav:hover .h-l5-solution-nav-inner {
    border-color: #fff;
	box-shadow: 3px 3px 12px rgb(55 99 170 / 20%);
}
#home-product .h-l5-solution-nav:hover
#home-product .tpm-solution2 .h-l5-solution-nav-icon {
    -webkit-animation: h-l5-solution-nav-icon-enter .3s steps(16) forwards;
    animation: h-l5-solution-nav-icon-enter .3s steps(16) forwards;
}
#home-product .h-l5-solution-navs {
    font-size: 0;
    margin: 20px 15px -20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#home-product .h-l5-solution-navsa {
    font-size: 0;
    margin: 20px 20px -20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#home-product .h-l5-solution-navs>li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    box-sizing: border-box;
    padding: 05px;
    margin-bottom: 10px;
}
#home-product .h-l5-solution-nav {
    display: block;
    height: 100%;
}
#home-product .h-l5-solution-nav-inner {
    position: relative;
    box-sizing: border-box;
    height: 100%;
    padding: 15px 20px;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(180deg,#f3f5f8,#fff);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
    transition: border .3s, box-shadow .3s;
    border-radius: 4px;
}
#home-product .h-l5-solution-nav-icon {
    position: absolute;
    width: 48px;
    height: 48px;
    bottom: 24px;
    right: 20px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
    	-webkit-animation: solutionLeave .3s steps(16) forwards;
	animation: solutionLeave .3s steps(16) forwards;
}
@-webkit-keyframes solutionEnter {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 0 -768px;
	}
}

@keyframes solutionEnter {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 0 -768px;
	}
}

@-webkit-keyframes solutionLeave {
	0% {
		background-position: 0 -768px;
	}

	100% {
		background-position: 0 0;
	}
}

@keyframes solutionLeave {
	0% {
		background-position: 0 -768px;
	}

	100% {
		background-position: 0 0;
	}
}


#home-product .h-l5-solution-nav-inner:hover .h-l5-solution-nav-icon {
	-webkit-animation: solutionEnter .3s steps(16) forwards;
	animation: solutionEnter .3s steps(16) forwards;
}

#home-product .h-l5-solution-nav-inner .solution-1 {
	background-image: url(../images/af14217f927eedc0c3c403ddb0b4a8a3.png);
}
#home-product .h-l5-solution-nav-inner .solution-2 {
	background-image: url(../images/e9405a43d1c3e68b3e2eb42f6783f987.png);
}
#home-product .h-l5-solution-nav-inner .solution-3 {
	background-image: url(../images/77d8ac28ee107e0523b8ca60fe8852d4.png);
}
#home-product .h-l5-solution-nav-inner .solution-4 {
	background-image: url(../images/6805e8de35b66e7e87fe4d06d3a3d09e.png);
}
#home-product .h-l5-solution-nav-inner .solution-5 {
	background-image: url(../images/bfbcf8d7614bcd231c16da40ea1d48b5.png);
}
#home-product .h-l5-solution-nav-inner .solution-6 {
	background-image: url(../images/4f38122e35629dd3bd3a567251ca03b9.png);
}
#home-product .h-l5-solution-nav-inner .solution-7 {
	background-image: url(../images/e44f8613c89741b78886fc6680effaa7.png);
}
#home-product .h-l5-solution-nav-inner .solution-8 {
	background-image: url(../images/c92a7debc16466ddd27a7e5b0c1eb6ef.png);
}
#home-product .h-l5-solution-nav-inner .solution-9 {
	background-image: url(../images/9780f877770e03979b7462549a17ad8f.png);
}

#home-product .h-l5-solution-nav-cnt {
    max-width: calc(100% - 56px);
    overflow: hidden;
}
#home-product .h-l5-solution-nav-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: var(--dcydhzt);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#home-product .tpm-view-l .h-l5-solution-nav-desc {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#home-product .h-l5-solution-nav-desc {
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76;
    opacity: .8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 44px;
}
#home-product .h-l5-solution-nav.is-more .h-l5-solution-nav-link {
    font-size: 14px;
    line-height: 22px;
    color: var(--dcydhzt);
    display: inline-block;
    margin-top: 8px;
    position: absolute;
    bottom: 24px;
    left: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
#home-product .h-l5-solution-nav.is-more .h-l5-solution-nav-link:hover {
 
    color: var(--dcydhxz); 
}
#home-product .h-l5-solution-nav.is-more .h-l5-solution-nav-link:after {
    content: "";
    display: inline-block;
    width: 16px;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50%;
    background-image: url(../images/icon-arrow_05e.svg);
}
#home-product .h-l5-solution-nav.is-more .h-l5-solution-nav-link:hover:after{
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
#home-market {
	background-image: url(../images/home-l3-back.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
#home-market .h-l3-title {
	font-family: FirstFont;
	text-align: center;
    margin-bottom: 3rem;
}
#home-market .h-l3-title p {
    color: #3d485d;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Regular，Source Han Sans, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, simsun, sans-serif !important;
}
#home-market ul.h-l3-content li {
	flex: 0 1 50%;
	margin-bottom: 2.5rem;
}
#home-market ul.h-l3-content li img {
	width: calc(100% / 5);
	box-shadow: 1px 1px 10px rgb(0 0 0 / 8%);
	border-radius: 50%;
}
#home-market ul.h-l3-content li h4 {
	margin: 1.5rem 0;
	font-weight: 400;
    filter: drop-shadow(0px 0px 0px);
}

#home-network {
    background-color: #f6f8fa;
    background-size: cover;
	background-image: url(../images/a_bg05.jpg);
	background-position: center;
    background-repeat: no-repeat;
}
#home-network .h-l4-title {
    text-align: center;
    margin-bottom: 3rem;
    font-family: FirstFont; 
}
#home-network .h-l4-title p {
    color: #3d485d;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Regular，Source Han Sans, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, simsun, sans-serif !important;
}
#home-network .h-l4-map::after {
	content: "";
	padding-top: 70%;
}
#home-network .h-l4-map img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#home-network .sy-map-place li {
	position: absolute;
	
	display: flex;
	align-items: center;
	z-index: 1;
	padding: 1px;
}
#home-network .sy-map-place li:hover {
	z-index: 2;
}
#home-network .sy-map-place li .sy-map-tit {
	position: absolute;
	left: 100%;
	padding: 0 5px;
	margin: 0;
	white-space: nowrap;
	color: var(--dcydhzt);
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
	font-size: 0.8rem;
}
#home-network .sy-map-place li:hover .sy-map-tit,
#home-network .sy-map-place li .sy-map-tit.tit-show {
	opacity: 1;
	visibility: visible;
}
#home-network .sy-map-place li .sy-map-tit.map-tit-left {
	right: 100%;
	left: initial;
}
#home-network .sy-map-place li span.sy-map-dot {
	width: 6px;
	height: 6px;
	background-color: var(--dcydhzt);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px #fff solid;
	box-sizing: content-box;
}
#home-network .sy-map-place li span.sy-map-dot:after {
	content: "";
	display: block;
	width: 9px;
    height: 9px;
	border-radius: 50%;
	position: absolute;
	background: rgba(1, 103, 236, 0.12);
	border: 1px rgba(1, 103, 236, 0.37) solid;
	animation: scale 1s infinite;
}
@keyframes scale{
	0%{ transform: scale(1); opacity:.9}
	100%{ transform: scale(3); opacity: 0;}
}
#home-network .sy-map-place li:hover span.sy-map-dot:after {
	animation-name: ripple;
	-webkit-animation-name: ripple;
}
@keyframes ripple {
	0% {
		transform: scale(0);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 0;
	}
}
#home-network .sy-map-place .sy-map-bubble {
	position: absolute;
	z-index: 6;
	left: 50%;
	bottom: 100%;
	margin-left: -100px;
	margin-bottom: 12px;
	width: 200px;
	transition: all .3s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
	border-radius: 4px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
}
#home-network .sy-map-place li:hover .sy-map-bubble {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
#home-network .sy-map-place .sy-map-bubble a:hover {
	color: initial;
}
#home-network .sy-map-place .sy-map-bubble:after,
#home-network .sy-map-place .sy-map-bubble:before {
	content: "";
	position: absolute;
	top: 100%;
	left: inherit;
	right: inherit;
	margin-top: -1px;
	margin-left: -8px;
	width: 0;
	height: 0;
	font-size: 0;
	border: 8px dashed transparent;
	border-top-style: solid;
	box-sizing: border-box;
}
#home-network .sy-map-place .sy-map-bubble:after {
	margin-top: -2px;
	border-top-color: #fff;
}
#home-network .sy-map-place li .sy-map-bubble h6.sy-map-province {
	backdrop-filter: blur(1px);
	padding: 1rem;
	background-color: rgb(2 105 237 / 80%);
	color: #fff;
	margin: 0;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
#home-network .sy-map-place li .sy-map-bubble .sy-map-machine_room {
	padding: 1rem;
	display: flex;
	justify-content: space-between;
	background-color: #ffffff;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
#home-network .sy-map-place li .sy-map-bubble .sy-map-machine_room p {
	margin-bottom: 5px;
	transition: color 0.3s;
}
#home-network .sy-map-place li .sy-map-bubble a:hover .sy-map-machine_room p {
	color: var(--dcydhzt);
}
#home-network .sy-map-place li .sy-map-bubble .sy-map-machine_room span b {
	color: var(--dcydhzt);
}
#home-network ul.h-l4-content li {
	display: flex;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	align-items: flex-end;
	border-bottom: 1px var(--dcyborder) solid;
}
#home-network ul.h-l4-content li:last-child {
	border: none;
}
#home-network ul.h-l4-content li img {
	width: calc(100% / 5);
	box-shadow: 1px 1px 10px rgb(0 0 0 / 8%);
	border-radius: 50%;
	margin-right: 1.5rem;
}
#home-network ul.h-l4-content li p {
	margin: 0;
}
#home-network .h-l4-content em {
	margin: 0 4px;
	font-size: 1.5rem;
	line-height: 40px;
	color: var(--dcydhzt);
	font-style: normal;
	font-weight: 400;
}

@media screen and (max-width:1023px) {
	.tpm-section {
	position:relative;
	padding:0
}
#home-network .h-l3-inner {
	padding:32px 24px
}
#home-network .h-l3-hd {
	margin-bottom:20px
}
#home-network .h-l3-title {
	font-size:20px;
	color:#000;
	line-height:28px
}

}
@media screen and (max-width:767px) {
	#home-product .h-l3-inner {
	padding:0px 1.5rem
}

    
}
.tpm-solution {
	display:-webkit-flex;
	display:flex;
	margin:0 0px;
	
}

#home-product .h-l3-main {
	-webkit-flex:1;
	flex:1;
	-webkit-order:1;
	order:1
}
#home-product .h-l3-main:nth-child(2) {
	-webkit-order:3;
	order:3
}
#home-product .h-l3-center {
	margin:0 12px;
	-webkit-order:2;
	order:2
}
#home-product .h-l3-summary {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 320px;
    height: 462px;
    background-image: linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), -8px -8px 20px 0 #fff;
    border-radius: 4px;
    overflow: hidden;
}
#home-product .h-l3-summary:hover #home-network .direction-arrow:after {
	-webkit-transform:translateX(4px);
	transform:translateX(4px)
}
#home-product .h-l3-summary-inner {
	position:relative;
	height:100%;
	box-sizing:border-box;
	padding:28px;
	border-radius:4px;
	overflow:hidden;
	background-image: linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), -8px -8px 20px 0 #fff;
}
#home-product .h-l3-summary-bg {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:100% 100%;
	background-size:250px auto;
}
#home-product .h-l3-summary-ani {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 215px;
    height: 216px;
    background-image: url(//cdn-1300413531.cos.ap-chengdu.myqcloud.com/www/images/college.png);
}
#home-product .h-l3-summary:hover #home-network .h-l3-summary-ani {
	-webkit-animation:tpm-solutionSummaryAni 1.3s steps(37) forwards;
	animation:tpm-solutionSummaryAni 1.3s steps(37) forwards
}
#home-product .h-l3-summary-cnt {
	position:relative;
	height:100%;
	color:#717278
}
#home-product .h-l3-summary-title {
	margin-bottom:24px;
	font-size:24px;
	font-weight:400;
	line-height:24px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis
}
#home-product .h-l3-summary-desc {
	margin-bottom:60px;
	font-size:14px;
	line-height:24px
}
#home-product .h-l3-summary-feature {
	margin-bottom:12px;
	padding-left:26px;
	position:relative;
	font-size:14px;
	line-height:24px
}
#home-product .h-l3-summary-feature:before {
	content:"";
	position:absolute;
	left:0;
	top:2px;
	width:18px;
	height:18px;
	background-image:url(//cdn-1300413531.cos.ap-chengdu.myqcloud.com/www/images/icon-feature39d.svg)
}
#home-product .h-l3-summary-entry {
	position:absolute;
	left:0;
	bottom:6px
}
#home-product .h-l3-summary #home-network .direction-arrow {
	color:#337dff
}
#home-product .h-l3-summary #home-network .direction-arrow:after {
	background-image:url(//cdn-1300413531.cos.ap-chengdu.myqcloud.com/www/images/arrow03d.svg)
}
#home-product .h-l3-navs {
	font-size:0;
	margin-bottom:-24px
}
#home-product .h-l3-navs>li {
	display:inline-block;
	vertical-align:top;
	width:50%;
	box-sizing:border-box;
	padding:0 8px;
	margin-bottom:24px
}
#home-product .h-l3-nav {
	display:block;
	padding-top:24px;
	color:#fff
}
#home-product .h-l3-nav-inner {
    position: relative;
    box-sizing: border-box;
    height: 195px;
    border-radius: 4px;
    padding: 44px 20px 0;

    background-image: linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), -8px -8px 20px 0 #fff;
    color: #040613;
}
#home-product .h-l3-nav-icon {
	position:absolute;
	left:50%;
	top:-30px;
	margin-left:-30px;
	width:60px;
	height:60px;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:top
}
#home-product .h-l3-nav-title {
	margin-bottom:11px;
	font-weight:400;
	font-size:18px
}
#home-product .h-l3-nav-feature,#home-network .h-l3-nav-title {
	line-height:24px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis
}
#home-product .h-l3-nav-feature {
	opacity:.4;
	font-size:14px
}
#home-product .h-l3-nav:hover .h-l3-nav-inner {
       border-color: #fff;
    box-shadow: 3px 3px 12px rgb(55 99 170 / 20%);
}
#home-product .h-l3-nav:hover  .h-l3-nav-feature {
	opacity:1
}
#home-product .h-l3-section {
    background-color: #f1f2f5;
    color: #fff;
}
#home-product .h-l5-company {
	align-items: center;
}
#home-product .h-l5-title p {
    color: #3d485d;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Regular，Source Han Sans, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, simsun, sans-serif !important;
}
#home-product .h-l5-company .col-lg-7 {
	padding-right: 8rem;
}
#home-product .h-l5-company .col-lg-7 .h-l5-title {
	display: flex;
	align-items: flex-end;
	margin-bottom: 2rem;
	font-family: FirstFont;
}
#home-product .h-l5-company .col-lg-7 .h-l5-introduce {
	margin-bottom: 3rem;
}
#home-product .h-l5-company .col-lg-7 .h-l5-introduce>p {
	margin-bottom: 1rem;
}
#home-product .h-l5-company .col-lg-5 .video {
	width: 100%;
	border-radius: 4px;
}
#home-product .h-l5-honor .h-l5-title h2 {
	margin-top: 1.5rem;
	padding-bottom: 1rem;
}
#home-product .h-l5-honor .swiper-container {
	margin: 0 7rem;
}
#home-product .h-l3-box ul li .text-box h3 {
    -webkit-transition: 0.38s;
    -moz-transition: 0.38s;
    transition: 0.38s;
    width: 100%;
    font-size: 16px;
}
#home-product .h-l5-honor .swiper-button-next:after,
#home-product .h-l5-honor .swiper-button-prev:after {
	width: 100%;
	content: "";
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#home-product .h-l5-honor .swiper-button-next {
	right: 3rem;
}
#home-product .h-l5-honor .swiper-button-next:after {
	background-image: url("../images/swiper-button-next.svg");
}
#home-product .h-l5-honor .swiper-button-prev {
	left: 3rem;
}
#home-product .h-l5-honor .swiper-button-prev:after {
	background-image: url("../images/swiper-button-prev.svg");
}

#home-partner {
	background:#fff
}
#home-partner .h-l6-title {
	text-align: center;
	margin-bottom: 3rem;
}

#home-partner .h-l6-title h2 {
	margin-right: 0;
	font-family: FirstFont;
}

#home-partner .h-l6-list {
	max-width: 1440px;
	margin: auto;
}
#home-partner .partnerslogo {
    position: relative;
    width: 100%;
    height: 610px;
    overflow: hidden;
    margin: 0 auto;
    font-size: 0;
  }
#home-partner .partnerslogo .left_mask {
    left: 0;
  }
#home-partner .partnerslogo .mask {
    position: absolute;
    z-index: 10;
  }
#home-partner .partnerslogo .right_mask {
    right: -1px;
    -webkit-transform: rotate(
  180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(
  180deg);
  }
#home-partner .partnerslogo .partners-one {
    width: 3976px;
    -webkit-animation: scrollToRight 36s linear infinite;
    animation: scrollToRight 36s linear infinite;
  }
#home-partner .partnerslogo .partners-two {
    width: 3976px;
    -webkit-animation: scrollToLeft 36s linear infinite;
    animation: scrollToLeft 36s linear infinite;
  }
#home-partner .partnerslogo .partners-four {
    width: 3569px;
  }
#home-partner .partnerslogo .partners-one .logo_img {
    width: 50%;
    display: inline-block;
  }
#home-partner .partnerslogo .partners-one .logo_img {
    width: 50%;
    display: inline-block;
  }
#home-partner .partnerslogo .partners-two .logo_img {
    width: 50%;
    display: inline-block;
  }
  @-webkit-keyframes scrollToRight {
  from {
  -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
  }
  to {
  -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
  }
  }
  @keyframes scrollToRight {
  from {
  -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
  }
  to {
  -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
  }
  }
  @keyframes scrollToRight {
  from {
  -webkit-transform: translate3d(-50%, 0, 0);
  }
  to {
  -webkit-transform: translate3d(0%, 0, 0);
  }
  }
 
  @-webkit-keyframes scrollToLeft {
  from {
  -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
  }
  to {
  -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
  }
  }
  @keyframes scrollToLeft {
  from {
  -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
  }
  to {
  -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
  }
  }
  @keyframes scrollToLeft {
  from {
  -webkit-transform: translate3d(0%, 0, 0);
  }
  to {
  -webkit-transform: translate3d(-50%, 0, 0);
  }
  }
  
   
#home-partner .h-l6-list ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}

#home-partner .h-l6-list ul li {
	flex: 0 1 calc(20% - 10px);
	padding: 5px;
	margin: 5px;
	border: 1px var(--dcyborder) solid;
	border-radius: 4px;
	background-color: #ffffff;
	box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);
	transition: transform 0.3s, box-shadow 0.3s;
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

#home-partner .h-l6-list ul li:hover {
	transform: scale(1.05);
	box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}
#home-partner .case-list-wrapper {
    position: relative;
    overflow: hidden;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
}
#home-partner .case-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    width: fit-content;
    animation-play-state: running;
}
#home-partner .case-item {
    background-size: cover !important;
    width: 200px;
    height: 90px;
    border: 1px solid #E8E8EA;
    border-radius: 5px;
    position: relative;
    /* width: 166.25px; */
    /* height: 60px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 1px 5px 8px #daeae4;
    margin-right: 10px;
    margin-bottom: 10px;
}
#home-partner .case-item:not(:last-child) {
    margin-right: 10px;
}
#home-partner .case-link-wrapper {
    display: none;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    color: #0F0D15;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
#home-partner .case-list:hover {
    animation-play-state: paused;
}
#home-partner .case-item:hover .case-link-wrapper {
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#home-partner .first-row {
    animation: moveRightSlideshowMobile 30s linear infinite;
}
#home-partner .second-row {
    animation: moveLeftSlideshowMobile 30s linear infinite;
}
@media (max-width:768px) {
#home-partner .case-item {
    width: 134px;
    height: 50px;
}
}
@keyframes moveRightSlideshowMobile {
    100% {
        -webkit-transform: translateX(-1540px);
    }
}
@keyframes moveLeftSlideshowMobile {
    0% {
        -webkit-transform: translateX(-1540px)
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

#home-news {
    background:linear-gradient(93deg,#ebf0ff -1.53%,#e1e9ff);
}
/*#home-news {
	background-image: url(../images/newsbg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}*/
#home-news .h-l7-top {
  align-items: flex-end;
}

#home-news .h-l7-top .h-l7-title {
    text-align: center;
    margin-bottom: 3rem;
}
#home-news .h-l7-title p {
    color: #3d485d;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#home-news .h-l7-top .h-l7-title h2 {
    margin-right: 0;
    font-family: FirstFont;
    margin-right: 1.5rem;
    letter-spacing: 2px;
}

#home-news .h-l7-top a {
  margin-bottom: 10px;
  display: inline-block;
  float: right;
}

#home-news .h-l7-top a:after {
  content: url(../images/right-icon.svg);
  margin-left: 5px;
  opacity: .5;
}

#home-news .h-l7-top hr {
  width: 100%;
  margin: 1.5rem;
}

#home-news .h-l7-list{
  margin-top: 10px;
  
  display: flex;
  max-width: 1440px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0rem;
}

#home-news .h-l7-list .h-l7-l-box ul {
  margin-left: 0rem;
  margin-bottom: 0;
  overflow: hidden;
}

#home-news .h-l7-list .h-l7-l-box ul li {
  display: flex;
   border-bottom: 1px #e5e5e5 solid; 
  padding: .6rem 0;
  transition: border .3s;
}/*
#home-news .h-l7-list .h-l7-l-box ul li span {
    width: 55px;
    float: left;
    margin-right: 3px;
    text-align: center;
     background: #f6f6f6;
    color: #000;
    border-radius: 6px;
    transition: all .3s ease;
}*/
#home-news .h-l7-list .h-l7-l-box ul li:hover{
  border-color: var(--dcyxhx);
  color: var(--dcydhxz);
  cursor:pointer;
  text-decoration: none;
}
/*#home-news .h-l7-list .h-l7-l-box ul li a:before {
    content: '';
    width: 3px;
    height: 3px;
    background-color: #666;
    display: inline-block;
    vertical-align: 3px;
    margin-left: 2px;
    margin-right: 8px;
}*/
#home-news .h-l7-list .h-l7-l-box ul li .news-content {
  width: 100%;
  font-family: "dcynews";
}

#home-news .h-l7-list .h-l7-l-box ul li .news-content>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#home-news .h-l7-list .h-l7-l-box ul li .news-content div.news-title h5 {
  margin: 0;
  width: 80%;
  overflow: hidden;
  color: #181C29;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.1rem;
  letter-spacing: 0;
}
 #home-news .h-l7-list .h-l7-l-box ul li .news-content div.news-title a{
     color: #181C29; 
 }
  #home-news .h-l7-list .h-l7-l-box ul li .news-content div.news-title a:hover{
  color: var(--dcydhxz)
}
#home-news .h-l7-list .h-l7-l-box ul li:hover .news-content div.news-title .news-time{
  color: var(--dcydhxz)
}
#home-news .h-l7-list .h-l7-l-box .h-l7-list-tit{
    display: flex;
    color: #181C29;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    align-items: center;
    height: 50px;
    justify-content: space-between;
    padding: 0 0rem; 
}/*
#home-news .h-l7-list .h-l7-l-box:nth-child(1) .h-l7-list-tit{
  background-image: url(../images/home-l7-img1.jpg);
  
}
#home-news .h-l7-list .h-l7-l-box:nth-child(2) .h-l7-list-tit{
  background-image: url(../images/home-l7-img2.jpg);
}
#home-news .h-l7-list .h-l7-l-box:nth-child(3) .h-l7-list-tit{
  background-image: url(../images/home-l7-img3.jpg);
}*/
 
   #home-news .col-lg-4 {
    width: 32.333333%;
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
    border-radius: 4px;
    margin-bottom: 38px;
}

#home-news .h-l7-list .h-l7-l-box .h-l7-list-tit h3{
  color: var(--dcydhzt);
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
#home-news .h-l7-list .h-l7-l-box .h-l7-list-tit a{
  color: var(--dcydhzt);
}
#home-news .h-l7-list .h-l7-l-box .h-l7-list-tit a:hover{
  color: var(--dcydhxz);
}

#home-honor {
    background: #FAFBFC;
}
#home-honor .h-l5-company .col-lg-7 {
  padding-right: 8rem;
}

#home-honor .h-l5-company .col-lg-7 .h-l5-title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2rem;
}

#home-honor .h-l5-company .col-lg-7 .h-l5-introduce {
  margin-bottom: 3rem;
}

#home-honor .h-l5-company .col-lg-7 .h-l5-introduce>p {
  margin-bottom: 1rem;
}

#home-honor .h-l5-company .col-lg-5 .video {
  width: 100%;
  border-radius: 8px;
}

#home-honor .h-l5-honor .h-l5-title h2 {
  margin-top: 1.5rem;
  padding-bottom: 1rem;
}

#home-honor .h-l5-honor .swiper-container {

}

#home-honor .h-l5-honor .swiper-button-next:after,
#home-honor .h-l5-honor .swiper-button-prev:after {
  width: 100%;
  content: "";
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#home-honor .h-l5-honor .swiper-button-next {
  right: 3rem;
}



#home-honor .h-l5-honor .swiper-button-prev {
  left: 3rem;
}

#home-honor .h-l6-title {
    text-align: center;
    margin-bottom: 3rem;
}
#home-honor .h-l6-title h2 {
    margin-right: 0;
    font-family: FirstFont;
}
#home-honor .text-honor {
    background: #e6e6e6;
    height: 50px;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}
#home-honor .text-honor:hover {
    background: var(--dcyanxz);
    color: #fff;
}


#home-honor .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    transition-property: transform;
    border: 1px solid #ececec;
    border-bottom: none;
    box-sizing: border-box; 
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}
@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.Wangweicloud {
    /*overflow: hidden;
    position: absolute;*/
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.WangweicloudInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 85px;
    bottom: -1px;
    /*background-image: linear-gradient(to top, #86377b 20%, #27273c 80%);*/
}
.bgTop {
    z-index: 15;
    opacity: 0.5;
}
.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}
.bgBottom {
    z-index: .5;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 110px;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveTop {
    background-size: 50% 100px;
    background-image: url('../images/wave-top.png')
}
.waveAnimation .waveTop {
    animation: move_wave 20s linear infinite;
}
.waveMiddle {
    background-size: 50% 120px;
    background-image: url('../images/wave-top.png');
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.waveBottom {
    background-size: 50% 100px;
    background-image: url('../images/wave-top.png');
}
.section-inner {
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1440px;
}
.solution {
	display:-webkit-flex;
	display:flex;
	margin: 0 auto;
	-webkit-font-smoothing:antialiased
}
.solution-main {
	-webkit-flex:1;
	flex:1;
	-webkit-order:1;
	order:1
}
.solution-main:nth-child(2) {
	-webkit-order:3;
	order:3
}
.solution-center {
	margin:0 12px;
	-webkit-order:2;
	background-image: linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%);
    border: 2px solid #fff;
    box-shadow: 3px 3px 12px rgb(55 99 170 / 20%); 
    border-radius: 4px;
	order:2
}
.solution-summary {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 320px;
    height: 462px; 
    border-radius: 4px;
    overflow: hidden;
}
.solution-summary:hover .direction-arrow:after {
	-webkit-transform:translateX(4px);
	transform:translateX(4px)
}
.solution-summary-inner {
	position:relative;
	height:100%;
	box-sizing:border-box;
	padding:28px;
	border-radius:4px;
	overflow:hidden; 
}
.solution-summary-bg {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:100% 100%;
	background-size:250px auto;
}
.solution-summary-ani {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 215px;
    height: 216px;
    background-image: url(//cdn-1300413531.cos.ap-chengdu.myqcloud.com/www/images/college.png);
}
.solution-summary:hover .solution-summary-ani {
	-webkit-animation:solutionSummaryAni 1.3s steps(37) forwards;
	animation:solutionSummaryAni 1.3s steps(37) forwards
}
.solution-summary-cnt {
	position:relative;
	height:100%;
	color:#717278
}
.solution-summary-title {
	margin-bottom:24px;
	font-size:24px;
	font-weight:400;
	line-height:24px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis
}
.solution-summary-desc {
	margin-bottom:60px;
	font-size:14px;
	line-height:24px
}
.solution-summary-feature {
	margin-bottom:12px;
	padding-left:26px;
	position:relative;
	font-size:14px;
	line-height:24px
}
.solution-summary-feature:before {
	content:"";
	position:absolute;
	left:0;
	top:2px;
	width:18px;
	height:18px;
	background-image:url(//cdn-1300413531.cos.ap-chengdu.myqcloud.com/www/images/icon-feature39d.svg)
}
.solution-summary-entry {
	position:absolute;
	left:0;
	bottom:6px
}
.solution-summary .direction-arrow {
	color:#337dff
}
.solution-summary .direction-arrow:after {
	background-image:url(//cdn-1300413531.cos.ap-chengdu.myqcloud.com/www/images/arrow03d.svg)
}
.solution-navs {
	font-size:0;
	margin-bottom:-24px
}
.solution-navs>li {
	display:inline-block;
	vertical-align:top;
	width:50%;
	box-sizing:border-box;
	padding:0 8px;
	margin-bottom:24px
}
.solution-nav {
	display:block;
	padding-top:24px;
	color:#fff
}
.solution-nav-inner {
    position: relative;
    box-sizing: border-box;
    height: 195px; 
    padding: 44px 20px 0;
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
    border-radius: 4px;
    color: #040613;
}
.solution-nav-icon {
	position:absolute;
	left:50%;
	top:-30px;
	margin-left:-30px;
	width:60px;
	height:60px;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:top
}
.solution-nav-title {
	margin-bottom:11px;
	font-weight:400;
	font-size:18px
}
.solution-nav-feature,.solution-nav-title {
	line-height:24px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis
}
.solution-nav-feature {
	opacity:.4;
	font-size:14px
}
.solution-nav:hover .solution-nav-inner {
   box-shadow: 3px 3px 12px rgb(55 99 170 / 20%);
    z-index: 1;
}
.solution-nav:hover .solution-nav-feature {
	opacity:1
}
.solution-section {
    background-color: #f1f2f5;
    color: #fff;
}
.solution-summary-entry .tp-link-arrow:after {
    display: inline-block;
    width: 6px;
    height: 10px;
    margin-left: 6px;
    overflow: hidden;
    vertical-align: 0;
    background-image: url(//cdn-1300413531.cos.ap-chengdu.myqcloud.com/www/images/link-arrow727.svg);
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s;
    content: "";
}

.solution-summary-entry:hover .tp-link-arrow:after {
	-webkit-transform:translateX(4px);
	transform:translateX(4px)
}
.solution-summary-entry .tp-link-arrow {
    color: var(--dcydhzt);
}

@media (max-width:768px) {
 	
	.section-inner {
	padding:12px 12px
}
    .solution-section {
    background-color: #fafafa;
    color: #fff;
}
.solution {
    display: block;
    margin: 0;
    flex-wrap: wrap;
    margin: 0 auto;
}
.solution-navs>li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    box-sizing: border-box;
    padding: 0 8px;
    margin-bottom: 24px;
}
.solution-nav-inner {
    position: relative;
    box-sizing: border-box;
    height: auto;
    border-radius: 4px;
    padding: 36px 0px 0px 0;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), -8px -8px 20px 0 #fff;
    color: #040613;
    text-align: center;
}
.solution-nav-title {
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 11px;
    font-weight: 400;
    font-size: 14px;
}
.solution-nav-features {
    display: none;
}

.solution-main {
	-webkit-flex:1;
	flex:1; 
	margin-bottom: 15px;
}
.solution-main:nth-child(2) {
	-webkit-order:3;
	order:3;
	margin-bottom: 0px;
}
.solution-center {
    margin-top: 24px;
    margin: 24px 0 0 10px;
    order: 0;
    width: calc(100% - 18px) !important;
    
}
.solution-summary {
    margin: 0 -8px;
    padding: 0 16px 32px;
    position: relative;
    background: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    width: auto;
    height: auto;
}
.solution-summary-desc {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
}
.solution-summary-entry {
    position: inherit;
    left: 0;
    bottom: 6px;
}
.solution-summary-entry .tp-link-arrow {
    display: inline-block;
    vertical-align: top;
    min-width: 100%;
    padding: 0 16px;
    text-align: center;
    height: 46px;
    background: var(--keynote);
    font-size: 15px;
    line-height: 46px;
    color: #fff;
    border: 0px var(--dcybtn-blue);
    border-radius: 4px;
    margin-top: 10px;
}
.solution-summary-entry .tp-link-arrow:after{
    display: none;
}
    .Wangweicloud{
        display: none!important;
    }
    .direction-weak-arrow{
    font-size: 14px;
}

.bannerlist-event-object {
    display: -ms-flexbox;
    display: flex;
    display: none;
}
.bannerlist-event-subimg {
    display: block;
}
.bannerlist-event-main {
    padding: 10px 14px 14px;
}
.bannerlist-event-count-num {
    margin: 0px 0 0;
}
.bannerlist-event-subimg {
    margin-bottom:12px;
}
.bannerlist-event-subimg img {
    display: block;
    max-width: 100%;
    width: auto;
    height: 32px;
    box-sizing: border-box;
}
.bannerlist-event-main {
    padding: 14px 12px;
    display: -ms-flexbox;
    display: inline;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
}
.bannerlist-event-count {
    position: absolute;
    right: -3px;
    top: 27px;
    box-sizing: border-box;
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(81,67,60,.3);
    border-radius: 4px;
    padding: 3px 10px;
    font-size: 14px;
    color: #4b5b76;
    height: 30px;
    line-height: 30px;
    /* line-height: 22px; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
}
.bannerlist-event-count p {
    margin: 0 0 0px;
}
.bannerlist-event-count-num em {
    margin-right: 2px;
    font-weight: 500;
    margin-left: 2px; 
    font-size: 14px;
}

.swiper-bannerlist-event-object {
    display: -ms-flexbox;
    display: flex;
    display: none;
}
.swiper-bannerlist-event-subimg {
    display: block;
}
.swiper-bannerlist-event-main {
    padding: 10px 14px 14px;
}
.swiper-bannerlist-event-count-num {
    margin: 0px 0 0;
}
.swiper-bannerlist-event-subimg {
    margin-bottom:12px;
}
.swiper-bannerlist-event-subimg img {
    display: block;
    max-width: 100%;
    width: auto;
    height: 32px;
    box-sizing: border-box;
}
.swiper-bannerlist-event-main {
    padding: 16px 12px;
    display: -ms-flexbox;
    display: inline;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
}
.swiper-bannerlist-event-count {
    position: absolute;
    right: -3px;
    top: 27px;
    box-sizing: border-box;
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(81,67,60,.3);
    border-radius: 4px;
    padding: 3px 10px;
    font-size: 14px;
    color: #4b5b76;
    height: 30px;
    line-height: 30px;
    /* line-height: 22px; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
}
.swiper-bannerlist-event-count p {
    margin: 0 0 0px;
}
.swiper-bannerlist-event-count-num em {
    margin-right: 2px;
    font-weight: 500;
    margin-left: 2px; 
    font-size: 14px;
}
    #home-serve .nav-tabs {
    border-bottom: 0px solid #ddd;
    margin: 0rem 0 0;
}
    .moblelist{
    padding: 0 17px;
    max-width: 100%;
    background: linear-gradient(180deg,#f3f5f8,#fff);
    }
    .moblelist::-webkit-scrollbar{display:none}
    .moblelisthua::-webkit-scrollbar{display:none}
    .solution-tabs::-webkit-scrollbar{display:none}
    .solution-tabs::-webkit-scrollbar{display:none}
    .inside-side ul::-webkit-scrollbar{display:none}
    .inside-side ul::-webkit-scrollbar{display:none}
    .moblelisthua {
    display: flex;
    max-width: 100%;
    position: relative;
    justify-content: space-between;
    white-space: nowrap;
    padding: 0;
    overflow: scroll;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    text-align: center;
    margin: 0 auto; 
    
    flex-wrap: inherit; 
    }
	.wrap-main-swiper .swiper-container {
		margin: 0px -1.5rem;
	}
	
	.tabs-item-cont {
    font-size: 12px;
    line-height: 20px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}
	.tabs-arrow-right {
    position: absolute;
    width: 30px;
    height: 39px;
    right: 2px;
    display: block;
    font-size: 18px;
    top: 0px;
    z-index: 9;
    background: linear-gradient(180deg,#f3f5f8,#fff);
    box-shadow: -4px 0 10px rgba(55,99,170,.1);
}

.tabs-arrow-right:after {
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(https://cloudcache.tencent-cloud.com/qcloud/ui/tea-portal-material-portal/build/Main/images/tpm-tabs-icon-arrow-down_45b.svg);
}
.tabs-arrow-right.is-show.tpm-tabs--scroll .tpm-tabs__arrow-down.is-show:after {
    background-image: url(https://cloudcache.tencent-cloud.com/qcloud/ui/tea-portal-material-portal/build/Main/images/tpm-tabs-icon-arrow-up-hover_76c.svg);
}
 

.tabs-arrow-right-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .tabs-arrow-right {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 39px;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 20px rgba(55,99,170,.1);
    padding: 16px;
}
.tabs-arrow-right.is-show {
    display: block;
}
.tabs-arrow-right .tabs-item {
    width: calc(33.33% - 8px);
}
.tabs-arrow-right .tabs-item {
    background: #f1f2f5;
    border-radius: 2px;
    width: calc(32% - 9px);
    margin: 12px 12px 0 0;
    height: 26px;
    padding: 0;
    text-align: center;
}
.tabs-arrow-right .active {
    background:#337dff; 
    color: #fff;
}
.tabs-arrow-right .active a{
    background:#337dff; 
    color: #fff;
}
.swiper-banner-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    display: none!important;;
    object-fit: cover;
}
.bannerlist-event {
     padding-right: 0px; 
    width: 100%;
}
.swiper-slide.banner1 {
	background-image: url(../images/2024endYear_banner01.png);
}
.swiper-slide.banner2 {
	background-image: url(../images/bannerm1.jpg);
}

.swiper-slide.banner3 {
	background-image: url(../images/bannerm2.jpg);
}

.swiper-slide.banner4 {
	background-image: url(../images/bannerm3.jpg);
}
.swiper-slide.banner5 {
	background-image: url(../images/bannerm4.jpg);
}

.bannerlist-about	{
	display: block!important;;
}
.bannerlist-entries-wrap {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: -44px;
}
.bannerlist-entry {
    -ms-flex: none;
    flex: none;
    margin-bottom: 8px;
    padding: 10px 6px;
    min-height: auto;
    width: calc(50% - 4px);
    text-align: left;
}
.bannerlist-entry {
    margin-right: 8px;
    padding: 12px 8px 8px;
    height: auto;
    -ms-flex: 1;
    display: flex;
    /* align-items: center; */
    /* width: calc(50% - 5px); */
    margin: 0 10px 10px 0;
    padding-left: 10px;
    /* border: 2px solid #fff; */
    background: #fff;
    /* border-radius: 8px; */
    /* flex: 1; */
    text-align: left;
    align-items: center;
    width: calc(50% - 4px);
    /* margin-right: 17px; */
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
    border-radius: 4px;
    box-sizing: border-box;
}
.bannerlist-entry-title { 
    font-size: 13px;}
.bannerlist{background: hsla(0,0%,100%,0);}
.bannerlist-entries-inner .bannerimg {
    display: inline-block;
    vertical-align: -5.5px;
    width: 25px;
    height: 25px; 
    margin-right: 3px;
    margin-bottom: 4px;
}
.bannerlist-entry{
    -ms-flex: 1;
    flex: 1;
    max-width: none;
}
.bannerlist-entry:nth-child(2n) {
    margin-right: 0;
}
.bannerlist-entry:nth-child(4n) {
    margin-right: 0;
}
.bannerlist-entry:nth-child(5n) {
    margin-right: 0;
}
.bannerlist-entries-inner {
    -ms-flex-pack: start;
    justify-content: start;
}
.bannerlist-entries-inner {
    padding: 0 0px;
    -ms-flex-pack: center;
    justify-content: center;
}
.bannerlist-entries-inner {
    -ms-flex-pack: center;
    justify-content: center;
}
.swiper-bannerlist-about	{
	display: block!important;;
}
.swiper-bannerlist-entries-wrap {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: -44px;
}
.swiper-bannerlist-entry {
    -ms-flex: none;
    flex: none;
    margin-bottom: 8px;
    padding: 10px 6px;
    min-height: auto;
    width: calc(50% - 4px);
    text-align: left;
}
.swiper-bannerlist-entry {
    margin-right: 8px;
    padding: 12px 8px 8px;
    height: auto;
    -ms-flex: 1;
    display: flex;
    /* align-items: center; */
    /* width: calc(50% - 5px); */
    margin: 0 10px 10px 0;
    padding-left: 10px;
    /* border: 2px solid #fff; */
    background: #fff;
    /* border-radius: 8px; */
    /* flex: 1; */
    text-align: left;
    align-items: center;
    width: calc(50% - 4px);
    /* margin-right: 17px; */
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
    border-radius: 4px;
    box-sizing: border-box;
}
.swiper-bannerlist-entry-title { 
    font-size: 13px;}
.swiper-bannerlist{background: hsla(0,0%,100%,0);backdrop-filter: blur(5px);}
.swiper-bannerlist-entries-inner .swiper-bannerimg {
    display: inline-block;
    vertical-align: -5.5px;
    width: 25px;
    height: 25px; 
    margin-right: 3px;
    margin-bottom: 4px;
}
.swiper-bannerlist-entry{
    -ms-flex: 1;
    flex: 1;
    max-width: none;
}

 .swiper-bannerlist-entry:nth-child(2n) {
    margin-right: 0;
}
.swiper-bannerlist-entry:nth-child(2n) {
    margin-right: 0;
}
.swiper-bannerlist-entries-inner {
    -ms-flex-pack: start;
    justify-content: start;
}
.swiper-bannerlist-entries-inner {
    padding: 0 0px;
    -ms-flex-pack: center;
    justify-content: center;
}
.swiper-bannerlist-entries-inner {
    -ms-flex-pack: center;
    justify-content: center;
}


.swiper-bannerlist-entry:nth-child(n+5) {
    display: none;
}
@media (max-width: 768px) {
.swiper-bannerlist-entry:last-child {
    margin-right: 0;
}
    
}
  #home-serve {
    padding-top: 40px;
}
	.wrap-main-swiper .swiper-slide {
		height: 310px;
	}

	.wrap-main-swiper .content-slide {
		height: 260px;
		margin-left: 12px;
		padding-top: 0px;
	/*background: linear-gradient(0deg, #f4f5f8, #f4f5f8 0.1%, rgba(244, 245, 248, 0));*/
	}

	.wrap-main-swiper .content-slide .slogan {
	    padding: 5px 0 0px;
	font-size: 2.5rem; 
    /*text-align: center;*/ 
	}

	.wrap-main-swiper .content-slide .sub-slogan {
		font-size: 1.3rem;
		margin-bottom: 0rem;
		/*display: none*/
	}
   .pt50{display: block}
	.wrap-main-swiper .content-slide .event-title {
	margin-bottom: 0rem;
	padding: 5px 0;
    /*text-align: center;*/
    font-weight: bold;
	}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    max-width: 100%;
    left: 0;
    right: 0;
    bottom: 18%;
    margin-left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination span.swiper-pagination-bullet {
    padding: 0px 0;
    background: rgba(0,0,0,.12);
    width: 36px;
    height: 4px;
    border-radius: 4px;
    margin: 0 5px !important; 
    
    opacity: 1;
}
	.swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
		bottom: 70px;
		padding-left: 20px;
    justify-content: left;
	}
/*
	.swiper-slide {
		background-image: url(../images/bannerbg.jpg) !important;
	}*/

	.swiper-slide.banner1 .content-slide .slogan {
	font-size: 2rem;
	margin-top: 7.5rem;
    text-align: center;
    margin-bottom: 0.3rem;
	}

	.swiper-slide.banner1 .content-slide .sub-slogan {
		font-size: 1.3rem;
	}

	.swiper-slide.banner1 .content-slide .sub-slogan br {
		display: none;
	}

	.swiper-slide.banner1 .content-slide .banner-tab {
		width: 100%;
	}

	.swiper-slide.banner1 .content-slide .banner-tab a {
		flex-wrap: wrap;
		padding: 0.5rem;
		margin-top: 0;
	}

	.swiper-slide.banner1 .content-slide .banner-tab a h5 {
		margin-bottom: 5px;
		font-size: 1rem;
	}

	.swiper-slide.banner1 .content-slide .banner-tab a img {
		margin-left: 0;
	}

	.swiper-slide.banner1 .content-slide .banner-tab a span {
		font-size: 16px;
		width: 18px;
		height: 18px;
		right: 0.5rem;
		bottom: 0.5rem;
	}

	.swiper-slide.banner1 .content-slide .banner-tab a p {
		display: none;
	}

	.swiper-slide.banner1 canvas {
		top: 0;
		right: 5%;
		left: inherit;
		bottom: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: revert; 
	}
.swiper-slide.banner2 canvas {
		top: 0;
		right: 5%;
		left: inherit;
		bottom: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: revert;
		filter: brightness(6);
	}
	.swiper-slide.banner3 canvas {
		top: 0;
		right: 5%;
		left: inherit;
		bottom: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: revert;
		filter: brightness(6);
	}
	

	#home-serve .container {
		padding-top: 0rem;
	}

	#home-serve .container .sy_inner .tab-content .tab-pane ul {
		margin: 0 0.8rem;
	}

	#home-serve .container .sy_inner .tab-content #hot-pro.tab-pane ul li,
  #home-serve .container .sy_inner .tab-content #idc-data.tab-pane .tab-r-list ul li {
		width: 100%;
		margin: 1rem 0 0;
	}

	#home-serve .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner {
		padding: 1rem 1.2rem; 
		
	}

	#home-serve .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner .tab-p-title img {
		height: 2rem;
		width: 2rem;
	}

	#home-serve .container .sy_inner .tab-content .tab-pane ul li .sy_col-inner .tab-p-title span {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}

	#home-serve .container .sy_inner .tab-content .tab-pane .tab-left {
		width: 100%;
		margin: 1rem 1rem 0;
		padding: 1rem 1.2rem;
		background-position: bottom;
	}
	#home-serve .container .sy_inner .tab-content .tab-pane .tab-lefthot {
		width: 100%;
		margin: 0rem 1rem 1rem;
		background-position: bottom;
	}
	#home-serve .container .sy_inner .tab-content .tab-pane .tab-left h4 {
		margin-bottom: 1rem;
	}

	#home-serve .container .sy_inner .tab-content .tab-pane .tab-left p {
		line-height: 1.5;
		margin: 0; 
	    color: #4B4D51
	}
    #home-serve .container .sy_inner .tab-content .tab-pane .tab-left .hotprop {
		line-height: 1.5;
		margin: 0;
		display: block;
	    color: #4B4D51
	}
	#home-serve .container .sy_inner .tab-content .tab-pane .tab-left ul {
		display: none;
	}

	#home-serve .container .sy_inner .tab-content .tab-pane .tab-left a {
		display: none;
	}

	#home-serve .container .sy_inner .tab-content .tab-pane .tab-r-list {
		width: 100%;
		margin: 0rem 1rem;
	}

	#home-serve .container .sy_inner .tab-content .tab-pane .tab-r-list ul {
		margin: 0;
	}

	#home-serve .container .sy_inner .tab-content #idc-data.tab-pane .tab-r-list ul li .tab-p-psn p {
		margin-bottom: 0;
	}

#home-serve .container .sy_inner .tab-content #hot-pro.tab-pane .tab-left .left-img {
    display:none;
}
#home-serve .container .sy_inner .tab-content #hot-pro.tab-pane .tab-left {
	background: url(../images/home-l2-backcloud.jpg);
	    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
  #home-serve .container .sy_inner .tab-content #hot-pro.tab-pane .tab-r-list ul li,
  #home-serve .container .sy_inner .tab-content #cloud-pro.tab-pane .tab-r-list ul li,
  #home-serve .container .sy_inner .tab-content #cdn-pro.tab-pane .tab-r-list ul li,
  #home-serve .container .sy_inner .tab-content #mysql-pro.tab-pane .tab-r-list ul li,
  #home-serve .container .sy_inner .tab-content #storage-pro.tab-pane .tab-r-list ul li,
  #home-serve .container .sy_inner .tab-content #security.tab-pane .tab-r-list ul li,
  #home-serve .container .sy_inner .tab-content #developer.tab-pane .tab-r-list ul li {
		width: 100%;
		margin: 0rem 0 0;
	}

#home-product .h-l5-company .col-lg-7 {
		padding-right: 1.5rem;
	}
#home-product .h-l3-section {
    background-color: #fafafa;
    color: #fff;
}
.tpm-solution {
    display: block;
    margin: 0;
    flex-wrap: wrap;
    margin: 0 0px;
}
#home-product .h-l3-navs>li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    box-sizing: border-box;
    padding: 0 8px;
    margin-bottom: 24px;
}
#home-product .h-l3-nav-inner {
    position: relative;
    box-sizing: border-box;
    height: auto;
    border-radius: 4px;
    padding: 44px 0px 0;

    background-image: linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), -8px -8px 20px 0 #fff;
    color: #040613;
    text-align: center;
}
#home-product .h-l3-nav-title {
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 11px;
    font-weight: 400;
    font-size: 14px;
}
#home-product .h-l3-nav-features {
    display: none;
}
#home-product .h-l3-center {
    margin-top: 24px;
    margin: 24px 0 0;
    order: 0;
    width: 100%;
}
#home-product .h-l3-box ul li .text-box{padding: 0px 10px;
    text-align: left;} 
#home-product .h-l3-box ul li:hover .text-box p {
   
    height: 28px;
    margin: 0px 0 0px;
    color: var(--dcydhzt);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
#home-product .h-l3-summary {
    margin: 0 -8px;
    padding: 0 16px 0px;
    position: relative;
    background: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    width: auto;
    height: auto;
}
#home-product .h-l3-summary-desc {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
}
#home-product .h-l3-summary-entry {
    position: inherit;
    left: 0;
    bottom: 6px;
}

#home-product .h-l5-company .col-lg-7 .h-l5-introduce {
		margin-bottom: 1rem;
	}
#home-product .h-l5-company .col-lg-7 .btn {
		display: block;
		margin-bottom: 2rem;
	}
#home-product .h-l5-honor .h-l5-title h2 {
		margin-top: 0;
		padding-bottom: 0;
	}
#home-product .h-l5-honor .swiper-container {
		margin: 0 2rem;
	}
#home-product .h-l5-honor .swiper-button-next {
		right: 1.5rem;
		width: 1rem;
	}
#home-product .h-l3-box{
		padding: 0px 0;
	}
#home-product .h-l3-box ul{
		width: 90%;
		margin-top: 10px;
	}
#home-product .h-l3-box ul li.one-1{
		width: 100%;
	}
#home-product .h-l3-box ul li{
		width: 49%;
		margin-bottom: 10px;
		max-height: 120px;
	}
#home-product .h-l5-honor .swiper-button-prev {
		left: 1.5rem;
		width: 1rem;
	}
#home-product .h-l5-solution-navs {
    margin: 12px 1rem -12px;
}
#home-product .h-l5-solution-navsa {
    margin: 12px 0rem -12px;
}

#home-product .h-l5-solution-nav.is-more .h-l5-solution-nav-inner {
    -ms-flex-pack: center;
    justify-content: center;
}
#home-product .h-l5-solution-nav.is-more .h-l5-solution-nav-title {
    display: none;
}
#home-product .h-l5-solution-navs .card6{
    display: none;
}
#home-product .h-l5-solution-nav.is-more .h-l5-solution-nav-link {
    margin-top: 0;
    position: static;
}
#home-product .h-l5-solution-navs>li {
    width: 33.33%;
    padding: 0 6px;
    margin-bottom: 12px;
}
#home-product .h-l5-solution-nav-inner {
    padding: 12px 8px;
    -ms-flex-direction: column;
    flex-direction: column;
}
#home-product .h-l5-solution-nav-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
#home-product .h-l5-solution-nav-icon {
    margin-right: 0;
    margin-bottom: 8px;
}
#home-product .h-l5-solution-nav-icon {
    display: inline-block;
    position: static;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
#home-product .h-l5-solution-nav-cnt {
    max-width: 100%;
}
#home-product .h-l5-solution-nav-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #181818;
}
#home-product .h-l5-solution-nav-desc {
    display: none;
}

#home-market {
		background-image: url(../images/home-l3-back-p.jpg);
		padding-bottom: 16rem;
		background-position: bottom;
	}
#home-market .h-l3-title {
		margin-bottom: 2rem;
	}
#home-market ul.h-l3-content li {
		flex: 0 1 100%;
		margin-bottom: 0.5rem;
		display: flex;
		flex-wrap: wrap;
	}
#home-market ul.h-l3-content li img {
		width: 50px;
		height: 50px;
	}
#home-market ul.h-l3-content li h4 {
		width: calc(100% - 70px);
		margin-left: auto;
	}
#home-market ul.h-l3-content li .micon{
   top: 26px;
    position: relative; 
}
#home-market ul.h-l3-content li p {
		width: calc(100% - 70px);
		margin-left: auto;
		margin-top: -1rem;
	}
#home-market ul.h-l3-content li p br {
		display: none;
	}

#home-network .h-l4-title {
		margin-bottom: 2rem;
	}
#home-network .col-lg-8 {
		overflow: hidden;
	}
#home-network .h-l4-map {
		padding-bottom: 130px;
	}
#home-network .h-l4-map img {
		transform: scale(1.5);
	}
#home-network .sy-map-place {
		transform: scale(1.5);
		height: calc(100% - 130px);
		position: absolute;
		width: 100%;
		left: -5px;
		top: 67px;
	}
#home-network .sy-map-place li span.sy-map-dot {
		width: 3px;
		height: 3px;
		border-color: rgb(255 255 255 / 85%);
	}
#home-network .sy-map-place .sy-map-bubble {
		transform: scale(0.5) translateY(0) !important;
		margin-bottom: 0;
		bottom: -10px;
	}
#home-network .sy-map-place .sy-map-bubble a:hover {
		color: initial;
	}
#home-network .sy-map-place li .sy-map-tit {
		transform: scale(0.7);
		padding: 0;
	}
#home-network ul.h-l4-content li {
		width: 100%;
		margin-bottom: 1rem;
		padding-bottom: 1rem;
		align-items: center;
	}
#home-network ul.h-l4-content li img {
		width: calc(100% / 6);
	}
#home-network .col-lg-4 .btn {
		display: block;
	}

#home-partner .h-l6-title {
		margin-bottom: 2rem;
	}
   #home-partner .partnerslogo {
    position: relative;
    width: 100%;
    height: 370px;
    overflow: hidden;
    margin: 0 auto;
    font-size: 0;
   }
   #home-partner .partnerslogo .mask {
    position: absolute;
    z-index: 0;
}
 
 #home-partner .partnerslogo .partners-one .logo_img {
    width: 30%;
    display: inline-block;
  }
#home-partner .partnerslogo .partners-one .logo_img {
    width: 30%;
    display: inline-block;
  }
#home-partner .partnerslogo .partners-two .logo_img {
    width: 30%;
    display: inline-block;
  }
	#home-partner .h-l6-list ul li {
		flex: 0 1 calc(20% - 4px);
		padding: 2px;
		margin: 2px;
	}


  #home-news .h-l7-list {
    margin: 0 -1.5rem;
  }
  #home-news .sy_inner{
    margin: 0 0rem;
  }
 #home-news .col-lg-4 {
    width: 100%;
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
    border-radius: 4px;
    margin-bottom: 38px;
}
  #home-news .h-l7-list .h-l7-l-box{
    margin-bottom: 1rem;
  }
  #home-news .h-l7-list .h-l7-l-box .h-l7-list-tit{
    height: 40px;
  }
  #home-news .h-l7-list .h-l7-l-box ul {
    margin-left: 0;
  }

  #home-news .h-l7-list .h-l7-l-box ul li {
    flex-wrap: wrap;
  }
  #home-news .h-l7-list .h-l7-l-box ul li:nth-child(5){
    border-bottom: none;
  }
  #home-news .h-l7-list .h-l7-l-box ul li .news-content>div{
    padding: 0 0rem;
  }

  #home-news .h-l7-list .h-l7-l-box ul li .news-content div.news-title span {
    font-size: 1.1rem;
    white-space: nowrap;
  }

  #home-news .h-l7-list .h-l7-l-box ul li .news-content div.news-description {
    display: none;
  }
  
   #home-honor .text-honor{
       height: 35px;
   }


}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}


.product-type-item { 
    margin-bottom: 20px;
}
.product-type-item:nth-child(2n) {
    margin-bottom: 0px;
} 
.product-type-item {
    width: 100%;
    color: #152235;
    line-height: normal;
    display: flex;
    flex-wrap: wrap;
}
.product-type-item-content {
    position: relative;
    float: left;
    width: 100%; 
    background: url(../images/card-background-1-new-.jpg) no-repeat;
    background-repeat: no-repeat;
    background-position: bottom;
    border: 1px solid #fff;
    transition: box-shadow .3s ease-in-out;
    box-sizing: border-box;
    padding: 23px 15px 3% 23px;
    
    border-radius: 4px;
    box-shadow: 0px 4px 8px 0px rgba(30, 35, 45, 0.08);
}

 
.ecs-product {
    background-image: url(../images/ecs-bg.png);
}
.lighthouse-product {
    background-image: url(../images/lighthouse-bg.png); 
}
.product-type-item-content:hover {
    animation: animateframe2 1s steps(35) infinite;
    box-shadow: 3px 3px 12px rgba(55,99,170,.2);
}/*
 @keyframes animateframe2 {
        0% { background-position: right 0; }
        100% { background-position: right 100%; }
    }
 */
.product-type-item-content .bg {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: right center;
}
.product-type-item .title {
        position: relative;
        cursor: pointer;
    z-index: 2;height: 19px;
    line-height: 17px; 
    color: #2D3037; 
    font-weight: 500;
    font-size: 18px;
    color: inherit;
    line-height: 16px; 
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-type-item:hover .title{
    color: var(--dcydhxz);
}
.product-type-item .title .minprice {
    position: relative;
    display: inline-block;
    height: 19px;
    line-height: 17px;
    font-size: 12px;
    padding: 0px 8px;
    color: var(--dcyjbzt);
    border: 1px solid var(--dcyanbk);
    border-radius: 2px;
    vertical-align: top;
    margin-left: 8px;
}
.product-type-item .des {
    position: relative;
    z-index: 2;
    line-height: 24px;
    font-size: 14px;
    color: #5E6D81;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: normal;
}
.product-type-item .badge-list {
    position: relative;
    z-index: 2;
    margin-top: 10px;
    margin-bottom: 5px;
    height: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-type-item .badge-list span {
    float: left;
    height: 20px;
    line-height: 18px;
    background: #f1f2f5;
    color: #5f7292;
    padding: 0px 8px;
    font-size: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin-right: 4px;
}
.product-type-item .buylink {
    position: relative;
    z-index: 4;
    border-radius: 4px;
    height: 36px;
    margin-top: 10px;
    color: #fff;
    display: inline-block; 
    box-sizing: border-box;
    width:45%; /* height: 36px; */ 
    padding: 0 24px; 
    color: #fff; 
    font-size: 14px; 
    line-height: 34px; 
    white-space: nowrap; 
    text-align: center; 
    text-decoration: none;
    vertical-align: middle; 
    background: var(--dcyans);
    border: 0px solid transparent; 
    outline: 0 none; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
     
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
}
.product-type-item .buylink:hover {
    border-color: var(--dcyanxz);
    background: var(--dcyanxz);
    color: #fff;
    cursor: pointer;}
.product-type-item .detaillink {
    position: relative;
    border-radius: 4px;
    z-index: 4;
    height: 36px;
    margin-top: 10px;
    color: #fff;
    margin-left: 12px;
    display: inline-block; 
    box-sizing: border-box;
    width: 45%; /* height: 36px; */
    padding: 0 24px;
    background-color: #fff;
    color: #43474d;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), inset 0 4px 20px 0 hsla(0,0%,100%,.5);
    font-size: 14px; 
    line-height: 34px; 
    white-space: nowrap; 
    text-align: center; 
    text-decoration: none; 
    vertical-align: middle; 
    border: 0px solid var(--dcyanb);
    outline: 0 none; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
     
}
.product-type-item .buylink a{
    color: #fff;
}
.product-type-item .detaillink:hover {
    border: 1px solid var(--dcyanb);
    background-color: var(--dcyanc);
    box-shadow: none;
    color: var(--dcydhxz);
}
@media (max-width:768px) {
.product-type-item {
    margin-bottom: 15px;
}
.product-type-item .title{font-size: 16px;}
.product-type-item .des{line-height: 14px;}
.product-type-item .buylink{margin-top: 0px;height: 35px;line-height: 32px;}
.product-type-item .detaillink{margin-top: 0px;height: 35px;line-height: 32px;}
.product-type-item .badge-list{display: none;}
.product-type-item .title .minprice{height: 17px;line-height: 16px;}
.arr-white {padding-right: 0px;}
}



 @keyframes wipes {
	0% {
		background-position: 100% 100%;
	}

	to {
		background-position: 0 0;
	}
}
#home-product {
background: #fff;
}
#home-product .solution-main-wrapper {
    padding: 0 0px;
    width: 1440px;
    display: flex;
    max-width: 1440px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0rem;}
   
#home-product .solution-item {
	background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
    border-radius: 4px;
    display: inline-block;
    height: 193px;
    margin: 0px 0px 12px;
    overflow: hidden;
    padding: 28px 24px;
    position: relative;
    vertical-align: top;
    width: calc(34.33333% - 24px);
}
#home-product .solution-item .subtitle {
	font-size: 22px;
	font-weight: 600;
	line-height: 31px;
	margin-bottom: 28px;
}
#home-product .solution-item p {
	margin-top: 12px;
	z-index: 2;
}
#home-product .solution-item p a {
	position: relative;
}
#home-product .solution-item p a i {
	display: inline-block;
	font-size: 20px;
	line-height: 14px;
	transition: all .3s;
	vertical-align: text-bottom;
}
#home-product .solution-item p a:hover i {
	transform: translateX(4px);
}
#home-product .solution-item p a>i {
	margin-left: 12px;
}
#home-product .solution-item .background-box {
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 208px 193px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 208px;
}
#home-product .solution-item:hover {
	background:  linear-gradient(109.9deg, rgb(36,104,242) 30.4%, rgb(64, 170, 255) 77.46%);

	color: #fff;
	position: relative;
}
#home-product .solution-item:hover a {
	color: #fff;
}
#home-product .solution-item:hover:before {
	background: url(/portal/_nuxt/img/solutionBg.983da9a.png);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media screen and (max-width:768px) {
    
#home-product .solution-main-wrapper {
    padding: 0 0px;
    width: 100%; 
    display: flex;
    max-width: 1440px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0rem;
}
#home-product	.solution-item {
		height: 160px;
		margin-bottom: 12px;
		margin-left: 0;
		margin-right: 0;
		padding: 16px 20px;
		width: 100%;
	}
#home-product	.solution-item:hover {
		background: #fff;
	}
#home-product	.solution-item:hover,.solution-item:hover a {
		color: var(--ct-color-netural-8);
	}
#home-product	.solution-item:hover:before {
		display: none;
	}
#home-product	.solution-item .background-box {
		background-position: 100% 100%;
		background-size: auto 74%;
	}
#home-product	.solution-item .subtitle {
		color: var(--ct-color-netural-9);
		font-size: var(--ct-font-size-title-3);
		font-weight: var(--ct-font-weight-semibold);
		margin-bottom: 8px;
	}
#home-product .solution-item p {
		color: var(--ct-color-netural-8);
		font-size: var(--ct-font-size-body-2);
		font-weight: var(--ct-font-weight-regular);
		line-height: 24px;
		margin-bottom: 8px;
		margin-top: 0;
		position: relative;
	}
#home-product	.solution-item p a {
		padding-left: 22px;
	}
#home-product	.solution-item p a i {
		display: none;
	}
#home-product .solution-item p a:hover {
		color: var(--dcydhzt);
	}
#home-product	.solution-item p a:before {
		background-color:#333;
		border-radius: 50%;
		content: "";
		display: block;
		height: 4px;
		left: 6px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 4px;
	}
#home-product.solution-item p .a-itemlink:hover.a-itemlink:before {
		background-color: var(--ct-color-brand-8);
	}
}

.ct-solution {
	background: #edeff1;
} 
@keyframes wipes {
	0% {
		background-position: 100% 100%;
	}

	to {
		background-position: 0 0;
	}
}

#home-help{ 
}
#home-help .h-l8-title {
	text-align: center;
	margin-bottom: 3rem;
}

#home-help .h-l8-title h2 {
	margin-right: 0;
	font-family: FirstFont;
}

#home-help .main-wrapper {
    padding: 0 0px;
    width: 1440px;
    display: flex;
    max-width: 1440px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0rem;}
    
#home-help .item {
	 background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
    border-radius: 4px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 8px;
	color: #878787;
	display: inline-block;
	height: 210px;
	line-height: 17px; 
	padding: 30px 30px;
	vertical-align: top;
	width: calc(25% - 24px);
}
#home-help  .item:first-child {
	transition-delay: 0s;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.22,.08,.32,.99);
}
#home-help .item:first-child:hover {
	background-image: url(../images/S_bg01.723a55a.png);
}
#home-help .item:nth-child(2) {
	transition-delay: 0s;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.22,.08,.32,.99);
}
#home-help .item:nth-child(2):hover {
	background-image: url(../images/S_bg02.46027c0.png);
}
#home-help .item:nth-child(3) {
	transition-delay: 0s;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.22,.08,.32,.99);
}
#home-help .item:nth-child(3):hover {
	background-image: url(../images/S_bg03.d774df2.png);
}
#home-help .item:nth-child(4) {
	transition-delay: 0s;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.22,.08,.32,.99);
}
#home-help .item:nth-child(4):hover {
	background-image: url(../images/S_bg04.49251d8.png);
}
#home-help .item>div {
	line-height: 20px;
}
#home-help .item>div:first-child {
	color: #181818;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	margin-bottom: 12px;
}
#home-help .item>div:last-child {
	margin-top: 15px;
}
#home-help .item>div:last-child a, .item>div:last-child span {
	color: var(--dcydhzt);
	cursor: pointer;
	padding-right: 50px;
}
#home-help .item>div:last-child a i, .item>div:last-child span i {
	display: inline-block;
	font-size: 20px;
	line-height: 16px;
	transition: all .3s;
	vertical-align: text-bottom;
}
#home-help .item>div:last-child a:hover i, .item>div:last-child span:hover i {
	transform: translateX(4px);
}
#home-help .item>div:last-child p {
	margin-bottom: 15px;
}

@media screen and (max-width:768px) {
#home-help .main-wrapper {
    padding: 0 0px;
     width: 100%;
    display: flex;
    max-width: 1440px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0rem;
}

#home-help .item {
		background-repeat: no-repeat;
		background-size: 100% 100%;
		border-radius: 4px;
		display: block;
		height: auto;
		line-height: 32px;
		margin: 0 0 12px;
		padding: 20px 16px 10px;
		width: 100%;
	}
#home-help .item:first-child {
		transition-delay: 0s;
		transition-duration: .3s;
		transition-timing-function: cubic-bezier(.22,.08,.32,.99);
	}
#home-help .item:first-child:hover {
		background-image: url(/portal/_nuxt/img/service_01.690a211.png);
		background-size: cover;
	}
#home-help .item:nth-child(2) {
		transition-delay: 0s;
		transition-duration: .3s;
		transition-timing-function: cubic-bezier(.22,.08,.32,.99);
	}
#home-help .item:nth-child(2):hover {
		background-image: url(/portal/_nuxt/img/service_02.cf13762.png);
		background-size: cover;
	}
#home-help .item:nth-child(3) {
		transition-delay: 0s;
		transition-duration: .3s;
		transition-timing-function: cubic-bezier(.22,.08,.32,.99);
	}
#home-help .item:nth-child(3):hover {
		background-image: url(/portal/_nuxt/img/service_03.c2ccd0e.png);
		background-size: cover;
	}
#home-help .item:nth-child(4) {
		transition-delay: 0s;
		transition-duration: .3s;
		transition-timing-function: cubic-bezier(.22,.08,.32,.99);
	}
#home-help .item:nth-child(4):hover {
		background-image: url(/portal/_nuxt/img/service_04.593ac47.png);
		background-size: cover;
	}
#home-help .item>div {
		color: #666;
		font-size: 12px;
		font-weight: 400;
		line-height: 18px;
	}
#home-help .item>div:first-child {
		color: #181818;
		font-size: 18px;
		font-weight: 600;
		line-height: 32px;
		margin-bottom: 4px;
	}
#home-help .item>div:last-child {
		margin-top: 22px;
	}
#home-help .item>div:last-child p {
		display: inline-block;
		line-height: 24px;
		margin-bottom: 12px;
		width: 50%;
	}
}

#home-solutions {
    background-image: url(../images/3200.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    -webkit-transition: .2s;
    transition: .2s; 
    background-color: rgb(255, 255, 255);
}
#home-solutions .solution-tabs {
      width:100%;
      
  }
.solutions .subtitle {
    color: #3d485d;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
}
.solution-content-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row wrap; 
    padding: 48px 0;
}

.solutions .title-block {
    width: 100%;
    text-align: center;
    padding-bottom: 48px;
    line-height: 1;
    margin-bottom: 0;
}
.solution-wrapper {
    display: flex;
    width: 100%;
    max-width: 1300px;
    margin: auto;
}
.solution-bg-left {
    width: 23.66667%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.solution-bg-left {
    padding: 42px 8px 37px;
    background-color: rgba(255,255,255,.2);
    border-radius: 4px;
    background-size: 110% 110%;
}
.solutions .solution-tabs li {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    width: auto;
    height: 45px;
    margin-top: 10px;
    width: 100%;
    padding: 0 50px 0 50px;
    font-size: 16px;
    color: var(--dcydhzt);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 40px;
     
}
.solution-tabs li {
    color: var(--dcydhzt);
    font-size: 1rem;
    font-weight: 500;
    line-height: 25px;
}
.solution-tabs li a {
    color: var(--dcydhzt);
    position: relative;
}
 
 .solution-tabs .pcsolution-title{
     display: block;
 }
 .solution-tabs .msolution-title{
     display: none;
 } 
 .solution-tabs .solution-titlemore{
     position: relative;
    text-align: center;
    padding-bottom: 20px;
    width: auto;
    height: 45px;
    margin-top: 10px;
    width: 100%;
    padding: 0 50px 0 50px;
    font-size: 16px;
    color: var(--dcydhzt);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 40px;
 }
  .solution-tabs .pcsolution-titlelink{
      color: var(--dcydhzt);
  }
.solution-tabs li.solution-active {
   width: auto;
    height: 50px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: var(--dcyans);
     
}
.solution-tabs li a:hover{
  
    color: #fff;  
}
.solution-tabs li:hover{
     width: auto;
    height: 50px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: var(--dcyans);
}
@media screen and (max-width: 1080px){
    .solution-tabs li:hover{
    background: none;
    color: var(--dcydhzt);
}

}
.solution-tabs li.solution-active a {
    color: #fff;
    padding-bottom: 6px;
}
@media screen and (max-width: 1080px){
    .solution-tabs li.solution-active {

    background:transparent;
    }
.solution-tabs li.solution-active a {
    color:#252b3a;
    background:transparent;
    padding-bottom: 6px;
}
}
.solution-tabs li.solution-active a:after {
    width: 100%;
}
.solution-bg-right {
    padding: 48px 53px 44px;
    width: 70%;
}
.solution-tab-content .tab-content.solution-active {
    display: block !important;
}

.solution-tab-content .tab-content {
    display: none !important;
}
.tab-content .solution-content-name {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.75;
    color: var(--dcydhzt);
    margin-bottom: 1rem;
}
.tab-content .solution-content-desc {
    font-size: 1rem;
    font-weight: normal; 
    max-width: 780px;
    line-height: 1.75;
}
.solution-features {
    margin-top: 6px;
}
.solution-features span {
    color: #cbd1d6;
    font-size: 14px;
    padding: 3px 5px;
    margin-right: 6px;
    background-color: #494b58;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.solution-btn {
    margin-top: 50px;
    margin-bottom: 48px;
}
.solution-bg-focus {
    width: 23.66667%;
    background-color: rgba(255,255,255,.2);
    border-radius: 4px;
    background-size: 110% 110%;
    background-position-x: -10px;
}
.solution-bg-focus .box.active {
    position: static;
    display: block;
}
.solution-bg-focus .box {
    position: absolute;
    top: 0;
    display: none;
    left: 0;
    padding: 65px 20px;
}
.solution-bg-focus .box h5 {
    font-size: 16px;
    color: var(--dcydhzt);
    line-height: 22px;
    position: relative;
    padding-bottom: 15px;
    text-align: center;
}

.solution-bg-focus .box h5:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid transparent;
    border-left-color: #fff;
    border-bottom-color: #fff;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    position: absolute;
    bottom: 0;
    left: 50%;
}

.solution-bg-focus .box .list { 
    min-height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.solution-bg-focus .box .list .li {
    display: inline-block;
    width: 200px;
    height: 200px;
    margin: 6px;
    opacity: 0.7;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
}
.solution-bg-focus .box .list .li img {
    max-width: 90%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3;
    transition: all 0.3;
    transform: translate(-50%,-50%);
    transition: all .3s;
}
.solution-bg-focus .box .list .li img.qrcode {
    opacity: 0;
}
.solution-bg-focus .box .list .li:hover img.qrcode {
    opacity: 1;
}
.solution-bg-focus .box .list .li:hover img.logoimg {
    opacity: 0;
}
.btn-links {
    margin-top: 16px;
    margin-bottom: 16px;
}
.button.large {
    width: 124px;
    height: 44px;
    font-weight: 500;
    padding-left: 32px;
    padding-right: 32px;
}

.button.is-primary {
    background: var(--dcyans);
    border:0px solid var(--dcyanb);
    color: #fff;
}
.button.is-primary:hover {
    background: var(--dcyanxz);
    border:0px solid var(--dcyanb);
    color: #fff;
    cursor: pointer;
}
.button {
    border-radius: 4px;
    border: solid 1px #dee0e7;
    color: #68747f;
}
.button.is-primarys { 
    background-color: #fff;
    color: var(--dcydhzt);
    margin-left: 15px;
}
.button.is-primarys:hover {
    background: var(--dcyans);
    border: solid 0px #dee0e7;
    box-shadow: none;
    color: #fff;
}
.button {
    border-radius: 4px;
    border: solid 1px #dee0e7;
    color: #68747f;
}
.button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(0.375em - 1px);
    padding-left: calc(0.625em - 1px);
    padding-right: calc(0.625em - 1px);
    padding-top: calc(0.375em - 1px);
    position: relative;
    vertical-align: top;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: white;
    border-color: #dbdbdb;
    color: #363636;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0.75em;
    padding-right: 0.75em;
    text-align: center;
    white-space: nowrap;
}
.case-title {
    font-size: 14px;
    margin-bottom: 1rem;
    color: var(--dcydhzt);
    line-height: normal;
}
.solution-cases {
    flex-flow: row wrap;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
}

.solution-cases .case-item {
    height: 35px;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
}
 .solution-cases .case-item i{ 
    font-size: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    font-weight: 700;
    background-position: 50%;
    color: var(--dcydhxz);
}
 
 
.solution-cases .case-item img {
    height: 100%;
}
.solutions .title.is-3 { 
    margin-bottom: 10px;
    letter-spacing: 2px;
    FONT-SIZE: 32PX;
        color: #262626;
    font-weight: 700;
}

.title-block .title {
    margin-bottom: 1.25rem;
    font-weight: normal;
    FONT-SIZE: 32PX;
}
.title-block .title {
    margin-bottom: 1.25rem;
    font-weight: normal;
    line-height: normal;
    color: #3e464c;
    font-size: 28px;
}
 
.solution-content-name {
    font-size: 20px; 
    color:#252b3a;
    margin-bottom: 1rem;
}
.solution-content-desc {
    margin-top: 16px;
    font-size: 14px; 
    line-height: 20px;
    display: -webkit-box;
    height: 60px;
    line-height: 20px; 
} 
.solution-content-f-toe{
    color: var(--dcydhzt);
    font-size: 14px;
    display: block;
    width: 100%;
    line-height: 32px;
}
@media screen and (max-width: 1080px) {
    .button.is-primary{
        margin-top: 0px;
    height: 35px;
    line-height: 32px;
    }
    .button.is-primarys{
        margin-top: 0px;
    height: 35px;
    line-height: 32px;
    }
    #home-solutions{
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-color: hsla(0,0%,100%,.2);
    padding-bottom: 20px;
    }
    .solution-wrapper{
        flex-direction: column;
    }
    .home-solution{
        margin-top: 15px;
    }
    .solution-features span{
    font-size: 12px; 
    padding: 3px 6px;
    margin-right: -1px;
    }
.solution-tabs {
    position: static;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4,1fr);
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
    flex-wrap: inherit;
    overflow-x: scroll;
    overflow-y: hidden;
}
.solution-tabs li.solution-active {
    font-size: 1rem;
}
.solution-tabs li.solution-active{
    height: 30px;
    line-height: 30px;
    
}
.solution-tabs li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    height: 40px;
    width: 0px;
    border-bottom: solid 3px var(--dcydhxz); 
    opacity: 1;
     -webkit-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
    margin: 0 auto;
}
 .solution-tabs .pcsolution-title{
     display: none;
 }
  .solution-tabs .solution-titlemore{
     display: none;
 }
 .solution-tabs .msolution-title{
     display: block;
 }
 
 .solution-more{
     display: none;
 }
 .solutions .title-block { 
    padding-bottom: 15px; 
}
.solution-tabs li.solution-active {
     background-color: hsla(0,0%,0%,.01);
}
.solutions .solution-tabs li{
    height: 30px;
    line-height: 30px;
        font-size: 16px;
}
.solutions .solution-tabs li{
    padding: 0px 0px 40px 0px;
    min-width: 20%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.solution-bg-left{
    background: url(#);
}
.solution-cases .case-item {
    padding-right: 15px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.solution-bg-left, .solution-bg-right {
    width: 100%;
    padding: 0;
    margin: auto; 
} 
.solutions .title.is-3 {
font-size: 18px;
}
.solutions .subtitle{
font-size: 13px;
}
.solution-bg-focus{
    width: 70%;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
}
.solution-bg-focus .box {
    position: absolute;
    top: 0;
    display: none;
    left: 0;
    padding: 15px 5px;
}
.solution-bg-focus .box h5{
    padding-bottom: 10px;
}
 

.solution-bg-focus .box .list { 
    margin-top: 0px;
    min-height: 200px; 
}
}



/* solutions */
.solutions {
    background: #F7FBFC;
}
/*.solutions .title-block .title {
    color: #0F0D15;
}*/
.solutions .solutions-info {
    padding-top: 80px;
}
.solutions .solutions-info-title {
    font-size: 14px;
    line-height: 24px;
    color: #09121A;
}
.solutions .solutions-info-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #201C26;
    text-align: center;
}
.solutions .solutions-info-item img {
    width: 40px;
    margin-bottom: 10px;
}
.solutions .solutions-info-item:hover {
    color: #00a971;
}
.solutions .solutions-list {
    padding: 0;
    width: 100%;
    height: 430px; 
    margin: 0px 16px 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.solutions .solutions-item {
    cursor: pointer;
    height: 430px;
    display: inline-block;
    margin-right: 10px;
    width: 196px;
    border: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    box-shadow: 8px 8px 20px rgba(55,99,170,.1); 
}
.solutions .solutions-item:last-child {
    margin-right: 0;
}
.solutions .solutions-item:nth-child(6n){
    display: none;
}
.solutions .solutions-item .content {
    position: relative; 
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
    padding-bottom: 275px;
    border-radius: 4px;
    height: 100%;
    width: 100%; 
    border: 1px solid #fff;
    font-size: 32px;
    line-height: 45px;
}
.solutions .solutions-item .solutions-item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin-left: 10px;
    color: #FFFFFF; 
}
.solutions .solutions-item:hover .solutions-item-title {
    margin-bottom: 40px;
}
.solutions .solutions-item:hover .solutions-item.is-active .solutions-item-title {
    margin-bottom: 20px;
}
.solutions .solutions-item .solutions-item-description,
.solutions .solutions-item .button {
    color: #FFFFFF;
    display: none;
}
.solutions .solutions-item.is-active .solutions-item-title {
    font-size: 20px;
    line-height: 45px;
    margin-bottom: 10px;
    color: #181818;
}
.solutions .solutions-item.is-active .solutions-item-description {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
    color: #000;
    position: relative;
    margin-bottom: 5px;
}
.solutions .solutions-item.is-active .solutions-item-description:before {
    content: "";
    position: absolute;
    width: 16px;
    top: 3px;
    height: 16px;
    background-image: url(https://cloudcache.tencentcs.cn/qcloud/ui/tea-portal-material-portal/build/Main/images/tpm1-list-blue-hook_db8.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}
.solutions .solutions-item.is-active .button {
    display: flex;
    border-radius: 0;
    margin-top: 20px;
    width: 252px;
}
.solutions .solutions-item-background {
    position: absolute;
    width: 100%;
    height: 100%; 
    position: absolute;
    border: 0px solid #fff;
    border-radius: 4px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; 
    background-position: 0 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    transition: opacity .3s ease-in-out;
}
.solutions .solutions-item.is-active {
    width: 42%;
}
.solutions .solutions-item.is-active  .solutions-item-background {
 opacity: .2;
}
.solutions .solutions-item.is-active .content {
   padding: 15px 40px 25px 40px;
    align-items: flex-start;  
    box-shadow: 8px 8px 20px rgba(55,99,170,.1), -8px -8px 20px #fff;
}
.solutions .solutions-info .column.is-6 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.solutions .solutions-info-list-wrapper .columns {
    width: 100%;
    margin: 0;
}
.solutions .solutions-info-list-wrapper .column {
    padding: 0;
}
.solutions .solutions-item.is-active .solutions-item-card-case{
    display: block;
}
.solutions .solutions-item-card-case{
    display: none;
}
.solutions .solutions-item.is-active .solutions-item-card-prod{
    display: block;
}
.solutions .solutions-item-card-prod{
    display: none;
}

.solutions .solutions-item.is-active .button+.button {
    margin-left: 20px;
}
@media (max-width:768px) {
    .solutions .solutions-item-background{
        background-size: auto;
        
    }
    .solutions .solutions-item:nth-child(5n){
    display: none;
}
      .solutions .solutions-item.is-active .solutions-item-title{
    margin: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
        color: #fff;
     }
    
     .solutions .solutions-item.is-active .content{
       position: relative;
    margin-bottom: 40px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 40px;
    height: 100%;
    border: 1px solid #fff;
    width: 100%;
    background: rgba(0, 0, 0, 0.01);
    font-size: 32px;
    line-height: 45px;
     }
     .solutions .solutions-item.is-active .solutions-item-background{
    opacity: 1;
}
    
    .button.home-button.is-medium {
    padding: 5px 20px;
    height: 30px;
    line-height: 30px;
}
.solutions .solutions-item.is-active .solutions-item-card-case{
    display: none;
}
.solutions .solutions-item-card-case{
    display: none;
}
.solutions .solutions-item.is-active .solutions-item-card-prod{
    display: none;
}
.solutions .solutions-item-card-prod{
    display: none;
}
.solutions .solutions-item .button{
    display: flex;
    padding: 5px 20px;
    
}
.solutions .solutions-item .content {
    padding: 0;
    justify-content: center;
    background: var(--dcyans);
}
.solutions .solutions-item .content {
    position: relative;
    margin-bottom: 40px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 40px;
    height: 100%;
    border: 1px solid #fff;
    width: 100%;
    background: rgba(0, 0, 0, 0.01);
    font-size: 32px;
    line-height: 45px;
}
.solutions .solutions-item.is-active {
     
    width: calc(50% - 4px);
}
    .solutions .solutions-list {
        flex-direction: column;
        height: auto;
        display: inline-block;
        margin: 0px 17px -20px 20px;
    }
    .solutions .solutions-item .content {
        padding: 0;
        justify-content: center;
        border-radius: 4px;
    }
    .solutions .solutions-item.is-active .content {
       padding: 0;
    justify-content: center;
    border-radius: 4px;
    }
    .solutions .solutions-item.is-active {
        height: 132px;
    }
    .solutions .solutions-item.is-active .solutions-item-description{
        display: none;
    }
    .solutions .solutions-item.solutions-item-description{
        display: none;
    }
    .solutions .solutions-item {
        height: 132px;  
    display: inline-block;
    /*transition: width .3s ease-in-out,box-shadow .3s ease-in-out; */
   border: 2px solid #fff;
    box-sizing: border-box;
    color: #fff;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    box-shadow: 8px 8px 20px rgba(55,99,170,.1);
    padding: 22px 18px;
    margin: 0 0px 11px;
    width: calc(50% - 4px);
    padding: 0px 0px;
    
    }
    .solutions .solutions-item.button:not(:last-child) {
        margin-bottom: 8px;
    }
    .solutions .solutions-item .solutions-item-title {
        margin: 5px;
            font-weight: 600;
    font-size: 16px;
    text-align: left;
    }
    .solutions .solutions-info .column.is-6 {
        justify-content: center;
        align-items: center;
        padding: 0;
        margin-left: -24px;
        margin-bottom: -24px;
    }
    .solutions .solutions-info {
        padding-top: 40px;
    }
    .solutions .solutions-info-list-wrapper {
        margin-top: 20px;
    }
    .solutions .solutions-info-list-wrapper .column {
        margin-top: 12px;
        padding: 4px;
        min-width: 60px;
    }
    .solutions .solutions-info-item {
        font-size: 12px;
    }
    .solutions-info-list {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap;
        width: 100%;
    }
    .solutions-info-list .column {
        padding: 10px;
    }
     

.solutions-item-card-desc {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    white-space: pre-wrap;
    overflow: hidden!important;
    display: -webkit-box!important;
    -webkit-box-orient: vertical!important;
    -webkit-line-clamp: 1!important;
    white-space: pre-wrap!important;}
.solutions-item-card-desc {
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    white-space: pre-wrap;
}
        }


.button.home-button {
  border-radius: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  width: fit-content;
  height: auto;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.button.home-button.is-100 {
  width: 100%;
}
.button.home-button.is-left {
  justify-content: flex-start;
}
.button.home-button.is-space-between {
  justify-content: space-between;
}
.button.home-button.is-green {
  background: var(--dcyans);
  color: #FFF;
  border-radius: 4px;
}
.button.home-button.is-center {
  margin-left: auto;
  margin-right: auto;
}
.button.home-button.is-green:hover {
  background: var(--dcyanxz);
  color: #FFF;
}

.button.home-button.is-white {
  background-color: transparent;
  background: #FFFFFF;
  color: var(--dcydhzt);
  
  border-radius: 4px;
}
.button.home-button.is-white:hover {
    border-color: var(--dcyanb); 
    box-shadow: none;
    color: var(--dcydhxz);
}
.button.home-button.is-white:hover {
  background: var(--dcyanc);
}

.button.home-button.is-medium {
  padding: 10px 20px;
}
.button.home-button.is-small {
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  padding: 6px 12px;
}
.button.home-button.link-button {
  color: #00AA72;
  border: none;
  background: transparent;
  height: 56px;
  padding-left: 24px;
  padding-right: 24px;
}
.button.home-button.link-button.is-left-0 {
  padding-left: 0;
}
.button.home-button.is-green.icon-right::after {
    background: url(../images/arrow_right_top.svg) center center no-repeat;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
}

.button.home-button.icon-right::after {
    content: '';
    margin-left: 4px;
    width: 16px;
    height: 16px;
    transition: all 0.5s;
} 
 @media (max-width:768px) {
.button.home-button.is-green {
  background: #fff;
  color: var(--dcydhzt);
  border-radius: 4px;
}
.button.home-button.is-white{
    display: none;
}
.button.home-button.is-green.icon-right::after {
    background: url(../images/arrow_right_top1.svg) center center no-repeat;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
}
.solutions .solutions-item.is-active .is-white{
    display: none;
}
.solutions .solutions-item.is-active .button{
    margin-top: 0px;
}
.solutions .solutions-item.is-active .button{
    width: 100%;
    background: #fff;
    color: var(--dcydhzt);
    border-radius: 4px;
}
}

.solutions-item-group {
    margin-top:10px;
}
.solutions-item-group {
    -webkit-font-smoothing: antialiased;
}
.solutions-item-group-tit {
    font-size: 18px;
    color: var(--dcydhzt);
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 8px;
}
.solutions-item-group-bd {
    font-size: 14px;
    color: #495770;
    line-height: 22px;
}
.solutions-logo-card-wrap {
    padding-bottom: 28px;
    margin-bottom: -40px;
}
.solutions-logo-card__list {
    padding: 0;
        display: flex;
    margin-bottom: 10px;
    margin-top: 10px;
}
.solutions-logo-card__list>li:first-child {
    padding-left: 0;
}
.solutions-logo-card__list>li {
    padding: 0 8px 12px;
    position: relative;
}
.solutions-logo-card {
    width: 120px;
    padding: 12px;
    box-sizing: border-box;
    box-shadow: none;
    background: #fff;
    border: 1px solid #e5e8ed;
    border-radius: 4px;
}
.solutions-logo-card:hover {
    background: linear-gradient(180deg,#f3f5f8,#fff);
    border: 1px solid #fff;
    box-shadow: 8px 8px 20px rgba(55,99,170,.1), -8px -8px 20px #fff;
}
.solutions-logo-card-img-wrap {
    width: 100%;
    max-width: 160px;
}
.solutions-logo-card-img {
    padding-top: 25%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0!important;
    line-height: 0!important;
}
.solutions-logo-card {
   box-sizing: border-box;
     
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-font-smoothing: antialiased;
   
}
.solutions-item-list {
    display: -ms-flexbox;
    display: flex;
}
.solutions-list-item {
    position: relative;
}
.solutions-item-list-icon {
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.solutions-item-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.solutions-item-link:hover{
    color: var(--dcydhzt);
}
.solutions-item-icon {
    width: 20px;
    margin-right: 8px;
}
.solutions-item-cnt {
    display: inline;
}
.solutions-item-cnt {
    overflow: hidden;
}
.solutions-item-link .solutions-item-text {
    font-size: 16px;
    color: #181818;
    opacity: .8;
}
.solutions-item-link:hover .solutions-item-text:hover{
    color: var(--dcydhzt);
}
.solutions-item-list-icon+.solutions-item-list-icon {
    margin-top: 0;
    margin-left: 16px;
}
.solutions-item-text {
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #495770;
    padding-left: 24px;
}
.solutions-item-link-text {
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #495770;
    padding-left: 0px;
} 
.solutions-item-link-text:hover{
    color: var(--dcydhxz);
}
.solutions .solutions-item.is-active .content .solutions-item-card-desc{
    display: none;
}
.solutions-item-card-desc { 
    margin-left: 10px;
    margin-top: 0px;
    transition: opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out,transform .3s ease-in-out;
    transition: opacity .3s ease-in-out,transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    max-width: calc(100% - 13px);
}
.solutions-item-card-desc {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    white-space: pre-wrap; 
}

.solutions-item.v2 .solutions-item-background {
    background-position: 100% 0;
}

    .speed-test-bg{
        background: #FAFBFC;
        width: 100%;
        padding: 0px 0 60px 0;
    }
    .speed-test{
        text-align: center;
    }
    .speed-test h1{
        color:#333333;
        font-weight: bold;
        font-size: 28px;
        margin: 0;
    }
    #loading{
        background-color:#FAFBFC;
        color:#404040;
        text-align:center;
    }

    /*ip地址*/
    #ipArea{
        height: 40px;
        width: 100%;
        background: #EAEEFC;
        line-height: 40px;
        font-weight: bold;
        font-size: 16px;
        color: #333333;
        margin-bottom: 20px;
        margin-top: 60px;
    }

    span.loadCircle{
        display:inline-block;
        width:2em;
        height:2em;
        vertical-align:middle;
        background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAMAAAD04JH5AAAAP1BMVEUAAAB2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZ2dnZyFzwnAAAAFHRSTlMAEvRFvX406baecwbf0casimhSHyiwmqgAAADpSURBVHja7dbJbQMxAENRahnN5lkc//5rDRAkDeRgHszXgACJoKiIiIiIiIiIiIiIiIiIiIj4HHspsrpAVhdVVguzrA4OWc10WcEqpwKbnBo0OU1Q5NSpsoJFTgOecrrdEag85DRgktNqfoEdTjnd7hrEHMEJvmRUYJbTYk5Agy6nau6Abp5Cm7mDBtRdPi9gyKdU7w4p1fsLvyqs8hl4z9/w3n/Hmr9WoQ65lAU4d7lMYOz//QboRR5jBZibLMZdAR6O/Vfa1PlxNr3XdS3HzK/HVPRu/KnLs8iAOh993VpRRERERMT/fAN60wwWaVyWwAAAAABJRU5ErkJggg==');
        background-size:2em 2em;
        margin-right:0.5em;
        animation: spin 0.6s linear infinite;
    }
    @keyframes  spin{
        0%{transform:rotate(0deg);}
        100%{transform:rotate(359deg);}
    }
    .speedBuyBtn{
        display:inline-block;
        margin-left:20px;
        color: #FFFFFF;
            font-size: 14px; 
        background-color: #409EFF;
        border-radius: 5px;
        transition:all 0.3s;
        box-sizing:border-box;
        width: 120px;
        height: 40px;
        line-height:40px;
        cursor:pointer;
        box-shadow: 0 0 0 rgba(0,0,0,0.1), inset 0 0 0 rgba(0,0,0,0.1);
        margin-top: 20px;
    }
    .speedBuyBtn:hover {
    border-color: var(--dcyanxz);
    background: var(--dcyanxz);
    color: #fff;
    cursor: pointer;
}
    #startStopBtn{
        display:inline-block;
        margin-left:20px;
        color: #FFFFFF;
        font-size: 14px; 
        background: var(--dcyans);
        border-radius: 5px;
        transition:all 0.3s;
        box-sizing:border-box;
        width: 120px;
        height: 40px;
        line-height:40px;
        cursor:pointer;
        box-shadow: 0 0 0 rgba(0,0,0,0.1), inset 0 0 0 rgba(0,0,0,0.1);
    }
    #startStopBtn:hover{
        border-color: var(--dcyanxz);
    background: var(--dcyanxz);
    color: #fff;
    cursor: pointer;
    }
    #startStopBtn.running{
        background-color:#FF3030;
        border-color:#FF6060;
        color:#FFFFFF;
    }
    #startStopBtn:before{
        content:"开始测试";
    }
    #startStopBtn.running:before{
        content:"停止测试";
    }
    #serverArea{
        margin-top:1em;
    }
    #serverArea .title{
        font-weight: bold;
        font-size: 16px;
        color: #333333;
        display: inline-block;
    }
    #serverArea #server{
        width: 360px;
        height: 40px;
            outline: none;
            cursor: pointer;
        line-height: 40px;
        border: 1px solid #EEEEEE;
        background: #FFFFFF;
        font-weight: 400;
        font-size: 16px;
        color: #666666;
    }
   #serverArea #server option{
            cursor: pointer;}
    #test{
        margin-top:2em;
        margin-bottom:2em;
    }
    div.testArea{
        display:inline-block;
        position:relative;
        box-sizing:border-box;

        width: 350px;
        height: 350px;
        background: #FFFFFF;
    }
    @media (max-width:768px) {
    div.testArea{
     
        width: 50%;
        height: 200px;
        
    }
    }
    div.testArea2{
        display:inline-block;
        width:14em;
        height:7em;
        position:relative;
        box-sizing:border-box;
        text-align:center;
    }
    div.testArea div.testName{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        z-index:9;

        height: 48px;
        line-height: 48px;
        background: var(--dcyans);
        font-weight: bold;
        font-size: 16px;
        color: #fff;
        text-align: center;
    }
    div.testArea div.testName span{
        font-weight: bold;
        font-size: 16px;
        color: #FFFFFF;
        padding-left: 8px;
        opacity: 0.8;
    }
    div.testArea2 div.testName{
        display:block;
        text-align:center;
        font-size:1.4em;
    }
    div.testArea div.meterText{
        position:absolute;
        bottom:4.3em;
        left:0;
        width:100%;
        font-size:28px;
        z-index:9;

        font-weight: bold;
        color: #333333;
    }
    @media (max-width:768px) {
       div.testArea div.meterText {
 
    bottom: 2.5em; 
}}
    div.testArea2 div.meterText{
        display:inline-block;
        font-size:2.5em;
    }
    div.meterText:empty:before{
        content:"0.00";
    }
    div.testArea div.unit{
        position:absolute;
        bottom:6.5em;
        left:0;
        width:100%;
        z-index:9;

        font-weight: bold;
        font-size: 14px;
        color: #B7B8B9;
    }
     @media (max-width:768px) {
         div.testArea div.unit{ 
        bottom:3.5em; 
    }
     }
    div.testArea2 div.unit{
        display:inline-block;
    }
    div.testArea canvas{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        z-index:1;
    }
    div.testGroup{
        display: flex;
        justify-content: space-between;
    }
     @media (max-width:768px) {
         div.testGroup{
        justify-content: space-between;
    margin: 0 auto; 
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    }
     }
    #shareArea{
        width:95%;
        max-width:40em;
        margin:0 auto;
        margin-top:2em;
    }
    #shareArea > *{
        display:block;
        width:100%;
        height:auto;
        margin: 0.25em 0;
    }
    #privacyPolicy{
        position:fixed;
        top:2em;
        bottom:2em;
        left:2em;
        right:2em;
        overflow-y:auto;
        width:auto;
        height:auto;
        box-shadow:0 0 3em 1em #000000;
        z-index:999999;
        text-align:left;
        background-color:#FFFFFF;
        padding:1em;
    }
    a.privacy{
        text-align:center;
        font-size:0.8em;
        color:#808080;
        display:block;
    }
    @media  all and (max-width:40em){
        
    }
    div.visible{
        animation: fadeIn 0.4s;
        display:block;
    }
    div.hidden{
        animation: fadeOut 0.4s;
        display:none;
    }
    @keyframes  fadeIn{
        0%{
            opacity:0;
        }
        100%{
            opacity:1;
        }
    }
    @keyframes  fadeOut{
        0%{
            display:block;
            opacity:1;
        }
        100%{
            display:block;
            opacity:0;
        }
    }
    
    #main-body .sy-section-h {
    padding-bottom: 0rem;
}
    .server-tab-title-list::-webkit-scrollbar{display:none}
    .server-tab-title-list {
	display: -webkit-box;
	display: -ms-flexbox;
	    border-bottom: 1px solid #dfe1e6;
	display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    margin-bottom: 2rem; 
}
@media (max-width: 760px){
    .server-tab-title-list {
    display: flex;
    justify-content: space-between;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .15);
    text-align: left;
    border-radius: 100px;
    margin-bottom: 2rem;
    margin-top: 0rem;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: inherit; 
}  
}
.server-tab-title-item-box {
	padding: 0 15px;
	background: #fff;
}
@media (max-width: 760px){
    .server-tab-title-item-box {
	padding: 0px 0px;
	background: #fff;
}
}
.server-tab-title-item {
	position: relative;
	width: 100%;
	padding: 0 12px;
	font-size: 16px;
	color: var(--dcydhzt);
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 50px;
	background: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer
}
@media (max-width: 760px){
 .server-tab-title-item {
    font-size: 14px;
  	line-height: 35px;
	 
}
}
.server-tab-title-item:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 0;
	left: 50%;
	background:var(--dcyxhx);
	-webkit-transition: all .3s;
	transition: all .3s
}
@media (max-width: 760px){
 .server-tab-title-item:before { 
	background:transparent; 
}
}
.server-tab-title-item-box.active .server-tab-title-item {
	color: var(--dcydhxz);
	background: #fff; 
	z-index: 2
}
.server-tab-title-item:hover{
    color: var(--dcydhxz);
}
@media (max-width: 760px){
    .server-tab-title-item-box.active .server-tab-title-item {
	background: var(--dcyans);
    color: #fff;
    border-radius: 100px;
        -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto; 15px;
}
}
.server-tab-title-item-box.active .server-tab-title-item:before {
	width: 100%;
	left: 0
}
.server-tab-title-item-box p{
    margin: 0 0 0px;
}

.vhost-List01 {
        margin-bottom: 20px;
}
@media screen and (max-width: 1080px){
    .vhost-List01 {
        margin-bottom: 10px;
}
}

.vhost-List01 ul{
     display: flex;
     grid-gap: 2%;  
    padding-bottom: 2rem;
}

@media screen and (max-width: 1080px){
    .vhost-List01 ul {
        display: block;
}
}
.vhost-List-product {
    background: #fff;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.1);
    border: 2px solid #fff; 
    width: 25%;
    border-radius: 4px;
    padding: 2rem 2rem;
    font-family: 'dcynews';
    transition: box-shadow 0.3s;
}
@media screen and (max-width: 1080px){
 .vhost-List-product {
    width: 100%;
        margin-bottom: 20px;
}
}
.vhost-List-product .vhost-List-tit {
    text-align: center;
    padding-bottom: 1rem;
    border-bottom: 1px #DBE1E8 solid;
}
.vhost-List-product .vhost-List-des {
    padding: 1.5rem 0;
    border-bottom: 1px #DBE1E8 solid;
}
.vhost-List-product .vhost-List-des ul {
    margin: 0;
    display: grid;
    grid-template-columns: calc(33.3% - 6px) calc(33.3% - 6px) calc(33.3% - 6px);
    text-align: center;
    row-gap: 1rem;
    column-gap: 9px;
}
.vhost-List-product .vhost-List-des ul li b {
    color: var(--dcydhxz);
    letter-spacing: 2px;
    display: block;
    margin-bottom: 5px;
}
.vhost-List-product .vhost-List-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.5rem;
}
.vhost-List-product .vhost-List-price h2 {
    display: inline-block;
    margin: 0; 
    font-weight: bold;
    filter: none;
    font-size: 30px;
    color: #F33E3E; 
    font-family: 'dcynews'; 

}
 .h-l4-box {
	z-index: 1;
	position: relative;
}

.home_sys {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: linear-gradient(90deg, #D9D9D9 0%, rgba(217, 217, 217, 0) 45.26%);
}

.network-ul {
	margin: 0 0px;
	position: relative;
	padding-left: 0px;
}

.network-ul-li {
	width: 33.333333%;
	padding: 15px 40px;
}

.more {
	text-align: center;
}

.network-sys-cont {
	z-index: 1;
	position: relative;
	width: 51.4%;
}

.network-sys-svg {
    /*width: 924px;*/
	position: absolute;
	right: 0%;
	top: 105px;
}

.network-sys-svg svg {
	width: 100%;
	height: auto;
}

.network-sys-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.hssl_line {
	width: 6px;
	height: 2px;
	background: var(--dcyans);
	position: absolute;
	left: -3px;
	top: -1px;
	opacity: 0;
}

.svg_line {
	transition: all .36s;
}

.home_sys .home_title {
	margin-bottom: 95px !important;
}

.network-parga p {
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.network-num_fig p {
	font-weight: 700;
	font-size: 48px;
	line-height: 1.75;
	background: var(--dcynum);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'ROBOTOREGULAR14';
}

.network-num {
	display: flex;
	align-items: flex-start;
}

.network-num_text p {
	font-size: 20px;
	line-height: 1.75;
	color: #333;
}

.network-num_text {
	margin-top: 15px;
	position: relative;
	left: 10px;
}

.network-parga {
	margin-top: -15px;
}

.network-sys-cont-data {
	position: relative;
	width: 100%;
}

.network-sys-cont-data::after {
	content: "";
	width: 100%;
	height: 1px;
	background: radial-gradient(48.42% 14014900.6% at 50.93% 0%, #E9E9E9 0%, rgba(239, 239, 239, 0) 100%);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.network-ul::before {
	content: "";
	width: 1px;
	height: 246px;
	background: radial-gradient(48.42% 14014900.6% at 50.93% 0%, #E9E9E9 0%, rgba(239, 239, 239, 0) 100%);
	position: absolute;
	top: 50%;
	left: 33.333333%;
	transform: translateY(-50%);
}

.network-sys-cont-data::before {
	content: "";
	width: 1px;
	height: 246px;
	background: radial-gradient(48.42% 14014900.6% at 50.93% 0%, #E9E9E9 0%, rgba(239, 239, 239, 0) 100%);
	position: absolute;
	top: 50%;
	left: 66.666666%;
	transform: translateY(-50%);
}

.network-sys-cont-list {
	width: 100%;
	border-radius: 15px;
	background-image: linear-gradient(0deg,#fff,#f3f5f8);
	border: 2px solid #fff;
	box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
	border-radius: 4px;
	padding: 10px 0px 0px;
	backdrop-filter: blur(5px);
	margin-top: 30px;
	position: relative;
	z-index: 1;
	bottom: -84px;
}

.cert-item-li {
	width: 11%;
}

.cert-item-li:hover p {
	color: var(--dcydhxz);
	cursor: pointer;
}

.cert-item-li_text {
	margin-top: 5px;
}

.cert-item-li_text p {
	color: #333;
	margin: 0 0 0px;
	text-align: center;
}

.cert-item-li .cert-imgbox {
	width: 80px;
	height: 80px;
	background: #fff;
	border: 1px solid #e5e8ed;
	border-radius: 50%;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto 6px;
	overflow: hidden;
	transition: box-shadow .3s ease-in-out,background .3s ease-in-out;
	padding: 15px;
	margin: auto;
}

.cert-item-li .cert-imgbox:hover {
	padding: 14px;
	background-image: linear-gradient(0deg,#fff,#f3f5f8);
	border: 2px solid #fff;
	cursor: pointer;
	box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), -8px -8px 20px 0 #fff;
}

@media screen and (max-width: 1080px) {


	.network-sys-cont {
		width: 100%;
	}

	.network-sys-cont-data::before,
.cert-item-li:nth-child(7n) {
		display: none;
	}

	.cert-item-li:nth-child(8n) {
		display: none;
	}

	.cert-item-li:nth-child(9n) {
		display: none;
	}

	.network-ul::before {
		height: 180px;
	}

	.network-sys-cont-list {
		bottom: 0px;
		margin-top: 20px;
	}

	.cert-item-li .cert-imgbox {
		width: 60px;
		height: 60px;
	}

	.cert-imgbox img {
		max-width: 50px;
    /* transition: all .36s; */
    /* width: 67px; */
		height: 40px;
	}

	.network-sys-cont-data {
		width: 100%;
	}
 
}

@media screen and (max-width: 480px) {

	.network-num_fig p {
		font-size: 24px;
	}

	.network-ul-li {
		padding: 15px;
	}

	.network-ul {
		margin: 0 -10px;
		padding-left: 10px;
	}

	.network-parga {
		margin-top: 0;
	}

	.network-num_text p {
		font-size: 12px;
	}

	.network-num_text {
		margin-top: 5px;
	}

	.network-sys-cont-data::before {
		height: 130px;
	}

	.network-ul::before {
		height: 130px;
	}

	.cert-item-li {
		width: 33.333333%;
		margin-bottom: 10px;
	}

	.network-sys-cont-list ul {
		display: flex;
		flex-wrap: wrap;
	}
}
 

@media screen and (max-width:767px) {
	.yxedr_active iframe {
		max-height: 33vh;
	}
}

@media screen and (max-width:767px) {

	.ys_cont1000,
    .ys_cont1200,
    .ys_cont1280,
    .ys_cont1360,
    .ys_cont1400,
    .ys_cont1440,
    .ys_cont1560,
    .ys_cont1600,
    .ys_cont1680,
    .ys_cont950 {
		padding: 0 20px;
	}
}

.clearfix::after {
	display: block;
	clear: both;
	height: 0;
	content: ' ';
}

.fl {
	float: left;
}

.fr {
	float: right;
}

@media screen and (max-width:480px) {
	.ys_videom_iframebox iframe {
		max-height: 33vh;
	}
}

.ys_imgbox_contain,
.cert-imgbox {
	position: relative;
	overflow: hidden;
}

.ys_imgbox_contain img,
.cert-imgbox img {
	max-width: 80px;
	transition: all .36s;
    /* width: 80px; */
	height: 50px;
}

.cert-imgbox img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.ys_imgbox_contain img:nth-child(2) {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.ys_imgbox_cut {
	overflow: hidden;
}

.ys_imgbox_cut img {
	width: auto;
	max-width: none;
	height: 100%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width:767px) {
	.bFind-wrapper-top input {
		width: auto !important;
	}

	#bsPanel {
		display: none;
	}

	.slick-dots li {
		width: 8px;
		height: 8px;
	}
}

@media screen and (max-width:768px) {
	.ys_hd_ph {
		display: block;
	}

	.ys_hd_pc {
		display: none;
	}
}

.h-l5-solution-navs .col-md-4 {
	padding-left: 0px;
}

.h-l5-solution-navs .col-md-4:nth-child(3n) {
	margin-right: 0;
	padding-right: 0;
}

.h-l5-solution-navs .col-md-4:nth-child(6n) {
	margin-right: 0;
	padding-right: 0;
}

.a-item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	border-radius: 8px;
	padding: 28px 24px;
	height: 193px;
	overflow: hidden;
	position: relative;
	margin: 0 0px 20px;
	background-image: linear-gradient(180deg,#f3f5f8,#fff);
	border: 2px solid #fff;
	box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
	transition: border .3s, box-shadow .3s;
	border-radius: 4px;
}

.a-item:hover {
	background: var(--keynote);
	position: relative;
	color: #fff;
}

.a-item:hover a {
	color: #fff;
}

.a-item .background-box {
	width: 208px;
	height: 193px;
	position: absolute;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: center;
	background-size: 208px 193px;
}

.a-item .subtitle {
	margin-bottom: 28px;
	font-weight: 600;
	font-size: 22px;
	line-height: 31px;
}

.a-item p {
	margin-top: 12px;
	z-index: 2;
	margin-bottom: 0px;
}

.a-item p a {
	position: relative;
	color: #181818;
	font-size: 14px;
}

.section-link {
	color: var(--dcydhzt);
	display: block;
	line-height: 24px;
	margin-top: 12px;
}

 
.price-right {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    right: 0px;
    white-space: nowrap;
    background-color: #f2f3f8;
}
.price-list-right {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    right: 0px;
    text-align: center;
    color: rgb(255, 84, 47);
    white-space: nowrap;
    background-color: #fff;
}

.server-List01 ul{
    width: 100%;
    max-width: 1440px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}


.server-List01 .tabmenu ul{
	display: none;
}
.server-List01 .tabmenu ul.active{
	display: -webkit-flex;
	display: flex;
}
.server-List01 ul li{
	border: 1px solid #e1e6f0;
	box-sizing: border-box;
	width: 23.5%;
	background: #fff;
	    font-family: 'dcynews';
    border-radius: 6px;
	position: relative;
	margin-right: 2%;
	margin-bottom: 20px;
}
.server-List01 ul li.no{}
.server-List01 ul li:nth-child(4n) {
    margin-right: 0;
}
.server-List01 ul li:hover{
	border-color: #fff;
    background: -webkit-linear-gradient(bottom,#fff,#f3f5f8);
    background: linear-gradient(0deg,#fff,#f3f5f8);
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.2), -8px -8px 20px 0 #fff;
}
.server-List01 ul li .title-box{
	background: url("../images/huodong_pro_list_BG-02.jpg") no-repeat;
	background-size: cover;
	position: relative;
	height: 60px;
	box-sizing: border-box;
	padding: 0 18px 0;
}
.server-List02 ul li .title-box{
/*	background: url("../images/huodong_pro_list_BG-02.jpg") no-repeat;*/
}
/*.server-List01 ul li .title-box em{
	display: block;
    width: 60px;
    height: 5px;
    background: var(--dcyans);
    left: 20px;
    top: 0%;
    position: absolute;
}*/
.server-List01 ul li .title-box .state{
background-image: url(../images/sell_tag_v2_pc_product.svg);
    width: 90px!important;
    height: 22px!important;
    position: absolute;
    top: -5px!important;
    right: -1px!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
}
.server-List01 ul li .title-box .state2{
    background-image: url(../images/sell_tag_v2_pc_uin_first.svg);
     width: 90px!important;
    height: 22px!important;
    position: absolute;
    top: -5px!important;
    right: -1px!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
    
}
.server-List01 ul li .title-box .state3{
 background-image: url(../images/sell_tag_v2_pc_uin_first.svg);
    width: 90px!important;
    height: 22px!important;
    position: absolute;
    top: -5px!important;
    right: -1px!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
}
.server-List01 ul li .title-box .state span{}
.server-List01 ul li .title-box h5{
	font-size: 22px;
	color: #000;
	padding: 20px 0 8px;
}
.server-List02 ul li .title-box h5{
	color: #111;
}
.server-List01 ul li .title-box p{
	font-size: 14px;
	color: #000;
	opacity: .6;
	
	    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 1;
}
.server-List02 ul li .title-box p{
	color: #222;
}
.server-List01 ul li .detail-box{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
}

.server-List02 ul li .detail-box {
    border-top: 1px solid #ebf0fc;
    border-bottom: 1px solid #ededed;
    border-width: 1px 0;
    padding: 10px 0 20px;
}
.server-List01 ul li .detail-box .attribute-box{
    width: 50%;
    text-align: center;
    padding: 14px 0;
    box-sizing: border-box;
    border: 1px solid #ededed;
    border-width: 1px 1px 0 0;
}

.server-List01 ul li .detail-box .attribute-box:nth-child(2n) {
    border-right: none;
}
.server-List01 ul li .detail-box .attribute-box p{
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0px;
}
.server-List01 ul li .detail-box .attribute-box span{
    font-size: 14px;
    color: #888;
}

.server-List02 ul li .detail-box .attribute-box{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: center;
    height: 30px;
    line-height: 35px;
    border: none;
    padding: 0 24px;
    margin-bottom: 12px;
}
.server-List02 ul li .detail-box .attribute-box:nth-child(3n) {}
.server-List02 ul li .detail-box .attribute-box p{
    font-size: 16px;
    display: flex;
    width: 75%;
    height: 35px;
    line-height: 35px;
        cursor: pointer;
        margin-left: 5px;
    align-items: center; 
    border: 1px solid #ebf1ff;
    align-content: center;
}

.server-List02 ul li .detail-box .attribute-box p strong {
     display: block;
    height: 34px;
    line-height: 34px; 
        flex: 1; 
    color: #666;
    border-radius: 6px 0 0 6px;
    font-size: 14px;
}
 
.server-List02 ul li .detail-box .attribute-box p strong.active {
     color: var(--dcydhzt);
    background: #ebf1ff;
}
.server-List02 ul li .detail-box .attribute-box span{
    text-align: left;
    display: block;
    width: 24%;
    font-size: 14px;
}

.server-List01 ul li .detail-box .longbute-box{
    width: 100%;
    border: 1px solid #ededed;
    box-sizing: border-box;
    border-width: 1px 0;
    padding: 16px 20px;
}
.server-List01 ul li .detail-box .longbute-box p{
	font-size: 14px;
	line-height: 26px;
	color: #888888;
}
.server-List01 ul li .limit-item{
    padding: 0px 20px 15px;
}
.server-List01 ul li .limit-item span{
	display: inline-block;
	background: #fff;
	border: 1px solid #337dff;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	    color: var(--dcydhzt); 
	font-size: 13px;
	border-radius: 3px;
}

.server-List01 ul li .limit-item .limit-math {
    display: inline-block;
    vertical-align: top;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #FFFFFF;
    background: var(--dcyans);
    padding: 0px 6px;
    -webkit-border-radius: #337dff;
    -moz-border-radius: #337dff;
    -o-border-radius: #337dff;
    border-radius:#337dff;
}
.server-List01 ul li .price-box{
    padding: 0 20px 15px;
}
.server-List01 ul li .bottom-box{
 background: url(https://ecloud.eos-guangzhou-1.cmecloud.cn/op-node-portal-web/static/images/leo/card-bottom.jpg);
    padding: 0px;position: relative;
    margin-top: auto;
    width: 100%;
    background-size: cover;
    background-position: right;
}
.server-List01 ul li .price-box .price-item{
	display: none;
}
.server-List01 ul li .price-box .price-item.active{
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
}

.server-List01 ul li .price-box .price-item span.num{
	font-size: 16px;
	color: #F33E3E;
}
.server-List01 ul li .price-box .price-item span.year{
	font-size: 14px;
	color: #222;
	
}
.server-List01 ul li .price-box .price-item span.del{
	font-size: 12px; 
	--tw-text-opacity: 1;
    color: rgb(255 147 29 / var(--tw-text-opacity));
	padding-left: 10px;
    text-decoration: line-through;
}
.server-List01 ul li .price-box .price-item strong{
	font-size: 30px;
	color: #F33E3E;  
	height: 46px;
	font-family: 'dcynews';
	line-height: 60px;
	display: block;
}
.server-List01 ul li .progress_bar{
    height: 30px;
    margin-left: 7px;
    margin-right: 7px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap; 
}
.server-List01 ul li .progress_bar .uno-progress-bar{
	height: 5px;
	position: relative;
	background: #dadde2;
	width: 64%;
	border-radius: 8px;
}
.server-List01 ul li .progress_bar .uno-progress-bar .uno-progress-bar-inner{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: linear-gradient(270deg,#4985ff,#7cc2ff);;
	border-radius: 8px;
}
.server-List01 ul li .progress_bar .uno-progress-bar .uno-progress-bar-inner:after {
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    width: 12px;
    height: 12px;
    background: url(../images/icon-ms.png) 50% no-repeat;
    background-size: cover;
}
.server-List01 ul li .progress_bar .uno-progress-tip{
    width: 30%;
    display: block;
    text-align: right;
    color: #75481a;
    font-size: 12px;
}
.server-List01 ul li .btn-box{
    width: 90%;
    height: 46px;
    line-height: 46px;
    margin: auto;
    text-align: center;
    background: var(--dcyans);
    border-radius: 6px;
}

.server-List01 ul li .btn-box.no a {
    
    background: #508fff;
}
.server-List01 ul li .btn-box:hover{
	    background: var(--dcyanxz);
}
.server-List01 ul li .btn-box a{
    font-size: 16px;
    color: #ffffff;
    display: block;
    height: 100%;
    width: 100%;
}
.activity-form-value {
    width: calc(100% - 65px);
    margin-left: 5px;
    height: 36px;
    position: relative;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}
.activity-select-btn {
    z-index: 1;
    height: 36px;
    border: 1px solid white;
    background: #fff;
    color: #000;
    text-align: left;
    padding: 7px 28px 7px 8px;
    position: relative;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 22px;
    border-bottom: 1px solid #ebf0fc;}
    .activity-select-btn:hover {
    border: 1px solid #0052d9;
    background: #fff;
    color: #000;
    cursor: pointer;
    box-shadow: inset 0 4px 20px 0 hsla(0,0%,100%,.5), 8px 8px 20px 0 rgba(55,99,170,.1);
}
 
@media screen and (max-width: 1080px) {
.server-List01 ul {
    flex-wrap: wrap;
    width: 100%;
}
.server-List01 ul li {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 20px rgba(55,99,170,.1);
}
.server-List01 ul li .title-box {
    height: 50px;
}
 
}

 .more-tabs-dropdown {
     display: none;
     
 }
  .more-tabs-arrow-down {
     display: none;
     
 }
#home-serve .nav-tabs li >a i {
    color: var(--dcydhxz);
}
.nav-tabs li.active a, 
.nav-tabs li a.active,
.nav-tabs li.active a:focus, 
.nav-tabs >li.active a:hover {
    color: var(--dcydhxz);
    background: transparent;
    border: 0;
}
.more-tabs-item-cont {
    margin: 0;
    padding: 14px 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    transition: color .3s, filter 0.3s;
}
@media screen and (max-width: 1080px){
   .more-tabs-item-cont{
       overflow: inherit;
    margin: 0;
    padding: 9px 3px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    transition: color .3s, filter 0.3s;
   }
   } 
.more-tabs-item-cont a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 3px;
    background: var(--dcyxhx);
    -webkit-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
    margin: 0 auto;
}
#home-serve .nav-tabs li a i {
    color: var(--dcydhxz);
}
.nav-tabs li.active a:before {
    width: 100%;
}
@media screen and (max-width: 1080px){
#home-serve .nav-tabs li a i {
    display: none;
}
.more-tabs-arrow-down {
    position: absolute;
    width: 40px;
    height: 39px;
    right: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
    z-index: 2;
    top: 0;
    background: linear-gradient(180deg, #f3f5f8, #fff);
    box-shadow: -4px 0 10px rgba(55,99,170,.1);
}
.more-tabs-arrow-down i {
    font-size: 20px;
    position: absolute;  
}
.more-tabs-arrow-down.is-show i {
    color: var(--dcydhxz);
    transform: rotate(-180deg); 
}
.more-tabs-dropdown {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 39px;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 20px rgba(55,99,170,.1);
    padding: 16px;
}
.more-tabs-dropdown.is-show {
    display: block;
}
.more-tabs-dropdown-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.more-tabs-dropdown .more-tabs-item {
    background: #f1f2f5;
    border-radius: 2px;
    width: calc(33.33% - 8px);
    margin: 12px 12px 0 0;
    height: 32px;
    font-size: 14px;
    padding: 0;
    text-align: center;
}
.more-tabs-dropdown .more-tabs-item:nth-child(3n) {
    margin-right: 0;
}
.more-tabs-dropdown .more-tabs-item-cont {
    border-radius: 2px;
    font-size: 14px;
    line-height: 32px;
    height: 100%;
    display: block;
    text-align: center;
    padding: 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.more-tabs-dropdown .more-tabs-item.active .more-tabs-item-cont {
    background: var(--dcyans);
    color: #fff;
}
.more-tabs-dropdown .more-tabs-item.active .more-tabs-item-cont a{
 
    color: #fff;
}
.more-tabs-item.active .more-tabs-item-con{
    color: #0052d9;
    font-weight: 400;
}
}