
.big-bg{
	background: url(../shopimg/5652a425ae45d.jpg) no-repeat;
	background-size: 100%;
	height: calc(100vh - 80px);
	background-position: top center;
	position: relative;
}
.big-text{
	width: 100%;
	height: calc(100vh - 80px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,.7);
	color: #fff;
}
.big-text h1{
	color: #fff;
	font-size: 60px;
	margin-bottom: 24px;
}
.big-text p{
	color: #fff;
	font-size: 24px;
	margin-bottom: 36px;
}
.big-text a{
	text-align: center;
	color: #fff;
	background: #078651;
	width: 200px;
	line-height: 50px;
	border-radius: 25px;
}
.imgtitle{
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}
.bot{
	/*height: 667px;*/
	background: url(../shopimg/server-bg.png) no-repeat center 79px;
	background-size: 100% 484px;
}
.bot-left,.bot-mid,.bot-right{
	float: left;
}
.bot-left{
    width: 439px;
    float: left;
    text-align: right;
    padding: 79px 0 0 0;
}
.bot-left span {
    float: right;
    display: block;
    /*height: 667px;*/
    width: 130px;
    overflow: visible;
    text-align: left;
}
.left-span1 {
    padding: 68px 0 0 0;
}
.left-span2 {
    padding: 90px 0 0 0;
}
.left-span3 {
    padding: 147px 0 0 0;
}
.left-span1 img {
    margin-bottom: 60px;
}
.left-span2 img {
    margin-bottom: 37px;
}
.left-span3 img {
    margin-bottom: 42px;
}


.bot-right{
    width: 439px;
    float: left;
    text-align: right;
    padding: 79px 0 0 0;
}
.bot-right span {
    float: left;
    display: block;
    /*height: 667px;*/
    width: 130px;
    overflow: visible;
}
.right-span1 {
    padding: 68px 0 0 0;
}
.right-span2 {
    padding: 90px 0 0 0;
}
.right-span3 {
    padding: 147px 0 0 0;
}
.right-span1 img {
    margin-bottom: 60px;
}
.right-span2 img {
    margin-bottom: 37px;
}
.right-span3 img {
    margin-bottom: 42px;
}
.proce{
	padding-bottom: 100px;
	background: #fff;
}
.proce-list{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.proce-list li{
	flex-shrink: 0;
	margin-top: 56px;
}
.proce-list li.t{
	width: 208px;
	text-align: center;
	margin-top: 0;
}
.proce-list li.t p{
	font-size: 18px;
	line-height: 1.5;
}
.jiazhi{
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0;
}
.jiazhi img{
	display: block;
	width: 300px;
	height: 190px;
	object-fit: contain;
	margin-right: 150px;
}
.jiazhi img:nth-child(3n){
	margin-right: 0;
}
.swiper-container{
	margin-top: 30px;
}
.swiper-container .swiper-wrapper .swiper-slide img{
	width: 260px;
	height: 460px;
}
.swiper-container2{
	padding: 66px 0;
	height: 50px;
	overflow: hidden;
}
.swiper-container2 .swiper-wrapper .swiper-slide img{
	width:130px;
	max-height: 50px;
	object-fit: contain;
	opacity: .3;
}
.sqty{
	width: 100%;
	height: 760px;
    background: url(../shopimg/experience-bg.png) no-repeat center top;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.sqty img:first-child{
	margin-top: 100px;
}
.sqty a{
    text-align: center;
    color: #fff;
    background: #078651;
    width: 200px;
    line-height: 50px;
    border-radius: 25px;
}
.sqty a:hover{
	background: #057144;
}