@charset "utf-8";
#quandi_com{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	max-width:1200px;
}
#quandi_com_thead{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	background-image:url(images/com.png);
	background-repeat:no-repeat;
	background-size:auto;
	background-position:top center;
	background-size:auto 100%;
	color:#fff;
	text-align:center;
	padding-top:10px;
	padding-bottom:40px;
}
#quandi_com_title{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	font-size:1.8rem;
	font-weight:bold;
	line-height:1.5;
}
#quandi_com_miaoshu{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	font-size:1rem;
	line-height:1.5;
}
#quandi_com_tbody{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
}
#com{
	display:grid;
	grid-template-columns:auto 40%;
	column-gap:40px;
	row-gap:20px;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-top:40px;
	margin-bottom:40px;
}
@media (max-width:767px){#com{grid-template-columns:auto;padding:10px;}}
#quandi_wenhua{
	display:block;
	width:auto;
	height:100%;
}
@media (max-width:767px){#quandi_wenhua{height:300px;}}
#quandi_wenhua>div{
	display:block;
	width:auto;
	height:50%;
}

a.wenhua_tb{
	background-color:#0b67c5;
	display:flex;
	display:-webkit-flex;
	flex-wrap:nowrap;
	width:auto;
	height:100%;
	margin:auto;
	color:#fff;
	text-align:center;
}
#quandi_wenhua>div:nth-child(even)>a.wenhua_tb{
	flex-direction: row-reverse;
}
.wenhua_left{
	display:block;
	width:50%;
	height:auto;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
}
.wenhua_right{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	width:50%;
	height:auto;
	font-size:2rem;
}

#quandi_product{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	background-color:#eee;
	padding-top:40px;
	padding-bottom:40px;
	margin-top:40px;
	background-image:url(images/product.jpg);
	background-size:cover;
}
#quandi_product_thead{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:auto;
	background-position:top center;
	color:#0b67c5;
	text-align:center;
	max-width:1200px;
}
#quandi_product_title{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	font-size:1.8rem;
	font-weight:bold;
}
#quandi_product_miaoshu{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	font-size:1rem;
}
#quandi_product_tbody{
	display:grid;
	grid-template-columns:calc(25% - (120px/4)) calc(25% - (120px/4)) calc(25% - (120px/4)) calc(25% - (120px/4));
	column-gap:40px;
	row-gap:40px;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	max-width:1200px;
	margin-top:40px;
}
@media (max-width:767px){
	#quandi_product_tbody{grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));column-gap:20px;row-gap:20px;padding:10px;}
}
a.product_tb{
	display:block;
	width:auto;
	height:100%;
	overflow:hidden;
	background-color:#fff;
	padding:20px;
	box-sizing:border-box;
	text-align:center;
}
a.product_tb:hover{
	border:1px solid #F90;
}
.product_pic{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	padding-bottom:100%;
	position:relative;
}
.product_name{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-top:10px;
}
#quandi_new{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:center;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-top:10px;
	text-align:center;
}
#news{
	display:grid;
	grid-template-columns:50% auto;
	column-gap:40px;
	row-gap:20px;
	width:auto;
	height:auto;
	max-width:1200px;
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;
}
@media (max-width:767px){
	#news{grid-template-columns:auto;padding:10px;}
}
#quandi_xinwen{
	display:block;
	width:auto;
	height:100%;
	overflow:hidden;
	background-color:#fff;
}
@media (max-width:767px){
	#quandi_xinwen{height:300px;}
}
.xinwen_pic{
	display:flex;
	display:-webkit-flex;
	justify-content:flex-end;
	flex-direction:column;
	width:100%;
	height:100%;
	margin:auto;
	background-size:cover;
	background-repeat:no-repeat;
}
.xinwen_tb{
	background-color:rgba(0,0,0,0.8);
	padding:10px;
	color:#fff;
	width:auto;
	height:auto;
	overflow:hidden;
}
a.xinwen_name{
	font-size:1.6rem;
	color:#fff;
	line-height:1.5;
}

#quandi_news{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	background-color:#003e87;
	padding-top:40px;
	padding-bottom:40px;
	margin-bottom:40px;
	background-size:cover;
}
#quandi_news_thead{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:auto;
	background-position:top center;
	color:#fff;
	text-align:center;
	max-width:1200px;
}
#quandi_news_title{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	font-size:1.8rem;
	font-weight:bold;
}
#quandi_news_miaoshu{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	font-size:1rem;
}
#quandi_news_tbody{
	display:grid;
	grid-template-columns:auto;
	row-gap:10px;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
}
a.news_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:80px auto;
	column-gap:10px;
}
.news_left{
	width:auto;
	height:auto;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	background-color:#dcfcfd;
	color:#003e87;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
}
.news_date{
	font-size:20px;
	text-align:center;
	margin:5px;
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-bottom:0px;
}
.news_year{
	font-size:1rem;
	text-align:center;
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.news_right{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.news_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	font-size:1.2rem;
	color:#dcfcfd;
}
.news_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-size:0.8rem;
	color:#fff;
	text-align:left;
	line-height:1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#tb{
	display:grid;
	grid-template-columns:20% auto 35%;
	column-gap:50px;
	row-gap:20px;
	margin:auto;
	max-width:1200px;
	width:auto;
	height:auto;
	margin-top:40px;
	margin-bottom:40px;
}
@media (max-width:767px){
	#tb{grid-template-columns:auto;padding:10px;}
}
#quandi_contact{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
#quandi_contact_thead{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	overflow:hidden;
	width:auto;
	height:auto;
}
#quandi_contact_title{
	display:inline-block;
	overflow:hidden;
	width:auto;
	height:auto;
	border-bottom:2px solid #003e87;
	font-size:1.2rem;
}
#quandi_contact_tbody{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-top:20px;
	overflow:hidden;
}

#quandi_map{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
#quandi_map_thead{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	overflow:hidden;
	width:auto;
	height:auto;
}
#quandi_map_title{
	display:inline-block;
	overflow:hidden;
	width:auto;
	height:auto;
	border-bottom:2px solid #003e87;
	font-size:1.2rem;
}
#quandi_map_tbody{
	display:block;
	overflow:hidden;
	width:auto;
	height:280px;
	margin-top:20px;
	overflow:hidden;
}

#quandi_form{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
#quandi_form_thead{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	overflow:hidden;
	width:auto;
	height:auto;
}
#quandi_form_title{
	display:inline-block;
	overflow:hidden;
	width:auto;
	height:auto;
	border-bottom:2px solid #003e87;
	font-size:1.2rem;
}
#quandi_form_tbody{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-top:20px;
	overflow:hidden;
}
a#form_bt{
	height:30px;
	line-height:30px;
	background-color:#F60;
	width:100px;
	border-radius:5px;
}

#quandi_lianjie{
	display:grid;
	grid-template-columns:100px auto;
	column-gap:10px;
	row-gap:10px;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
	max-width:1200px;
	margin:auto;
	margin-bottom:40px;
	border-top:1px solid #ddd;
	padding-top:20px;
}
@media (max-width:767px){#quandi_lianjie{border:none;grid-template-columns:auto;padding:10px;}}
#quandi_lianjie_thead{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	overflow:hidden;
	width:auto;
	height:auto;
	color:#0b67c5;
	font-weight:bold;
}
@media (max-width:767px){#quandi_lianjie_thead{justify-content:flex-start;border-bottom:1px solid #ddd}}
#quandi_lianjie_title{
	display:inline-block;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:1.2rem;
}
#quandi_lianjie_tbody{
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	overflow:hidden;
	width:auto;
	height:auto;
	overflow:hidden;
}
a.lianjie_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-right:10px;
	white-space:nowrap;
}
#quandi_search_back{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	border-bottom:1px solid #ddd;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
	padding-top:10px;
	padding-bottom:10px;
}

#quandi_search{
	display:grid;
	overflow:hidden;
	width:auto;
	height:auto;
	grid-template-columns:auto auto;
	justify-content:space-between;
	align-items:center;
	max-width:1200px;
	margin:auto;
}
@media (max-width:440px){
	#quandi_search{grid-template-columns:auto;row-gap:10px;padding:10px;justify-content:unset;}
}
#quandi_search_tbody{
	display:grid;
	grid-template-columns:auto 60px;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
}
#keywords{
	display:block;
	overflow:hidden;
	width:100%;
	height:40px;
	border:1px solid #ddd;
	box-sizing:border-box;
}
#bt_search{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:100%;
	background-color:#0b67c5;
	color:#fff;
	text-align:center;
}