/* 公共样式 */
.clear {
	clear: both;
}

.height51 {
	height: 51px;
}

.height30 {
	margin-top: 30px;
}

.fLeft {
	float: left;
}

.mr-30 {
	margin-right: 30px;
}
/* 
body {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,#grayscale");
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(1);
} */
a{text-decoration: none;color: #000;}


/* 网站头部 */
.Search {
	width: 80px;
}

/* 网站首页 */
.h-title {
	text-align: center;
	border-bottom: 1px #E0DFE3 dashed;
	padding: 20px 0;
	margin-bottom: 20px;
}

.h-title h2 {}

.carousel .fa {
	font-size: 35px;
}

.carousel-dark .carousel-indicators [data-bs-target] {
	color: #fff;
	background-color: #fff;
}

.case {}

.case ul {}

.card {}

.card-li {
	margin: 10px 0px;
}

.card-li a {
	text-decoration: none;
}

.card-title a {
	color: #605C53;
}


/* 首页新增服务 */

.Service {
	background-color: #FBFBFB;
	padding: 30px 0;
}

.Service .Service-li {
	text-align: center;
	padding: 15px 0;
}

.Service .Service-li i {
	color: #95BBEC;
	font-size: 6vw;
}

.Service .Service-li p {
	height: 30px;
	margin-top: 15px;
}

.Service .Service-li div:hover i {
	color: #0dcaf0;
}


.About {
	padding: 30px 0;
	background-image: url(../images/web-bg.jpg);
}

.About-li {}

.About-li img {
	padding: 10px 0;
}


.process {
	padding: 30px 0;
	background-image: url(../images/web-bg.jpg);
}

.process-li {
	text-align: center;
	padding: 15px 0;
}

.process-li i {
	color: #95BBEC;
	font-size: 3vw;
	padding: 15px 0;
}

.process-li i:hover {
	text-align: center;
	color: darkgoldenrod;
}

/* 服务器 */
.Cloudservers{
	padding: 30px 0;
	background-image: url(../images/map-bg.png);
	
}
.Cloudservers-li {
	text-align: center;
	padding: 15px 0;
}

.Cloudservers-li i {
	color: #95BBEC;
	font-size: 3vw;
	padding: 15px 0;
	text-align: center;
}

.Cloudservers-li i:hover {
	color: darkgoldenrod;
}
.Cloudservers .card{margin-bottom: 20px;}


/* 行业APP */
.industry{
	padding: 30px 0;
	background-image: url(../images/web-bg.jpg);
}
.industry-li {
	text-align: center;
	padding: 15px 0;
}

.industry-li i {
	color: #95BBEC;
	font-size: 65px;
	padding: 15px 0;
}

.industry-li .card{margin-bottom:20px;}
.industry-li .card:hover i{
	color: darkgoldenrod;
}

/* 合作伙伴 */
.partners li {
	float: left;
}

.partners img {
	margin: 0 10px 10px 0;
}

.partners-text {
	margin: 20px 0;
}

.partners-text span {
	margin-right: 5px;
}

.partners-text a {
	color: #605C53;
	text-decoration: none;
	font-size: 12px;
}



/* 网站底部 */
.footer {
	color: #fff;
	background-color: #2e6da4;
}

.footer span {
	color: #fff;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	color: #fff;
}

.copyright {
	padding-bottom: 20px;
}
.copyright p{}

.old_menu {
	padding-top: 20px;
}

.old_menu a {
	padding: 0 5px;font-size: 12px;
}
/* 二维码 */
.Qrcodecenter{width: 320px;margin: 0 auto;}
.Qrcode{text-align: center;width: 100px;float: left; margin:10px 30px 0 10px;}
.Qrcode img{height: auto;width:100px;}
.Qrcode-p{font-size: 12px;padding:5px 0;}


/* 栏目列表 */
.top_banner {
	background: url('../images/slider_bg1.jpg');
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.top_banner_top {
	padding: 4% 0;
}

.top_banner_top h2 {
	color: #ffffff;
	text-transform: uppercase;
}

/* 新闻列表 */
.listmain {
	min-height: 500px;
	margin-top: 30px;
}



.slt-left {
	float: left;
	margin-right: 20px;
}

.slt-right {}


/* 详细页 */
.list-main {}

.page-main {
	margin: 30px 0;
	min-height: 500px;
}

.page-main img {
	max-width: 100%;
}

.details img {
	max-width: 100%;
}

.fengexian {
	border-bottom: 1px #E0DFE3 dashed;
	padding: 10px 0;
	margin-bottom: 20px;
}

.labelList {
	color: #000;
	text-decoration: none;
}




/* 上一页 */
.show-next {
	padding: 15px 0;
	margin-top: 30px;
	margin-bottom: 30px;
}

.show-next div {}

.show-next a {
	color: #000000;
	text-decoration: none;
}

.show-next i {
	color: red;
}


/* 分页 */
#pages {
	list-style: none;
}

#pages li {
	float: left;
	border: 1px solid #95BBEC;color: #E31939;
	margin-right: 3px;
	margin-bottom: 3px;
}

#pages li a {
	color: #000;
	text-decoration: none;
	padding:0px 10px;
	display: inline-block;
}
#pages .active{border: 1px solid #95BBEC;color: #E31939;padding:0px 10px;}

/* 相关推荐 */
.like-title {
	border-bottom: 1px #E0DFE3 dashed;
	padding: 10px;
	margin-bottom: 20px;
}


/* 标签 */



/* 详细页TAG */
.show_tags {
	margin: 20px;
}

.show_tags ul {
	padding: 0;
	margin: 0;
}

.show_tags ul li {
	height: 30px;
	line-height: 30px;
	list-style-type: circle;
}

.show_tags ul li a {
	color: #000;
}

/* tags列表 */
.tags_list_tit {
	float: left;
}

.tags_list_tit a {
	color: #000;
	padding: 10px;
}


/* 产品筛选 */
.product_box {}

.classify-screen {
	/* border: 1px solid #ececec; */
	font-size: 12px;
	padding: 5px 20px 0px;
	margin: 15px auto;
}

.classify-box {
	padding: 10px 0px;
}

.classify-box .classify-name {
	width: 80px;
	float: left;
	font-size: 16px;
	font-weight: 400;
	text-indent: 15px;
	line-height: 30px;
}

.classify-box .classify-screen-con {
	font-size: 16px;
	line-height: 30px;
	float: left;
	width: auto;
}

.classify-box .classify-screen-con .classify-choose {
	width: auto;
	float: left;
}

.classify-box .classify-screen-con a {
	position: relative;
	float: left;
	color: #666;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
}

.classify-box .classify-screen-con a:hover {
	color: #E31939;
}

.classify-box .classify-screen-con a:after {
	content: '';
	display: block;
	width: 1px;
	height: 16px;
	background-color: #e3e3e3;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}

.classify-box .classify-screen-con a span {
	padding: 3px 10px;
	margin: 0 10px;
}

.classify-box .classify-screen-con a.selected span {
	background: #E31939;
	color: #ffffff;
}

/* 搜索历史 */
.shistory{}
.shistory a{color: #000;}

.content-main{}
.content-main img{max-width: 100%;}
.position{}
.position a{color: #000;text-decoration: none;}