﻿.listPro_item .pro_pic img,
.listPro_faq_pic .faq_pic img,
.listPro_ser_pic .ser_pic img,
.testim_item::before,
.testim_left .user_pic img {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.listPro_item:hover .pro_pic img,
.faq_pic:hover img,
.ser_pic:hover img,
.testim_item:hover .user_pic img {
	transform: scale(1.06);
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-o-transform: scale(1.06);
}

.c_category_box {
	padding-bottom: 4%;
}

/* listPro_top */
.listPro_top {
	padding-bottom: 20px;
}

.listPro_top .brief {
	color: #666;
	font-size: 18px;
	line-height: 1.75;
}

.listPro_top .brief p {
	padding-bottom: 2%;
}

.listPro_list {
	padding: 20px 0 0;
	flex-wrap: wrap;
}

.listPro_list li {
	width: calc((100% - 30px) / 3);
	margin-right: 15px;
	border: 2px solid #F7F7F7;
	box-sizing: border-box;
	padding: 0 0 20px;
}

.listPro_list li:nth-child(3n) {
	margin-right: 0;
}

.listPro_item {
	margin-bottom: 20px;
}

.listPro_item .pro_pic {
	padding-bottom: 91.2%;
}

.listPro_item .title {
	margin: 20px 0 0;
	text-align: center;
	padding: 0 12px;
	line-height: 28px;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.listPro_item .title,
.listPro_item .title a {
	line-height: 1.5;
	font-size: 18px;
}

.listPro_item:hover .title,
.listPro_item:hover .title a {
	color: var(--color-main);
}

.listPro_item:hover {
	border-color: var(--color-main);
	box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.2);
}

.listPro_item .date {
	color: #666;
	line-height: 24px;
	margin-top: 0.2rem;
}

.listPro_item .brief {
	margin: 6px 0 6px;
	color: #666;
	line-height: 26px;
	padding: 0 20px;
	text-align: center;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}


@media only screen and (max-width: 950px) {

	.c_category_box {
		padding-bottom: 20px;
	}

	.listPro_list {
		padding: 10px 0 0;
	}

	.listPro_list li {
		width: 100%;
		margin: 0 0 15px;
	}

	.listPro_item {
		padding-bottom: 30px;
	}

	.listPro_list li:last-child {
		margin-bottom: 10px;
	}

	.listPro_item .title {
		height: unset;
		-webkit-line-clamp: unset;
	}

	.listPro_item .brief {
		height: unset;
		-webkit-line-clamp: unset;
	}
}

/* listPro_testim */
.listPro_testim {
	background: #FAFAFA;
	padding: 4.5% 0 5%;
}

.listPro_testim_inner {
	position: relative;
	padding: 2% 0 50px;
}

.listPro_testim_inner .swiper-container-horizontal {
	padding: 3px 5px 12px;
}

.listPro_testim_inner .swiper-slide {
	background: #fff;
	height: auto;
	box-shadow: 0 3px 7px 3px rgba(0, 0, 0, 0.2);
}

.testim_item {
	padding: 8% 4%;
	position: relative;
}

.testim_item::before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	background: var(--color-main);
	content: '';
	width: 0;
}

.testim_item:hover::before {
	width: 100%;
}

.testim_left {
	width: 102px;
	margin-right: 30px;
}

.testim_left .user_pic {
	height: 102px;
	overflow: hidden;
	width: 100%;
	border-radius: 50%;
	border: 2px solid var(--color-main);
}

.testim_info {
	flex: 1;
	background: url(../image/icon6.png) no-repeat right top/43px auto;
	margin-right: 5%;
}

.testim_info .zc {
	text-transform: uppercase;
}

.testim_info .title {
	font-family: 'Roboto-Bold';
	font-size: 22px;
	margin: 5px 0;
}

.testim_info .brief {
	color: #666;
}

@media only screen and (max-width: 950px) {
	.listPro_testim {
		padding: 30px 0;
	}

	.listPro_testim_inner .swiper-slide {
		box-shadow: 0 2px 6px 3px rgba(0, 0, 0, 0.1);
	}

	.testim_item {
		padding: 20px 15px;
	}

	.testim_left {
		width: 80px;
		margin-right: 12px;
	}

	.testim_left .user_pic {
		height: 80px;
	}

	.listPro_testim_inner {
		padding: 15px 0 26px;
	}

	.testim_info {
		background-size: 30px auto;
		margin-right: 0;
	}
}

/* listPro_ser */
.listPro_ser_pic {
	width: 40%;
	float: left;
	position: relative;
	z-index: 1;
}

.listPro_ser_pic .ser_pic {
	padding-bottom: 96.8%;
	overflow: hidden;
	z-index: 1;
}

.listPro_ser_inner {
	width: 64.5%;
	margin-top: 5%;
	float: left;
	margin-left: -4.5%;
}

.ser_info {
	background: #F9F6EF;
	padding: 6% 30px 6% 10%;
}

.ser_list {
	flex-wrap: wrap;
}

.ser_list .ser_item {
	width: calc(50% - 10px);
	margin-top: 6%;
	display: flex;
	justify-content: space-between;
}

.ser_item .ser_pic {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
}

.ser_item .ser_txt {
	flex: 1;
}

.ser_item .ser_txt .title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;
	text-transform: uppercase;
}

.ser_item:hover .ser_pic {
	-webkit-animation: swing .6s ease;
	-o-animation: swing .6s ease;
	-moz-animation: swing .6s ease;
	animation: swing .6s ease
}

@media only screen and (max-width: 1350px) {
	.ser_item .ser_txt .title {
		font-size: 22px;
	}
}

@media only screen and (max-width: 1200px) {
	.ser_list .ser_item {
		width: 100%;
		margin-top: 20px;
	}

	.ser_item .ser_txt .title {
		font-size: 20px;
	}
}

@media only screen and (max-width: 950px) {
	.listPro_ser_pic {
		width: 100%;
		float: none;
	}

	.listPro_ser_pic .ser_pic {
		padding-bottom: 70%;
	}

	.listPro_ser_inner {
		width: 100%;
		float: none;
		margin: 0 0 0;
	}

	.ser_info {
		padding: 20px 15px;
	}
}

/* listPro_faq */
.listPro_faq .layout {
	width: 100%;
	padding-right: 0;
	padding-left: calc((100% - 1480px) / 2);
}

.faq_list li {
	margin-bottom: 20px;
}

.faq_list li:last-child {
	margin-bottom: 0;
}

.faq_list li .th {
	position: relative;
	color: #000;
	padding: 12px 55px 12px 0;
	border-bottom: 2px solid #333;
	cursor: pointer;
	line-height: 1.3;
}

.faq_list li .th .title {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

.faq_list li .right_icon {
	position: absolute;
	right: 14px;
	top: 50%;
	width: 36px;
	height: 36px;
	cursor: pointer;
	margin-top: -18px;
}

.faq_list li .right_icon::before {
	position: absolute;
	right: 0;
	top: 0;
	font-family: fontawesome;
	font-size: 20px;
	line-height: 36px;
	height: 100%;
	width: 100%;
	text-align: center;
	transition: all 0.3s ease;
	content: '\f0d7';
}

.faq_list li .brief {
	padding: 15px 30px 5px 0;
	line-height: 1.75;
	display: none;
}

.faq_list li.sel_item .th {
	color: #006634;
	border-color: #006634;
}

.faq_list li.sel_item .right_icon::before {
	transform: rotate(180deg);
}

.faq_list li.sel_item .brief {
	display: block;
}

/* .faq_list li:hover{box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.15);} */

.listPro_faq_left {
	width: 58%;
}

.listPro_faq_pic {
	width: 40%;
	margin-top: 2%;
}

.listPro_faq_pic .faq_pic {
	padding-bottom: 78.4%;
	overflow: hidden;
}


@media only screen and (max-width: 1580px) {
	.listPro_faq .layout {
		padding-left: 50px;
	}
}

@media only screen and (max-width: 1450px) {
	.listPro_top .title {
		font-size: 40px;
	}
}

@media only screen and (max-width: 1350px) {
	.listPro_top .title {
		font-size: 32px;
	}

	.faq_list li .th .title {
		font-size: 20px;
	}

	.faq_list li {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 1200px) {
	.listPro_top .title {
		font-size: 28px;
	}
}

@media only screen and (max-width: 950px) {
	.listPro_faq .layout {
		padding: 0 15px;
		flex-direction: column;
	}

	.listPro_faq_left {
		width: 100%;
		order: 2;
		margin-top: 20px;
	}

	.listPro_faq_pic {
		width: 100%;
		order: 1;
		margin-top: 0;
	}

	.listPro_top .title {
		font-size: 24px;
	}

	.faq_list li {
		margin-bottom: 10px;
	}

	.faq_list li .th {
		padding: 10px 34px 10px 0;
	}

	.faq_list li .right_icon {
		right: 0;
	}

	.faq_list li .th .title {
		font-size: 18px;
	}
}