/*review*/

.wrap1 {
	padding: 0;
}

.wrap2 {
	padding: 0;
}
.wrap2:before {
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
   	background: url(../imgs/review.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.wrap2 .mask {
	background: rgba(255, 255, 255, .4);
}

.review {
	width: 1100px;
	margin: 0 auto;
	padding: 30px 0;
}

.review .title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #555;
	margin-top: 30px;
	padding-bottom: 5px;
}

.review h3{
	font-size: 15px;
	line-height: 1.7;
}

.review .msg {
	margin-top: 20px;
	color: #555;
}

.review p.msg {
	text-align: center;
	line-height: 1.7;
}

.review .msg>b {
	font-size: 17px;
}

.review p.msg>b.blue {
	/*color: #5970cc;*/
	font-size: 26px;
}

.review p.msg>b.red {
	/*color: #E4393C;*/
	font-size: 26px;
}

.review p.msg>b.green {
	/*color: green;*/
	/*font-size: 17px;*/
	font-size: 26px;
}

.review p.msg>span {
	padding: 0 20px;
}

.review h2 {
	margin-top: 40px;
}

.review .tabBox {
	margin-top: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.review table {
	width: 520px;
}

.review table td {
	font-size: 14px;
	color: #555;
	line-height: 1.7;
	padding: 5px 10px;
}

.review table tr td:first-child {
	width: 120px;
	text-align: right;
	font-size: 15px;
}

.review table td>b {
	color: #333;
	font-size: 17px;
}

.review .picSlide{
	width: 100%;
	position: relative;
	height: 200px;
}
.review .picSlide2 {
	width: 100%;
	position: relative;
	height: 260px;
}

.review .picSlide img,
.review .picSlide2 img{
	width: 100%;
	cursor: pointer;
}
.reviewList ul {
	width: 80%;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
.reviewList ul li {
	margin-bottom: 20px;
}
.reviewList ul li .twoImgs {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.reviewList ul li .twoImgs img {
	width: 49.5%;
	margin-bottom: 1%;
}
.reviewList ul li p.grMsg {
	text-align: center;
	line-height: 1.5;
	font-size: 14px;
	color: #555;
}
@media screen and (max-width:768px) {
	.review {
		width: 100%;
		padding: 30px 15px;
	}
	
	.review .title {
		font-size: 20px;
		margin-top: 15px;
	}
	
	.review .msg {
		margin-top: 15px;
	}
	
	.review p.msg {
		margin-top: 30px;
	}
	
	.review p.msg>b.blue {
		font-size: 22px;
	}
	
	.review p.msg>b.red {
		font-size: 22px;
	}
	.review p.msg>b.green{
		font-size: 22px;;
	}
	
	.review p.msg>span {
		display: block;
	}
	
	.review h2 {
		margin-top: 20px;
	}
	
	.review .tabBox {
		display: block;
	}
	
	.review table {
		width: 100%;
	}
	
	.review table td {
		border-bottom: 1px dashed #ccc;
	}
	
	.review table tr td:first-child {
		width: 100px;
		text-align: left;
		font-size: 14px;
		padding-left: 0;
	}
	.review table tr td:nth-child(2) {
		padding-left: 0;
	}
	.review table td>b {
		font-size: 15px;
	}
	
	.review .mSlide {
		width: 100%;
		position: relative;
		height: 260px;
		overflow: hidden;
	}
	.review .mSlide .swiper-slide{
		overflow: hidden;
	}
	.review .mSlide img{
		width: 100%;
	}
	.reviewList ul {
		width: 100%;
	} 
	.reviewList ul li .twoImgs img {
		width: 100%;
		margin-bottom: 1%;
	}
}