﻿@charset "utf-8";
#quandi_product{
  width:auto;
  height:auto;
  overflow:hidden;
  display:block;
  margin:auto;
  padding:20px;
  max-width:1200px;
}
#quandi_product_thead{
  display:block;
  overflow:hidden;
  margin:auto;
  width:auto;
  height:auto;
}
#quandi_product_title{
  display:inline-block;
  overflow:hidden;
  margin:auto;
  width:auto;
  height:auto;
  font-size:1.2rem;
  line-height:3rem;
  text-align:left;
  vertical-align:middle;
}
#quandi_product_tbody{
  width:100%;
  height:auto;
  overflow:hidden;
  display:block;
  margin:auto;
  position:relative;
  margin-top:20px;
}

#quandi_product_tbody>div{
  width:220px;
  height:auto;
  overflow:hidden;
  margin:auto;
  display:block;
  margin:auto;
  margin-right:10px;
  text-align:center;
  vertical-align:top;
}
@media (max-width:480px){
	#quandi_product_tbody>div{width:150px;}
}
a.product_tb{
  width:auto;
  height:auto;
  overflow:hidden;
  margin:auto;
  display:block;
  text-align:center;
  background-color:#fff;		
}
.product_pic{
  width:auto;
  height:220px;
  overflow:hidden;
  margin:auto;
  display:block;
  margin:auto;
  margin-bottom:10px;
  position:relative;
  border:1px solid #ddd;
  
}
@media (max-width:767px){#quandi_product_tbody>div{width:200px;}.product_pic{height:200px;}}
@media (max-width:480px){#quandi_product_tbody>div{width:160px;}.product_pic{height:160px;}}
.product_name{
  width:auto;
  height:auto;
  overflow:hidden;
  margin:auto;
  display:block;
  text-align:center;
  padding:10px;
}
/*新闻*/
#quandi_news{
  width:auto;
  height:auto;
  overflow:hidden;
  display:block;
}
#quandi_news_thead{
  display:block;
  overflow:hidden;
  margin:auto;
  width:auto;
  height:auto;
  border-bottom:1px solid #ccc;
  position:relative;
}
#quandi_news_title{
  display:inline-block;
  overflow:hidden;
  margin:auto;
  width:auto;
  height:auto;
  font-size:1.2rem;
  line-height:3rem;
  text-align:left;
  vertical-align:middle;
}
#quandi_news_tbody{
  width:auto;
  height:auto;
  overflow:hidden;
  display:block;
  margin:auto;
  margin-top:20px;
  margin-bottom:20px;
}
a.news_pic{
  width:auto;
  height:400px;
  overflow:hidden;
  margin:auto;
  display:block;
  outline:none;
  background-position:top center;
  background-repeat:no-repeat;
  background-size:cover;
}
.news_item{
  width:auto;
  height:auto;
  overflow:hidden;
  margin:auto;
  display:block;
  line-height:30px;
}
.news_tb{
  width:auto;
  height:auto;
  overflow:hidden;
  margin:auto;
  display:block;
}
a.news_name{
  display:block;
  overflow:hidden;
  width:auto;
  height:auto;
  line-height:20px;
  margin:auto;
  text-align:left;
  white-space:nowrap;
  padding-top:5px;
  padding-bottom:5px;
}
a.news_name:before{
	font-family: 'FontAwesome';
	margin-right:5px;
}
#about{
	display:grid;
	grid-template-columns:auto 40%;
	column-gap:20px;
	width:auto;
	height:auto;
	margin:auto;
	max-width:1200px;
	margin-top:20px;
	margin-bottom:20px;
}
@media (max-width:767px){#about{grid-template-columns:auto;}}
/*
关于我们
*/
#quandi_about{
  width:auto;
  height:auto;
  overflow:hidden;
  display:block;
}
#quandi_about_thead{
  display:block;
  overflow:hidden;
  margin:auto;
  width:auto;
  height:auto;
  border-bottom:1px solid #ccc;
  position:relative;
}
#quandi_about_title{
  display:inline-block;
  overflow:hidden;
  margin:auto;
  width:auto;
  height:auto;
  font-size:1.2rem;
  line-height:3rem;
  text-align:left;
  vertical-align:middle;
}

#quandi_about_tbody{
  width:auto;
  height:auto;
  overflow:hidden;
  display:block;
  margin:auto;
  margin-top:20px;
  margin-bottom:20px;
}
#quandi_about_tbody *{max-width:100%;height:auto;}