/* 首页-信创适配认证 */
.xc-morebtn{margin-top: 50px;height:0}
.xc-morebtn .index-news-more{padding:50px 0px;text-align: center;width: 100%;}

.xc-morebtn .index-news-more .button--aylen {
	color: #49d793;
	border:1px solid #49d793;
    border-radius:6px;
	overflow: hidden;
    display: block;
    margin: auto;
    background: none;
    vertical-align: middle;
    position: relative;
    z-index: 1;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.xc-morebtn .index-news-more .button--aylen.button--inverted {
	background: none;
	color: #fff;
}
.xc-morebtn .index-news-more .button--aylen::before{
	content:attr(data-text);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity:1;
	-webkit-transition: -webkit-transform 0.3s,opcity 0.3s;
	transition: transform 0.3s,opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.xc-morebtn .index-news-more .button--aylen::before {
	background: #49d793;
  	color:#fff;
}
.xc-morebtn .index-news-more .button--aylen:hover {
	background-color: #198c55;
}
.xc-morebtn .index-news-more .button--aylen:hover::before{
	opacity:0;
  	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.xc-morebtn .index-news-more .button--aylen span{
	display: inline-block;
  	opacity: 0;
  	color: #fff;
  	-webkit-transform: translate3d(10px, -50px, 0);
  	transform: translate3d(10px, -50px, 0);
  	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  	transition:transform 0.3s, opacity 0.3s;
  	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.xc-morebtn .index-news-more .button--aylen:hover span{
	opacity: 1;
  	-webkit-transform: translate3d(0, 0, 0);
  	transform: translate3d(0, 0, 0);
}
.xc-morebtn .index-news-more .button--aylen:hover span:nth-child(1){
	-webkit-transition-delay: 0.045s;
    transition-delay: 0.045s;
}
.xc-morebtn .index-news-more .button--aylen:hover span:nth-child(2){
	-webkit-transition-delay: 0.09s;
    transition-delay: 0.09s;
}
.xc-morebtn .index-news-more .button--aylen:hover span:nth-child(3){
	-webkit-transition-delay: 0.135s;
    transition-delay: 0.135s;
}
.xc-morebtn .index-news-more .button--aylen:hover span:nth-child(4){
	-webkit-transition-delay: 0.18s;
    transition-delay: 0.18s;
}
.xc-morebtn .index-news-more .button--aylen:hover span:nth-child(5){
	-webkit-transition-delay: 0.225s;
    transition-delay: 0.225s;
}


.xc-morebtn .index-news-more a{display: block;background: #fff;font-size: 20px;width: 230px;height: 50px;line-height: 50px;margin: 0 auto;color: #fff;}
.xc-morebtn .index-news-more a:hover{color: #fff;}
.index-certificate .topbox{line-height: 38px;text-align: center;}
.index-certificate .topbox .title{font-size: 32px;color: #242b28;}
.index-certificate .topbox .english{font-size: 28px;color: #7b8288;padding: 15px 0px;margin-bottom: 40px;background: url(../images/index/line.png) no-repeat center center;}
.index-certificate .topbox .english span{display: inline-block;position: relative;}
/* .index-certificate .topbox .english span::after,.index-certificate .topbox .english span::before{position: absolute;top: 0;bottom: 0;margin: auto; display: block;content: '';width: 62px;height: 1px;border: solid 1px #7b8288; }
.index-certificate .topbox .english span::after{left: -78px;}
.index-certificate .topbox .english span::before{right: -78px;} */
.index-certificate .topbox .info{font-size: 18px;color: #2d2d2d;}


.index-certificate .btmbox{position: relative;margin: 70px 0px;}

.index-certificate .news-slideritem {width: auto;max-width: 220px;padding: 0px 20px;}
.index-certificate .news-slideritem a{width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: center;}

.index-certificate .news-item .imgbox {height: 118px;width: 100%;margin:20px 0px 5px;}
.index-certificate .news-item .imgbox img {height: 100%;width: 100%;object-fit: contain;}
.index-certificate .news-item .txt {font-size: 14px;line-height: 38px;color: #414141;text-align: center;transition: all .3s;white-space: nowrap;text-overflow: ellipsis; overflow: hidden;max-width: 100%; }
.index-certificate .news-item img,.news-item .txt{transition: all .3s;}
.index-certificate .news-item.active .txt,.news-item:hover .txt{color: #ffffff;margin-top: 20px;}

.index-certificate .sliderbox{position: relative;padding: 0px 20px;background-color: #f5f8f6;border-radius: 4px;border: solid 1px #57f0c3;}
.index-certificate .news-slider {height: 188px;overflow: hidden;}
.index-certificate .btmbox .container{position: relative;}
.index-certificate .news-slider-btn{position: absolute;top: 0;bottom: 0;margin: auto; width: 42px;height: 43px;border: solid 2px #28b06e;border-radius: 50%;}
.index-certificate .news-slider-prev{left: -60px; background:#fff url(../images/index/left_on.png) no-repeat center center;box-shadow: 0px 12px 21px 0px rgba(172, 172, 172, 0.31);}
.index-certificate .news-slider-next{right: -60px;background:#fff url(../images/index/right_on.png) no-repeat center center;box-shadow: 0px 12px 21px 0px rgba(172, 172, 172, 0.31);}
.index-certificate .news-slider-prev:hover{background:#28b06e url(../images/index/left.png) no-repeat center center;box-shadow: 0px 12px 21px 0px rgba(40, 176, 110, 0.31);}
.index-certificate .news-slider-next:hover{background:#28b06e url(../images/index/right.png) no-repeat center center;box-shadow: 0px 12px 21px 0px rgba(40, 176, 110, 0.31);}
.index-certificate .news-slider-btn:focus-visible{outline: none;}

.index-certificate .item-bg {width: 300px;height: 230px;opacity: 0; position: absolute;top: -18px;background: #49d793;border-radius: 6px;box-shadow: 5px 9px 14px 2px rgba(22, 131, 79, 0.57);transition: all .3s;left: -30px;}
.index-certificate .item-bg.active {opacity: 1;}

.index-maskbox{position: fixed;top: 0;bottom: 0;left: 0;right: 0;margin: auto;background: rgba(0, 0,0, 0.4);z-index: 9;display: flex;align-items: center;justify-content: center;}
.index-maskbox .imgbox{position: relative;height: 60%;max-width: 80%;}
.index-maskbox .imgbox .img{max-width: 100%;max-height: 100%;}
.index-maskbox .close-btn{position: absolute;cursor: pointer; right: -52px;top: -42px;width: 34px;height: 34px;background: url(../images/index/closebtn.png) no-repeat center center; }


/* @media screen and (min-width: 2000px) {
  .index-certificate{padding: 215px 0px 180px;}
}
@media screen and (min-width: 1900px) {
  .index-certificate{padding: 195px 0px 170px;}
}
@media screen and (max-width: 1400px) {
  .index-certificate{padding: 165px 0px 140px;}
} */
@media screen and (min-width: 1200px) {
  .index-certificate{height: 100vh;display: flex;flex-direction: column;justify-content: center;}
}
@media screen and (max-width: 1200px) {
  .index-certificate{padding: 80px 0px 40px;}
}
@media screen and (max-width: 992px) {
  .index-certificate .news-slideritem{max-width: 230px;}
}
@media screen and (max-width: 768px) {
  .xc-morebtn{margin-top: 0px}
  .index-certificate .news-slider-btn{display: none !important;}
  .index-certificate .item-bg{display: none;}
  .index-certificate .news-item.active .txt, .news-item:hover .txt{margin-top: 0;color: #414141;}
}
@media screen and (max-width: 576px) {
  .index-certificate .news-slideritem{max-width: 100%;}
}

@media screen and (min-width: 577px) {
  .index-certificate .news-item.active img,.news-item:hover img{-webkit-transform: scale(1.15);-moz-transform: scale(1.15);-ms-transform: scale(1.15);-o-transform: scale(1.15);transform: scale(1.15);}

}
