@charset "utf-8";
#quandi_about{
	display:block;
	position:relative;
	padding:10px;
	margin-top:60px;
	margin-bottom:60px;
}
.about_title{
	font-size:2rem;
	text-align:center;
	color:#200c6c;
}
.about_title>span{color:#0c0c0c;}
.about_title:after{
	content:"";
	background-color:#fc0909;
	width:40px;
	height:7px;
	border-radius:4px;
	display:block;
	margin:auto;
}
.about_tb{
	display:grid;
	grid-template-columns:60% auto;
	max-width:1200px;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	position:relative;
	margin-top:50px;
	margin-bottom:50px;
}
@media (max-width:767px){
	.about_tb{
		grid-template-columns:auto;
	}
}
.about_right{
	display:block;
	width:50%;
	height:auto;
	overflow:hidden;
	margin-right:auto;
	background-color:#fff;
	text-overflow:hidde;
	position:absolute;
	right:0px;
	top:80px;
	padding:20px;
}
@media (max-width:767px){
	.about_right{
		width:auto;
		position:static;
	}
}
.about_name{
	width:auto;
	font-size:1.75rem;
	font-weight:400;
	margin:auto;
	margin-bottom:10px;
	margin-top:10px;
	line-height:1.2;
}
.about_content{
	width:auto;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:5;
	text-overflow:ellipsis;
	overflow:hidden;
	line-height:1.5;
}
.about_pic{
	width:100%;
	height:auto;
	margin:auto;
}
a.about_more{
	display:inline-block;
    background-color: #fc0909;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    text-transform: uppercase;
    width: 150px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    margin: auto;
	margin-top:20px;
}
#quandi_news{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	padding-top:80px;
	padding-bottom:80px;
	background-color:#200c6c;
	color:#fff;
	padding:10px;
	padding-top:60px;
	padding-bottom:60px;
}
#quandi_news_thead{
	font-size:2rem;
	text-align:left;
	max-width:1200px;
	margin:auto;
	display:block;
	width:auto;
	height:auto;
	font-weight:bold;
}
#quandi_news_thead:after{
	content: "";
    background-color: #fc0909;
    width: 40px;
    height: 7px;
    border-radius: 4px;
    display: block;
    margin-left: 0px;
}
#quandi_news_tbody{
	display:grid;
	grid-template-columns:calc(33.3% - (60px/3)) calc(33.3% - (60px/3)) calc(33.3% - (60px/3));
	align-items:center;
	column-gap:30px;
	row-gap:30px;
	width:auto;
	margin:auto;
	margin-top:40px;
	max-width:1200px;
}
@media (max-width:767px){
	#quandi_news_tbody{
		grid-template-columns:auto;
		padding:10px;
	}
}
.news_tb{
	display:block;
	width:auto;
	height:auto;
	padding:20px;
	background-color:#fff;
	box-shadow:0px 0px 15px 0px rgba(0,0,0,0.8);
	text-align:center;
}
.news_tb:nth-child(2n){
	margin-top:-100px;
}
.news_tb:nth-child(3n){
	margin-top:-200px;
}
@media (max-width:767px){
	.news_tb:nth-child(2n){
		margin-top:auto;
	}
	.news_tb:nth-child(3n){
		margin-top:auto;
	}
}
.news_left{
	display:block;
	width:auto;
	height:auto;
	padding-bottom:75%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	overflow:hidden;
	text-align:center;
}
a.news_name{
	font-size:18px;
	line-height:1.5;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:20px;
	font-weight:bold;
}
.news_miaoshu{
	line-height:1.5;
	margin-top:10px;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	color:#666;
	overflow:hidden;
}
a.news_more{
	display: block;
    background-color: #fc0909;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    text-transform: uppercase;
    width: 150px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    margin: auto;
    margin-top:20px;
}
a.news_more:hover{
	border: 1px solid #fc0909;
	color:#fc0909;
	background-color:transparent;
}
#quandi_product{
	display:block;
	width:auto;
	height:auto;
	max-width:1200px;
	margin:auto;
	padding:10px;
	padding-top:50px;
	padding-bottom:50px;
}
#quandi_product_title{
	font-size:2rem;
	text-align:left;
	font-weight:bold;
}
#quandi_product_title:after{
	content: "";
    background-color: #fc0909;
    width: 40px;
    height: 7px;
    border-radius: 4px;
    display: block;
	margin-left:0px;
}
#quandi_product_tbody{
	display:grid;
	grid-template-columns:calc(25% - (60px/4)) calc(25% - (60px/4)) calc(25% - (60px/4)) calc(25% - (60px/4));
	align-items:center;
	column-gap:20px;
	row-gap:20px;
	width:auto;
	margin-top:20px;
}
@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;
	text-align:center;
}
.product_pic{
	padding-bottom:100%;
	position:relative;
	overflow:hidden;
}

a.bt_product{
	display:block;
    background-color: #fc0909;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    text-transform: uppercase;
	width:150px;
	height:44px;
	line-height:44px;
	text-align:center;
	font-size:16px;
	margin:auto;
	margin-bottom:50px;
}
a.bt_product:hover{
	border: 1px solid #fc0909;
	color:#fc0909;
	background-color:transparent;
}

#quandi_case{
	display:block;
	width:auto;
	height:auto;
	max-width:1200px;
	margin:auto;
	overflow:hidden;
	margin-top:50px;
	margin-bottom:50px;
}
#quandi_case_title{
	text-align:center;
	font-size:2rem;
	font-weight:bold;
	color:#fff;
}
#quandi_case_tbody{
	margin-top:50px;
	margin-bottom:50px;
	padding-left:10%;
	padding-right:10%;
	box-sizing:border-box;
}
.case_tb{
	width:auto;
	height:auto;
	text-align:center;
	color:#fff;
}
.case_name{
	font-weight: bold;
    font-size: 18px;
    padding: 0 10px;
    border-bottom: 1px solid #ffffff;
	display:inline-block;
	margin:auto;
}
.case_miaoshu{
	margin-top:20px;
	line-height:1.5;
}

.arrow{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	background-color:#fff;
	border-radius:50%;
	width:45px;
	font-size:2rem;
	height:45px;
	position:absolute;
	top:0px;
	bottom:0px;
	margin:auto;
}
.arrow:hover{
	color:#fff;
	background-color:#dc3545;
}
#quandi_message{
	
}
.message_tb{
	display:grid;
	grid-template-columns:45% auto;
	align-items:center;
	column-gap:50px;
	row-gap:20px;
	width:auto;
	height:auto;
	max-width:1200px;
	margin:auto;
	margin-top:80px;
	margin-bottom:80px;
}
@media (max-width:767px){
	.message_tb{
		padding:10px;
		grid-template-columns:auto;
	}
}
.message_left{
	display:block;
	width:auto;
	height:auto;
}
.message_name{
	font-size: 1.75rem;
}
.message_name:after{
	content: "";
    background-color: #fc0909;
    width: 40px;
    height: 7px;
    border-radius: 4px;
    display: block;
    margin-left: 0px;
}
.message_tbody{
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	row-gap:30px;
	width:auto;
	height:auto;
	margin-top:20px;
}
.message_tbody>input{
	border: none;
    outline: none;
    color: #000000;
    height: 45px;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	padding:10px;
	font-family: "Poppins", sans-serif;
}
.message_tbody>textarea{
	border: none;
    outline: none;
    color: #000000;
    height: 120px;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	padding:10px;
	font-family: "Poppins", sans-serif;
}
.message_pic{
	display:block;
	width:100%;
	height:auto;
}
#bt_save{
	width:160px;
	height:44px;
	line-height:44px;
	border:1px solid transparent;
	display: inline-block;
    background-color: #f73131;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-weight: bold;
	text-align:center;
}
#bt_save:hover{
	border: 1px solid #fc0909;
	color:#fc0909;
	background-color:transparent;
}
#quandi_new{
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	width:auto;
	height:auto;
}
.new_item{
	position:relative;
	width:auto;
	height:auto;
	overflow:hidden;
}
.new_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	background-size:cover;
	background-repeat:no-repeat;
}
.new_tb{
	display:block;
	padding:10%;
	width:auto;
	height:auto;
	margin:auto;
}
.new_name{
	font-size:3rem;
	line-height:1;
	color:#000;
}
.new_miaoshu{
	
}
a.new_more{
	display: inline-block;
    background-color: #fc0909;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    text-transform: uppercase;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    margin: auto;
    margin-top: 20px;
}
a.new_more:hover{
	border: 1px solid #fc0909;
	color:#fc0909;
	background-color:transparent;
}