
.content
{
	width:1280px;
	margin:0 auto;
}
.main_body{
    display: flex;
    margin-top:77px;
}
.testimonials_wrap{
    width:37%;
    position: relative;
}
.testimonials_wrap .testimonials_button{
    position: absolute;
    bottom:0;
    right:0;
}
.testimonials_button{
    display: flex;
    width:275px;
    height:64px;
    background-color: #046E40;
    line-height: 64px;
    border-radius: 76px;
    color:#fff;
    align-items:center;
    justify-content:center;
    
}
.testimonials_button:hover{
	transition:.5s;
    background-color: #EF8518;
}
.testimonials_button .word{
    font-size: 18px;
    font-weight: 500;
    margin-right:10px;
}
.swiper-container11 {
	width:100%;
	background:#fff;
	padding-bottom:10px;
	position:relative
}
.evaluate_wrap11{
	position: relative;
}
.swiper-navigator11 {
	width:90%;
	height:30px;
	position:absolute;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	bottom:8%;
	left:55%
}
.swiper-btn-next11,.swiper-btn-prev11 {
	color:#fff;
	background:rgba(0,0,0,.5);
	position:absolute;
	width:81px;
	height:45px;
	-ms-display:flex;
	display:-webkit-flex;
	display:flex;
	padding-top:3px;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	cursor:pointer
}
.swiper-btn-next11 {
	right:7px;
	background:url(../../images/3dSwiper/arrow-btn.png) no-repeat 0 0;
}
.swiper-btn-next11:hover{
	transition:.5s;
	background:url(../../images/3dSwiper/arrow-btn-hover.png) no-repeat 0 0;
}
.swiper-btn-prev11 {
	left:-40px
}
.swiper-wrap11 {

	/* height:455px; */
	margin:0;
	-webkit-transform-style:preserve-3d;
	transform-style:preserve-3d;
	-ms-perspective:500px;
	-webkit-perspective:500px;
	perspective:500px;
	display:-webkit-flex;
	display:flex;
	-ms-display:flex;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-ms-align-items:center;
	z-index:4;
	position:relative
}
.swiper-wrap11 li {
     width:467px;
    height:435px;
    padding:42px 42px 27px;
    /* box-sizing: border-box; */
	background-color: #fff;
	position:absolute;
	/* left:100px; */
	height:auto;
	box-shadow: 0px 4px 25px 0px rgba(0,0,0,0.2);
	border-radius:36px;
	/* width:auto; */
	top:14px;
}



.swiper-wrap11 li .evaluate_txt{
    height:265px;
    padding-bottom:15px;
    border-bottom: 1px solid #B5B5B5;
}
.evaluate_txt p{
	font-size:18px;
	color:#4a4a4a;
}
.user{
	display: flex;
	margin-top:15px;
}
.user_img{
	margin-right:20px;
}
.user_info{
	margin-top:14px;
}
.user_info .user_info_title{
	font-size:24px;
	font-weight:400;
	color:#000;
}
.user_info .user_info_word{
	font-size:20px;
	color:#666;
}


.swiper-wrap11 li:first-child {
	/* position:relative */
}
.swiper-wrap11.transition li {
	transition:.5s
}
.swiper-wrap11 img {
	width:100%;
	display:block
}
/* .p1 {
	z-index:3;
	-webkit-transform:translateZ(100px) scale(.5);
	transform:translateZ(100px) scale(.5);
	-ms-transform:translateZ(0) scale(.5)
} */
 .p1 {
	background-color:#fff;
	z-index:3;
	-webkit-transform:translate3d(-10%,0,90px) scale(0.9);
	transform:translate3d(-10%,-48px,90px) scale(0.8);
	-ms-transform:translate3d(-10%,0,90px) scale(0.9)
}
.p2 {
	background-color:#ccc;
	z-index:2;
	-webkit-transform:translate3d(60%,0,90px) scale(.4);
	transform:translate3d(47%,-50px,90px) scale(0.5);
	-ms-transform:translate3d(30%,0,90px) scale(.4);
	box-shadow:none!important;
	background-color: #F5F5F5!important;
}
.p3{
	background-color:#ccc;
	z-index:1;
	-webkit-transform:translate3d(30%,0,90px) scale(.4);
	transform:translate3d(47%,-50px,90px) scale(0.5);
	-ms-transform:translate3d(30%,0,90px) scale(.4);
	box-shadow:none!important;
	background-color: #F5F5F5!important;
}

.swiper-dots11 {
	position:absolute;
	left:80%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	bottom:11%;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center
}
.swiper-dots11 li {
	/* width:20px;
	height:2px; */
	width:17px;
	height:17px;
	border-radius:50%;
	background:#D9D9D9;
	margin-right:10px;
	float:left;
	transition:.3s
}
.swiper-dots11 li:last-child {
	margin:0
}
.swiper-dots11 .active {
	background:#046E40
}
@media screen and (max-width:1279px) {
	.main_body{
		display:block;
	}
	.testimonials_wrap{
		margin:0 auto;
	}
	.swiper-container11{
		width:700px;
		height:450px;
		margin:0 auto;
	}
	.swiper-dots11{
		left:86%;
		bottom:10%;
	}
	.swiper-navigator11{
		bottom:7%;
		left:65%;
	}
}

