.sheshi{
	width: 100%;
}

.sheshik{
	width: 1200px;
	margin: 0 auto;
}


.sheshititle{
	width: 100%;
	height: auto;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	padding-top: 80px;
}

.sheshisubtitle{
	margin-top: 60px;
	margin-bottom: 50px;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	color: #333333;
}

.shemain{
	width: 100%;
	display: flex;
	align-items:flex-start;
	margin-bottom: 45px;
}

.shetext{
	    font-size: 16px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 32px;
		letter-spacing: 0px;
		color: #333333;
		margin-left: 25px;
}

.shedatu{
	width: 100%;
	margin-bottom: 40px;
}

.shedatu img{
	width: 100%;
}

.sheimg{
	line-height: 32px;
}

@media (max-width:1200px) {
	.sheshik{
		width: 100%;
		margin: 0 auto;
		padding-left: 8px;
		padding-right: 8px;
	}
	.sheshititle {
	    width: 100%;
	    height: auto;
	    font-size: 30px;
	    color: #333333;
	    font-weight: bold;
	    padding-top: 30px;
	}
	.sheshisubtitle {
	    margin-top: 30px;
	    margin-bottom: 30px;
	    font-size: 18px;
	    font-weight: bold;
	    line-height: 36px;
	    color: #333333;
	}
	.shemain {
	    width: 100%;
	    display: flex;
	    align-items: flex-start;
	    margin-bottom: 30px;
	}
	
	
	
}

@media (max-width:767px) {
	.sheshisubtitle {
	    margin-top: 20px;
	    margin-bottom: 30px;
	    font-size: 16px;
	    font-weight: bold;
	    line-height: 25px;
	    color: #333333;
	}
	.shemain {
	    width: 100%;
	    display: flex;
	    align-items: flex-start;
	    margin-bottom: 20px;
	}
	.shetext {
	    font-size: 16px;
	    font-weight: normal;
	    font-stretch: normal;
	    line-height: 25px;
	    letter-spacing: 0px;
	    color: #333333;
	    margin-left: 10px;
		text-align: justify;
	}
	
}