.stretchwrap{
	align-items: stretch;
	flex-wrap: wrap;
}
.home-banner{
	background-size: auto 100%;
	justify-content: center;
	overflow: hidden;
}
.home-banner .logos{
	width: 50%;
}
.home-server{
	background: url(../img/banner2.jpg) #f1f7ff no-repeat center bottom;
	padding: 5% 0 16%
}
.home-website{
	background: url(../img/banner3.jpg) no-repeat center top;
	background-size: 100% 100%;
}
.home-navigation{
	padding: 10px 0;
}
.home-navigation .menu{
	width: 30px;
}
.home-navigation .logo{
	display: block;
}
.home-navigation .logo img{
	max-height: 50px;
	max-width: 100%;
}
.home-navigation .users img{
	height: 24px;
}
.home-navigation .home-nav{
	margin-left: auto;
	margin-right: 20px;
}
.home-navigation .home-nav a{
	color: #333;
	font-size: 16px;
	padding: 0 15px;
	line-height: 50px;
	transition: all 0.3s;
}
.home-navigation .home-nav a:hover{
	color: #1642bb;
}
.home-server .server-text{
	align-items: stretch;
	flex-wrap: wrap;
}
.home-server .server-text .server-text-info h2{
	font-size: 38px;
	color: #000;
	font-weight: 900;
	line-height: 1.5em;
	margin-bottom: 6%;
}
.home-server .server-text .server-text-info p{
	font-size: 16px;
	line-height: 2em;
	color: #333;
}
.home-server .server-text .server-text-list{
	justify-content: flex-end;
	align-items: flex-start;
	margin-top: 10px;
}
.home-server .server-text .server-text-list .itm{
	margin-left: 15%;
}
.home-server .server-text .server-text-list .itm p{
	margin-bottom: 20px;
}
.home-server .server-text .server-text-list .itm p,
.home-server .server-text .server-text-list .itm h2{
	font-size: 16px;
	line-height: 1.8em;
	color: #333;
}
.home-server .server-text .server-text-list .itm h2 span{
	color: #1642bb;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 42px;
	margin-right: 6px;
}
.home-server .server-culture{
	margin: 24px 0;
	align-items: stretch;
	flex-wrap: wrap
}
.home-server .server-culture .itm{
	width: 30%;
	max-width: 400px;
	background-color: rgba(255,255,255,0.9);
	border-radius: 8px;
	padding: 24px 20px;
	justify-content: flex-start;
}
.home-server .server-culture .itm .tex{
	margin-left: 14px;
}
.home-server .server-culture .itm .tex h2{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.2em;
}
.home-server .server-culture .itm .tex p{
	font-size: 14px;
	line-height: 1.2em;
}
.home-server .server-phone{
	color: #2c4d93;
	font-weight: 600;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	justify-content: flex-start;
}
.home-server .server-phone span{
	margin-left: 10px;
}
.home-website h2.tts{
	font-size: 38px;
	font-weight: 900;
	color: #000;
	padding: 3% 0;
}
.home-website .home-website-list{
	margin-bottom: 3%;
}
.home-website .home-website-list .itm{
	background-color: #3babee;
	border-radius: 10px;
	display: block;
	margin-bottom: 30px;
	padding: 20px;
	position: relative;
	transition: all 0.3s;
}
.home-website .home-website-list .itm h2{
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}
.home-website .home-website-list .itm p{
	color: #fff;
	font-size: 14px;
}
.home-website .home-website-list .itm i{
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	width: 100px;
	line-height: 40px;
	display: block;
	background: url(../img/bgs.png) no-repeat center;
	background-size: 100% 100%;
	text-align: center;
	padding-left: 10px;
}
.home-website .home-website-list .itm:hover{
	box-shadow: 0 0 10px #acacac;
}
.home-website .home-website-list > div:nth-child(1) .itm{
	background-color: #3babee;
}
.home-website .home-website-list > div:nth-child(2) .itm{
	background-color: #3793fb;
}
.home-website .home-website-list > div:nth-child(3) .itm{
	background-color: #0bbfe9;
}
.home-website .home-website-list > div:nth-child(4) .itm{
	background-color: #26bd66;
}
.home-website .home-website-list > div:nth-child(5) .itm{
	background-color: #2ad0c6;
}
.home-website .home-website-list > div:nth-child(6) .itm{
	background-color: #17c4ec;
}
.home-website .home-website-list > div:nth-child(7) .itm{
	background-color: #1fcbbf;
}
.home-website .home-website-list > div:nth-child(8) .itm{
	background-color: #37aaec;
}
.home-copy{
	background-color: #1642bb;
	padding: 10px 0;
}
.home-copy .tex{
	color: #fff;
	line-height: 50px;
	font-size: 14px;
}
.home-copy .tex a{
	color: #fff;
}
.home-copy .cod{
	justify-content: flex-end;
}
.home-copy .cod .codes{
	color: #fff;
	line-height: 50px;
	margin-left: 8%;
	cursor: pointer;
	font-size: 14px;
}
.home-copy .cod .codes .ccs{
	bottom: 45px;
	padding: 5px;
	background-color: #fff;
	border-radius: 4px;
	opacity: 0;
	transition: all 0.3s;
	width: 90px;
	text-align: center;
}
.home-copy .cod .codes .ccs:after{
	content: '';
	display: block;
	border: 4px solid #fff;
	border-left-color: transparent;;
	border-top-color: transparent;
	position: absolute;
	bottom: -4px;
	left: 50%;
	transform: translate(-50%,0) rotate(45deg);
}
.home-copy .cod .codes .ccs img{
	width: 80px;
}
.home-copy .cod .codes:hover .ccs{
	opacity: 1;
}




@media (max-width: 1200px) {
	.home-banner > img{
		width: 1440px;
	}
	.home-navigation .home-nav a{
		padding: 0 10px;
		font-size: 14px;
	}

}
@media (max-width: 1024px) {
	.home-banner > img{
		width: 1024px;
	}
	.home-navigation .home-nav a{
		padding: 0 4px;
		font-size: 12px;
	}
	.home-server{
		padding-bottom: 20%;
	}
	.home-server .server-text .server-text-list{
		justify-content: space-between;
		margin: 20px 0 10px;
	}
	.home-server .server-text .server-text-list .itm{
		margin-left: 0;
	}
	.home-server .server-text .server-text-info h2{
		font-size: 28px;
	}
	.home-server .server-text .server-text-info p{
		font-size: 14px;
	}
	.home-website h2.tts{
		font-size: 28px;
		padding: 20px 10px;
	}
}
@media (max-width: 640px) {
	.home-banner .logos{
		width: 70%;
	}
	.home-server .server-culture .itm{
		width: 100%;
		margin-bottom: 10px;
		padding: 20px;
	}
	.home-server .server-text .server-text-list .itm h2 span{
		font-size: 32px;
	}
	.home-server .server-text .server-text-list .itm p{
		font-size: 14px;
		margin-bottom: 4px;
	}
	.home-website .home-website-list .itm{
		margin-bottom: 10px;
	}
	.home-copy .tex{
		line-height: 1.5em;
		font-size: 14px;
	}
	.home-website .home-website-list .itm h2{
		font-size: 16px;
	}
	.home-website .home-website-list .itm i{
		font-size: 12px;
		line-height: 30px;
		width: 80px;
	}
	.home-copy .cod{
		display: none;
	}
	.home-navigation .users{
		margin-left: auto;
		margin-right: 10px;
	}
}
