@charset "utf-8";
.section{
	display: block;
	width: auto;
	height:auto;
	background-size: cover;
	background-repeat: no-repeat;
	margin:auto;
	overflow: hidden;
}
.tb{
	width: auto;
	max-width: var(--max_width);
	margin: auto;
	margin-top: 80px;
	margin-bottom: 80px;
}
@media (max-width:767px){
	.tb{
		margin-top: 40px;
		margin-bottom: 40px;
		padding:10px;
	}
}
.thead{text-align: center;}
.title{font-size: 2.2rem;font-weight: bold;}
@media (max-width:767px){.title{font-size: 1.6rem;}}
.tbody{
	margin: auto;
	margin-top: 80px;
}
@media (max-width:767px){
	.tbody{
		margin-top: 40px;
	}
}
.youshi{
	display: block;
	grid-template-columns: auto;
	column-gap:5%;
	row-gap: 5%;
	width: auto;
	height: auto;
	overflow: hidden;
}
@media (max-width:767px){
	.youshi{
		grid-template-columns:auto;
	}
}
.youshi_left,.youshi_right{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
.youshi_pic{
	margin: auto;
	width:auto;
	height: auto;
	overflow: hidden;
	display: block;
	max-width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.youshi_list{
	display: grid;
	grid-template-columns:auto;
	column-gap: 30px;
	row-gap: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: auto;
	margin-top: 40px;
}
@media (max-width:767px){
	.youshi_title{
		text-align: center;
	}
	.youshi_list{
		grid-template-columns:auto;
	}
}
.ys_tb{
	display: grid;
	grid-template-columns: 80px auto;
	column-gap: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
}
.ys_ico{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	font-size:2rem;
	color: #fff;
	background-color: var(--back_color);
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 50%;
}
.ys_right{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
.ys_name{
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: 500;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
.ys_miaoshu{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:4;
	width: auto;
	height: auto;
	overflow: hidden;
	color: #808080;
	margin-top: 10px;
}
.org_back{
	background-color: var(--back_color);
}
.org_list{
	display: grid;
	grid-template-columns: auto auto auto auto;
	width: auto;
	height: auto;
	overflow: hidden;
}
@media (max-width:767px){
	.org_list{
		grid-template-columns: auto auto;
	}
}
.org_tb{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: center;
	color:#fff;
}
.org_name{
	font-size: 3.3rem;
	font-weight: bold;
	line-height: 1.2;
}
.org_miaoshu{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
.faq_back{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	background-color: #f8f9fd;
}
.faq{
	display: grid;
	grid-template-columns: 50% auto;
	column-gap: 30px;
	row-gap: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
}
@media (max-width:767px){
	.faq{
		grid-template-columns:auto;
	}
	.faq_title,.faq_miaoshu{text-align: center;}
}
.faq_list{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 10px;
	width: auto;
	height: auto;
	overflow: hidden;
	margin-top:40px;
}
.faq_tb{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
}
.faq_fold{
	display: block;
	font-size: 2rem;
	width: auto;
	height: auto;
	overflow: hidden;
}
.faq_name{
	width: auto;
	height: 40px;
	border-radius: 35px;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #fff;
	font-size: 1.2rem;
	box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
	font-weight: 500;
}
.faq_name_on{
	background-color: var(--back_color);
	color:#fff;
}
.faq_jianshu{
	display: none;
	width: auto;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	padding: 15px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 30px;
}
.faq_jianshu_on{
	display: block;
}
.faq_jianshu ol{
	list-style-position: inside;
	margin: auto;
	padding: 0px;
}
.video_list{
	display: grid;
	grid-template-columns:calc(50% - 20px/2) calc(50% - 20px/2);
	column-gap: 20px;
	row-gap: 20px;
	width: auto;
	height: auto;
}
.video_tb{
	width: auto;
	height: auto;
	overflow: hidden;
	display: block;
}
.video_pic:first-child{
	grid-column-start: 1;
	grid-column-end: 3;
}
.video_pic{
	width: auto;
	height: auto;
	overflow: hidden;
	display: block;
	background-size: cover;
	position: relative;
	padding-bottom: 75%;
}
.video_path{
	width: 80px;
	height: 80px;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	color: var(--back_color);
	background-color: #fff;
	border-radius: 50%;
	font-size: 2rem;
	position: absolute;
	left: 0px;
	right: 0px;
	top:0px;
	bottom: 0px;
	margin: auto;
	cursor: pointer;
}
.video_path:hover{
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.21) !important;
}
.client_list{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	position:relative;
}
.client_list .slide_dot{
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid #ddd;
	color: #fff;
	font-size: 12px;
}
.client_list .slide_dot_active{
	background-color: var(--back_color);
	border: 1px solid #ddd;
	color: #fff;
	font-size: 12px;
}
.client_list .slide_dots{
	position: static;
	margin-top: 20px;
}
.client_item{
	position: relative;
	margin-top: 20px;
}
.client_ico{
	background-color: var(--back_color);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	width:40px;
	height: 40px;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	left: 20px;
	top:-20px;
}
.client_tb{
	background-color: #fff;
	display: block;
	width: auto;
	height:auto;
	overflow: hidden;
	padding: 25px;
	border-radius: 5px;
}
.client_miaoshu{
	color: #808080;
}
.client_tfoot{
	display: grid;
	grid-template-columns:80px auto;
	column-gap: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
}
.client_pic{
	width: auto;
	padding-bottom: 100%;
	background-size: cover;
	border-radius: 50%;
}
.client_name{
	font-weight: 500;
	font-size: 1.4rem;
}
.client_post{
	color: #333;
}

.case_list{
	display: grid;
	grid-template-columns:25% 25% 25% auto;
	width: auto;
	height: auto;
	overflow: hidden;
}
@media (max-width:767px){
	.case_list{
		grid-template-columns:50% auto;
	}
}
a.case_tb{
	display: block;
	width: auto;
	height: auto;
}
.case_pic{
	display: block;
	width: auto;
	height:auto;
	overflow: hidden;
	position: relative;
	padding-bottom:75%;
	background-size:cover;
}
.case_pic:hover>.case_right{
	display: block;
}
.case_right{
	display: none;
	width: auto;
	height:auto;
	overflow: hidden;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom:0px;
	padding: 10px;
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	font-size: 1.2rem;
	white-space: nowrap;
}
.case_name{
	display: block;
	width: auto;
	height: auto;
}
.new_back{
	display: block;
	width: auto;
	height: auto;
	background-color: #f8f9fd;
	overflow: hidden;
}
.new_list{
	display: grid;
	grid-template-columns:calc(25% - 60px/4) calc(25% - 60px/4)  calc(25% - 60px/4)  auto;
	column-gap: 20px;
	row-gap: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
}
@media (max-width:767px){
	.new_list{
		grid-template-columns:calc(50% - 10px/2) auto;
		column-gap: 10px;
		row-gap: 10px;
	}
}
a.new_tb{
	display: block;
	width: auto;
	height:auto;
	overflow: hidden;
}
.new_pic{
	display: block;
	width: auto;
	height:auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 100%;
	background-size:cover;
}
.new_right{
	display: block;
	width: auto;
	height:auto;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
.new_name{
	display: block;
	width: auto;
	height:auto;
	overflow: hidden;
}
.new_price{
	display: block;
	width: auto;
	height:auto;
	overflow: hidden;
	color:#f60;
	font-size: 1rem;
}
.xinwen_back{
	background-color: #f8f9fd;
}
.xinwen_list{
	display: grid;
	grid-template-columns:calc(33.3% - 60px/3) calc(33.3% - 60px/3) auto;
	column-gap: 30px;
	row-gap: 30px;
	width: auto;
	height: auto;
	overflow: hidden;
}
@media (max-width:767px){
	.xinwen_list{
		grid-template-columns:auto;
	}
}
.xinwen_tb{
	display: block;
	width: auto;
	height:auto;
	overflow: hidden;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 10px 18px -8px rgba(0, 0, 0, 0.1);
}
.xinwen_pic{
	display: block;
	width: auto;
	height:auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 75%;
	background-size:cover;	
}
.xinwen_right{
	display: block;
	width: auto;
	height:auto;
	overflow: hidden;
	padding: 20px;
}
.xinwen_date{
	display: block;
	width: auto;
	height:auto;
	overflow: hidden;
	color: #999999;
	font-size: 12px;
}
.xinwen_name{
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp: 2;
	width: auto;
	height:auto;
	overflow: hidden;
	font-size: 1.3rem;
	line-height: 1.5;
}
.message_back{
	background-color: var(--hover_color);
	background-position: left top;
	background-image: linear-gradient(45deg, var(--hover_color) 0%, var(--back_color) 100%);
	
}
.message{
	display: grid;
	grid-template-columns: 50% auto;
	width:auto;
	height: auto;
	overflow: hidden;
}
@media (max-width:767px){
	.message{
		grid-template-columns:auto;
	}
}
.message_left{
	display: block;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 60%;
	overflow: hidden;
}
.message_right{
	display: block;
	width: auto;
	height:auto;
	overflow: hidden;
	max-width: 600px;
	padding: 15%;
}
.message_title{
	color: #fff;
}
.message_list{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 20px;
	width: auto;
	height:auto;
	overflow: hidden;
	margin-top: 20px;
	color: #fff;
}
.form-input{
	border: none;
	outline: none;
	font-family: "Montserrat",Arial, Helvetica, sans-serif;
}
.form-textarea{
	border: none;
	height: 80px;
	resize: vertical;
	outline: none;
	font-family: "Montserrat",Arial, Helvetica, sans-serif;
}
#form-save{
	background-color: var(--back_color);
	font-weight: 500;
	height:50px;
	font-family: "Montserrat",Arial, Helvetica, sans-serif;
}
#form-save:hover{
	background-color: var(--hover_color);
}
.product_back{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f8f9fd;
}
@media (max-width:767px){
	.product_back{
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
.product_list{
	display: grid;
	grid-template-columns: calc(33.3% - 60px/3) calc(33.3% - 60px/3) auto;
	column-gap: 30px;
	row-gap: 20px;
	width:auto;
	height: auto;
	max-width: var(--max_width);
	margin: auto;	
}
@media (max-width:767px){
	.product_list{
		max-width:86%;
		grid-template-columns:auto;
		position: static;
		row-gap: 100px;
	}
}
.product_item{
	display: block;
	width: auto;
	height: auto;
	position: relative;
}
.product_tb{
	display: block;
	width: auto;
	height: auto;
	background-color: #fff;
	overflow: hidden;
	padding: 10%;
	padding-top: 15%;
	padding-bottom: 15%;
	text-align:center;
	border-radius: 5px;
}
.product_tb:hover{
	background-color: var(--back_color);
	color: #fff;
}
.product_item:nth-child(1)>.product_tb{
	background-color: var(--back_color);
	color: #fff;
}
@media (max-width:767px){
	.product_tb{
		box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
	}
	.product_tb:hover{
		background-color: unset;
		color: unset;
	}
}
.product_ico{
	width:100px;
	height: 100px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	color: var(--back_color);
	background-color: #fff;
	border-radius: 50%;
	font-size: 2.5rem;
	margin: auto;
	top: -50px;
	left: 0px;
	right: 0px;
	position: absolute;
	box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
}
@media (max-width:767px){
	.product_ico{
		box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
	}
}
.product_name{
	font-size: 1.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	width: auto;
	height: auto;
	text-align: center;
	overflow: hidden;
	font-weight: 600;
}
.product_miaoshu{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	width: auto;
	height: 100px;
	overflow: hidden;
	margin-top: 10px;
}
@media (max-width:767px){
	.product_miaoshu{
		height:unset;
	}
}
a.product_path{
	width:50px;
	height: 50px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	color: var(--back_color);
	background-color: #fff;
	border-radius: 50%;
	font-size: 1.5rem;
	margin: auto;
	bottom: -25px;
	left: 0px;
	right: 0px;
	position: absolute;
	box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
}
.video_frm{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: auto;
}
#frm{
	display: block;
	border: none;
	width: 800px;
	height: 500px;
	margin: auto;
}
@media (max-width:767px){
	#frm{
		width:700px;
		height: 350px;
	}
}
@media (max-width:480px){
	#frm{
		width:100%;
		height: 250px;
	}
}
.fenlei_list{
	display: flex;
	display: -webkit-flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	row-gap: 10px;
	width: auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 50px;
}
a.fenlei_name{
	padding: 5px;
	display: block;
	text-align: center;
	width: auto;
	height: auto;
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 4px;
}
a.fenlei_on{
	background-color: var(--back_color);
	color: #fff;
}
a.fenlei_name:hover{
	background-color: var(--back_color);
	color: #fff;
}
.honor_back{
	background-color: #f8f9fd;
}
.honor_list{
	display: flex;
	display: -webkit-flex;
	column-gap: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
	margin-top:40px;
}
.honor_tb{
	width:calc(25% - 60px/4);
	height: auto;
	display: block;
	padding-bottom: 40px;
}
@media (max-width:480px)
{
	.honor_tb{
		width:calc(50% - 20px/2);
	}
}
.honor_pic{
	width: auto;
	height: auto;
	padding-bottom: 100%;
	position:relative;
	overflow: hidden;
}
