/*begin*/
.re-tit{
	text-align: center;
	width: 788px;
	margin:0 auto;
}
.re-tit span{
	font-size: 12px;
	color:#00694d;
	text-transform: uppercase; 
}
.re-tit h3{
	font-size: 35px;
	position: relative;
	padding:10px 0;
}
.re-tit h3:before{
	position: absolute;
	display: block;
	content: "";
	height: 2px;
	width: 3em;
	left: 50%;
	margin-left: -1.5em;
	bottom: 0px;
	background-color:#00694d;
}
.re-tit p{
	padding:15px 0;
	line-height: 1.8;
	color: #888;
}
#response{
	background-color: #fff;
}
/*re-box*/
.re-box{
	position: relative;
	height: 630px;
}
.re-img{
	position: absolute;
    top: 70px;
    right: 0;
    width: 61.49%;
    height: 490px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.re-item{
	margin-top: 70px;
	margin-bottom: 70px;
}
.re-item .re-img{
	top: 46px;
    height: 514px;
    background-position: 50% 0%;
}
.re-con{
	padding-left: 8.57%;
    position: relative;
    z-index: 10;
}
.re-ji{
	    width: 42.51%;
    box-sizing: border-box;
    padding: 80px 48px 88px;
    background: rgba(244, 244, 244, 0.9);
    position: relative;
}
.re-ji:after{
	content: '';
    display: block;
    width: 21px;
    height: 95px;
    background: url(../images/you-arrow.png);
    background-size: 21px 95px;
    position: absolute;
    top: 50%;
    right: -21px;
    margin-top: -47.5px;
}

.inner{
	width: auto;
    max-width: 308px;
    margin: 0 auto;
}
.inner h2{
	margin-bottom: 48px;
}
.inner p{
	font-size: 15px;
    line-height: 1.93;
    margin-top: -6.975px;
}
.inner span{
	margin-top: 30px;
	padding:5px 8px;
	color: #fff;
	background-color: #00694d;
	display: inline-block;
}
.re-right .re-img{
	right: auto;
    left: 0;
}
.re-right .re-con{
	padding-left: 0;
    padding-right: 8.57%;
}
.re-right .re-ji{
	float: right;
}
.re-right .re-ji:after{
	transform: scale(-1, 1);
    right: auto;
    left: -21px;
}
@media (max-width:1200px){
	.re-item .re-img,.re-img{
		height: 400px;
	}
	.re-ji{
		padding:35px 40px;
	}
	.re-item{
		margin-bottom:30px;
		margin-top: 30px;
	}
	.re-box{
		height: 510px;
	}
}
@media (max-width:1080px){
	.re-item .re-img,.re-img{
		height: 350px;
	}
	.re-box{
		height: 450px;
	}
}
@media (max-width:800px){
	.re-con{
		padding-left: 0px;
	}
	.re-right .re-con{
		padding-right: 0px;
	}
	.re-item .re-img,.re-img{
		top: 0px;
	}
	.re-ji{
		width: 63%;
	}
	.re-tit{
		width: 90%;
	}
	.re-tit h3{
		font-size: 25px;
	}
	.re-tit p{
		font-size: 14px;
	}
}
@media (max-width:768px){
	.inner h2{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.inner p{
		font-size: 14px;
	}
	.re-ji{
		width:100%;
		box-sizing: border-box;
		overflow: hidden;
	}
	.re-item .re-img, .re-img{
		position: initial;
		top: 0;
		width: 100%;
		height: 300px;
	}
	.re-box{
		height: auto;
	}
}
@media (max-width:640px){
	.re-item .re-img, .re-img{
		height: 200px;
	}
	.re-tit h3,.inner h2{
		font-size: 17px;
	}
}