.service-content {display: flex;align-items: center;justify-content: space-between;}
.service-content .service-left{width: 50%;position: relative;}
.service-content .service-left img{max-width: 100%;height: auto;}
.service-content .service-left .eng-letter{right: -12%;}
.service-content .service-right{width: 40%;font-size: 18px;line-height: 2.2;}
@media only screen and (max-width:1680px ) {
}

@media only screen and (max-width:1440px ) {

}

@media only screen and (max-width:1366px ) {
.service-content .service-right{font-size: 16px;line-height: 2;}

}

@media only screen and (max-width:1200px ) {
	

}

@media only screen and (max-width:1024px ) {

}

@media only screen and (max-width:768px ) {
.service-content .service-left .eng-letter{display: none;}
.service-content {flex-direction: column;align-items: flex-start;}
.service-content .service-left,.service-content .service-right{width: 100%;}
.service-content .service-right{margin-top: 20px;}
}

@media only screen and (max-width:640px ) {


}

@media only screen and (max-width:480px ) {

}

@media only screen and (max-width:414px ) {
	
}

@media only screen and (max-width:375px ) {
	
}

@media only screen and (max-width:320px ) {
	
}