@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
// +----------------------------------------------------------------------
*/

/*
@font-face {
 font-family:"FirstFont";
 src: url("../fonts/FirstFont.ttf");
 font-weight:bold;
}
 */
@font-face {
 font-family:"Regular";
 src: url("../fonts/Montserrat-Regular.woff2");
 font-weight:bold;
}
@font-face {
 font-family:"YouSheBiaoTiHei-2";
 src: url("../fonts/YouSheBiaoTiHei-2.ttf");
 font-weight:bold;
}

@font-face {
    font-family: "dcynews";
    src: url("../fonts/DINPro-Medium.woff") format("truetype");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}
html {
	scroll-behavior: smooth;
	font-size: 14px;
}


section {
	position: relative;
	padding: 0 2.5rem;
}

.sy-section-h {
	padding-top: 3rem;
	padding-bottom: 6rem;
}
.sy-section-n {
	padding-top: 6rem;
	padding-bottom: 3rem;
}
@media (max-width: 1080px){
    .sy-section-n {
	padding-top: 0rem;
	padding-bottom: 3rem;
}
}
.sy-section-p{
	padding-top: 2rem;
	padding-bottom: 6rem;
}
.sy_inner {
	margin: 0 -1.5rem;
	display: flex;
	flex-wrap: wrap;
}

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

.sy_col-inner {
	padding: 0 1.5rem;
}
.header-notice {
    height: 54px;
    background: #3d485d;
    padding: 0 20px;
    color: #fff;
}
.block-dialog {
		display: none;
		position: fixed;
		z-index: 1001;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
	
	.dialog-mask {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.4);
	}
	
	.dialog-box {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 800px;
		transform: translate(-50%, -50%);
		background: #fff;
		padding: 46px 40px 40px;
	}
	
	.dialog-head .dialog-title {
		font-size: 24px;
		margin-bottom: 36px;
		font-weight: 500;
		line-height: 36px;
	}
	
	.dialog-head .dialog-close {
		position: absolute;
		top: 20px;
		right: 20px;
		width: 20px;
		height: 20px;
		background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iIzg4OCIgZD0iTTEzLjk1IDMuNDE0TDEyLjUzNiAyIDggNi41MzYgMy40NjQgMiAyLjA1IDMuNDE0IDYuNTg2IDcuOTUgMi4wNSAxMi40ODVsMS40MTQgMS40MTRMOCA5LjM2NGw0LjUzNiA0LjUzNSAxLjQxNC0xLjQxNEw5LjQxNCA3Ljk1eiIvPjwvc3ZnPg==);
		background-size: 100% 100%;
		
	}
	
	.dialog-body img {
		width: 216px;
		margin-right: 52px;
	}
	
	.dialog-body p {
		width: 390px;
		line-height: 24px;
		margin-bottom: 20px;
		color: #3d485d;
	}
	
	.dialog-body p:last-child {
		margin-bottom: 0;
	}
	
	.dialog-body .dialog-btn-wrap {
		margin-top: 40px;
		text-align: center;
	}
	
	.video-dialog .dialog-box {
		width: 700px;
		height: 500px;
		padding: 0;
		font-size: 0;
	}
 
	.video-dialog .dialog-body {
		height: 100%;
	}
	
	.video-dialog .video-play {
		width: 100%;
		height: 100%;
	}
	
	.video-dialog .dialog-close {
		position: absolute;
		right: -30px;
		top: 0px;
		width: 30px;
		height: 30px;
		background: url("../images/close-white.e5cb23e7475c990b39a25a7cc8730baee46acfac.svg");
		background-size: 100%;
		
	}
 	@media (max-width: 1080px) {
	    .video-dialog .dialog-box {
	      width: 100%;
        height: 50%;
	    } 
	    .video-dialog .dialog-close {
		right: 0px;
    top: -26px;
		
	}
	
#content	.inside-right>div {
    padding-top: 0px;
}
	}
.header-notice-inner {
    margin: 0 auto;
    display: flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    height: 100%;
    white-space: nowrap;
}
.header-notice-tag {
    position: relative;
    height: 22px;
    padding: 0 8px;
    background: var(--dcyans);
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    border-radius: 3px;
    border-bottom-right-radius: 0;
    margin-right: 20px;
}
.header-notice-content {
    max-width: calc(100vw - 180px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header-notice-link {
    color: #fff;
    text-decoration: none;
    
    font-size: 14px;
    margin-left: 12px;
}
.header-notice-link::after {
    display: inline-block;
    width: 6px;
    height: 10px;
    margin-left: 6px;
    overflow: hidden;
    vertical-align: 0;
    background-image: url(../images/link-arrow.1ebc4b26.svg);
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    transition: transform .4s,-webkit-transform .4s;
    content: "";
}
.header-notice-tag:after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0;
    border-style: solid;
    border-width: 3px 4px;
    border-color: transparent transparent #337dff #337dff;
}
.nav-bubble-trigger:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background-image: url(../images/caret.5662ac0b.svg);
} 
.nav-bubble-trigger:hover:after {
    background-image: url(../images/caret-hover.676df357.svg);
} 
.product-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;}

.product-video-btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-font-smoothing: auto;
    transition: all .3s ease-in-out;
    background-image: none;
    background: #fff;
    border: 1px solid var(--dcyanb);
    border-radius: 38px;
    margin-top: 8px;
    height: 32px;
    padding: 0 8px 0 4px;
    color:var(--dcydhxz);
    margin-left: 22px;
    box-shadow: none;
}
.product-video-btn-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    
    border-radius: 50%;
    background:var(--dcyans);
    margin-right: 6px;
}
.product-video-btn-icon:after {
    content: "";
    display: block;
    margin-right: -2px;
    width: 8px;
    height: 10px;
    background-image: url(../images/sprite.Main-202310171122.svg);
    background-position: 97.61904761904762% 59.72222222222222%;
    background-size: 2200% auto;
}
.product-video-btn-text {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color:var(--dcydhxz);
}
@media (max-width: 1080px) {
    .product-header h2{
    font-size: 24px;
    line-height: 32px;
    white-space: pre-wrap;
}
.product-header{
        justify-content: center;
    }
.product-video-btn {
    height: 34px;
    padding: 4px;
    margin-left: 8px;
    margin-top: 0px;
}

.product-video-btn-icon {
    margin-right: 0;
    width: 24px;
    height: 24px;
}
.product-video-btn-text {
    display: none;
}
}
.product-info-refund{
    width: 37%;
    cursor: text;
    color: var(--dcydhxz);
    font-size: 12px;
    line-height: 15px;
    background-image: linear-gradient(-89deg,rgba(51,125,255,0),rgba(51,125,255,.2));
    padding: 7px 40px 7px 10px;
    margin-top: 12px;
    margin-bottom: 3.3rem;
}
	.product-info-refund  a {
    color: var(--dcydhxz);
    margin-left: 5px;
}

.product-info-refund i{
        color: var(--dcydhxz); 
        font-size: 13px;
}
	 .product-info-refund a .arrow {
    display: inline-block;
    width: 6px;
    height: 11px; 
    margin-left: 8px;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    vertical-align: -1px;
}
     .product-info-refund a:hover .arrow {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

/*.product-info-refund:before {
    content: " ";
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../images/neice-tips.svg) no-repeat left center;
    left: 12px;
    top: 281px;
    background-size: cover;
}*/
.product-video-card {
    position: absolute;
    left: 0%;
    bottom: 1%;
    box-sizing: border-box;
    width: 314px;
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 1px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
    border-radius: 3px;
    padding: 3px;
    
    transition: width .3s ease-in-out;
}
 
.product-video-card-inner {
    padding-top: 49.6644295302%;
    border-radius: 3px;
    background-size: cover;
    background-position: 50%;
    position: relative;
    overflow: hidden;
}
.product-video-card video {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .5;
}
.product-list{top:-40px
}

.product-video-card-icon {
    position: absolute;
    left: 50%;
    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: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--dcyans);
}
.product-notice {
    padding: 0 0px;
    border: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.1); 
    min-height: 100px;
    width: 1460px; 
}
.product-notice ul{
        margin-bottom: 0px;
        background: linear-gradient(180deg, #f3f5f8, #fff);
}
.product-notice p{
        margin: 0 0 0px;
}
.product-with-notice.product-with-video+.product-notice .product-notice-inner {
    padding-left: 17%;
}
.product-notice-inner {
    margin: 0 auto; 
    padding: 0 0px; 
}
.product-notice-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-notice-item {
    width: 25%;
    padding: 0px 0px 0px 0px;
}
.product-notice-item:hover {
    cursor: pointer;
    background: #fff;
    box-shadow: 4px 8px 20px rgba(55,99,170,.1), -8px -8px 20px rgba(55,99,170,.05);
}
.product-notice-item:nth-child(4n) {
    margin-right: 0;
}
.product-notice-link {
    padding: 20px 20px;
    display: block;
    text-align: left;
}
.product-notice-link:hover .product-notice-tit{
    color: var(--dcydhxz)
}
.product-notice-tit {
    font-size: 18px;
    color: var(--dcydhzt);
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-notice-desc {
    font-size: 14px;
    color: #98a3b7;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.product-notice-links{display: block;
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--dcydhxz);
}

.product-notice-links i { 
    position: relative;
    margin-left: 6px;
    font-size: 18px;
    top: 2px; 
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}
.product-notice-link:hover .product-notice-links i {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
.product-video-card-icon:after {
    content: "";
    display: block;
    margin-right: -2px;
    width: 8px;
    height: 10px;
    background-image: url(../images/sprite.Main-202210240948.svg);
    background-position: 97.61904761904762% 44.44444444444444%;
    background-size: 2200% auto;
}
.product-product-set {
    display: block;
    
      color: #4b5b76;
    -webkit-font-smoothing: antialiased;
}
 

.product-product-set h5:hover .product-product-set__title {
    color: var(--dcydhzt);
    text-decoration: none;
    cursor:pointer;
}
.tab-p-title:hover{
    color: #4b5b76;
    text-decoration: none;
	cursor:pointer;
}
.product-tabs-icon {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto 0px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
   
}
.product-hot-pro{
/*width:60px;
height:60px;
background-image:url('../images/ani-hot.png');
background-size:100% auto;
background-position:0 1440px;
animation:poleave .5s steps(24) forwards;*/

  background-image: url(../images/5136c1ad7c345f40505298ec87c9704a.svg);
    width: 16px;
    height: 16px;
    margin: 0 8px -2px 0;
    display: inline-block; 
}
/*
.product-hot-pro:hover{
-webkit-animation:poenter .5s steps(24) forwards;
}
 @-webkit-keyframes poenter {
   0%{
     background-position: 0 0;
   }
   to{
       background-position: 0 -1440px;
  }
 }
 @-webkit-keyframes poleave {
     0%{
        background-position: 0 -1440px;
    }
    to{
       background-position: 0 0;
     }
  }
  */
 
.product-cloud-pro{
/*width:60px;
height:60px;
background-image:url('../images/ani-middleware.png');
background-size:100% auto;
background-position:0 1440px;
animation:poleave .5s steps(24) forwards;*/
    background-image: url(../images/454fe8bbaa4715659ece71af8c404542.svg); 
    width: 16px;
    height: 16px;
    margin: 0 8px -2px 0;
    display: inline-block;
}
/*
.product-cloud-pro:hover{
-webkit-animation:poenter .5s steps(24) forwards;
}
 @-webkit-keyframes poenter {
   0%{
     background-position: 0 0;
   }
   to{
       background-position: 0 -1440px;
  }
 }
 @-webkit-keyframes poleave {
     0%{
        background-position: 0 -1440px;
    }
    to{
       background-position: 0 0;
     }
  }
*/
.product-cdn-pro{
/*width:60px;
height:60px;
background-image:url('../images/aa866277d1ea20bc4d8471dc6a11957c.png');
background-size:100% auto;
background-position:0 1440px;
animation:poleave .5s steps(24) forwards;*/
    background-image: url(../images/dba185297ea0afc8ad255e18edd061ca.svg); 
    width: 16px;
    height: 16px;
    margin: 0 8px -2px 0;
    display: inline-block; 
}
/*
.product-cdn-pro:hover{
-webkit-animation:poenter .5s steps(24) forwards;
}
 @-webkit-keyframes poenter {
   0%{
     background-position: 0 0;
   }
   to{
       background-position: 0 -1440px;
  }
 }
 @-webkit-keyframes poleave {
     0%{
        background-position: 0 -1440px;
    }
    to{
       background-position: 0 0;
     }
  }
  
*/
.product-mysql-pro{
/*width:60px;
height:60px;
background-image:url('../images/ani-database.png');
background-size:100% auto;
background-position:0 1440px;
animation:poleave .5s steps(24) forwards;*/
    background-image: url(../images/169baf0a9a72a57481746a01ded79127.svg); 
    width: 16px;
    height: 16px;
    margin: 0 8px -2px 0;
    display: inline-block;  
}
/*
.product-mysql-pro:hover{
-webkit-animation:poenter .5s steps(24) forwards;
}
 @-webkit-keyframes poenter {
   0%{
     background-position: 0 0;
   }
   to{
       background-position: 0 -1440px;
  }
 }
 @-webkit-keyframes poleave {
     0%{
        background-position: 0 -1440px;
    }
    to{
       background-position: 0 0;
     }
  }
*/
.product-storage-pro{
/*width:60px;
height:60px;
background-image:url('../images/ani-storage.png');
background-size:100% auto;
background-position:0 1440px;
animation:poleave .5s steps(24) forwards;*/
    background-image: url(../images/9cc485e3439a6d97f7739ad99737a8cc.svg); 
    width: 16px;
    height: 16px;
    margin: 0 8px -2px 0;
    display: inline-block;  
}
/*
.product-storage-pro:hover{
-webkit-animation:poenter .5s steps(24) forwards;
}
 @-webkit-keyframes poenter {
   0%{
     background-position: 0 0;
   }
   to{
       background-position: 0 -1440px;
  }
 }
 @-webkit-keyframes poleave {
     0%{
        background-position: 0 -1440px;
    }
    to{
       background-position: 0 0;
     }
  }
*/
.product-idc-data{
/*width:60px;
height:60px;
background-image:url('../images/ani-base.png');
background-size:100% auto;
background-position:0 1440px;
animation:poleave .5s steps(24) forwards;*/
    background-image: url(../images/6f3d274edaa610cfdec466f741264af7.svg);
    width: 16px;
    height: 16px;
    margin: 0 8px -2px 0;
    display: inline-block;  
}
/*
.product-idc-data:hover{
-webkit-animation:poenter .5s steps(24) forwards;
}
 @-webkit-keyframes poenter {
   0%{
     background-position: 0 0;
   }
   to{
       background-position: 0 -1440px;
  }
 }
 @-webkit-keyframes poleave {
     0%{
        background-position: 0 -1440px;
    }
    to{
       background-position: 0 0;
     }
  }
*/
.product-security{
/*width:60px;
height:60px;
background-image:url('../images/ani-safe.png');
background-size:100% auto;
background-position:0 1440px;
animation: poleave .5s steps(24) forwards; */
    background-image: url(../images/ae8cdc2f11ebbacca6f56c43c119b8a3.svg);
    width: 16px;
    height: 16px;
    margin: 0 8px -2px 0;
    display: inline-block; 
}
/*
.product-security:hover{
-webkit-animation:poenter .5s steps(24) forwards;
}
 @-webkit-keyframes poenter {
   0%{
     background-position: 0 0;
   }
   to{
       background-position: 0 -1440px;
  }
 }
 @-webkit-keyframes poleave {
     0%{
        background-position: 0 -1440px;
    }
    to{
       background-position: 0 0;
     }
  }
*/
.product-developer-pro{
/*width:60px;
height:60px;
background-image:url('../images/ani-developer.png');
background-size:100% auto;
background-position:0 1440px;
animation:poleave .5s steps(24) forwards;*/
    background-image: url(../images/4a3785ef09299aebf913afd7c34abc7d.svg);
     width: 16px;
    height: 16px;
    margin: 0 8px -2px 0;
    display: inline-block;  
}
/*
.product-developer-pro:hover{
-webkit-animation:poenter .5s steps(24) forwards;
}
 @-webkit-keyframes poenter {
   0%{
     background-position: 0 0;
   }
   to{
       background-position: 0 -1440px;
  }
 }
 @-webkit-keyframes poleave {
     0%{
        background-position: 0 -1440px;
    }
    to{
       background-position: 0 0;
     }
  }
*/
/*底部*/
.dcy-footer-h5 {
    display: none;
}
@media (max-width:1024px) {
.dcy-footer-h5 {
    padding-top: 20px;
    padding-bottom: 10px;
    display: block;
}
.dcy-footer-h5 .title-content-h5 {
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
    margin-bottom: 10px;
    color: #6e6e6e;
}
.dcy-footer-h5 .list-content-h5 .product-list-h5 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D5D5D5;
}
.dcy-footer-h5 .list-content-h5 .product-list-h5 li:first-child {
    padding-left: 16px;
}
.dcy-footer-h5 .list-content-h5 .product-list-h5 li {
    color: #181818;
    font-weight: 500;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
}
.dcy-footer-h5 .list-content-h5 .about-list-h5{ 
    text-align: center;
}
.dcy-footer-h5 .list-content-h5 .about-list-h5 span.segement-h5 {
    position: relative;
}
.dcy-footer-h5 .list-content-h5 .about-list-h5 span:first-child {
    padding-left: 0;
}
.dcy-footer-h5 .list-content-h5 .about-list-h5 span:last-child {
    padding-right: 0;
}
.dcy-footer-h5 .list-content-h5 .about-list-h5 span {
      padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    color: #181818b3;
    line-height: 28px;
    font-weight: 400;
}
.dcy-footer-h5 .list-content-h5 .about-list-h5span.segement-h5:after {
    content: "";
    position: absolute;
    right: 0;
    height: 10px;
    width: 1px;
    background-color: #181818b3;
    margin: 10px -2px;
}
}
.dcy-footer-website-hotline-phon-m,.dcy-footer-website-btn,.dcy-footer-website-copyright {
    display: none;
}
.dcy-footer-service-item {
	display: block;
	font-size: 16px;
	color: var(--dcydhzt);
}

.dcy-footer-service-item:hover {
	text-decoration: none;
	color:var(--dcydhxz);
}

.dcy-footer-service-item .icon {
	display: inline-block;
	/*width: 60px;
	height: 60px;*/
	vertical-align: middle;
	margin-right: 10px;
	margin-left: -6px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	-webkit-animation: plsFooterLeave .3s steps(16) forwards;
	animation: plsFooterLeave .3s steps(16) forwards;
}
.dcy-footer-service-item .icon i{
    font-size: 40px;
}
@-webkit-keyframes plsFooterEnter {
	0% {
		background-position: 0 0;
	}

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

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

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

@-webkit-keyframes plsFooterLeave {
	0% {
		background-position: 0 -960px;
	}

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

@keyframes plsFooterLeave {
	0% {
		background-position: 0 -960px;
	}

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

.dcy-footer-service-item:hover .icon {
	-webkit-animation: plsFooterEnter .3s steps(16) forwards;
	animation: plsFooterEnter .3s steps(16) forwards;
}

.dcy-footer-service-list .icon-1 {
	background-image: url(../images/icon-item-service1.png);
}

.dcy-footer-service-list .icon-2 {
	background-image: url(../images/icon-item-service2.png);
}

.dcy-footer-service-list .icon-3 {
	background-image: url(../images/icon-item-service3.png);
}

.dcy-footer-service-list .icon-4 {
	background-image: url(../images/icon-item-service4.png);
}
.dcy-footer-service-list .icon-5 {
	background-image: url(../images/icon-item-service5.png);
}

.dcy-language-blogroll-extra {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 190px;
}
.dcy-language-select {
    position: relative;
}
.dcy-language-select-trigger {
    box-sizing: border-box;
    display: block;
    padding: 0 30px 0 12px;
    height: 36px;
    border: 2px solid #fff;
        background-image: linear-gradient(0deg, #fff 0%, #f3f5f8 100%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 32px;
    color: #495770;
    cursor: pointer;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
}
.dcy-language-select-trigger .icon-earth {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    background-image: url(../images/icon-earth.280cbaec.svg);
}
.dcy-language-select .dcy-language-dropdown {
    display: none;
}
.dcy-language-dropdown {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 100%;
    z-index: 999;
    padding-bottom: 4px;
    width: 100%;
}
.dcy-language-dropdown-menu {
    position: relative;
    background: #f5f7fa;
    padding: 7px 2px;
}
.dcy-language-select:hover .dcy-language-dropdown, .dcy-language-select.hover .dcy-language-dropdown {
    display: block;
}
.dcy-language-dropdown-menu a {
    position: relative;
    display: block;
    padding: 0 10px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #495770;
}
.dcy-language-select-trigger:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0;
    border-color: #ccc transparent;
    transition: transform .2s ease,-webkit-transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
}
.dcy-language-dropdown-menu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background: #e8e8e8;
    border: 2px solid #d2d6de;
    box-shadow: inset 8px 8px 6px 0 rgba(55,99,170,.11);
    box-sizing: border-box;
}
.dcy-language-select-trigger {
    box-sizing: border-box;
    display: block;
    padding: 0 30px 0 12px;
    height: 36px;
    border: 2px solid #fff;
        background-image: linear-gradient(0deg, #fff 0%, #f3f5f8 100%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 32px;
    color: #495770;
    cursor: pointer;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
}
.dcy-language-dropdown-menu {
    position: relative;
        background-image: linear-gradient(0deg, #fff 0%, #f3f5f8 100%);
    padding: 7px 2px;
}
/*安全*/

.dcy-service-item:hover {
	text-decoration: none;
    cursor:pointer; 
}
.dcy-service-item .icon {
	display: inline-block;
	width: 60px;
	height: 60px;
	vertical-align: middle;
	margin-right: 4px;
	margin-left: -6px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	-webkit-animation: plsFooterLeave .3s steps(16) forwards;
	animation: plsFooterLeave .3s steps(16) forwards;
}
@-webkit-keyframes plsFooterEnter {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 0 -960px;
	}
}
@keyframes plsFooterEnter {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 0 -960px;
	}
}
@-webkit-keyframes plsFooterLeave {
	0% {
		background-position: 0 -960px;
	}

	100% {
		background-position: 0 0;
	}
}
@keyframes plsFooterLeave {
	0% {
		background-position: 0 -960px;
	}

	100% {
		background-position: 0 0;
	}
}
.dcy-service-item:hover .icon {
	-webkit-animation: plsFooterEnter .3s steps(16) forwards;
	animation: plsFooterEnter .3s steps(16) forwards;
}
.dcy-service-list .icon-1 {
    background-color: var(--dcyanc);
    color: var(--dcydhxz);
    border-radius: 50%;
}
.dcy-service-list .icon-1 i{font-size: 40px;
    padding: 10px;
    width: 60px;
    height: 60px;}
.dcy-service-list .icon-2 {
    background-color: var(--dcyanc);
    color: var(--dcydhxz);
    border-radius: 50%; 
}
.dcy-service-list .icon-2 i{font-size: 40px;
    padding: 10px;
    width: 60px;
    height: 60px;}
.dcy-service-list .icon-3 {
    background-color: var(--dcyanc);
    color: var(--dcydhxz);
    border-radius: 50%; 
}
.dcy-service-list .icon-3 i{font-size: 40px;
    padding: 10px;
    width: 60px;
    height: 60px;}
.dcy-service-list .icon-4 {
    background-color: var(--dcyanc);
    color: var(--dcydhxz);
    border-radius: 50%; 
}
.dcy-service-list .icon-4 i{font-size: 40px;
    padding: 10px;
    width: 60px;
    height: 60px;}

/*安全*/
.tab-tag-weak-hole {
    background: #f1f2f5;
    color: #5f7292;
}
.tab-tag-hole, .tab-tag-weak-hole {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
    height: 22px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 20px;
}
.product-banner {
    position: absolute;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 13%; 
    height: 100%;
    width: 100%;
    object-fit: cover;
} 
.product-product-set__labels {
    margin-bottom: 8px;
    height: 24px; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-prod-hero-event {
	display: inline-block;
	vertical-align: top;
	height: 32px;
	padding: 0 28px 0 12px; 
    background: var(--dcyanp);
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	 border-radius: 4px;
	line-height: 32px;
	margin-right: 20px;
}
.product-prod-hero-event a{
    color: #fff;
}
.product-prod-hero-event a:hover{
    color: #fff;
}
.product-product-set__marks {
    margin-left: 8px;
    white-space: nowrap;
}

.product-product-set__hd .tab-tag:last-child {
    margin-right: 0;
}
.product-product-set__hd .tab-tag {
    margin-right: 4px;
}
.tab-tag-bubble {
    display: inline-block;
    vertical-align: middle;
    padding-left: 6px;
}
.tab-tag-hole, .tab-tag-weak-hole {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
    height: 22px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 20px;
}
.tab-tag-hole {
    color: var(--dcyjbzt);
    border: 1px solid var(--dcyanbk);
    border-radius: 3px;
}
.tab-tag {
    -webkit-font-smoothing: antialiased;
}
.tab-tag-bubble .tab-tag-inner {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 8px;
    height: 22px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    background: var(--dcyanjb);
;
    border-radius: 3px;
    border-bottom-left-radius: 0;
}
.tab-tag-bubble .tab-tag-inner:after {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 0;
    width: 0;
    height: 0;
    border-color: transparent var(--dcyanjb) var(--dcyanjb) transparent;
    border-style: solid;
    border-width: 2px 3px;
}
.ad-arrow:after {
	background-image: url('../images/link-arrow-white_b8f.svg');
}
.ad-link a{color:#337dff}
.product-linkname .product-prod-hero-event .product-linkname {
	margin-left: 5px;
	cursor: pointer;
}

.ad-arrow:after {
	display: inline-block;
	width: 6px;
	height: 10px;
	margin-left: 6px;
	overflow: hidden;
	vertical-align: 0;
	background-image: url('../images/link-arrow-white_b8f.svg');
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s,-webkit-transform .4s;
	content: "";
}
 .ad-arrow:hover:after {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

.product-prod-hero-event .product-linkname {
	margin-left: 5px;
}

.product-linkname.tp-link--white-arrow {
	color: #fff;
}

.tp-link--arrow {
	font-size: 14px;
	color: var(--dcydhzt);
	margin-left: 12px;
}
.tp-link--weak-arrow {
	font-size: 16px;
	color: var(--dcydhzt);
}

.header-nav-tag-text {
	height: 12px; 
}

.header-nav-tag {
	position: absolute;
	right: -20px;
	top: 8px;
	margin-left: 0;
}

.header-nav-tag {
    border: 1px solid #f64041;
    border-radius: 6px;
    border-bottom-left-radius: 0; 
    box-shadow: 2px 2px 4px 0 rgba(55,99,170,.31);
    font-size: 18px;
    font-weight: 600;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -29px;
    text-align: center;
    top: 2px;
    color: #f64041;
        animation: moveUpDown 1s infinite;
    -webkit-animation: moveUpDown 1s infinite;
    transform: scale(0.5);
    width: 60px;
}
@-webkit-keyframes moveUpDown{
	25% {
		top: -1px;
	}
	50% {
		top: -2px;
	}
	75% { 
		top: -1px;
	}
	100% {
		top: 0px;
	}
}
@keyframes moveUpDown{
	25% {
		top: -1px;
	}
	50% {
		top: -2px;
	}
	75% { 
		top: -1px;
	}
	100% {
		top: 0px;
	}
}
.ml-1, .mx-1 {
    margin-left: .25rem!important;
}
 
.badge-danger {
    color: #fff;
    background: #f64041;
}
.badge-success {
    color: #fff;
    background: #28a745;
}
.badge-warning {
    color: #f64041;
    border: 1px solid #f64041;
    background: #fff;
    
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%; 
    line-height: 1;
    margin-left: .4rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0rem;
}
.header {
    max-width:100%;
    width: 100%;
    padding-left: 2.5rem;
    /*padding-right: 2.5rem;*/
    
}

.desc {
    font-size: 14px;
    color: #3d485d;
    line-height: 20px;
    text-align: center;
    font-family: Regular，Source Han Sans, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, simsun, sans-serif !important;
}

#loading {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10000000;
	background: hsla(0,0%,100%);
	opacity: 1;
}

#loading.finished {
	opacity: 0;
}

#loading .spinner {
	width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#loading .spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

#loading .spinner .rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

#loading .spinner .rect4 {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s;
}

#loading .spinner .rect5 {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s;
}

@-webkit-keyframes stretchdelay {
	0%,40%,to {
		-webkit-transform: scaleY(.6);
		transform: scaleY(.6);
	}

	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
}

@keyframes stretchdelay {
	0%,40%,to {
		transform: scaleY(.6);
		-webkit-transform: scaleY(.6);
	}

	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
	}
}

@-webkit-keyframes finishanim {
	0% {
		opacity: 1;
	}

	99% {
		opacity: 0;
	}

	to {
		display: none;
	}
}
 
/* --------------- loading -1  ---------------------  */
.loader-inner{ margin-top: 25px;}

@-webkit-keyframes line-scale-pulse-out-rapid {
	0% {
		-webkit-transform: scaley(1);
		transform: scaley(1);
	}

	80% {
		-webkit-transform: scaley(0.3);
		transform: scaley(0.3);
	}

	90% {
		-webkit-transform: scaley(1);
		transform: scaley(1);
	}
}

@keyframes line-scale-pulse-out-rapid {
	0% {
		-webkit-transform: scaley(1);
		transform: scaley(1);
	}

	80% {
		-webkit-transform: scaley(0.3);
		transform: scaley(0.3);
	}

	90% {
		-webkit-transform: scaley(1);
		transform: scaley(1);
	}
}

.line-scale-pulse-out-rapid > div {
	background: var(--dcyans);
	width: 4px;
	height: 35px;
	border-radius: 3px;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: inline-block;
	-webkit-animation: line-scale-pulse-out-rapid 0.9s 0s infinite cubic-bezier(.11, .49, .38, .78);
	animation: line-scale-pulse-out-rapid 0.9s 0s infinite cubic-bezier(.11, .49, .38, .78);
}

.line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {
	-webkit-animation-delay: 0.25s !important;
	animation-delay: 0.25s !important;
}

.line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {
	-webkit-animation-delay: 0.5s !important;
	animation-delay: 0.5s !important;
}


.container {
	max-width: 1440px;
	width: 100%;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.row {
	margin-right: -2.5rem;
	margin-left: -2.5rem;
}

.col-xs-1\/5,
.col-md-1\/5,
.col-lg-1\/5 {
	width: 20%;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

body,
button,
input,
select,
textarea {
	font-family: Regular，Source Han Sans, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, simsun, sans-serif !important;
}

h1,
h2,
h3 {
	filter: drop-shadow(0px 0px 0px);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--dcydhzt);
	margin-top: 0;
	letter-spacing: 1px;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1rem;
}

h6 {
	font-size: 1rem;
}

a {
	text-decoration: none;
	transition: color .3s;
	cursor:pointer;
	color: var(--dcydhzt);
}

a:focus,
a:focus-visible {
	outline: none !important;
}

a:hover {
	color: var(--dcydhxz);
	cursor:pointer;
	text-decoration: none;
}

b {
	font-weight: 400;
	filter: drop-shadow(0px 0px 0px);
}

img {
	vertical-align: middle;
	border: 0;
	max-width: 100%;
}

ul {
	list-style: none;
	padding: 0;
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
	outline: none;
}

body {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #4B4D51;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

hr {
	margin-top: 0rem;
	margin-bottom: 3rem; 
	width: 100%;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.btn:active {
	outline: none;
	outline-offset: 0;
}

  .sy-title {
    justify-content: center; 
    flex-wrap: wrap;
    text-align: center;
  }
.sy-title h2 {
	margin-right: 1.5rem;
	letter-spacing: 2px;
    FONT-SIZE: 32PX;
    color: #262626;
    font-weight: 700;
}

.sy-title p {
	color: #3d485d;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
}

.box-shadow {
	    margin: 0 1px 1px 0;
}

.box-shadow:hover {
	box-shadow: 3px 3px 12px rgba(55,99,170,.2);
    cursor:pointer;
}

.border-radius-8 {
	border-radius: 3px;
}

.text-primary {
	color: #0c7aff;
	font-size: 12px;
}

.text-white {
	color: #fff!important;
}

.swiper-button-next,
.swiper-button-prev {
	transition: opacity .3s;
}

 


.label-text {
	color: var(--dcydhzt);
}

.btn {
	border-radius: 3px;
	font-size: 1rem;
}

.btn-lg {
	font-size: 1.1rem;
	padding: 0.8rem 2rem;
}
.btn-lg50{
    width: 49%;
}
.btn-lg100{
    width: 100%;
}
.btn-default {
	border: 1px var(--dcyanb) solid;
    line-height: 18.54px;
    font-weight: 400;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color:var(--dcyanb); 
    font-weight: 400;
    transition: width .3s ease-in-out;
}
 
.btn-help{ 
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: var(--dcydhzt);
    line-height: 26px;
    font-weight: 400;
    transition: width .3s ease-in-out;
}

.btn-default:hover {
	color: #ffffff;
	background: var(--dcyanxz);
    border: 1px var(--dcyanb) solid; 
	border-color: transparent;
    cursor:pointer;
}

.btn-default.active,
.btn-default:active,
.btn-default.focus,
.btn-default:focus {
	color: #ffffff !important;
	background: var(--dcydhxz) !important;
	border-color: transparent !important;
}

.btn-blue {
	color: #ffffff;
	background: var(--dcyans);
	border:0px var(--dcyanxz) solid; 
}

.btn-blue:hover {
	background: var(--dcyanxz);
    border:0px var(--dcyanxz) solid; 
	color: #fff;
    cursor:pointer;
}

.btn-kan {
	color: rgb(78 89 105);
	background: #e5e8ef;
	border-color: transparent; 
}

.btn-kan:hover {
	border-color: #e5e8ef;
	background: #e5e8ef;
	color: rgb(78 89 105);
    cursor:pointer;
}


.btn-primary.btn-lg {
	color: var(--dcydhzt);
	background: rgb(255 255 255 / 90%);
	border-color: transparent;
	transition: background .3s, box-shadow .3s;
	box-shadow: 0 2px 5px 0px rgb(2 65 146 / 5%);
}

.btn-primary.btn-lg:hover {
	background: #ffffff;
	box-shadow: 0 8px 25px 0px rgb(2 65 146 / 15%);
    cursor:pointer;
}

.text-primary:hover {
	color:var(--dcydhxz);
	text-decoration: none;
	cursor:pointer;
}

.preloader-btn:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: inline-block;
	margin: auto;
	width: 26px;
	height: 26px;
	border: 3px solid rgba(0, 0, 0, .1);
	border-top: 2px solid #fff;
	border-radius: 100%;
	content: '';
	-webkit-animation: rotation .6s infinite linear;
	animation: rotation .6s infinite linear;
}

.form-control {
	box-shadow: none;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
}

.form-control:focus {
	outline: none;
	box-shadow: none;
}

.input-sm {
	line-height: 1;
	height: 30px;
}

.dataTables_wrapper {
	width: 100%;
}
/*
  ::-webkit-scrollbar {width:0em;height:.25em;position:absolute}
  ::-webkit-scrollbar-thumb {background:rgba(0,0,0,0.15)}
  ::-webkit-scrollbar-track {background:rgba(0,0,0,0.0)}

::-webkit-scrollbar {
	width: 0px;
	background: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-track {
	display: none;
	border-radius: 3px;
	background: lightgray;
}

::-webkit-scrollbar-thumb {
	border-radius: 3px;
	 
}

::-webkit-scrollbar-button {
	display: none;
	background: #252b3a;
	border: 1px solid yellow;
}
*/
.float-contact {
	position: fixed;
	right: 20px;
	top: 40%;
	width: 46px;
	display: grid;
	grid-gap: 1rem;
	z-index: 10;
}

.float-contact .personal a {
	display: flex;
	flex-wrap: wrap;
	background: linear-gradient(180deg, #ff3b3b 0%, #ffa45a 100%);
	padding: 0.8rem;
	letter-spacing: 3px;
	color: #fff;
	border-radius: 50px;
	border: 2px #ffffff solid;
	box-shadow: 0 1px 10px rgb(0 0 0 / 8%);
}

.float-contact .personal a img {
	margin-bottom: 8px;
	filter: brightness(50);
}

.float-contact .personal a p {
	writing-mode: tb-rl;
	margin: 0;
	letter-spacing: 4px;
}

.float-contact .contact-service>ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background: #F3F3F3;
    cursor: pointer;
	border-radius: 50%;
	border: 1px #ffffff solid;
	box-shadow: 0 1px 10px rgb(0 0 0 / 8%);
	margin: 0;
}
.float-contact .contact-service>ul>li .lxxs{
    writing-mode: vertical-lr; 
    margin: 0 auto; 
    letter-spacing: 4px; 
}
.float-contact .contact-service>ul>li {
	display: flex;
    flex-wrap: wrap;
      background:var(--dcyans);
    padding: 0.8rem;
    color: #fff;
    border-radius: 50px;
    border: 2px #ffffff solid;
    box-shadow: 0 1px 10px rgb(0 0 0 / 8%);
}

.float-contact .contact-service>ul>li>a {
	display: block;
}

.float-contact .contact-service>ul>li i.service_icon {
     margin-bottom: 8px;
    filter: brightness(50);
    font-size: 21px;
}

.float-contact .return-top {
	display: flex;
	justify-content: center;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.3s, transform 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.float-contact .return-top.show {
	opacity: 1;
	transform: translateY(0);
}

.float-contact .return-top a {
	background: var(--dcyans);
	padding: 0.8rem;
	border-radius: 50%;
	border: 1px #ffffff solid;
	box-shadow: 0 1px 10px rgb(0 0 0 / 8%);
	width: 46px;
	height: 46px;
	display: flex;
}

.float-contact .return-top a>i {
	filter: brightness(50);
	font-size: 24px;
    margin: 0 auto; 
}

.float-contact .float_fl {
    background: #fff;
    box-shadow: 1px 1px 8px 0 rgb(168 185 218 / 50%);
    border-radius: 4px;
     
    position: absolute;
    right: 50px;
    transform: translate(0, -50%);
    margin-top: 100%;
    padding: 1rem; 
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, right 0.3s, opacity 0.3s;
}

.float-contact .contact-service li:hover .float_fl {
	visibility: visible;
	opacity: 1;
	right: 60px;
	
}
/*
.float-contact .contact-service li .float_fl:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	right: -8px;
	top: calc(50% + -7px);
	transform: rotate(45deg);
	box-sizing: content-box !important;
	border-right: 1px solid var(--dcyborder);
	border-top: 1px solid var(--dcyborder);
	box-shadow: 2px -2px 10px rgb(0 0 0 / 8%);
	background: #fff;
}*/

.float-contact .float_fl * {
	white-space: nowrap;
}

.float-contact .float_fl h5 {
	letter-spacing: 0;
	font-size: 1.2rem;
	filter: drop-shadow(0px 0px 0px);
	margin-bottom: 8px;
}

.float-contact .float_fl p {
	margin: 0;
	font-family: 'dcynews';
}

.float-contact .float_fl a {
	display: inline-block !important;
	border-radius: 3px;
	width: 100%;
}

.float-contact .float_fl.fl_qr {
	width: 150px;
}

.float-contact .float_fl.fl_tel .fl_help {
margin-top: 0px;
    opacity: .8;
    font-size: 12px;
    color: #495770;
    line-height: 31px;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e1e4e9;
} 

.float-contact .float_fl.fl_tel .fl_number {
	color: var(--dcydhzt);
	filter: drop-shadow(0px 0px 0px);
	margin-top: 1rem;
	display: flex;
	align-items: center;
	letter-spacing: 0.5px;
	width: max-content;
	    margin: auto;
}
 .float-contact .float_fl.fl_tel .fl_number a{
	color: var(--dcydhzt);
	cursor: pointer;

}
.float-contact .float_fl.fl_tel h5 img {
	width: 16px;
	margin-right: 0.5rem;
}

.float-contact .float_fl.fl_qr img {
	filter: brightness(1) !important;
	padding: 0;
}

.float-contact .float_fl ul.service_personnel {
	margin-bottom: 0.5rem;
}

.float-contact .float_fl ul.service_personnel li {
	padding: 1rem 0;
	border-bottom: 1px var(--dcyborder) solid;
	transition: color 0.3s;
	display: flex;
	align-items: center;
}

.float-contact .float_fl ul.service_personnel li:last-child {
	border: none;
}

.float-contact .float_fl ul.service_personnel li:hover {
	color: var(--dcydhzt);
	filter: drop-shadow(0px 0px 0px);
}

.float-contact .float_fl ul.service_personnel li .service_qq {
	margin: 0 1rem;
}

.float-contact .float_fl ul.service_personnel li .service_qq>img,
.float-contact .float_fl ul.service_personnel li .service_weixin>img {
	width: 25px;
}

.float-contact .float_fl ul.service_personnel li .service_weixin {
	position: relative;
}

.float-contact .float_fl ul.service_personnel li .service_weixin div {
	position: absolute;
	top: 20px;
	width: 120px;
	right: 0;
	left: -49px;
	opacity: 0;
	z-index: 1;
	visibility: hidden;
	box-shadow: -3px 3px 10px rgb(0 0 0 / 15%);
	transition: opacity 0.3s, visibility 0.3s, right 0.3s, top 0.3s;
}

.float-contact .float_fl ul.service_personnel li .service_weixin:hover div {
	opacity: 1;
	visibility: visible;
	top: 30px;
}
.prokvm-ss .to-pa p {
    margin-bottom: 5px;
    font-size: 14px;
    color: #97a3b7;
    line-height: 22px; 
    font-weight: normal; 
    color: #97a3b7;
    opacity: .8;
}
.prokvm-nav-tag {
    box-sizing: border-box;
    margin-left: 8px;
    padding: 0 2px;
    height: 12px;
    background: #fff;
    border: 1px solid #f64041;
    box-shadow: 2px 2px 4px 0 rgba(55,99,170,.31);
    background: #fff;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    position: relative;
    top: -1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f64041;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
}
.hot-fill {
    border-color: #f64041;
    background: #f64041;
    color: #fff;
    box-shadow: none;
}
.hotsell{
    width: 59px;
    position: absolute;
    right: 7px;
    top: 6px;
}
.selling {
	width: 59px;
    height: 59px;
    position: absolute;
    right: 11px;
    top: 25px;
    overflow: hidden;
    -webkit-font-smoothing: auto;
}
.selling span{
	width: 80px;
	height: 20px;
	color: #fff;
	right: -18px;
	top: 11px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
.selling span:after, 
.selling span:before{
	content: "";
	display: inline-block;
}
.selling span:before {
	left: 0;
	top: 17px;
	width: 5px;
	height: 6px;
}
.selling span:after {
	width: 6px;
	height: 5px;
	bottom: -2px;
	right: 0;
}

.selling span, 
.selling span:after, 
.selling span:before{
	background: #f64041;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.new-fill {
    border-color: var(--dcyborder);
    background: var(--dcydhxz);
    color: #fff;
    box-shadow: none;
}
.prokvm-nav-tag-text {
    height: 12px;
    -webkit-transform: scale(0.8333333333);
    transform: scale(0.8333333333);
}
 
.prokvm-nav-search-result .prokvm-nav-tag {
    margin-left: 12px;
}
.prokvm-ss .header-item {
    position: relative;
    top: 0px;
    margin-right: 10px;
}
.prokvm-ss button {
    border: none;
    position: absolute;
    right: 18px;
    top: 18px;
    background: none;
    height: 30px;
    width: 50px;
    font-size: 14px;
    color: #555;
}
.prokvm-ss input:hover {
    border: 1.7px solid var(--dcydhxz);
}

.prokvm-ss .to-page {
    border-bottom: 1px solid #eee;
    padding-bottom: 18px;
    margin-bottom: 8px;
}
.prokvm-ss .dropdown-menu {
    left: 2px !important;
    right: 10px !important;
    top: 53px;
    border: none;
    padding: 10px !important;
}
.prokvm-ss .to-pa a {
    color: #666;
    font-size: 13px;
     padding: 0px 4px;
    line-height: 30px;
}
.prokvm-ss .to-pa a:hover{
    color:var(--dcydhxz); 
}
.prokvm-ss ul {
    padding-left: 0;
}
.prokvm-ss li {
    list-style-type: none;
}
.prokvm-ss .search-block span {
    font-weight: 400;
    color: var(--dcydhzt);
    opacity: .8;
}
.prokvm-ss .search-tag a {
    border-radius: 3px; 
    padding: 2px 8px;
    font-size: 12px;
    color: #575d6c;
    background: #f1f2f5;
    margin-right: 15px;
}
.prokvm-ss .search-tag a:hover {
    color: var(--dcydhxz); 
}
.prokvm-ss input {
    width: 290px;
    border-radius: 3px;
    height: 40px;
    font-size: 14px;
    background: #f7f9fb;
    color: #555 !important;
    border-radius:2px;
    border: 1px solid rgba(155,166,183,.4); 
    padding: 0 40px 0 12px;
}
.header-top {
    max-width:100%;
    width: 100%;
    padding-left: 2.5rem;
    /*padding-right: 2.5rem;*/}
.header {
  padding: 0 2.5rem;
  width: 100%;
  transition: backdrop-filter .3s, background .3s;
  background: transparent;
  position: fixed;
  z-index: 11;
  display: flex;
  align-items: center;
  background: rgb(255 255 255 / 80%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.header:hover {
  background: rgb(255 255 255 / 100%);
}

.header.hasBottom {
  border-bottom: #DBE1E8 solid 1px;
}

.header .shouye.navbar {
  margin-bottom: 0;
  background: transparent;
  border: none;
}

.header .shouye.navbar>.row {
  display: flex;
  align-items: center;
}

.header .shouye.navbar>.row .navbar-collapse.collapse {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.header .shouye.navbar>.row .navbar-collapse.collapse:before,
.header .shouye.navbar>.row .navbar-collapse.collapse:after {
  content: none;
}

.header .navbar-brand {
    margin-right: 0px;
    width: 150px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/logo_white.svg);
    transition: width .3s;
}

.header .navbar-nav.visible-lg-block {
  float: right;
}
.header .navbar-nav h3{
    font-size: 24px;
    font-family: FirstFont;
}
.header .navbar-nav>li {
	height: 62px;
	transition: height .3s;
	display: flex;
	align-items: center;
}

.header .navbar-nav>li>a {
	transition: color .3s ease;
	color: #060607;
	font-size: 1rem;
}

.header .navbar-nav>li.register>a,
.header .navbar-nav>li.login>a {
    padding: 22px 15px;
    height: 62px;
}

.header .navbar-nav>li.register>a {
	margin: 0;
	color: #ffffff !important;
}

.header .navbar-nav>li.register>a:before,
.header .navbar-nav>li.register>a:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: opacity .3s ease;
	border-radius: 3px;
}

.header .navbar-nav>li.register>a:before {
	background: var(--dcyans);
	z-index: -1;
	opacity: 0;
}

.header .navbar-nav>li.register>a:after {
	background:#337dff;
	z-index: -2;
}

.header .navbar-nav>li.register>a:hover:before {
	opacity: 1;
}

.header .navbar-nav>li.login {
	margin-right: 10px;
}

.header .navbar-nav>li.login>a {
	/*border: 1px solid #337dff;*/
	border-radius: 3px;
	color: #060607;
}

.header .navbar-nav>li.bell>a,
.header .navbar-nav>li.shopping>a {
	margin-right: 0;
	padding: 5px 10px;
}

.header .navbar-nav>li.shopping {
	margin-right: 10px;
	position: relative;
}

.header .navbar-nav>li.bell .label,
.header .navbar-nav>li.shopping .label {
	border-radius: 50px;
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 0;
	text-indent: -999em;
	height: 8px;
	width: 8px;
}

.header .navbar-nav>li.active>a,
.header .nav .open>a,
.header .nav .open>a:focus,
.header .nav .open>a:hover,
.header .navbar-nav>li>a:hover,
.header .navbar-nav>li>a:focus,
.header .navbar-nav>li>a:active {
	color: var(--dcydhzt);
	background: transparent !important;
}

.header .navbar-nav>li.active:after {
	content: "";
	width: 50%;
	height: 3px;
	background: var(--dcydhxz);
	border-color: var(--dcyborder);
	position: absolute;
	bottom: -1px;
	margin: auto;
	left: 0;
	right: 0;
}

.header .navbar-nav>li>a .caret {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjRkZGIiBkPSJNNC4zNjUgMTUuNjA5YTEuMzk2IDEuMzk2IDAgMCAxIDAtMS44ODVMOS43MTggOCA0LjM2NSAyLjI3NmExLjM5NiAxLjM5NiAwIDAgMSAwLTEuODg1IDEuMTg4IDEuMTg4IDAgMCAxIDEuNzYzIDBsNi4yMzYgNi42NjZhMS4zOTYgMS4zOTYgMCAwIDEgMCAxLjg4Nkw2LjEzIDE1LjYwOWMtLjIyNy4yNDgtLjU0Ny4zOS0uODgzLjM5MWExLjIwMyAxLjIwMyAwIDAgMS0uODgyLS4zOTF6Ij48L3BhdGg+PC9zdmc+');
	display: none;
}


.header .navbar-nav.nav-main {
  position: relative;
}

.header .navbar-nav.nav-main>li>.dropdown-menu{
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 0 none;
  transition: transform .3s, opacity .3s, top .3s;
  background: #fff;
  padding: 0;
  transform-origin: 50% 0;
  transform: scaleY(0) translateZ(0);
  opacity: 0;
  display: block;
  flex-wrap: wrap;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  overflow: hidden;
  left: auto;
}

.header .navbar-nav.nav-main>li.multilevel>.dropdown-menu{
  left: 0;
  width: 850px; 
  padding: 1rem 0;
}
.header .navbar-nav.nav-main>li.tenancy>.dropdown-menu,
.header .navbar-nav.nav-main>li.trusteeship>.dropdown-menu {
  left: 0;
  top: 100%;
  width: 850px;
  height: 450px;
  padding: 1rem 2rem;
}

.header.navbar-fixed-top .navbar-nav.nav-main>li>.dropdown-menu {
  top: 62px;
}

.header .navbar-nav.nav-main>li:hover>.dropdown-menu {
  transform: scaleY(1) translateZ(0);
  opacity: 1;
}
.header .navbar-nav>li.multilevel,
.header .navbar-nav>li.tenancy,
.header .navbar-nav>li.trusteeship{
  position: initial;
}
.header .navbar-nav>li.multilevel>.dropdown-menu>li {
  width: 17%;
}

.header .navbar-nav>li>.dropdown-menu>li>a {
  padding: 1rem 2rem;
  border: 1px transparent solid;
  color: var(--dcydhzt);
  transition: color .3s, background .3s;
}

.header .navbar-nav>li>.dropdown-menu>li>a:focus,
.header .navbar-nav>li>.dropdown-menu>li.active>a,
.header .navbar-nav>li>.dropdown-menu>li.selected>a{
  color: #ffffff;
  background: var(--dcydhxz);
	border-color: var(--dcyborder);
}

.header .navbar-nav>li>.dropdown-menu>li>a:hover {
  color: #ffffff;
  background: var(--dcydhxz);
	border-color: var(--dcyborder);
}
.header .navbar-nav>li.tenancy>.dropdown-menu>li>a:hover,
.header .navbar-nav>li.trusteeship>.dropdown-menu>li>a:hover{
  color:var(--dcydhxz)
}
.header .navbar-nav>li>.dropdown-menu>li>a .caret {
  display: none;
}

.header .navbar-nav>li.multilevel>.dropdown-menu>li ul,
.header .navbar-nav>li.tenancy>ul.dropdown-menu,
.header .navbar-nav>li.trusteeship>ul.dropdown-menu {
  width: 83%;
  height: 100%;
  z-index: 0;
  position: absolute;
  left: 17%;
  top: 0px;
  padding: 1rem 2rem;
  background-image: url("../images/nav-r-back.jpg");
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.header .navbar-nav>li>.dropdown-menu>li.active ul,
.header .navbar-nav>li>.dropdown-menu>li:first-child ul {
  z-index: 1;
}

.header .navbar-nav>li>.dropdown-menu>li:hover ul {
  z-index: 2;
}

.header .navbar-nav>li.multilevel>.dropdown-menu>li ul li,
.header .navbar-nav>li.tenancy>.dropdown-menu>li,
.header .navbar-nav>li.trusteeship>.dropdown-menu>li{
  margin: 5px;
  display: inline-block;
  flex: 1;
}

.header .navbar-nav>li.trusteeship>.dropdown-menu>li a::before{
  padding: 2px;
  border-radius: 50%;
  background: var(--dcydhxz);
	border-color: var(--dcyborder);
  color: #ffffff;
  margin-right: 0.3rem;
  font-size: 0.8rem;
  width: 22px;
  display: inline-block;
  text-align: center;
}

.header .navbar-nav>li.trusteeship>.dropdown-menu>li a[label="jiangxi"]::before {
  content: "赣";
}

.header .navbar-nav>li.trusteeship>.dropdown-menu>li a[label="hainan"]::before {
  content: "琼";
}

.header .navbar-nav>li.trusteeship>.dropdown-menu>li a[label="chongqing"]::before {
  content: "渝";
}

.header .navbar-nav>li.trusteeship>.dropdown-menu>li a[label="guizhou"]::before {
  content: "贵";
}

.header .navbar-nav>li.trusteeship>.dropdown-menu>li a[label="henan"]::before {
  content: "豫";
}

.header .navbar-nav>li.trusteeship>.dropdown-menu>li a[label="hunan"]::before {
  content: "湘";
}

.header .navbar-nav>li.trusteeship>.dropdown-menu>li a[label="hubei"]::before {
  content: "鄂";
}

.header .navbar-nav>li.trusteeship>.dropdown-menu>li a[label="yunnan"]::before {
  content: "云";
}

.header .navbar-nav>li.trusteeship>.dropdown-menu>li a[label="liaoning"]::before {
  content: "辽";
}

.header .navbar-nav>li>.dropdown-menu>li ul li a,
.header .navbar-nav>li.tenancy>.dropdown-menu>li a,
.header .navbar-nav>li.trusteeship>.dropdown-menu>li a{
  display: flex;
  justify-content: left;
  align-items: center;
  height: 100%;
  background: rgb(255 255 255 / 50%);
  border: 1px #DBE1E8 solid;
  border-radius: 3px;
  transition: color .3s, border .3s, background 0.3s;
  padding: 1rem;
}

.header .navbar-nav>li>.dropdown-menu>li>a[cabinet_rental]+ul li {
  flex: 1 0 10%;
}

.header .navbar-nav>li>.dropdown-menu>li>a[bandwidth]+ul li {
  flex: 1 1 50%;
}

.header .navbar-nav>li>.dropdown-menu>li>a[bandwidth]+ul li a {
  align-items: center;
  padding: 2rem 1rem;
  font-size: 1.2rem;
  flex-direction: column-reverse;
  justify-content: center;
}

.header .navbar-nav>li>.dropdown-menu>li>a[bandwidth]+ul li a::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 2rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.header .navbar-nav>li>.dropdown-menu>li>a[bandwidth]+ul li a[telecom]::after {
	background-image: url(../images/wxewm.jpg);
}

.header .navbar-nav>li>.dropdown-menu>li>a[bandwidth]+ul li a[unicom]::after {
	background-image: url(../images/qqq.jpg);
}

.header .navbar-nav>li>.dropdown-menu>li>a[bandwidth]+ul li a[cmcc]::after {
	background-image: url(../images/bandwidth-icon3.svg);
}

.header .navbar-nav>li>.dropdown-menu>li>a[bandwidth]+ul li a[three]::after {
	background-image: url(../images/bandwidth-icon5.png);
}

.header .navbar-nav>li>.dropdown-menu>li>a[activity]+ul li a {
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 2rem;
	background-image: url(../images/activity-line-img.jpg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 3px;
	transition: background-size 0.3s;
}

.header .navbar-nav>li>.dropdown-menu>li>a[activity]+ul li a:hover {
	background-size: 100%;
}

.header .navbar-nav>li>.dropdown-menu>li>a[activity]+ul li a h4 {
	filter: drop-shadow(0px 0px 0px);
	margin-bottom: 1rem;
	color: var(--dcydhzt);
	transition: color 0.3s;
}

.header .navbar-nav>li>.dropdown-menu>li>a[activity]+ul li a:hover h4 {
	color: var(--dcydhxz);
}

.header .navbar-nav>li>.dropdown-menu>li>a[activity]+ul li a p {
	color:#495770;
	width: 50%;
}


.header .navbar-nav>li>.dropdown-menu>li>a[pcdn]+ul li a p {
  color: #ffffff;
  width: 50%;
}
.header .navbar-nav>li.tenancy>.dropdown-menu>li a{
  padding: 1.5rem 1rem;
}
.header .navbar-nav>li>.dropdown-menu>li ul li a:hover,
.header .navbar-nav>li.tenancy>.dropdown-menu>li a:hover,
.header .navbar-nav>li.trusteeship>.dropdown-menu>li a:hover
 {
  border-color: #0168ec;
  background: #ffffff;
}

.header.navbar-fixed-top .navbar-brand {
  width: 130px;
}

.header.navbar-fixed-top .navbar-nav>li {
  height: 62px;
}

.nav-tabs {
  margin: 2rem 0 0;
  border-bottom:2px #DBE1E8 solid;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
/*justify-content: space-around;*/
}

#home-serve .nav-tabs>li {
    margin: 0 1.5rem 0;
    width: 12.5%;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
}
#home-serve .nav-tabs>li.active>a:before {
 width: 100%;
}
 
#home-serve .nav-tabs>li>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;
}
 
.nav-tabs>li {
  margin: 0 1.5em -4px;
  text-align: center;
  position: relative;
}
.nav-tabs>li .hotspot{
  position: absolute;
  top: -5px;
  right: -15px;
  font-size: 10px;
  padding: 0 4px;
  background: #f64041;
  border: 1px #ffffff solid;
  border-radius: 50px;
  color: #ffffff;
  line-height: 1.5;
}
.nav-tabs>li>a {
    margin: 0; 
    padding: 14px 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px; 
    transition: color .3s, filter 0.3s;
}

.nav-tabs>li>a:hover {
  border-color: transparent;
  background: transparent;
}

.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; 
}

.nav-tabs>li.active>a:before {
  width: 100%;
}
 
.nav-tabs>li>a:before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#337dff), to(#337dff));
    background: var(--dcyans);
    -webkit-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
    margin: 0 auto;
}
.tab-content .tab-pane {
  margin-top: -100px;
  padding-top: 100px;
}

.footer-website-contact {
    width: 350px;
}
.footer-website-contact-title {
    font-weight: normal;
    font-size: 14px;
    color: var(--dcydhzt);
    line-height: 22px;
}
.footer-website-contact-text {
    font-size: 13px;
    color: #495770;
    line-height: 24px;
    margin-top: 5px;
}
.footer-website-contact-view {
    margin-top: 5px;
    margin-bottom: 10px;
}
 
.footer-bubble-wrap {
    position: relative;
}
.footer-website-contact-view-box {
    position: relative;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    width: 40px;
    margin-right: 10px;
    padding: 2px;
    height: 40px;
    background-image: linear-gradient(0deg, #fff 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: 50%;
}
.footer-website-contact-view-box img {
    width: 100%;
    height: 100%;
}
.footer-bubble-wrap .footer-bubble-bottom {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    opacity: 0;
}
.footer-bubble-wrap .footer-bubble {
    visibility: hidden;
    transition: width .3s ease-in-out;
}
.footer-bubble-bottom {
    left: 90%;
    bottom: 100%;
    margin-left: -88px;
    margin-bottom: 6px;
}
.footer-bubble {
    position: absolute;
    z-index: 300;
    width: 144px;
    text-align: center;
}
.footer-bubble-bottom .footer-bubble__inner {
    top: 100%;
    left: 50%;
}
.footer-bubble__inner {
    position: static !important;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    padding: 4px;
    color: #333;
    font-size: 12px;
    line-height: 1.5;
    white-space: normal;
    word-wrap: break-word;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 1px 1.73px 3px 0 rgb(0 0 0 / 10%);
}
.footer-bubble-bottom .footer-bubble__inner:before {
    top: inherit;
    right: inherit;
    left: inherit;
    margin-left: -6px;
    border-top-color: #ddd;
}
.footer-bubble-wrap:hover .footer-bubble-bottom {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.footer-bubble__inner:after, .footer-bubble__inner:before {
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    border: 6px solid transparent;
    content: "";
}
.pls-footer-website-hotline {
    margin-top: 20px;
}
.footer-website-hotline-title {
    font-size: 13px;
    line-height: 22px;
    font-weight: normal;
    display: inline;
    margin-right: 0px;
    color: #495770;
}
.footer-website-hotline-phone {
    display: inline;
}
.footer-website-hotline-phone span {
    font-size: 16px;
    color: #495770;
    line-height: 24px;
    font-weight: 500;
}
.footer-website-hotline-phone i {
    font-size: 13px;
    margin-left: 4px;
    margin-right: 4px;
}
.footer-website-btn {
    margin-top: 5px;
    display: block;
    width: 100%;
    max-width: 194px;
    height: 34px;
    line-height: 34px;
    background: var(--dcyans);
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), -8px -8px 20px 0 #fff;
    color: #fff;
    text-align: center;
}
.footer-website-btn:hover {
    background: var(--dcyanxz);
    color: #fff;
    transition: width .3s ease-in-out;
}
 
#footer-line1 {
  background-image: url(../images/footer-l1-back.png);
  background-size: cover;
  background-repeat: no-repeat;
}

#footer-line1 .sy-section-h {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#footer-line1 .sy-section-h .col-xs-12 {
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  
  
}

#footer-line1 .sy-section-h .col-xs-12 h2 {
    font-size: 24px;
    color: var(--dcydhzt);
    margin: 0;
    margin-bottom: 20px;
}

#footer-line1 .sy-section-h .col-xs-12 a.btn {
  margin-left: 0rem;
}

#footer-main {
  background: #f5f7fa;
  color: var(--dcydhzt);
  padding: 0 2.5rem;
  line-height: 1.8;
}
/*
#footer-main a {
  color: #707070
}

#footer-main a:hover {
  color: #052ded;
}*/

#footer-main hr {
  border-bottom: 1px solid rgba(73,87,112,.2);
 
}

#footer-main .sy-section-h {
  padding-top: 0rem;
  padding-bottom: 0;
}

#footer-main .sy-section-h .footer-top {
  display: flex;
      color: #707070;
    padding-top: 1rem;
  align-items: center;
  font-family: "dcynews";
}

#footer-main .sy-section-h .footer-top>a {
  width: 13%;
  margin-right: -1rem;
 
}

#footer-main .sy-section-h .footer-top .company-profile {
  margin: 0;
}

#footer-main .sy-section-h .footer-top .company-logo{
  width:85%;
  margin-right: -1rem;
 
}
#footer-main .sy-section-h .footer-menu h5 {
  color: var(--dcydhzt);
  margin-bottom: 1rem;
}

#footer-main .sy-section-h .footer-menu .footer-menu-list li {
  margin-bottom: 0.4rem;
}
#footer-main .sy-section-h .footer-menu .footer-menu-list a{
  color: #495770; 
}
#footer-main .sy-section-h .footer-menu .footer-menu-list a:hover {
    color:var(--dcydhxz);
    text-decoration: none;
	cursor:pointer;
}
#footer-main .sy-section-h .footer-menu span {
  color: #707070;
  font-family: "dcynews";
}

#footer-main .sy-section-h .footer-share {
  display: flex;
  align-items: end;
  margin-top: 2rem;
}

#footer-main .sy-section-h .footer-share span {
  margin-right: 2rem;
  opacity: .7;
  transition: opacity .3s;
  position: relative;
}

#footer-main .sy-section-h .footer-share span:hover {
  opacity: 1;
}

#footer-main .sy-section-h .footer-share span div {
  position: absolute;
  bottom: 20px;
  width: 120px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, right 0.3s, bottom 0.3s;
}

#footer-main .sy-section-h .footer-share span:hover div {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
  right: 30px;
}

#footer-main .sy-section-h .service-assurance ul {
  display: flex;
  align-items: flex-start;
  margin: 2rem 0;
}

#footer-main .sy-section-h .service-assurance ul li {
  display: flex;
  align-items: center;
  flex: 0 1 25%;
}
#footer-main .sy-section-h .service-assurance .dcy-footer-service-item:hover {
  color:var(--dcydhxz);
}
#footer-main .sy-section-h .service-assurance ul li h6 {
  color: #666;
  margin: 0 0.0001rem 0.5rem;
  font-size: 16px;
  font-family: "dcynews";
}
#footer-main .sy-section-h .service-assurance ul li h6:hover{
  color:var(--dcydhxz);   
}
#footer-main .sy-section-h .service-assurance ul li p{
    font-size: 14px;
    line-height: 18px;
    color: #666a75;
    margin: 0 0 0px;
}
 
.linkurl{
  display: flex;
  margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  align-items: center;
}
.linkurl h5{
  color: #495770;
  margin-bottom:0;
  margin-right: 2rem;
  white-space: nowrap;
}
.linkurl div a{
  margin-right: 0.5rem;
  color: #495770;
}
.linkurl div a:hover{
  margin-right: 0.5rem;
  color: var(--dcydhxz);
}
.linkurl div a i {
transition: all .25s ease;
    
}
.linkurl div a:hover i {
    margin-left: 8px;
        transition: all .25s ease;
}
.footer-b_hr{
  margin: 0;
  margin-top: 1rem;
    margin-bottom: 1rem;
}

.footer-bottom {
  color: #707070; 
  padding-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "dcynews";
}
.footer-bottom a {
  color: #707070; 
}
.footer-bottom a:hover {
    color: var(--dcydhxz);
    text-decoration: none;
	cursor:pointer;
}
.footer-bottom .copyright span {
  margin-right: 1rem
}
.footer-bottom .copyright span img{
  width: 14px;
    margin-right: 5px;
}
.inside-banner .container {
  padding-top: 7rem;
  padding-bottom: 1rem;
}

.inside-banner .container .col-sm-7 {
  padding: 0;
}

.inside-banner .inside-back {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px var(--dcyborder) solid;
}

.inside-banner .inside-back img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.inside-banner .container h2 {
  letter-spacing: 3px;
  margin-top: 1rem;
  font-size: 40px;
  margin-bottom: .5rem;
}

.inside-banner .container .inside-des {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  height: 75px;
}

.inside-banner .container .btn-box {
  margin-bottom: 2rem
}

.inside-banner .container .btn-box .btn-lg {
  margin-right: 1.5rem;
  padding: 0.8rem 2rem;
}
.inside-banner .container .btn-box .btn-lg:hover {
 color: #ffffff;
    background: var(--dcyanxz); 
}
.inside-banner.inverse * {
 color: var(--dcydhzt);
}

.inside-banner.inverse .container h2 {
  margin-top: 5rem;
}

.inside-right .inside-title,
.inside-mian .inside-title {
  text-align: center;
  margin-bottom: 3rem;
}

.inside-right .inside-title h2,
.inside-mian .inside-title h2 {
  margin-bottom: 0;
}

.inside-right .inside-title.detail,
.inside-mian .inside-title.detail {
  text-align: center;
  padding-bottom: 2.5rem;
  border-bottom: 1px var(--dcyborder) solid;
  margin-bottom: 2.5rem;
}

.inside-right .inside-title.detail h2,
.inside-mian .inside-title.detail h2 {
  margin-bottom: 1rem;
}
.inside-right>div{
  margin-bottom: 6rem;
}
.inside-right .inside-title p,
.inside-mian .inside-title p {
  color: #3d485d;
  width: 70%;
  margin: 0 auto;
}


.helpheight{
    margin-top: 48px;}
.inside-mian>div {
  margin-bottom: 6rem;
  margin-top: -100px;
  padding-top: 100px;
}

.inside-right>div:last-child,
.inside-mian>div:last-child {
  margin-bottom: 0;
}

.inside-right #inside-r_line1>h2:first-child,
.inside-mian #inside-line1>h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.document-nav-head {
    position: relative;
    height: 65px;
    line-height: 65px;
    font-size: 18px;
    color: #5E6D81;
    padding: 0px 46px 0px 10px;
    border-bottom: 2px solid #DBE1E8;
}
.document-nav-head > .meun-icon {
    position: absolute;
    right: 15px;
    top: 25px;
    width: 16px;
    height: 14px; 
}
.inside-side {
  position: sticky;
  top: 72px;
  background: #fff;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.1);
   
  height: fit-content;
}

#inside-pro_main .inside-side{
    z-index: 1;
}
.inside-side ul li a {
    font-size: 1.2rem;
    display: block;
    border-radius: 3px;
    line-height: 26px;
    font-size: 16px;
    color: #2D3037;
    padding: 11px 30px 11px 10px;
}
.inside-side ul li i {
    position: absolute;
    margin-top: 4px;
    right: 35px;
    font-size: 19px;
    background-repeat: no-repeat;
    background-position: center;
}
.inside-side ul li:hover i { 
  color: var(--dcydhxz);  
}
.inside-side ul li a:hover { 
  color: var(--dcydhxz);  
}

.inside-side ul li.is-active a,
.inside-side ul li.active a { 
  color: var(--dcydhxz); 
}

.pro_tit p {
  margin-bottom: 0;
  color: #3d485d;
}

#inside-r_line1 .inside-l1-introduce {
  display: flex;
  box-shadow: 1px 1px 6px rgb(0 0 0 / 8%);
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 4rem;
}

#inside-r_line1 .inside-l1-introduce h2 {
  padding: 3rem;
  background: linear-gradient(32deg, #015EEA 0%, #00C0FA 100%);
  color: #ffffff;
  margin: 0;
  align-items: center;
  display: flex;
  white-space: nowrap;
}

#inside-r_line1 .inside-l1-introduce p {
  margin: 0;
  padding: 3rem;
}

#inside-r_line2 .inside-l2_advantage ul li img,
.inside_advantage ul li img {
  height: 40px;
}

.pro_price span h2,
.spec_tit span h3 {
  filter: none;
  font-weight: bold;
}

.inside-right #inside-r_line1 .tab-content {
  margin-top: 1rem;
}

#inside-adv{
    background-image: url(../images/consult-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem;
    margin-top: -3rem;
    border-radius: 3px;
    
    justify-content: space-between;
    position: relative; 
    width: 100%; 
    text-align: left;
}

#inside-adv h5 {
  font-size: 24px;
  color: var(--dcydhzt);
  margin: 0;
}
#inside-adv p{
font-size: 14px;
    color: #6e6e6e;
    line-height: 24px;
    font-weight: 400;
    margin-top: 11px;
}
#inside-adv.security_adv {
  background-image: url(../images/security_adv-back.jpg);
}
#inside-adv.cloud_adv{
  background-image: url(../images/footer-l1-back.jpg);
}

#inside-r_advantage .table>tbody>tr>td,
#inside-r_advantage .table>tbody>tr>th {
  padding: 1rem;
  vertical-align: middle;
      font-family: 'dcynews';
  text-align: center;
}

#inside-r_advantage .table>tbody>tr.teble-header {
  background: #f7f7f7;
  border-color: var(--dcyborder);
  font-size: 1.2rem;
  background: var(--dcydhxz);
  color: #ffffff;
}

#inside-r_advantage .table>tbody>tr>td[rowspan] {
  background: #f7f7f7;
  font-size: 1.2rem;
}

#inside-r_honor .swiper-container {
  margin: 0 4rem;
}

.swiper-container .swiper-wrapper {
  align-items: center;
}

#inside-r_honor .swiper-button-next {
  right: 1.5rem;
}

#inside-r_honor .swiper-button-prev {
  left: 1.5rem;
}

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

.swiper-button-next:after {
  background-image: url(../images/swiper-button-next.svg);
}

.swiper-button-prev:after {
  background-image: url(../images/swiper-button-prev.svg);
}

#inside-r_case .swiper-slide-content {
  padding: 0.5rem;
  border: 1px var(--dcyborder) solid;
  transition: border .3s;
  border-radius: 3px;
}

#inside-r_case .swiper-slide-content h4 {
  margin-bottom: 1.5rem;
  transition: color .3s;
}

#inside-r_case .swiper-slide-content p {
  line-height: 1.8;
  margin-bottom: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#inside-r_case .swiper-slide-content:hover {
  border-color: var(--dcydhxz);
}

#inside-r_case .swiper-slide-content:hover h4 {
  color: var(--dcydhxz);
}

 
.swiper-pagination{
	width: 1440px;
    bottom: 146px;
    left: 50%;
    transform: translateX(-50%);
	text-align: left;
}
.swiper-pagination .swiper-pagination-bullet{
	width: 36px;
    height: 4px;
    border-radius: 4px;
    background: rgba(0,0,0,.12);
    opacity: 1;
	position: relative;
}
.swiper-pagination .swiper-pagination-bullet:after{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	
    border-radius: 4px;
	height: 100%;
	background: var(--dcyans);
}
.swiper-pagination .swiper-pagination-bullet-active:after{
	animation: scDonghua01 4s linear forwards;
}
@keyframes scDonghua01{
	0%{width:0}
	to{width:100%}
}
/* 分页 */
.pagination {
  margin-top: 0;
  font-size: 1rem;
  display: flex;
  justify-content: center;
}

.pagination>li {
  margin: 0 3px;

}

.pagination>li>a,
.pagination>li>span {
  border-radius: 3px;
  border: 1px var(--dcyborder) solid;
  transition: color 0.3s, background 0.3s, border 0.3s;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover {
  color: #ffffff;
  background: var(--dcydhxz);
	border-color: var(--dcyborder);
  border-color: transparent;
}
/*
.inside-side ul{
    
    justify-content: flex-start;
    height: 96px;
 
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 104px;
    position: relative;
    overflow-x: auto;
    
}*/

@media (max-width:1024px) {
    .nav-tabs>li {
    margin: 0 1em -4px;
    text-align: center;
    position: relative;
}
  }
@media (max-width: 1080px) {
.inside-side ul li i{
    display: none;
}
.sy-section-p{
    padding-top: 0rem;
}
.document-nav-head{
    height: 45px;
    line-height: 45px;
}
.document-nav-head > .meun-icon {
    top: 15px;
    
}
.bannerhero2-event-link {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    box-sizing: border-box;
}
.bannerhero2-event-links {
    display: inline;
    margin: 0;
    max-width: none;
    width: calc(60% - 10.66667px);
}
    .product-banner {
     display: none;
} 
 
    .nav-tabs>li .hotspot {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 10px;
    padding: 0 4px;
    background: #f64041;
    border: 1px #ffffff solid;
    border-radius: 50px;
    color: #ffffff;
    line-height: 1.5;
}

  .navbar-nav {
    margin: 0;
  }
.product-hot-pro{
 display: none;
}
 
.product-cloud-pro{
 display: none;
}
.product-cdn-pro{
 display: none;
}
.product-mysql-pro{
 display: none;
}
.product-storage-pro{
 display: none;
}
.product-idc-data{
 display: none; 
}
.product-security{
    display: none;
}

.product-developer-pro{
    display: none;
}
.product-info-refund{
     display: none;
}
.product-info-refund:before {
    display: none;
}
.dcy-footer-website-hotline-phon-m {
    display: block;
    text-align: center;
    border-radius: 3px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    margin-top: 12px;
    background: var(--dcyans);
    font-family: "dcynews";
    font-size: 16px;
    box-shadow: 2px 4px 10px 0 rgba(27,51,95,.2);
}
.dcy-footer-website-btn {
    display: block;
    border-radius: 3px;
    max-width: none;
    line-height: 40px;
    width: auto;
    text-align: center;
    margin-top: 12px;
    height: 40px;
    font-size: 16px;
    color: var(--dcydhzt);
    background: inherit;
    background-image:  linear-gradient(0deg, #fff 0%, #f3f5f8 100%);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), -8px -8px 20px 0 rgba(255,255,255,.43), inset 0 4px 20px 0 rgba(255,255,255,.5);
}

.dcy-footer-website-copyright {
    display: block;
    text-align: center; 
    font-family: "dcynews";
    margin-top: 24px;
    padding-bottom: 32px;
}
.dcy-footer-website-copyright p {
    line-height: 20px;
    font-size: 12px;
    color: #495770;
}
.nav-bubble-trigger:after{
    
    display: none;
  }
  section {
    padding: 0 1.5rem;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sy-section-h {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .row {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    letter-spacing: 0px;
  }

  .h2,
  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 1.3rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.1rem;
  }

  .tab-content .tab-pane {
    margin-top: -80px;
    padding-top: 80px;
  }

  .btn {
    padding: 0.6rem 1rem;
  }

  .btn-lg {
    font-size: 1rem;
  }

  .sy-title {
    justify-content: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    text-align: center;
  }

  .sy-title h2 {
    margin-right: 0;
    width: 100%;
    FONT-SIZE: 18PX;
  }

  .sy-title p {
    margin-bottom: 0;
    
    FONT-SIZE: 13PX;
  }

  .header {
    padding: 0 1.5rem;
    width: 100vw;
  }

  .header .navbar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .header .navbar-header::after,
  .header .navbar-header::before {
    content: none;
  }

  .header .navbar-brand {
       width: 110px !important;
    padding: 0;
    margin-left: -40px;
    background-position: 0 10px;
  }

  .header .navbar-header .navbar-toggle {
    margin: 0;
    background: transparent;
    border: none;
    margin-right: 10px;
    padding: 9px 0;
  }

  .header .navbar-header .navbar-toggle .icon-bar {
    background: var(--dcydhzt);
    transition: transform 0.3s, opacity 0.3s;
  }

  .header .navbar-header .navbar-toggle[aria-expanded=true] .icon-bar {
    margin: 0;
  }

  .header .navbar-header .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(1) {
    transform: translateY(2px) rotate(45deg);
  }

  .header .navbar-header .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(2) {
    opacity: 0;
    transform: rotate(60deg);
  }

  .header .navbar-header .navbar-toggle[aria-expanded=true] .icon-bar:nth-child(3) {
    transform: translateY(-2px) rotate(-45deg);
  }

  .header .shouye.navbar>.row .navbar-collapse {
    right: -50%;
    position: fixed;
    background: #ffffff;
    width: 50%;
    height: 100vh;
    top: 51px;
    border: none;
    max-height: inherit;
    height: calc(100vh - 51px) !important;
    opacity: 0;
    transition: right 0.3s, opacity 0.3s;
    box-shadow: -2px 10px 10px rgb(0 0 0 / 6%);
    padding: 0;
    z-index: 1;
  }

  .header .shouye.navbar>.row .navbar-collapse[aria-expanded=true] {
    width: 100%;
    right: 0px;
    opacity: 1;
  }

  .header .shouye.navbar .nav-shade {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 51px;
    background: rgb(0 0 0 / 10%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }

  .header .shouye.navbar>.row .navbar-collapse[aria-expanded=true]+.nav-shade {
    opacity: 1;
    visibility: visible;
  }

  .header .navbar-nav>li {
    height: auto !important;
    width: 100%;
    flex-wrap: wrap;
  }

  .header .navbar-nav>li>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e1e4e9;
    padding: 1.1rem;

  }

  .header .navbar-nav>li.active>a {
    color: #ffffff !important;
    background: var(--dcydhxz) !important;
  }
  .header .navbar-nav>li.active>a:after{
    content:none;
  }
  .header .navbar-nav>li.selected>a {
    color: var(--dcydhzt);
  } 

  .header .navbar-nav>li>.dropdown-menu>li>a:focus,
  .header .navbar-nav>li>.dropdown-menu>li.active>a {
    color: var(--dcydhzt);
    background: transparent;
  }

  .header .navbar-nav>li>a.dropdown-toggle {
    
  }

  .header .navbar-nav>li>a.dropdown-toggle .caret {
    display: block;
  }

  .header .navbar-nav>li.active:after {
    content: none;
  }

  .header .navbar-nav.nav-main>li>.dropdown-menu {
    position: unset;
    max-height: 0;
    width: 100% !important;
    visibility: hidden;
    padding: 0 !important;
    border-bottom: 1px var(--dcyborder) solid;
    background: #fafafa;
    box-shadow: none;
    transition: max-height 0.3s, opacity 0.3s, transform 0.3s, visibility 0.3s;
  }

  .header .navbar-nav.nav-main>li.selected>.dropdown-menu {
    max-height: 290px;
    visibility: visible;
    transform: scaleY(1) translateZ(0);
    opacity: 1;
    overflow-y: auto;
    padding-right: 0.7rem !important;
  }

  .header .navbar-nav.nav-main>li.selected>.dropdown-menu>li {
    width: 100%;
  }

  .header .navbar-nav>li.multilevel>.dropdown-menu>li .caret {
    display: none;
  }

  .header .navbar-nav>li.multilevel>.dropdown-menu>li ul {
    display: none;
  }

  .header .navbar-nav.visible-lg-block {
    display: block !important;
    padding: 1.5rem;
    float: inherit;
  }

  .header .navbar-nav.visible-lg-block .login {
    margin-left: 0;
    margin-top: 1rem;
  }

  .header .navbar-nav.visible-lg-block a {
    justify-content: center;
  }
  .header .navbar-nav>li.tenancy>ul.dropdown-menu, 
  .header .navbar-nav>li.trusteeship>ul.dropdown-menu{
    display: block;
    position: initial;
  }
  .header .navbar-nav>li.tenancy>ul.dropdown-menu li, 
  .header .navbar-nav>li.trusteeship>ul.dropdown-menu li{
    display: block;
  }
  .header .navbar-nav>li.tenancy>ul.dropdown-menu li a, 
  .header .navbar-nav>li.trusteeship>ul.dropdown-menu li a{
    padding: 0.5rem;
  }
  .nav-tabs {
    justify-content: space-between;
    margin: 0;
    flex-wrap: wrap;
  }

#home-serve .nav-tabs>li {
    margin: 0rem 0rem -1px;
    flex: 1;
    min-width: 25%; 
    text-align: center;
    display: inline;
  }
#home-serve .nav-tabs>li>a { 
    overflow: inherit;
    margin: 0;
    padding: 9px 3px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    transition: color .3s, filter 0.3s;
  }
  .nav-tabs>li>a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 9px 3px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    transition: color .3s, filter 0.3s;
  }

  #footer-main {
    padding: 0 1.5rem;
    line-height: 1.5;
  }

  #footer-main .sy-section-h {
    padding-top: 0rem;
  }

  #footer-line1 .sy-section-h {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #footer-line1 .sy-section-h .col-xs-12 {
    flex-wrap: wrap;
  }
#footer-line1 {
    background-image: url(../images/footer-l1m-back.png);
    background-size: cover;
    background-repeat: no-repeat;
}
  #footer-line1 .sy-section-h .col-xs-12 h2 {
    letter-spacing: 0;  
    font-size: 18px;
    line-height: 28px; 
    margin-bottom: 10px;
  }

  #footer-line1 .sy-section-h .col-xs-12 a.btn {
    margin-left: 0;
    margin-top: 0rem;
  }

  #footer-main .sy-section-h .footer-menu .sy_wrapper .col-lg-1\/5 {
    width: 33.33333333%;
    margin-bottom: 2rem;
  }

  #footer-main .sy-section-h .footer-menu h5 {
    margin-bottom: 1rem;
  }

  #footer-main .sy-section-h .footer-menu span {
    white-space: nowrap;
  }

  #footer-main .sy-section-h .footer-menu .footer-menu-list li {
    display: flex;
  }

  #footer-main .sy-section-h .footer-share {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  #footer-main .sy-section-h .footer-share span div {
    right: inherit;
    left: 20px;
  }

  #footer-main .sy-section-h .service-assurance ul {
    margin: 1.5rem 0;
  }

  #footer-main .sy-section-h .service-assurance ul li {
    flex: 1 1 20%;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  #footer-main .sy-section-h .service-assurance ul li h6 {
    margin: 0.5rem 0.2rem 0;
    font-size: 0.8rem;
    color: #707070;
  }

  .footer-bottom {
    padding: 1rem 1.5rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }

  .footer-bottom  .declare {
    margin-top: 50px;
  }
  
  
.float-contact .contact-service li:hover .float_fl {
	visibility: visible;
    opacity: 1;
    right: 40px;
    
}

.float-contact {
  width: 30px;
  bottom: 20%;
  top: inherit;
}
.float-contact .contact-service>ul {
   
  background:#F3F3F3;
  border: 1px #ffffff solid;
  box-shadow: 0 1px 10px rgb(0 0 0 / 8%);
}
.float-contact .contact-service>ul>li {
    background:transparent;
    margin:0;
    border: none;
    box-shadow:none;
    
}

.float-contact .contact-service>ul>li .lxxs {
    writing-mode: tb-rl;
    margin: 0;
    letter-spacing: 4px;
}



.float-contact .contact-service>ul>li {
    display: flex;
    flex-wrap: wrap;
    background: var(--dcyans);
    padding: 0.5rem;
    color: #fff;
    border-radius: 50px;
    border: 2px #ffffff solid;
    box-shadow: 0 1px 10px rgb(0 0 0 / 8%);
}
.float-contact .contact-service>ul>li:nth-child(2){
  margin:0.5rem 0;
}
.float-contact .return-top a {
    width: 40px;
    height: 40px;
    padding: 8px;
}
.float-contact .return-top a>img {
  width:auto;
}
.float-contact .contact-service>ul>li i.service_icon {
    margin-bottom: 8px;
    filter: brightness(50);
}

.float-contact .float_fl ul.service_personnel li {
     padding: 1rem 0;
}

  .inside-banner .container {
    padding-top: 2rem;
  }

  .inside-banner .container h2 {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 24px;
  }

  .inside-banner .container .inside-des {
    width: 100%;
    font-size: 12px;
    height: 35px;
    margin-bottom: 1rem;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; 
    overflow: hidden;
    white-space: normal;
  }

  .inside-banner .container .btn-box {
    margin-bottom: 1rem;
  }

  .inside-banner .inside-back img {
    object-position: 66% center;
  }

  .inside-banner .container .btn-box .btn-lg {
        margin-right: 1rem;
    padding: 0.8rem 1rem;
    border: 1px var(--dcyanb) solid;
    width: 45%;
  }

  #inside-pro_main>.sy-section-h {
    padding-top: 0;
  }

  #inside-pro_main .inside-side {
    width: 100%;
    z-index: 10;
    max-width: 100%; 
    top: 0px;
    padding: 0;
    box-shadow: 0 2px 8px rgb(8 20 49 / 10%);
  }
.document-nav-head { 
    border-bottom: 1px solid #DBE1E8;
}
.nav-tabs>li>a:before {
     bottom: 2px; 
    height: 2px;
     
}
  .inside-side ul {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0; 
  }
/* 三段 -  */
  .inside-side ul::-webkit-scrollbar {
    height: 0;
    display: none;
  }

  .inside-side ul li {
    flex: 1;
    text-align: center;
    margin: 0rem 0rem -1px;
    flex: 1;
    min-width: 25%;
  }
  
 

  .inside-side ul li a {
    padding: 0.5rem;
    border: none;
    margin-bottom: 0;
    font-size: 1rem;
    border-radius: 0;
  }

  .inside-side ul li a:hover {
    border-color: transparent;
    background: transparent;
    color: var(--dcydhzt);
  }

  .inside-side ul li.is-active a,
  .inside-side ul li.active a {
    color: var(--dcydhxz);
     background: #fff;
    border-bottom: 4px var(--dcyxhx) solid;;
    border-left: 0px var(--dcydhzx) solid;
  }

  #inside-pro_main .inside-right{
    width: 100%;
    margin-top: 1rem;
  }
  #inside-pro_main .inside-mian {
    width: 100%;
    margin-top: 2rem;
  }

  .inside-right .inside-title p,
  .inside-mian .inside-title p {
    width: 100%;
  }

  .inside-right #inside-r_line1>h2,
  .inside-mian #inside-line1>h2,
  .inside-right .inside-title h2,
  .inside-mian .inside-title h2 {
    margin-bottom: 0;
    line-height: 1.5;
  }

  .inside-right #inside-r_line1 .tab-content {
    margin-top: 1rem;
  }



  .inside-right .inside-title,
  .inside-mian .inside-title {
    margin-bottom: 2rem;
  }

  .inside-right .inside-title.detail,
  .inside-mian .inside-title.detail {
    padding-bottom: 2rem;
  }

  #inside-adv {
    padding: 1rem;
    margin-top: 0;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  #inside-adv h5 {
    margin-bottom: 1rem;
    line-height: 1.5;
  }

  #inside-r_honor .inside-title+.col-xs-12 {
    padding: 0rem;
  }

  #inside-r_honor .swiper-container {
    margin: 0px 2rem;
  }

  #inside-r_honor .swiper-button-next {
    right: 0;
    width: 1rem;
  }

  #inside-r_honor .swiper-button-prev {
    left: 0;
    width: 1rem;
  }

  #inside-r_advantage .table-responsive {
    margin-bottom: 0;
  }

  #inside-r_case .swiper-slide-content {
    padding: 0;
    border-radius: 3px;
  }

  #inside-r_case .swiper-pagination {
    margin-top: 0;
  }

  #inside-r_case .swiper-pagination span.swiper-pagination-bullet {
    width: 5px;
    margin: 0 3px !important;
  }

  #inside-r_case .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
  }

  #inside-r_line1 .inside-l1-introduce {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }

  #inside-r_line1 .inside-l1-introduce h2 {
    padding: 1rem;
    width: 100%;
  }

  #inside-r_line1 .inside-l1-introduce p {
    padding: 1rem;
  }

  #inside-r_line2 .inside-l2_advantage ul li img {
    height: 35px;
  }



}



 .content-class {
	width: 20px;
	height: 20px;
	vertical-align: 7px;
	fill: currentColor;
	overflow: hidden;
	margin-right: 6px;
}

 .icon-class.icon-class1 {
	width: 13px;
	height: 13px;
	position: relative;
	left: 2px;
	margin-right: 2px;
}

 .warning-position-control {
	width: 100%;
	height: 100%;
	position: relative;
}

 .warning-link {
	display: block;
}

 .warning-attention {
	width: 48px;
	position: relative;
	background-size: 100% 100%;
	
	border-radius: 24px;
	padding: 15px 0;
	text-align: center;
	margin-bottom: 10px;
}

 .warning-attention .warning-title {
	width: 15px;
	height: 100%;
	margin: 0 auto;
	word-break: break-word;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
	opacity: 1;
}

 .warning-attention .warning-title.bg-title {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
}

 .warning-attention:hover .warning-title {
	color: var(--dcydhzt);
}

 .warning-attention:hover .warning-title.bg-title {
	color: #FFFFFF;
	opacity: 0.7;
}

 .icon-attention {
	margin-top: 14px;
	font-size: 22px;
	line-height: 48px;
	color: #fff;
}

 .warning-trigger {
	position: absolute;
	top: 132px;
	right: 0;
	width: 48px;
	height: 40px;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	background: #fff;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	
	display: flex;
	justify-content: center;
	align-items: center;
}

 .warning-trigger .trigger-icon {
	width: 48px;
	height: 40px;
	font-size: 22px;
	line-height: 40px;
	text-align: center;
}

 .warning-trigger .trigger-icon:hover {
	color: var(--dcydhzt);
}

 .warning-tip-container {
	padding: 20px 15px;
}

 .warning-tips-box {
	width: 341px;
	position: absolute;
	right: 33px;
	top: -116px;
	
	padding: 0 25px;
}

 .warning-tips {
	overflow: hidden;
	border-radius: 4px;
	text-align: left;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

 .warning-tips span {
	display: inline-block;
	width: 260px;
	height: 54px;
	font-size: 12px;
	line-height: 18px;
	color: #e64942;
	text-align: left;
}

 .warning-tips h3 {
	display: block;
	margin: 15px 0 0 0;
	font-size: 16px;
	color: #232f3d;
	line-height: 18px;
}

 .warning-tips .warning-tips-details {
	color: #333333;
	font-size: 14px;
	margin-top: 10px;
}

 .warning-tips .warning-tips-details .one-line {
	
}

 .warning-tips .warning-tips-details .can-link {
	
	line-height: 18px;
}

 .warning-tips .warning-tips-details i {
	font-size: 16px;
}

 .warning-tips .warning-tips-details span {
	font-size: 12px;
	color: #999999;
	display: inline;
}

 .warning-tips .warning-tips-details .warning-details-content {
	font-size: 12px;
	color: #999999;
	line-height: 18px;
}

 .warning-tips .warning-tips-details a {
	color: var(--dcydhzt);
	text-decoration: underline;
}

 .warning-content-box {
	position: absolute;
	right: 33px;
	top: -160px;
	width: 390px;
	
	padding: 0 25px;
}

 .warning-content {
	padding-top: 10px;
	font-size: 14px;
	text-align: left;
	border-radius: 4px;
	overflow: hidden;
	
}

 .warning-content .activeColor {
	color: var(--dcydhxz);
}

 .warning-content .one-line {
	margin: 0 20px 15px 0px;
	width: 100%;
	float: left;
	white-space: nowrap;
	
}

 .warning-content .one-line.email a {
	display: block;
	color: #999999;
	text-align: left;
}

 .warning-content .one-line.email a:hover {
	color: var(--dcydhzt);
}

 .warning-content .can-link {
	cursor: pointer;
	
}

 .warning-content i {
	font-size: 16px;
	display: inline-block;
	position: absolute;
	margin: 10px 0px 0px 0px;
	margin-right: 19px;
	color: var(--dcydhxz);
}

 .warning-content span {
	display: inline-block;
	line-height: 18px;
	color: #333333;
	text-align: left;
	margin-left: 25px;
}

 .warning-content .warning-adjust-item a {
	color: #333333;
}

 .warning-content p, .warning-content p>a {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	color: #999999;
}

 p.word-wrap {
	white-space: break-spaces;
	margin-right: 30px;
	font-size: 12px;
	color: #999999;
}

#translate{
	display:none;
}
     .h-6 {
    height: 40px;
}
#footer .text-center {
    display: none;
}

.sale-item-tag {
    width: 59px;
    height: 59px;
    position: absolute;
    right: 15px;
    top: 0px;
    overflow: hidden;
    -webkit-font-smoothing: auto;
}
@media (max-width: 1080px) {
.sale-item-tag {
    right: 0px;
}
}
.sale-item-tag:after, .sale-item-tag:before {
    content: "";
    display: inline-block;
    position: absolute;
    background: #ff6000;
    transform: rotate(45deg);
}
.sale-item-tag span, .sale-item-tag span:after, .sale-item-tag span:before {
    background: #ff6000;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sale-item-tag span {
    width: 80px;
    height: 20px;
    color: #fff;
    right: -18px;
    top: 11px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
/* 新年风格覆盖
#footer-line1 {
  background-image: url(../images/footer-l1-back-cj.jpg);
  background-position: center;
  height: 167px;
}
#footer-line1 .sy_inner a{
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom: 0;  
} */

.document-nav-head:hover > span {
    color: var(--dcydhxz);
}
.document-nav-head:hover > .meun-icon {
   color:var(--dcydhxz)
}
.document-nav-head .document-nav-all-menu {
    position: absolute;
    left: 200px;
    top: -2px;
    width: 1150px;
    background: #fff;
    padding: 0px 30px 40px 40px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    z-index: 101;
    display: none;
}
.document-nav-head:hover .document-nav-all-menu {
    display: block;
}
.document-nav-head .document-nav-all-menu .document-nav-all-menu-item {
    float: left;
    margin-right: 40px;
}
.document-nav-head .document-nav-all-menu .document-nav-all-menu-item > dl {
    width: 215px;
    padding-top: 32px;
    margin: 0px;
}
.document-nav-head .document-nav-all-menu .document-nav-all-menu-item > dl > dt {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #2D3037;
    padding: 12px 0px 12px 0px;
    border-bottom: 1px solid #DBE1E8;
    margin-bottom: 14px;
}
.document-nav-head .document-nav-all-menu .document-nav-all-menu-item > dl > dd {
    line-height: 42px;
    font-size: 14px;
}
.document-nav-head .document-nav-all-menu .document-nav-all-menu-item > dl > dd a {
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: #5E6D81;
    padding: 0px 10px;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.document-nav-head .document-nav-all-menu .document-nav-all-menu-item > dl > dd a:hover {
    color: #FF6666;
    background: #F0F2F5;
}

.home-honor-list ul {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-content: stretch;
    flex-wrap: wrap;
    grid-gap: 10px;
    
    justify-content: space-between;
    align-items: flex-start;
}
.home-honor-list ul li {
    width: 19%;
    overflow: hidden;
    cursor: pointer; 
}
.home-honor-list ul li:hover .img-box i {
    opacity: 1;
}
@media (max-width: 1080px){
.home-honor-list ul {
         grid-gap: 0px;}
.home-honor-list ul li{
        width: 49%;
        margin-bottom: 10px;
    }
}
.home-honor-list ul li .img-box {
    border: 1px solid #ececec;
    border-bottom: none;
    box-sizing: border-box;
    height: 0;
    padding-bottom: 128%;
    background: #f2f8f7;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}
.home-honor-list ul li .img-box i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: var(--dcydhxz);
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    opacity: 0;
    z-index: 1;
}
.home-honor-list ul li:hover .img-box img {
    opacity: .7;
}
.home-honor-pop{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    
    justify-content: center;
    align-items: center;
    align-content: center;
	display: none;
}
.home-honor-pop.on{
	display: -webkit-flex;
    display: flex;
}
.home-honor-pop .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: .6;
    z-index: -1;
}
.home-honor-pop .img-box{
    width: 510;
}

.home-honor-pop .img-box img {
    display: block;
}
.home-honor-pop .out-btn{
    position: absolute;
    right: 20px;
    top: 70px;
    z-index: 999;
    color: var(--dcydhxz);
    font-size: 12px;
    text-align: center;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    opacity: 1;
    cursor: pointer;
}

.home-honor-pop .out-btn:hover {
    color: var(--dcydhxz);
}
.home-honor-pop .out-btn i{
    font-size: 30px;
    display: block;
    height: 30px;
    line-height: 30px;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}

.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;
}
.text-honor:hover {
    background: var(--dcyans);
    color: #fff;
     cursor: pointer;
}