.section-service .tit .word{
	color: white;
}
.section-fore{
	max-width: 750px;
	color: #3E3E3E;
	/*margin: 9.9rem auto 14.5rem auto;*/
	margin: 8rem auto 12rem auto;
	font-size: 2.4rem;
	line-height: 4rem;
	text-align: center;
}
.section-foreword .inner .inner-one .r-inner .find a{
	display: inline-block;
	width: 30rem;
	height: 6rem;
	line-height: 5.6rem;
	border: 2px solid #dc000c;
	text-align: center;
	color: #dc000c;
	font-size: 2.4rem;
	font-weight: bold;
	cursor: pointer;
	margin: 3rem 0;
}
.section-foreword .inner .inner-one .r-inner .find a:hover{
	background: #dc000c;
	color: white;
	transition: all .2s;
}
.section-foreword .inner:hover{
	box-shadow: 0 12px 12px -10px rgba(0,0,0,.15);
}
.section-foreword .inner .inner-one img{
	transition: all .5s;
}
.section-foreword .inner:hover .inner-one img{
	transform: scale(1.05);
	transition: all .5s;
}
.section-foreword .inner .inner-one{
	overflow: hidden;
}
.section-foreword.foreword1 .inner-one:nth-of-type(1){
	float: right;
}
.section-foreword.foreword1 .inner-one:nth-of-type(2){
	float: left;
}
.section-foreword.foreword2 .inner-one:nth-of-type(1){
	float: left;
}
.section-foreword.foreword2 .inner-one:nth-of-type(2){
	float: right;
}

@media only screen and (max-width: 768px){
	.section-fore{
		margin: 33px 3px;
	    font-size: 16px;
	    line-height: 27px;
	    /* color: #707070; */
	}
	.section-foreword .inner .inner-one{
		text-align: center;
	}
	.section-foreword .inner .inner-one .r-inner .find{
		padding: 20px 0;
		margin: 0px auto;
		width: 167px;
	    height: 37px;
	    line-height: 37px;
	    font-size: 14px;
	}
	.section-foreword .inner .inner-one .r-inner .find a{
		font-weight: normal;
		width: 165px;
		height: 35px;
		line-height: 33px;
		border: 1px solid #dc000c;
		margin: 0;
		font-size: 16px;
	}
	.section-foreword .inner .inner-one .r-inner{
		margin: 23px 17px 33px 17px;
	}
}
