@charset "utf-8";
#quan_head{display:none;}
.title{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	width:auto;
	height:auto;
	text-align:center;
}
.title>*{
	background-color:#54b66b;
	color:#fff;
	padding:5px;
	text-align:center;
	font-size:3rem;
	font-weight:bold;
	line-height:1.2;
}

.miaoshu{
	font-size:1.5rem;
	text-align:center;
}
@media (max-width:480px){
	.title>*{font-size:2rem;}
	.miaoshu{font-size:12px;}
}
.tbody{
	margin-top:80px;
	margin-bottom:80px;
}
.overflow{
	background-image:url(images/overflow.png);
	padding-top: 50px;
    padding-bottom: 50px;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
#quandi_youshi{
	width:auto;
	height:auto;
	max-width:1200px;
	margin:auto;
	overflow:hidden;
	margin-top:80px;
	margin-bottom:80px;
}
#quandi_youshi_thead{
	text-align:center;
}
#quandi_youshi_title{
	
}
#quandi_youshi_title>span{
	background-color:#54b66b;
	color:#fff;
	padding:5px;
	text-align:center;
}
#quandi_youshi_miaoshu{
	font-size:1.5rem;
}
#quandi_youshi_tbody{
	display:grid;
	grid-template-columns:calc(33.3% - (80px/3)) calc(33.3% - (80px/3)) calc(33.3% - (80px/3));
	column-gap:40px;
	row-gap:20px;
	width:auto;
	height:auto;
	
	
}
@media (max-width:480px){
	#quandi_youshi_tbody{
		grid-template-columns:auto;
		padding:10px;
		margin:auto;
	}
}
.youshi_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
}
.youshi_ico{
	font-size:6rem;
	width:200px;
	height:200px;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	border-radius:50%;
	background-color:#54b66b;
	color:#fff;
	margin:auto;
	box-sizing:border-box;
}
.youshi_ico:hover{
	border:12px double #fff;
}
.youshi_name{
	font-size:1.8rem;
	text-transform:uppercase;
	margin-top:20px;
}
.youshi_miaoshu{
	margin-top:20px;
	margin-bottom:20px;
	text-overflow:ellipsis;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	line-height:1.8;
}
#quandi_about{
	display:block;
	position:relative;
	background-color:#000;
}
.about_back{
	height:auto;
	background-size:cover;
}
@media (max-width:480px){
	.about_back{padding:10px;}
}
.about_tb{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	row-gap:20px;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	color:#fff;
	padding:50px;
}
@media (max-width:480px){
	.about_tb{padding:10px;}
}
.about_name{
	width:100%;
	text-align:center;
	font-size:3rem;
	text-transform:uppercase;
}
.about_content{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	max-width:1200px;
	width:auto;
	line-height:1.8;
	font-size:1.2rem;
}

#quandi_news{
	display:block;
	width:auto;
	height:auto;
	max-width:1200px;
	margin:auto;
	margin-top:80px;
	margin-bottom:80px;
}
#quandi_news_tbody{
	display:grid;
	grid-template-columns:calc(50% - (40px/2) ) calc(50% - (40px/2) );
	column-gap:40px;
	row-gap:40px;
	width:auto;
	margin-top:40px;
}
@media (max-width:767px){
	#quandi_news_tbody{
		grid-template-columns:auto;
	}
}
.news_tb{
	display:grid;
	grid-template-columns:auto;
	column-gap:30px;
	width:auto;
	height:auto;
}
.news_left{
	display:block;
	width:auto;
	height:auto;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	padding-bottom:40%;
	overflow:hidden;
	background-color:#f5f5f5;
	position:relative;
}

.news_date{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	flex-direction:row;
	row-gap:10px;
	align-content: center;
	justify-content:center;
	align-items:center;
	background-color:#54b66b;
	color:#fff;
	padding:10px;
	width:100px;
	height:60%;
	line-height:1.1;
	position:absolute;
	left:20px;
	top:0px;
	clip-path:polygon(0 0,100% 0,100% 100%,50% 90%,0 100%);
}
.news_day{
	font-size:3rem;
}
.news_month{
	font-size:1.5rem;
}
a.news_name{
	line-height:1.5;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	color:#54b66b;
	font-size:1.4rem;
	margin-top:20px;
}
.news_miaoshu{
	line-height:1.5;
	margin-top:20px;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	color:#2f2f2f;
	overflow:hidden;
}
.product_back{
	display:block;
	width:auto;
	height:auto;
	background-color:#000;
	background-repeat:no-repeat;
	background-size:cover;
	overflow:hidden;
	padding-top:50px;
	padding-bottom:50px;
}
#quandi_product{
	display:block;
	width:auto;
	height:auto;
	max-width:1200px;
	margin:auto;
}
#quandi_product_thead{
	font-size:3rem;
	text-align:center;
	color:#fff;
}
#quandi_product_miaoshu{
	font-size:1.5rem;
	text-align:center;
	color:#fff;
}
#quandi_product_tbody{
	display:grid;
	grid-template-columns:calc(33.3% - (40px/3)) calc(33.3% - (40px/3)) calc(33.3% - (40px/3));
	align-items:center;
	column-gap:20px;
	row-gap:20px;
	width:auto;
	margin-top:40px;
}
@media (max-width:767px){
	#quandi_product_tbody{
		grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));
	}
}
a.product_tb{
	display:block;
	width:auto;
	height:auto;
	background-color:#fff;
	padding:20px;
	text-align:center;
}
.product_pic{
	padding-bottom:100%;
	position:relative;
	overflow:hidden;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
}
#quandi_case{
	display:block;
	width:auto;
	height:auto;
	max-width:1200px;
	margin:auto;
	white-space:nowrap;
	overflow:hidden;
	margin-top:50px;
	margin-bottom:50px;
}
.case_tb{
	width:12.5%;
	height:auto;
	display:inline-block;
	margin-right:20px;
	border:1px solid #ddd;
}
@media (max-width:480px){
	.case_tb{width:20%;}
}
a.case_pic{
	display:block;
	padding-bottom:50%;
	position:relative;
}
#quandi_contact{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:80px;
	margin-bottom:80px;
	max-width:800px;
}
#quandi_contact_thead{
}
#quandi_contact_tbody{
	display:grid;
	grid-template-columns:auto auto ;
column-gap:10px;
row-gap:10px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding:20px;
	margin-top:20px;
}
.contact_tb{
	text-align:center;
}
.contact_ico{
	font-size:3rem;
	color:#54b66b;
}

.form{
	display:grid;
	grid-template-columns:calc(50% - 40px/2) calc(50% - 40px/2);
	row-gap:20px;
	column-gap:40px;
	width:auto;
	max-width:800px;
	margin:auto;
	margin-bottom:80px;
}
@media (max-width:767px){
	.form{grid-template-columns:auto;padding:10px;}
}
.form_left{
	display:grid;
	grid-template-rows:auto auto auto;
	row-gap:20px;
}
.form_right{
	display:grid;
	grid-template-rows:auto 30%;
	row-gap:20px;
}
.form_input{
	height:45px;
	padding:10px;
	border:1px solid #ccc;
	box-shadow: 0 12px 19px rgba(255, 255, 255, 0.1) inset, 0 1px 7px rgba(0, 0, 0, 0.2);
	outline:none;
}
.form_input:hover{
	border:1px solid #5590c1;
	box-shadow: 0 1px 7px 0px rgb(17 115 196 / 60%);
}
.form_area{
	height:100%;
	padding:10px;
	border:1px solid #ccc;
	box-shadow: 0 12px 19px rgba(255, 255, 255, 0.1) inset, 0 1px 7px rgba(0, 0, 0, 0.2);
	resize:none;
	outline:none;
}
.form_btn{
	height:100%;
	padding:10px;
	border:none;
	box-shadow: 0 12px 19px rgba(255, 255, 255, 0.1) inset, 0 1px 7px rgba(0, 0, 0, 0.2);
	background-color:#54b66b;
	color:#fff;
	outline:none;
}
.quandi_back{
	background-size:cover;
	background-color:#000;
	background-attachment:fixed;
	overflow:hidden;
}
#quandi_client{
	display:block;
	max-width:1000px;
	width:auto;
	height:auto;
	margin:auto;
}
#quandi_client_thead{
	text-align:center;
}
#quandi_client_title{
	color:#54b66b;
	font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
}
#quandi_client_miaoshu{
	color:#fff;
	font-size: 1.5rem;
}
.client_tb{
	display:block;
	text-align:center;
	width:auto;
	height:auto;
	color:#fff;
}
.client_pic{
	display:block;
	width:100px;
	height:100px;
	background-size:cover;
	background-repeat:no-repeat;
	border-radius:50%;
	margin:auto;
}
#quandi_team{
	display:block;
	max-width:1200px;
	width:auto;
	height:auto;
	margin:auto;
	margin-top:80px;
	margin-bottom:80px;
}
#quandi_team_tbody{
	display:grid;
	grid-template-columns:calc(25% - (60px/4)) calc(25% - (60px/4)) calc(25% - (60px/4)) calc(25% - (60px/4));
	column-gap:20px;
	row-gap:20px;
	width:auto;
	height:auto;
}
@media (max-width:767px){
	#quandi_team_tbody{
		grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));
		padding:10px;
	}
}
@media (max-width:480px){
	#quandi_team_tbody{
		grid-template-columns:auto;
	}
}
.team_tb{
	border: 1px solid #d6d6d6;
    box-shadow: 0 12px 19px rgba(255, 255, 255, 0.1) inset, 0 1px 7px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.team_tb:hover{
	border-color: #54b66b;
	border: 1px solid #d6d6d6;
    box-shadow:0 12px 19px rgba(255, 255, 255, 0.1) inset, 0 1px 7px rgb(0 207 239 / 30%);
    overflow: hidden;
}
.team_tb:hover>.more{
	transform:scale(1,1);
}
.team_right{
	padding:20px;
	display:flex;
	display:-webkit-flex;
	row-gap:10px;
	flex-direction:column;
	text-align:center;
	
}
.team_pic{
	background-size:cover;
	padding-bottom:100%;
	background-repeat:no-repeat;
}
.team_name{
	font-size:1.5rem;
}
.team_miaoshu{font-size:1.2rem;}
a.more{
	background-color:rgb(0 207 239 / 60%);;
	width:auto;
	height:auto;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	color:#fff;
	font-size:3rem;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	transition:all 0.4s;
	transform:scale(0,0);
}

#quandi_work{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	margin-top:80px;
}
#quandi_work_tbody{
	display:grid;
	grid-template-columns:25% 25% 25% 25%;
	width:auto;
	height:auto;
}
@media (max-width:767px){
	#quandi_work_tbody{
		grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));
		padding:10px;
	}
}
@media (max-width:480px){
	#quandi_work_tbody{
		grid-template-columns:auto;
	}
}
.work_tb{
	display:block;
	width:auto;
	height:auto;
	position:relative;
	overflow:hidden;
}
.work_tb:hover>.more{transform:scale(1,1);}
.work_pic{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	padding-bottom:75%;
	background-size:cover;
}

#quandi_partner{
	display:block;
	max-width:1000px;
	width:auto;
	height:auto;
	margin:auto;
}
#quandi_partner_thead{
	text-align:center;
}
#quandi_partner_title{
	color:#54b66b;
	font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
}
#quandi_partner_miaoshu{
	color:#fff;
	font-size: 1.5rem;
}
#quandi_partner_tbody{
	display:grid;
	grid-template-columns:calc(25% - (30px/4)) calc(25% - (30px/4)) calc(25% - (30px/4)) calc(25% - (30px/4));
	column-gap:10px;
	row-gap:10px;
	width:auto;
	height:auto;
	margin-top:20px;
}
@media (max-width:767px){
	#quandi_partner_tbody{
		grid-template-columns:calc(50% - (10px/2)) calc(50% - (10px/2));
		padding:10px;
	}
}

.partner_pic{
	display:block;
	width:auto;
	height:auto;
	padding-bottom:40%;
	position:relative;
	transition:all 0.4s;
}
.partner_pic:hover{
	border:1px solid #54b66b;
}