.content {
	margin: auto;
}

.content-box-dynamic {
	max-width: 1200px;
	margin: auto;
	padding: 0 5%;
	overflow: hidden;
}

.content-box-00 {
	width: 100%;
	height: 100vh;
	background-color: #FFFFFF;
	background-image: url(/static/img/microServer/banner00.png);
	background-position: center bottom;
	background-size: cover;
	z-index: 1;
}

@keyframes moveBG {
	0% {
		background-position-x: 200px;
	}

	50% {
		background-position-x: 400px;
	}

	100% {
		background-position-x: 200px;
	}


}


.cover {
	/* background-color: rgba(20, 25, 30, .95); */
	width: 100%;
	height: 100%;
	position: relative;
}


#titleBox{
	transform: translateY(-60px);
}

#title {
	padding-bottom: 16px;
	text-align: center;
	animation: moevTitle 2s ease;
	-webkit-animation: moevTitle 2s ease;
	
	/* Safari 和 Chrome */
}



#titleBox img {
	width: 320px;
	
	
}

#titleBut{
	width: 300px;
	margin: auto;
}

.img-p{
	text-align: center;
	/* background-image: url(../../img/microServer/img-p.png); */
	width: 100%;
	height: 300px;
	background-position: center;
	background-position-y: 40px;
	background-size: auto;
}

.img-p img{
	display: block;
	width: 770px;
	margin: auto;
}

@media screen and (max-width:720px) {
	
	
	#titleBox{
		transform: translateY(0px);
	}
	
	
	#titleBox img {
		width: 80%;
	}
	
	.content-box-00{
		background-position: center bottom;
		background-size: cover;
		
	}
	
	
	.img-p img{
		display: block;
		padding-top: 64px;
		transform: translateX(-420px);
	}
	
	.img-p{
		text-align: center;
		background-position-x: 780px;
	}
	
	
	
	.cover {
		/* background-color: rgba(15, 20, 30, .95); */
	}
}



@keyframes moevTitle {
	0% {
		animation-delay: 1s !important;
		-webkit-animation-delay: 1s !important;


	}

	5% {
		transform: translateY(180px);
		opacity: 0;
	}

	100% {
		transform: translateY(0px);
		opacity: .9;
	}
}



.page-tags {
	width: 100%;
	height: 120px;
	display: block;
	background-color: rgba(45, 50, 56, 1);
	position: absolute;
	overflow: hidden;
	bottom: 0;
}

.page-tags ul li {
	float: left;
	width: 20%;
	padding-top: 4rem;
	text-align: center;
}


.page-tags ul li a {
	font-size: 14px;
	font-weight: bold;
	color: rgba(200, 200, 200, 1);
	display: block;
	height: 100px;
	background-color: rgba(255, 142, 0, 0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.page-tags-remark {
	display: block;
	opacity: 0;
	transform: translateY(-20px);
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	text-transform: uppercase;
}

.page-tags ul li:hover {
	display: block;
	background-color: rgba(0, 142, 255, 1);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.page-tags ul li:hover a {

	color: rgba(255, 255, 255, .9);
	transform: translateY(-8px);

}

.page-tags ul li:hover .page-tags-remark {
	opacity: 0.6;
	transform: translateY(0px);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


@media screen and (max-width:720px) {
	.page-tags {
		height: 80px;
		display: none;
		background-color: rgba(0, 0, 0, 0);
	}

	.page-tags ul li {
		padding-top: 12px;
	}

	.page-tags-remark {
		display: none;
	}

	.page-tags ul li:hover {
		background-color: rgba(0, 142, 255, 0);
	}

	.page-tags ul li:hover a {
		transform: translateY(0px);
	}

}





.banner-bg-01{
	width: 100%;  height: 60vh;  min-height: 780px;  background-color: #181c1e;
	background-image: url(/static/img/microServer/banner01-pc.jpg);
	background-position: bottom; background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: auto;
}


.banner-bg-02{
	width: 100%;
	height: 60vh;
	min-height: 760px;
	background-color: #060813;
	background-image: url(/static/img/microServer/banner02-pc.png);
	-webkit-background-image: url(/static/img/microServer/banner02-pc.png);
	-ms-backgroud-image: url(/static/img/microServer/banner02-pc.png);
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 1920px;
}

.banner02-title{
	width: 50%; padding-top: 100px; margin: auto; text-align: center;
}

@media screen and (max-width:720px) {
	.banner-bg-01 {
		max-height: 600px;
		background-image: url(/static/img/microServer/banner01-iphone.jpg);
		background-position: center bottom;
		background-size: 100%;
	}
	
	.banner-bg-02{
		height: 70vh;
		
		min-height: auto;
		background-image: url(/static/img/microServer/banner02-iphone.png);
		background-position: center bottom;
		background-size: 100%;
	}
	
	.banner02-title{
		width: 90%;
		padding-top: 60px;
		line-height: 3.5rem;
	}
	
	.banner02-title h2{
		font-size: 1.6rem;
	}

}



@media screen and (min-width:1980px){
	.banner-bg-02,.banner-bg-01{
		background-size: cover;
	}
}





/* banner 03 */

.banner-BG {
	background-size: 75%;
	background-repeat: no-repeat;
	background-position-y: 560px;
	background-position-x: center;
}

.banner-bg-05{
	width: 100%; height: 900px;background-color: #007EFF;
	background-image: url(/static/img/microServer/banner05-pc.svg);
	background-position: center; background-size: auto;
}

.banner05-title{
	width: 320px; padding-top: 160px; padding-left: 60px;
}


/* ip */

.banner-bg-06{
		width: 100%; height: 760px;background-color: #007EFF;
		background-image: url(/static/img/microServer/banner02.jpg);
		background-position: center; background-size: cover;
	}


.bandwidth{
	width: 50%;
	height: auto;
	padding: 24px;
}

.bandwidth-box{
	max-width: 360px;
	background-color: snow; 
	border-radius: 8px; padding-bottom: 24px; 
	margin: auto; 
	overflow: hidden;
}


@media screen and (max-width:720px) {
	.banner-BG {
		background-size: 180% auto;
		background-position-y: 820px;
	}
	
	.banner-bg-05{
		background-size: 100%;
		height: 80vh;
		background-position: center bottom; 
		background-image: url(/static/img/microServer/banner05-iphone.png);
	
	}
	
	.banner05-title{
		width: 70%;
		padding-top: 60px;
	}
	
	.banner-bg-06{
		height: auto;
		padding-bottom: 42px;
	}
	
	
	.bandwidth{
		width: 90%;
		margin: auto;
		margin-bottom: 42px;
	}
	
	.bandwidth-fc  .L{
		float: inherit;
	}
	
	.bandwidth-box{
		width: 95%;
		margin: auto;
		overflow: hidden;
	}

}







ul.iconShow li {
	width: 25%;
	height: 48px;
	float: left;
	text-align: center;
}

.icoBox {
	width: 56px;
	height: 64px;
	margin: auto;
}

.icoBox img {
	width: 100%;
}

@media screen and (max-width:720px) {
	ul.iconShow li {
		width: 50%;
		height: 120px;
		float: left;
		text-align: center;
	}

}


.JiaoGouIcon p {
	color: #F6F6F6;
}


/* 架构活 */

.content-architecture{
	width: 100%;text-align: center; height: 920px; background-color: #1D2129;overflow: hidden;
}



#imgShow {
	width: 100%;
	margin-top: 160px;
	overflow: hidden;
	/* background-color: #1D2129; */
}

#imgShow img {
	width: 90%;
	max-width: 920px;
	margin: auto;
	display: block;
	transform: translateY(0px);
}

#imgShow ul {
	width: 500vw;
}

#imgShow ul li.showImg {
	float: left;
	width: 100vw;
	text-align: center;
	transform: translateX(0px);
	transition: all 0.8s ease;
}


.icoBoxs {
	opacity: 0.2;
}





/* 易上手 */

.YSBox ul li {
	float: left;
	width: 33%;
}

.content-box-YSS {
	min-height: 600px;
	padding-bottom: 40px;
}

.YSBox ul li .box {
	width: 95%;
	max-width: 320px;
	height: 320px;
	border-radius: 8px;
	box-shadow: 0 24px 36px rgba(0, 0, 0, .2);
	margin: auto;
	position: relative;
	overflow: hidden;
}

.YSBox ul li .imgs {
	width: 100%;
	height: 220px;
	background-color: #FFA500;
}

.YSBox ul li .text-fc {
	padding-top: 20px;
	text-align: center;
}

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

	.YSBox ul li {
		float: initial;
		width: 100%;
		margin-bottom: 24px;
	}

}


.imgs{
	width: 100%;
}


/* 表格  product-box*/

.product-box{
	width: 50%; 
	padding-bottom: 100px;
	min-height: 600px; 
	adding-bottom: 24px;
	background-color: #FFFFFF;
	float: left;
}




.bandwidth table{
	width: 100%;margin: auto; border: none;
}


.table-pc {
	display: block;
}

.table-pc table {
	width: 320px; margin: auto; border: none;
}

tr{
	height: 56px;border: none;
}

td { 
	font-size: 13px;
	padding: 12px;
	border: none;
}

.product-title{
	height: 68px; font-size: 18px; text-align: center; 
}

.img-padding{
	padding: 0;
}

.img-padding img{
	display: block; width: 100%;
}



.title td {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

td.one {
	width: 20% !important;
	text-align: left !important;
}

td.JGe {
	color: #FA6400;
	font-weight: bold;
	font-size: 16px;
}

td.but2 {
	border: none !important;
}

.but2 .but-fill{
	padding: 12px 24px; background-color: #007EFF;color: white; border-radius: 4px; width:100%;text-align: center; margin-top: 8px;
}


.but2 .but-line{
	padding: 12px 24px; color: #007EFF; border-radius: 4px; width: 100%;text-align: center; margin-top: 10px; border:1px solid #007EFF;
}


.price{
	height: 64px;
}

.price-number{
	font-size: 24px;
	font-weight: bold;
	color: #FA6400;
}





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

	.product-box{
		width: 90%;
	}

	

}

.vmeun th {
	font-size: 16px;
}



a.cont {
	color: white !important;
	background-color: #007EFF !important;
}

.vmeun a {
	padding: 12px 36px;
	background-color: #e0e0e0;
	border-radius: 20px;
	color: black;
}

.vmeun a:hover {

	background-color: #0099FF !important;

	color: white !important;
}
