@font-face {
	font-family: 'ysbht';
	src:url('/skin/font/ysbht.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
.title p{
	color: #666;
}
.primer-primer,.primer_troubleshooting,.tool-oe,.tool-iso,.service-about,.service-frame,.service-channel,.service-type-content,.service-maintenance,.service-active,.service-recovery,.service-practice,.service-school-enterprise-cooperation,.user-training{
	padding: 5vmax 0;
}
.primer-primer .box{
	gap: 1.5rem;
}
.primer-primer .left{
	width: calc(70% - 15px);
	gap: 10px;
}
.primer-primer .left .item{
	display: block;
	flex: 1;
	min-width: 30%;
	border: 1px solid #ebedf6;
	padding: 20px;
	background: url('/skin/img/server/1.jpg');
	background-size: cover;
	position: relative;
	min-height: 84px;
}
.primer-primer .left .item a,.xcds-notice .img-list .img a{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.primer-primer .left p{
	color: #666;
	margin: 6px 0 0;
}
.primer-primer .list{
	width: calc(30% - 15px);
	padding: 20px 30px 30px;
	background: url('/skin/img/server/2.jpg');
	background-size: 100%;
	background-position: right bottom;
}
.primer-primer .list .top{
	align-items: center;
	gap: 20px;
}
.primer-primer .list span{
	font-size: 1.4rem;
}
.primer-primer .list .line{
	flex: 1;
	height: 1px;
	background: #ff6a00;
}
.primer-primer .list ul{
	width: 100%;
	height: calc(100% - 40px);
	margin-top: 15px;
}
.primer-primer .list li{
	height: 10%;
}
.primer-primer .list a{
	border-bottom: 1px solid;
}
.primer_install{
	padding: 5vmax 0;
	background: linear-gradient(to left, rgba(255,255,255,.4),rgba(255,255,255,.2)), url('/skin/img/server/3.jpg');
	background-size: cover;
	overflow: hidden;
}
.primer_install .info{
	justify-content: flex-end;
	margin-bottom: 10px;
	gap: 10px;
}
.primer_install .info .flex{
	align-items: center;
	line-height: 14px;
	color: #ff6a00;
}
.primer_install .list .col-lg-3 a{
    position: absolute;
    top: 0;
    right: .75rem;
    bottom: 0;
    left: .75rem;
}
.primer_install .info span{
	padding-right: 12px;
	border-right: 1px solid;
	cursor: pointer;
}
.primer_install .info i{
	margin-left: 6px;
	font-weight: bold;
}
.primer_install .list,.service-channel .row,.primer_operate .row,.service-recovery .row,.user-training .row,.primer_troubleshooting .row,.tool-other .box .row,.service-important .row{
	row-gap: 1.5rem;
}
.primer_install .list span{
	display: block;
	border: 1px solid #ebedf6;
	padding: 10px 15px;
	background: #fff;
}
.primer_operate{
	padding: 5vmax 0;
	background: #f8f9fa;
}
.primer_operate .item{
	background: #fff;
	border: 1px solid #ebedf6;
	height: 100%;
	padding: 20px 0;
}
.primer_operate .item .top{
	padding-bottom: 5px;
	border-bottom: 2px solid #ff6a00;
	margin: 0 20px;
}
.primer_operate .item img{
	height: 50px;
}
.primer_operate .item a{
	display: block;
	width: calc(100% - 40px);
	text-decoration: underline;
	margin: 5px auto 0;
}
.primer_troubleshooting h5{
	background: #ff6a00;
	padding: 15px 0;
}
.primer_troubleshooting .item .flex{
	padding: 40px 0;
	justify-content: center;
	background: url('/skin/img/server/5.png');
	background-size: cover;
	gap: 5px;
}
.primer_troubleshooting .item a{
	display: block;
	width: 80%;
	text-decoration: underline;
}
.document-top-line{
	height: max(87px, 5vmax);
	background: #fff;
}
.document-content{
	background: #f8f9fa;
}
.document-content>.flex{
	gap: 40px;
	padding-bottom: calc(5vmax - 58px);
	position: relative;
}
.document-content .catalog{
	width: 280px;
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, .08);
	transform: translateY(-58px);
	background-color: #fff;
}
.document-content .catalog h3{
	padding: 0 26px;
	line-height: 57px;
	background: #f8f9fa;
}
.document-content .catalog .line{
	width: calc(100% - 6px);
	margin: 0 auto;
	height: 1px;
	background: #ebedf6;
}
.document-content .catalog .box{
	padding: 28px 30px;
	position: relative;
}
.document-content .catalog .box::before{
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 115px);
	background: #d8d8d8;
	position: absolute;
	left: 36px;
	top: 75px;
}
.document-content .catalog .flex{
	align-items: center;
	gap: 5px;
}
.document-content .catalog input{
	font-size: 12px;
	border: none;
	outline: 0 none;
}
.document-content .catalog a{
	display: block;
	padding: 3px 5px;
	position: relative;
}
.document-content .catalog .active{
	color: #ff6a00;
}
.document-content .catalog a::before{
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	background: #d8d8d8;
	position: absolute;
	left: -9px;
	top: 13px;
}
.document-content .catalog .fa-down::after{
	content: "";
	display: block;
	width: 1px;
	height: 5px;
	background: #999;
	position: absolute;
	left: -14px;
	top: 11px;
	z-index: 3;
	opacity: 1;
	transition: all .2s linear;
}
.document-content .catalog .on .fa-down::after{
	transform: rotateX(90deg);
	opacity: 0;
}
.document-content .catalog .mulu{
	padding: 12px 0 0 20px;
	position: relative;
}
.document-content .catalog .mulu::before{
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 19px;
	background: #fff;
	z-index: 2;
}
.document-content .catalog .on .fa-down{
	background: #efefef;
	border-radius: 5px;
}
.document-content .catalog .mulu::after{
	content: "";
	display: block;
	width: 5px;
	height: 1px;
	background: #999;
	position: absolute;
	left: 4px;
	top: 25px;
	z-index: 3;
}
.document-content .catalog .children{
	position: relative;
}
.document-content .catalog .children::before{
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 3px);
	background: #d8d8d8;
	position: absolute;
	left: 7px;
	top: -10px;
}
.document-content .catalog .mulu:last-child .children::after{
	content: "";
	display: block;
	width: 3px;
	height: calc(100% + 10px);
	position: absolute;
	left: -15px;
	top: -17px;
	background: #fff;
}
.document-content .catalog .children a{
	display: none;
	padding-left: 20px;
	margin-top: 9px;
}
.document-content .catalog .children a::before{
	left: 8px;
}
.document-content .catalog .on .children a{
	display: block;
}
.document-content .list{
	flex: 1;
	transform: translateY(-58px);
}
.document-content .search-button{
	position: absolute;
	bottom: 0;
	left: 0;
	cursor: pointer;
	display: inline-block;
	padding-right: 20px;
	overflow: hidden;
}
.document-content .search-button i{
	position: absolute;
	right: -20px;
	top: 4px;
	transition: all 0.2s linear;
	opacity: 0;
}
#document-brochure li,#document-brochure li .info{
	align-items: center;
	justify-content: space-between;
	line-height: 1;
}
#document-brochure li{
	border-bottom: 1px solid #ebedf6;
}
#document-brochure li>.icon{
	padding-right: 5px;
	width: 18px;
	height: 18px;
	background: url('/skin/img/server/file-pdf.svg') no-repeat;
	background-size: cover;
}
#document-brochure li .file-116,#document-brochure li .file-117,#document-brochure li .file-118{
	width: 18px;
	height: 18px;
	background: url('/skin/img/server/file-mp4.svg') no-repeat;
	background-size: cover;
}
#document-brochure li a{
	display: block;
	flex: 1;
	padding: 15px 0 15px 15px;
}
#document-brochure li a i{
	color: #666;
}
#document-brochure li .info{
	font-size: 12px;
	color: #666;
}
#document-brochure li .info span{
	display: block;
	min-width: 28px;
	text-align: right;
}

.tool-oe h5{
	position: relative;
	padding-left: 20px;
}
.tool-oe h5::before{
	content: "";
	display: block;
	height: 160%;
	width: 4px;
	background: #ff6a00;
	position: absolute;
	left: 5px;
	top: 0;
}
.tool-oe .item{
    position: relative;
}
.tool-oe .cover-img-100{
    position: absolute;
    width: 45px;
    left: 0;
    top: 5px;
    background-image: url('/skin/img/server/service_tool_icon0.png');
    background-repeat: no-repeat;
    background-size: auto 40px;
}
.tool-oe .three .item .cover-img-100{
    left: 20px;
    top: 35px;
}
.tool-oe .three .col-lg-4:nth-child(2) .cover-img-100:nth-child(4),.tool-oe .three .col-lg-4:nth-child(3) .cover-img-100:nth-child(4){
    top: 135px;
}
.tool-oe .one .item:nth-child(1) .cover-img-100{
    background-position: 2px 2px;
}
.tool-oe .one .item:nth-child(2) .cover-img-100{
    background-position: -42px 2px;
}
.tool-oe .one .item:nth-child(3) .cover-img-100{
    background-position: -84px 2px;
}
.tool-oe .one .item:nth-child(4) .cover-img-100{
    background-position: -126px 2px;
}
.tool-oe .one .item:nth-child(5) .cover-img-100{
    background-position: -168px 2px;
}
.tool-oe .one .item:nth-child(6) .cover-img-100{
    background-position: -210px 2px;
}
.tool-oe .two .item:nth-child(1) .cover-img-100{
    background-size: auto 55px;
    background-position: -354px -5px;
}
.tool-oe .two .item:nth-child(2) .cover-img-100{
    background-size: auto 55px;
    background-position: -411px -5px;
}
.tool-oe .two .item:nth-child(3) .cover-img-100{
    background-size: auto 55px;
    background-position: -469px -5px;
}
.tool-oe .three .col-lg-4:nth-child(1) .cover-img-100{
    background-size: auto 52px;
    background-position: -496px -4px;
}
.tool-oe .three .col-lg-4:nth-child(2) .cover-img-100:nth-child(1){
    background-size: auto 52px;
    background-position: -551px -4px;
}
.tool-oe .three .col-lg-4:nth-child(2) .cover-img-100:nth-child(4){
    background-size: auto 52px;
    background-position: -605px -4px;
}
.tool-oe .three .col-lg-4:nth-child(3) .cover-img-100:nth-child(1){
    background-size: auto 52px;
    background-position: -662px -4px;
}
.tool-oe .three .col-lg-4:nth-child(3) .cover-img-100:nth-child(4){
    background-size: auto 50px;
    background-position: -688px -5px;
}
.tool-oe .one .box,.tool-oe .two .box,.tool-oe .three .box{
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, .1);
	padding: 30px 30px 60px 30px;
	position: relative;
}
.tool-oe .one .row{
	row-gap: 20px;
}
.tool-oe .one span,.tool-oe .two span,.tool-oe .three span{
	display: block;
	padding: 0 10px 0 45px;
	margin-bottom: 10px;
	font-size: 16px;
}
.tool-oe .one p,.tool-oe .two p,.tool-oe .three p{
	padding: 0 10px 0 45px;
	color: #666;
}
.tool-oe .one a,.tool-oe .two a,.tool-oe .three a{
	position: absolute;
	right: 40px;
	bottom: 30px;
}
.tool-oe .two{
	margin: 60px 0;
	padding: 60px 0;
	background: url('/skin/img/server/6.png');
	background-size: cover;
}
.tool-oe .two .box{
	background: rgba(255, 106, 0, .4);
}
.tool-oe .three .item{
	height: 100%;
}
.tool-oe .three .item .box{
	height: calc(100% - 24px);
}
.tool-other{
	padding: 5vmax 0;
	background: linear-gradient(to top, rgba(255,255,255,.4) 0%,  rgba(255,255,255,.8) 100%), url('/skin/img/server/6.png');
	background-size: cover;
}
.tool-other .item{
	position: relative;
	padding-bottom: 30px;
}
.tool-other .cover-img-100,.tool-iso .item .cover-img-100{
    background-image: url('/skin/img/server/service_tool_icon0.png');
    background-repeat: no-repeat;
    background-size: auto 60px;
}
.tool-other  .item:nth-child(1) .cover-img-100{
    background-position: -891px -6px;
}
.tool-other  .item:nth-child(2) .cover-img-100{
    background-position: -954px -6px;
}
.tool-other  .item:nth-child(3) .cover-img-100{
    background-position: -1017px -6px;
}
.tool-other  .item:nth-child(4) .cover-img-100{
    background-position: -1080px -6px;
}
.tool-iso .item:nth-child(1) .cover-img-100{
    background-size: auto 100px;
    background-position: -2313px -27px;
}
.tool-iso .item:nth-child(2) .cover-img-100{
    background-size: auto 100px;
    background-position: -2392px -27px;
}
.tool-iso .item:nth-child(3) .cover-img-100{
    background-size: auto 100px;
    width: 155px;
    background-position: -2465px -27px;
}
.tool-iso .item:nth-child(3) .cover-img-100::before{
    padding-bottom: 50px;
}
.tool-iso .item:nth-child(4) .cover-img-100{
    background-size: auto 100px;
    background-position: -2651px -27px;
}
.tool-iso .item:nth-child(5) .cover-img-100{
    background-size: auto 100px;
    background-position: -2392px -27px;
}
.tool-other .item:not(:last-child)::after{
	content: "";
	display: block;
	width: 1px;
	height: 50%;
	position: absolute;
	right: 0;
	top: 25%;
	background: #ebedf6;
}
.tool-other .img,.tool-iso .img{
	width: 50px;
	margin: 0 auto 20px;
}
.tool-other span{
	display: block;
	font-size: 16px;
}
.tool-other i{
	display: block;
	font-size: 12px;
}
.tool-other .box p{
	padding-top: 10px;
	border-top: 2px solid #ff6a00;
	color: #666;
	margin-top: 10px;
}
.tool-other a{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.tool-iso .flex{
	gap: 20px;
}
.tool-iso .item{
	flex: 1;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, .1);
	padding: 20px;
	position: relative;
}
.tool-iso .item span{
	display: block;
	text-align: center;
	font-size: 16px;
	margin-bottom: 15px;
}
.tool-iso .item i{
	display: block;
	font-size: 12px;
	color: #999;
}
.tool-iso .item a{
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.service-intro{
	padding: 60px 0;
	background: #f8f9fa;
	justify-content: center;
	gap: 30px;
}
.service-intro .item{
	width: min(20%, 120px);
	text-align: center;
	transition: all .2s linear;
}
.service-intro .item svg{
	width: 78px;
	height: 80px;
	transform: scale(.8);
}
.service-intro .item span{
	display: block;
}
.service-about .text{
	height: 100%;
	background: linear-gradient(to right, #f8f9fa 0%, #f8f9fa 60%, rgba(248,249,250,.6) 80%, rgba(248,249,250,0) 100%), url('/skin/img/server/7.jpg');
	padding: 40px 30px;
	background-position: right center;
	background-size: contain;
}
.service-about .text h5{
    position: relative;
    padding-bottom: 5px;
}
.service-about .text h5::before{
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #ff6a00;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .2s linear;
}
.service-about .text p{
	width: 60%;
}
.service-about ul{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.service-about ul li{
	padding-left: 50px;
	position: relative;
	transition: all .2s linear;
}
.service-about ul li svg{
    position: absolute;
    width: 43px;
    height: 43px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.service-about ul span{
	font-size: 16px;
}
.service-about ul span i{
	color: #ff6a00;
}
.service-idea{
	background: linear-gradient(90deg, #070707 0, rgba(7, 7, 7, 0) 100%), url('/skin/img/server/8.jpg');
	padding: 5vmax 0 93px;
	color: #fff;
	position: relative;
	background-size: cover;
}
.service-idea .text{
	width: 430px;
	margin: 6vmax auto;
	max-width: 90%;
}
.service-idea .text i{
	display: block;
}
.service-idea .text span{
	display: block;
	font-size: 1.8rem;
	color: #ff6a00;
}
.service-idea .text span:after{
    content: '';
    display: block;
    width: 5.4rem;
    height: 1.8rem;
    background: url('/skin/img/server/wuxing.svg') no-repeat;
    background-size: 100% auto;
    margin-left: 3.3rem;
}
.service-idea .info{
	position: absolute;
	width: 100%;
	left: 0;
	top: calc(100% - 93px);
	background: linear-gradient(90deg, #FE6211 0%, #FE9128 100%);
}
.service-idea .info .item{
	flex: 1;
	padding: 20px 30px;
	position: relative;
	transition: all 0.25s ease-out;
}
.service-idea .info svg{
    position: absolute;
    right: -18px;
    top: -60px;
    height: 112px;
    width: 124px;
    transform: scale(.7);
    opacity: 0;
    transition: all 0.25s linear;
}
.service-idea .info .item:not(:last-child)::after{
	content: '';
	position: absolute;
	right: 0;
	top: 5%;
	width: 1px;
	height: 90%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 23%, #fff 78%, rgba(255, 255, 255, 0) 100%);
}
.service-idea .info p{
	height: 0px;
	overflow: hidden;
	margin: 0;
	font-size: 12px;
	transform: translateY(30px);
	transition: all 0.4s ease-out;
}
.service-idea .info p i{
	color: #fdd100;
	padding-right: 2px;
}
.service-frame .text,.service-frame .text p{
	width: 94%;
	margin: 0 auto;
	max-width: 700px;
	text-align: center;
}
.service-frame .text img{
	width: 100%;
	margin-top: 30px;
}
.service-cycle{
	padding-top: 5vmax;
	background: #f8f9fa;
}
.service-cycle ul {
    justify-content: center;
    margin-top: 45px;
    background: url('/skin/img/server/10.jpg') no-repeat center;
    max-height: 600px;
    overflow: hidden;
}
.service-cycle li {
    min-width: 200px;
    flex: 1;
    padding: 40px 0 calc(100vh - 600px);
    text-align: center;
}
.service-cycle li .num {
    font-size: 30px;
    line-height: 1;
}
.service-cycle li .title {
    font-size: 1.25rem;
    width: 80%;
    margin: 40px auto;
    padding-bottom: 10px;
    position: relative;
}
.service-cycle li .title::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .2s linear;
}
.service-cycle li .function {
    display: inline-block;
    margin: 0 auto 40px;
    min-width: 55%;
    min-height: 100px;
}
.service-cycle li span,.service-cycle li i {
    display: block;
    text-align: left;
    line-height: 20px;
}
.service-cycle li span::before {
    content: "\221a";
    color: #ff6a00;
    padding-right: 3px;
}
.service-cycle li i::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #000;
    margin: 3px 7px 3px 0;
}
.service-cycle li .about {
    display: inline-block;
    min-width: 55%;
}
.service-cycle li:nth-child(odd) {
    background: linear-gradient(163deg, rgba(255,106,0,.9) 0%, rgba(254,164,62,.9) 100%);
    color: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}
.service-cycle li:nth-child(odd) .title::after {
    content: "";
    background: #fff;
}
.service-cycle li:nth-child(odd) span::before {
    content: "\221a";
    color: #FDD100;
    padding-right: 3px;
}
.service-cycle li:nth-child(odd) i::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #fff;
    margin: 3px 7px 3px 0;
}
.service-channel .tab_li{
	justify-content: center;
	gap: 30px;
}
.service-channel .tab_li strong{
	padding-bottom: 3px;
	cursor: pointer;
	border-bottom: 1px solid transparent;
}
.service-channel .tab_li .active strong{
	color: #ff6a00;
	border-color: #ff6a00;
}
.service-channel .tab_con{
	display: none;
}
.service-channel .tab_con.active{
	display: block;
}
.service-channel .item{
	background: url('/skin/img/server/11.jpg');
	background-size: cover;
	padding: 30px 30px 30px 80px;
	height: 100%;
	position: relative;
	transition: all .2s linear;
}
.service-channel .item svg{
    position: absolute;
    width: 50px;
    height: 50px;
    left: 20px;
    top: 30px;
}
.service-channel .item span{
	display: block;
	color: #ff6a00;
	padding-bottom: 10px;
	font-size: 16px;
}
.service-channel .item p{
	margin-bottom: 0;
	color: #666;
}
.service-channel .item img{
	display: block;
	margin: 30px auto;
}
.service-channel .item a{
	display: block;
	text-align: center;
	color: #ff6a00;
	font-size: 2rem;
	padding: 57.5px 0;
}
.service-team,.service-important{
	padding: 5vmax 0;
	background: url('/skin/img/server/12.jpg');
	background-size: cover;
}
.service-team h5{
	margin-top: 60px;
}
.service-team ul{
    width: 100%;
    max-width: 400px;
}
.service-team ul li{
    flex: 1 1 45%;
}
.service-team strong{
	color: #ff6a00;
	font-size: 1.25rem;
	display: inline-block;
	padding: 10px 5px 0 0;
}
.service-strength{
	padding: 5vmax 0;
	background: linear-gradient(to right, rgba(0,0,0,.95) 0%, rgba(0,0,0,.6) 100%), url('/skin/img/server/13.jpg');
	background-size: cover;
}
.service-strength .row{
	align-items: center;
}
.service-strength .left h5{
	font-size: 2.4rem;
	color: #ff6a00;
}
.service-strength .left span{
	display: block;
	color: #ff6a00;
	margin: 10px 0;
	font-size: 16px;
}
.service-strength .left p{
	color: #fff;
	padding-right: 20%;
}
.service-strength ul{
	gap: 20px;
}
.service-strength li{
	width: calc(50% - 10px);
	background: #f8f9fa;
	padding: 20px;
	position: relative;
	overflow: hidden;
}
.service-strength li svg{
    width: 35px;
    height: 35px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    right: 20px;
    bottom: 20px;
    transform: scale(4);
    opacity: .05;
}
.service-strength li span{
	display: block;
	position: relative;
	padding-left: 8px;
	margin-bottom: 2px;
}
.service-strength li span::before{
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	background: #ff6a00;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
}
.service-type{
	padding: 5vmax 0 0;
	overflow: hidden;
}
.service-type .container-md{
	position: relative;
	padding-top: calc(2vmax + 50px);
	padding-bottom: 5vmax;
}
.service-type .container-md::before{
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100vw;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	background: url('/skin/img/server/14.jpg');
	background-size: cover;
	z-index: -1;
}
.service-type .item{
	background: #fff;
	height: 100%;
	padding: 30px;
	position: relative;
}
.service-type .item::before{
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 1px solid #ff6a00;
	position: absolute;
	left: calc(50% - 50px);
	top: -50px;
}
.service-type .col-lg-4:nth-child(1) .item::before{
    background: url('/skin/img/server/after-service1.png') no-repeat, linear-gradient(to top, #fff 0, #fff 100%);
    background-position: center;
    background-size: auto 55px;
}
.service-type .col-lg-4:nth-child(2) .item::before{
    background: url('/skin/img/server/after-service2.png') no-repeat, linear-gradient(to top, #fff 0, #fff 100%);
    background-position: center;
    background-size: auto 50px;
}
.service-type .col-lg-4:nth-child(3) .item::before{
    background: url('/skin/img/server/after-service3.png') no-repeat, linear-gradient(to top, #fff 0, #fff 100%);
    background-position: center;
    background-size: auto 50px;
}
.service-type h5{
	font-size: 1.4rem;
	margin: calc(1vmax + 25px) 0 2vmax;
}
.service-type span{
	display: block;
	margin: 5px auto 0;
	width: 50%;
	min-width: 240px;
}
.service_table{
    font-size: 12px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	border-spacing: 1px;
	border: 0;
	background-color: #d8d8d8;
	border-collapse: initial;
}
.service_table td{
    padding: 10px;
    background: rgba(255,255,255,.9);
}
.service_table th{
    padding: 15px 10px;
    text-align: center;
}
.service_table .tableheader{
    text-align: center;
    min-width: 120px;
    font-weight: 600;
}
.service_table tr:first-child{
    background: linear-gradient(90deg, #FF7F1F 0, #EB6323 100%);
    color: #fff;
}
.service_table tr:first-child th:nth-child(-n + 2){
    background-color: #393942;
}
.service_table td span{
    display: block;
    color: #666;
}
.service-maintenance .item{
	background: url('/skin/img/server/11.jpg');
	background-size: cover;
	height: 100%;
	position: relative;
	padding-bottom: 70px;
}
.service-maintenance .text{
	padding: 30px;
}
.service-maintenance .item h5,.user-training h5{
	font-size: 1.4rem;
	background: url('/skin/img/server/15.jpg');
	padding: 1.4vmax 0;
	margin-bottom: 0;
}
.service-maintenance .text span{
	font-size: 16px;
	display: inline-block;
	padding-bottom: 5px;
}
.service-maintenance .text p{
	color: #666;
}
.service-maintenance .item .bottom{
	position: absolute;
	width: calc(100% - 60px);
	left: 30px;
	bottom: 0;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #ff6a00;
	height: 75px;
}
.service-maintenance .item .bottom span{
	color: #999;
}
.service-maintenance .item .bottom a{
	border: 1px solid #999;
	color: #ff6a00;
	padding: 2px 8px;
	border-radius: 4px;
}
.service-maintenance-content{
	padding-bottom: 5vmax;
}
.service-active .text{
	height: 100%;
	gap: 30px;
}
.service-active .text .item{
	width: 100%;
	height: calc(33.333% - 20px);
	background: #f8f9fa;
	padding-left: 90px;
	padding-top: calc(11% - 42px);
	position: relative;
}
.service-active .text .item::before{
	content: "";
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.service-active .text .item:nth-child(1)::before{
	background: url('/skin/img/server/specialservices_one_icon1.svg') no-repeat, linear-gradient(270deg, #fef6f0 0%, #fef6f0 100%);
	background-size: 32px auto;
	background-position: center;
}
.service-active .text .item:nth-child(2)::before{
	background: url('/skin/img/server/specialservices_one_icon2.svg') no-repeat, linear-gradient(270deg, #fef6f0 0%, #fef6f0 100%);
	background-size: 28px auto;
	background-position: center;
}
.service-active .text .item:nth-child(3)::before{
	background: url('/skin/img/server/specialservices_one_icon3.svg') no-repeat, linear-gradient(270deg, #fef6f0 0%, #fef6f0 100%);
	background-size: 25px auto;
	background-position: center;
}
.service-active .text span{
	display: block;
	font-size: 16px;
	transition: all .2s linear;
}
.service-active .text p{
	color: #666;
	transition: all .2s ease-out;
}
.service-inspection{
	padding: 5vmax 0;
	background: linear-gradient(270deg, rgba(9,12,14,0.65) 0%, rgba(9,12,14,0.00) 100%), url('/skin/img/server/17.jpg');
	background-size: cover;
}
.service-inspection .box{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
.service-inspection .item{
	color: #fff;
	text-align: center;
	padding: 30px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}
.service-inspection .item .img,.service-inspection .item span{
    transition: all .2s linear;
    display: block;
}
.service-inspection .item:nth-child(3n){
	border-right: none;
}
.service-inspection .item:nth-child(-n + 3){
	border-top: none;
}
.service-inspection .item .img{
	width: 35px;
	margin: 0 auto 20px;
}
.service-important .item{
	height: 100%;
	background: #fff;
}
.service-important .text{
	padding: 20px;
}
.service-important .text p{
	color: #666;
}
.service-unexpected{
	padding: 5vmax 0;
	background: linear-gradient(270deg, rgba(9,12,14,0.65) 0%, rgba(9,12,14,0) 100%), url('/skin/img/server/20.jpg');
	background-size: cover;
	border-bottom: 5px solid #ff6a00;
}
.service-unexpected .row{
	align-items: center;
	padding-top: 20px;
}
.service-unexpected .item{
	background: rgba(255, 255, 255, .4);
	padding: 30px 30px 30px 100px;
	position: relative;
	width: 90%;
	margin-left: 10%;
	color: #fff;
	border-radius: 10px;
}
.service-unexpected .item:not(:last-child){
	margin-bottom: 50px;
}
.service-unexpected .item .img{
	width: 60px;
	height: 60px;
	position: absolute;
	left: 20px;
	top: -20px;
	background: #ff6a00;
}
.service-unexpected .item .img svg{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.service-unexpected .item .img svg:nth-child(2){
    opacity: 0;
}
.service-recovery .item{
	background: url('/skin/img/server/11.jpg');
	background-size: cover;
	padding: 30px;
	height: 100%;
}
.service-employment{
	padding: 5vmax 0 0;
}
.service-employment .content{
	background: url('/skin/img/server/21.0.jpg');
	background-size: cover;
	padding: 5vmax 0;
}
.service-employment .item{
	background: #fff;
	height: 100%;
	padding: 30px 0;
}
.service-employment .item .line{
	margin: 0 auto 10px;
	width: 60px;
	height: 2px;
	background: #ff6a00;
}
.service-employment .item .img{
	padding-bottom: 22%;
	margin: 15px auto;
}
.service-employment .item span,.service-employment .item p{
	display: block;
	padding: 0 30px;
	transition: all .2s linear;
}
.service-employment .item span::before,.oe-authentication-item .item .text span::before{
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: var(--bs-body-color);
	vertical-align: middle;
	margin-right: 5px;
}
.service-practice .item{
	padding: 30px 0;
	gap: 30px;
}
.service-practice .item:not(:last-child){
	border-bottom: 1px solid #ebedf6;
}
.service-practice .item:first-child{
	padding-top: 0;
}
.service-practice .item:last-child{
	padding-bottom: 0;
}
.service-practice .item .img{
	width: 100%;
	max-width: 400px;
}
.service-practice .item .img a{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.service-practice .item .text{
	flex: 1;
}
.service-practice .text tag{
	color: #666;
	font-size: 12px;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 15px;
	border: 1px solid #ff6a00;
	margin-right: 10px;
	margin-bottom: 20px;
}
.service-practice .text a{
	display: block;
	text-decoration: underline;
	margin-bottom: 3px;
}
.service-school-enterprise-cooperation{
	background: linear-gradient(to top, #fff 0%, #fff 50%, #353535 50%, #353535 100%);
}
.service-school-enterprise-cooperation .box{
	padding: 0 30px 30px;
	position: relative;
}
.service-school-enterprise-cooperation .box::before{
	content: "";
	display: block;
	width: 100%;
	height: calc(100% - 60px);
	background: #f8f9fa;
	position: absolute;
	left: 0;
	top: 60px;
	box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, .2);
}
.service-school-enterprise-cooperation::before{
	content: "";
	display: block;
	width: 200px;
	height: 200px;
	background: url('/skin/img/server/0.png');
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
}
.service-school-enterprise-cooperation .img{
	width: 100%;
	max-width: 520px;
}
.service-school-enterprise-cooperation .text{
	flex: 1;
	padding-left: 30px;
	position: relative;
}
.service-school-enterprise-cooperation p{
	margin-top: 50px;
}
.service-school-enterprise-cooperation a{
	text-decoration: underline;
	display: inline-block;
	margin-bottom: 5px;
}
.service-school-enterprise-cooperation .info{
	position: absolute;
	bottom: -5px;
	right: 0;
}
.service-school-enterprise-cooperation .info>div>a{
	display: inline-block;
	margin-bottom: 0;
	padding-left: 10px;
	line-height: 1;
}
.service-school-enterprise-cooperation .info>div:first-child>a{
	padding-right: 10px;
	border-right: 1px solid #666;
}
.service-school-enterprise-cooperation .info .document-box{
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    text-align: center;
    padding: 20px 0;
}
.service-school-enterprise-cooperation .info .document-box.on{
    display: block;
}
.service-school-enterprise-cooperation .info .swiper-container{
    display: none;
}
.user-training .item{
	background: url('/skin/img/server/11.jpg');
	background-size: cover;
	padding-bottom: 160px;
	height: 100%;
}
.user-training .item p{
	padding: 20px 20px 0 20px;
}
.user-training .info{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 160px;
}
.user-training .info .top{
	padding: 10px 20px;
	background: #e5e5e5;
	height: 62px;
}
.user-training .info span{
	position: absolute;
	left: 20px;
	top: 70px;
}
.user-training .info strong{
	position: absolute;
	left: 20px;
	top: 90px;
}
.user-training .info a{
	display: inline-block;
	padding: 2px 10px;
	border-radius: 5px;
	color: #ff6a00;
	border: 1px solid #666;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.oe-authentication-item{
	display: none;
	padding-top: 5vmax;
	padding-bottom: 5vmax;
}
.oe-authentication-item h4,.oe-authentication-process h4,.oe-authentication-advantage h4{
	margin-bottom: 2vmax;
}
.oe-authentication-item.active{
	display: block;
}
.oe-authentication-item .flex{
	gap: 1.5rem;
	justify-content: center;
}
.oe-authentication-item .item{
	flex: 1;
	background: #f8f9fa;
}
.oe-authentication-item .item h5{
	padding: 1rem 0;
	font-size: 1.4rem;
	margin-bottom: 0;
}
.oe-authentication-item .item:nth-child(1) h5{
	background: linear-gradient(90deg, #FFC195 0%, #FF9735 100%);
}
.oe-authentication-item .item:nth-child(2) h5{
	background: linear-gradient(90deg, #FF9347 0%, #FF791B 100%);
}
.oe-authentication-item .item:nth-child(3) h5{
	background: linear-gradient(90deg, #F8AF54 0%, #FE3B00 100%);
}
.oe-authentication-item .item .text{
	padding: 30px;
}
.oe-authentication-item .item .text span{
	display: block;
}
.oe-authentication-item .price{
	margin-top: 5vmax;
	padding: 5vmax 0;
	background: url('/skin/img/server/24.jpg') no-repeat, linear-gradient(90deg, #f3f5f8 0%, #f3f5f8 100%);
	background-position: right center;
	background-blend-mode: luminosity;
}
.oe-authentication-item .price strong{
	font-size: 24px;
}
.oe-authentication-item .price a{
	padding: 2px 10px;
	border: 1px solid #d5d5d5;
	background: #fff;
	vertical-align: text-bottom;
	display: inline-block;
	margin-left: 10px;
}
.oe-authentication-process .flex{
	align-items: center;
	gap: 20px;
}
.oe-authentication-process .line{
	flex: 1;
	height: 1px;
	position: relative;
	border-top: 1px dashed #d5d5d5;
}
.oe-authentication-process .line::before{
	content: "";
	width: 0;
	height: 0;
	border-left: 12px solid #e5e5e5;
	border-right: 6.5px solid transparent;
	border-top: 6.5px solid transparent;
	border-bottom: 6.5px solid transparent;
	position: absolute;
	right: -13px;
	top: -6.5px;
}
.oe-authentication-process i{
	display: block;
	font-size: 64px;
	font-weight: bold;
	color: transparent;
	line-height: 64px;
	background: linear-gradient(180deg, #e5e5e5 0, #ffffff 70%, #ffffff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transform: scale(0.8, 1.2);
	margin-left: -14px;
	margin-bottom: -20px;
	position: relative;
	z-index: -1;
}
.oe-authentication-process .item span{
	font-size: 1.25rem;
}
.oe-authentication-process .container-md>span{
	display: inline-block;
	margin-top: 3vmax;
	color: #999;
	border-bottom: 1px solid #999;
}
.oe-authentication-advantage{
	margin-top: 5vmax;
	padding: 5vmax 0;
	background: #f8f9fa;
}
.oe-authentication-advantage .item{
	flex: 1;
	position: relative;
}
.oe-authentication-advantage p{
	color: #666;
}
.oe-authentication-advantage .item:not(:last-child){
	padding-right: 30px;
}
.oe-authentication-advantage .item:not(:last-child)::after{
	content: "";
	display: block;
	height: 70%;
	width: 1px;
	background: #d5d5d5;
	position: absolute;
	right: 15px;
	top: 15%;
}
.oe-authentication-advantage .img{
	width: 60px;
	display: block;
	margin: 0 auto;
	background: url('/skin/img/server/34.png') no-repeat;
	background-size: auto 50px;
}
.oe-authentication-advantage .item:nth-child(1) .img{
	background-position: 6px 0;
}
.oe-authentication-advantage .item:nth-child(2) .img{
	background-position: -175px 0;
}
.oe-authentication-advantage .item:nth-child(3) .img{
	background-position: -361px 0;
}
.oe-authentication-advantage .item:nth-child(4) .img{
	background-position: -548px 0;
}
.oe-authentication-advantage .item:nth-child(5) .img{
	background-position: -735px 0;
}
.oe-authentication-advantage span{
	font-size: 1.25rem;
	display: block;
	text-align: center;
	margin: 10px 0;
}
.typeimg.type72{
	height: 400px;
}
.typeimg .micro-credentials{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.typeimg .micro-credentials span{
	font-size: 2.2rem;
	line-height: 1;
	display: block;
	padding-bottom: 10px;
}
.typeimg .micro-credentials a{
	display: inline-block;
	background: #ff6a00;
	padding: 5px 20px;
	border-radius: 5px;
	margin-top: 15px;
}
.micro-credentials-about{
	padding: 5vmax 0;
	background: url('/skin/img/server/28.png');
	background-size: cover;
}
.micro-credentials .video{
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}
.micro-credentials .video::before{
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.micro-credentials .video video{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    display: none;
}
.micro-credentials .video video.active{
    display: block;
}
.micro-credentials .video .bg{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.micro-credentials-about .video p{
    position: absolute;
    z-index: 4;
    top: 35%;
    left: 15%;
    font-size: 2vmax;
    font-size: clamp(16px, 2vmax, 32px);
}
.micro-credentials-about .video p span{
    font-size: 3vmax;
    font-size: clamp(22px, 3vmax, 48px);
    display: block;
    margin-bottom: 10px;
}
.micro-credentials .video .play_btn{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: radial-gradient( rgba(235, 99, 35, 0.8) 60%, rgba(255, 255, 255, 1) 62%);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 4;
    box-shadow: 0px 0px 25px 3px rgba(235, 99, 35, 0.8);
    cursor: pointer;
}
.micro-credentials .video .play_btn::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;
    z-index: 5;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.micro-credentials .video .play_btn:before{
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .75);
    top: -12px;
    left: -12px;
    background: rgba(198, 16, 0, 0);
}
@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}
@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}
.micro-credentials .fanyi {
    font-size: 80%;
    display: block;
    font-style: normal;
    line-height: 1.4;
    -webkit-text-stroke: 0;
    font-weight: normal;
}
.micro-credentials em.fanyi {
    color: #999;
}
.micro-credentials .video .logo {
    position: absolute;
    width: 15%;
    top: 7%;
    left: 2.7%;
    z-index: 10;
}
.micro-credentials .video_box {
    height: auto;
    margin: 0 auto;
}
.micro-credentials-about .text {
    margin: 0 auto;
    position: relative;
}
.micro-credentials-about .text .buy_but{
	margin-top: 1rem;
}
.micro-credentials .buy_but button {
    padding: 3px 10px;
    background: linear-gradient(99deg, #EE5D0F 0%, #FF9937 100%);
    border-radius: 4px;
    color: #fff;
	border: none;
}
.micro-credentials .buy_but .color-vi{
	font-size: 1.25rem;
}
.micro-credentials .text .info .flex{
	align-items: center;
	gap: 10px;
}
.micro-credentials-about .text table {
    width: 100%;
    background: url('/skin/img/server/29.png');
    background-repeat: no-repeat;
    background-size: 100% 118px;
    background-position: top center;
	border-collapse: separate;
}
.micro-credentials-about .info p {
    color: #666;
    padding-top: 15px;
}
.micro-credentials-about .text h4 {
    margin: 20px 0 10px;
    font-size: 1.25rem;
    padding-left: 15px;
    position: relative;
}
.micro-credentials-about .text h4::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #eb6323;
    position: absolute;
    left: 0;
    top: 4px;
}
.micro-credentials-about td,.micro-credentials-about th {
    padding: 10px;
    position: relative;
}
.micro-credentials-about tr:nth-child(-n + 3) {
    text-align: center;
}
.micro-credentials-about tr:nth-child(1) {
    font-size: 18px;
}
.micro-credentials-about tr:nth-child(2) td {
    padding: 0 10px 10px;
    line-height: 1;
    color: #eb6323;
}
.micro-credentials-about tr:nth-child(2) td .fanyi {
    color: #eb6323;
}
.micro-credentials-about tr:nth-child(n + 3) {
    background: rgba(250,248,245,1);
}
.micro-credentials-about tr:nth-child(3),.micro-credentials-about tr:last-child {
    background: url('/skin/img/server/15.jpg');
    background-size: 100% auto;
    background-position: center;
    color: #fff;
}
.micro-credentials-about tr:nth-child(3) .fanyi {
    color: #fff;
}
.micro-credentials-about tr:last-child td {
    padding: 10px;
}
.micro-credentials-about tr td:not(:last-child) {
    text-align: center;
}
.micro-credentials-about tr td:last-child {
    padding-left: 40px;
}
.micro-credentials-about tr td span {
    width: 36px;
    height: 100%;
    background-color: #FFF9F6;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.micro-credentials-about .text::after {
    content: url('/skin/img/server/30.png');
    position: absolute;
    right: 0;
    bottom: 20px;
}
.micro-credentials-course{
	padding: 5vmax 0;
}
.micro-credentials-course .video p{
    position: absolute;
    z-index: 4;
    bottom: 5%;
    left: 5%;
    font-size: 18px;
}
.micro-credentials-course .video p span{
    font-size: 26px;
    display: block;
    margin-bottom: 10px;
}
.micro-credentials-course .row{
	align-items: center;
}
.micro-credentials-course .text p{
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 1rem;
}

#china-map{padding-top: 5vmax;}


.xcds-index-banner .swiper-slide{
    overflow: hidden;
}
.xcds-index-banner .swiper-slide::before{
    content: '';
    display: block;
    width: 100%;
    padding-bottom: max(20%, 300px);
    background: url('/uploads/allimg/251106/1-231112122305R1.webp')no-repeat center;
    background-size: cover;
}
.xcds-index-banner img{
	min-width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.xcds-index-banner .text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.xcds-index-banner .text h2{
    margin-bottom: 10px;
    max-width: 55%;
    min-width: 300px;
}
.xcds-index-banner .text h2 i{
    display: block;
    font-size: 90%;
    color: #ff6a00;
    margin-bottom: 2px;
}
.xcds-index-banner .text p{
    margin-bottom: 0;
    max-width: 55%;
    min-width: 300px;
}
.xcds-notice{
    padding: 5vmax 0;
    background: url('/skin/img/server/37.webp') no-repeat center;
    background-size: cover;
}
.xcds-notice .img-list{
    gap: 12px;
}
.xcds-notice .img-list .img{
    flex: 1 1 calc(50% - 6px);
}
.xcds-notice .img-list .img span{
    position: absolute;
    display: block;
    width: 100%;
    padding: 10px;
    color: #fff;
    background: rgba(35,38,47,.6);
    left: 0;
    bottom: 0;
}
.xcds-notice h2{
    line-height: 1;
    margin-bottom: 30px;
}
.xcds-notice ul{
    height: calc(100% - 62px);
}
.xcds-notice ul li{
    padding: 0 80px 0 40px;
    position: relative;
    height: 10%;
    padding-top: 6px;
}
.xcds-notice ul li:nth-child(n + 11){
    display: none;
}
.xcds-notice ul li:before{
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background-color: #434649;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 15px;
}
.xcds-notice ul li:after{
    content: "HOT";
    line-height: 1;
    padding: 3px;
    background-color: #eb6323;
    position: absolute;
    left: 5px;
    top: 7px;
    color: #fff;
    transform: scale(0.6);
}
.xcds-notice ul a{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.xcds-notice ul i{
    color: #666;
    position: absolute;
    right: 0;
    top: 6px;
}
.xcds-match{
    background: url('/skin/img/server/match_bg.png') no-repeat center;
    background-size: cover;
    padding: 5vmax 0;
}
.xcds-match .item{
    position: relative;
}
.xcds-match .item:not(:first-child){
    padding-top: 5vmax;
}
.xcds-match .item h2{
    text-align: center;
    margin-bottom: 3rem;
    font-family: 'ysbht';
    font-size: 36px;
    font-weight: normal;
}
.xcds-match .item ul{
    gap: 1.5rem;
}
.xcds-match .item h5{
    margin-bottom: 0;
    font-weight: bold;
    cursor: pointer;
}
.xcds-match .item .text{
    position: absolute;
    width: 100vw;
    display: none;
    top: calc(140px + 5vmax);
    left: 50%;
    transform: translateX(-50%);
    padding-right: 40%;
}
.xcds-match .item:first-child .text{
    top: 140px;
}
.xcds-match .item .active .text{
    display: block;
}
.xcds-match .item .active h5{
    color: #ff6a00;
}

@media (any-hover: hover) {
    .service-about .text:hover h5::before,.service-cycle li:hover .title::after{
        width: 60px;
    }
    .service-channel .item:hover{
        box-shadow: 5px 5px 5px 1px rgba(255,106,0,.2);
        transform: translate(-5px,-5px);
    }
    .service-strength li:hover svg{
        transform: scale(1);
        opacity: 1;
        transition: transform .4s ease-out, opacity .8s .3s ease-out;
    }
	.service-idea .info:hover p{
		height: auto;
		transform: translateY(0);
	}
	.service-important .item:hover img,.service-employment .item:hover .img img,.service-practice .item:hover .img img,.primer_install .col-lg-3:hover .img img{
		transform: translate(-50%,-50%) scale(1.05);
	}
	.service-important .item:hover h5,.service-about .text:hover h5 span,.service-employment .item:hover h5,.service-employment .item span:hover,.service-practice .item:hover h5,.service-recovery .item:hover h5,.primer-primer .left .item:hover>span,.primer_install .col-lg-3:hover>span{
	    color: #ff6a00;
	}
	.service-idea .info .item:hover svg,.service-unexpected .item:hover .img svg:nth-child(2){
	    opacity: 1;
	}
	.service-active .item:hover span,.service-active .item:hover p,.service-about ul li:hover,.service-employment .item span:hover{
	    transform: translateX(5px);
	}
	.service-inspection .item:hover .img,.service-inspection .item:hover span,.service-intro .item:hover{
	    transform: translateY(-5px);
	}
	.service-unexpected .item:hover .img{
	    background: #fff;
	}
	.service-unexpected .item:hover .img svg:nth-child(1){
        opacity: 0;
    }
    .document-content .search-button:hover i{
		right: 4px;
		opacity: 1;
	}
}

@media screen and (max-width: 1024px){
	.place .anchor-nav,.primer-primer .left p,.service-idea .info span,.service-idea .info p,.oe-authentication-advantage .item:not(:last-child)::after,.document-content .place .left,.typeimg p,.document-top-line,.document-content .place ul li,.document-content .search-button{
		display: none;
	}
	.document-content .place{
		box-shadow: none;
		height: 0px;
	}
	.document-content{
	    position: relative;
	}
	.document-content .catalog{
		position: absolute;
		width: auto;
		z-index: 16;
		top: -65px;
		right: .75rem;
		height: 30px;
		overflow: hidden;
	}
	.document-content .catalog.active{
	    height: auto;
	}
	.document-content .catalog .catalog-icon::before,.document-content .list .type-button .ti-angle-down::before{
	    display: block;
	    transition: all .2s linear;
	}
	.document-content .catalog.active .catalog-icon::before,.document-content .list .type-button.active .ti-angle-down::before{
	    transform: rotate(-90deg);
	}
	.document-content .catalog h3{
	    font-size: 14px;
	    font-weight: 400;
	    background: #fff;
	    line-height: 30px;
	    padding: 0 0 0 20px;
	}
	.document-content .catalog-icon{
	    position: absolute;
	    width: 30px;
	    height: 30px;
	    right: 0;
	    top: 0;
	    color: #fff;
	    background: #23262f;
	    text-align: center;
        line-height: 30px;
        pointer-events: none;
	}
	.document-content .list{
		transform: translateY(0);
		z-index: 15;
		padding-bottom: 1.5rem;
	}
	.document-content .type-button .flex{
		align-items: center;
		justify-content: space-between;
	}
	.document-content .type-button span{
		display: block;
		flex: 1;
		padding-left: 20px;
		min-width: 100px;
		color: initial;
	}
	.document-content .type-button i{
		display: block;
		width: 30px;
		height: 30px;
		background: #23262f;
		color: #fff;
		margin-right: 0;
		text-align: center;
        line-height: 30px;
        transition: all .2s linear;
	}
	.document-content .place ul{
		display: block;
		position: absolute;
		background: #fff;
		right: 0;
		top: -70px;
	}
	.document-content .place ul li.on{
		border-bottom: 2px solid transparent;
	}
	.document-content .place ul a{
		padding: 4px 20px;
	}
	.typeimg .container-md{
		top: 30%;
	}
	.primer-primer .left,.primer-primer .list{
		width: 100%;
	}
	.service-about .row,.service-active .row{
		row-gap: 1.5rem;
	}
	.primer-primer .left a,.service-inspection .item{
		flex: auto;
		width: calc(50% - 5px);
	}
	.service-intro .item{
		min-width: 25%;
	}
	.service-type .row{
		row-gap: calc(50px + 1.5rem);
	}
	.service_table .tableheader{
		min-width: 50px;
	}
	.service-active .text .item{
		height: 70px;
		padding-top: 0;
	}
	.service-inspection .item:nth-child(3){
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.service-unexpected .item{
		margin-left: 0;
		width: 100%;
	}
	.service-unexpected .row{
		row-gap: calc(20px + 1.5rem);
	}
	.service-school-enterprise-cooperation .text{
		padding-left: 0;
	}
	.service-school-enterprise-cooperation p{
		margin-top: 0;
	}
	.service-school-enterprise-cooperation .title h2{
		color: inherit !important;
		margin-top: 30px;
	}
	.xcds-match .item .text{
	    padding-right: 0;
	}
	.service-cycle{overflow-y: scroll;}
	.service-cycle ul{width: 1200px}
}

@media screen and (max-width: 768px){
	.oe-authentication-item .item{
	    flex: auto;
	    width: 100%;
	}
	.service-about .row .col-lg-4{
	    min-height: 245px;
	}
}
@media screen and (max-width: 480px){
	.oe-authentication-advantage .item{
		flex: auto;
		width: 100%;
	}
	.oe-authentication-advantage .item:not(:last-child){
		padding-right: 0;
	}
	.primer-primer .left .item{
	    min-width: 40%;
	}
}