﻿@media screen and (max-width:1024px){
	.s-top{
		margin:0;
		height:5.8rem;
		background-image: url(../image/service_banner2_bg.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-attachment: fixed;
		
		box-sizing: border-box;
		overflow: hidden;
	}
	.s-top-title{
		box-sizing: border-box;
		padding-top:0.8rem;
		border:0px #0077AA solid;
		height:2rem;
	}
	.s-top-title h1{
		color:#333;
		text-align: center;
		margin-bottom: 0rem;;
	}
	.s-top-title h2{
		color:#333;
		font-size:0.18rem;
		text-align: center;
		margin-bottom: 0.1rem;;
	}
	.s-top-content{
		border:0px #000000 solid;
		padding:0rem 0.1rem 0 0.1rem;
		box-sizing: border-box;
		font-size: 0.16rem;
		line-height: 0.3rem;
		color: #848d96;
		height:3rem;
		
		overflow: auto;
	}
	.s-top-content::-webkit-scrollbar {
		width: 0px;
	}
	.s-top-content div{
		text-indent:0.32rem;
	}
	
	.s-a{
		
	}
	.sa-box{
		background-image: url(../image/service-sa-bg.jpg);
		background-repeat: no-repeat;
		background-position: right bottom; 
		box-sizing: border-box;
		overflow: hidden;
	}
	.sa-left,.sa-right{
		border:0px #000000 solid;
		box-sizing: border-box;
	}
	.sa-left{
		width:100%;
		height:9rem;
		position: relative;
		background-image: url(../image/service-sa-bottom.jpg);
		background-repeat: no-repeat;
		background-position: center bottom; 
		background-size: 5rem 6.5rem;
	}
	.sa-right{
		width:100%;
		padding:0.8rem 0.1rem 0 0.1rem;
		overflow: hidden;
	}
	.sa-right h2{
		color: #2fa1d3;
	}
	.sa-left-top{
		border:0px #0077AA solid;
		width:2rem;
		margin:1rem auto;
	}
	.sa-left-top img{
		width:100%;
	}
	
	.sa-right-content{
		margin: 0.2rem 0 0.8rem 0;
		color: #585858;
		font-size: 0.15rem;
		line-height: 0.22rem;
		text-indent: 0rem;
	}
	.sa-right-content li{
		list-style-type:disc;
		margin-left:0.2rem;
	}
	.sa-right-content td{
		padding:0.05rem;
	}
}	