@charset "utf-8";
.section{
  width:auto;
  height:auto;
  overflow:hidden;
  margin:auto;
  background-size: cover;
  background-repeat: no-repeat;
}
/*本期推荐*/
.tb{
  width:auto;
  height:auto;
  overflow:hidden;
  margin:auto;
  margin-top:20px;
  margin-bottom: 20px;
}
.thead{
  display:flex;
  display:-webkit-flex;
  column-gap:10px;
  align-items:center;
  overflow:hidden;
  margin:auto;
  width:auto;
  height:auto;
  border-bottom:1px solid #ddd;
  line-height:40px;
  text-align:left;
}
.title{
  font-size:14px;
  font-weight:bold;
}
.miaoshu{
  font-size:12px;
  color:#999;
}
.tbody{
  margin-top:20px;
}
.product_list{
  width:auto;
  height:auto;
  overflow:hidden;
  display:grid;
  grid-template-columns: 33.3% 33.3% auto;
  max-width: 1200px;
  margin: auto;

}
@media (max-width:767px){
	.product_list{
		grid-template-columns:auto;
	}
}
.product_content{
  width:auto;
  height:auto;
  overflow:hidden;
  display:block;
  text-align:center;
  margin: auto;
  padding: 20px;
}

.product_content h2{
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "宋体";
}
.product_pic{
 	width:100%;
	height:auto;
	overflow:hidden;
	display:block;
}
.product_img{
  width:auto;
  height:auto;
  overflow:hidden;
  display:flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

a.news_tb{
  margin:auto;
  width:auto;
  height:auto;
  display:block;
  text-align: left;
  background-color: #fff;
}
a.news_tb:hover{
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.news_right{
  margin:auto;
  width:auto;
  height:auto;
  display:block;
  padding: 20px;
}
.news_name{
  margin:auto;
  width:auto;
  height:auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news_date{
  display: flex;
  display: -webkit-flex;
  column-gap: 10px;
  color:#666;
  width: auto;
  height: auto;
  overflow: hidden;
  margin:auto;
  font-size: 12px;
}
.news_pic{
  margin:auto;
  width:auto;
  height:auto;
  display:block;
  padding-bottom: 75%;
  background-size: cover;
  background-repeat: no-repeat;
}
.news_miaoshu{
  margin:auto;
  width:auto;
  height:auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
}
.about{
  border: 1px solid #ddd;
  width: auto;
  height: auto;
  overflow: hidden;
  padding: 20px;
  display: block;
  background-color: #fff;
}
.ti{
  border-bottom: 1px solid #ddd;
  width: auto;
  height: auto;
  line-height: 50px;
  overflow: hidden;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
}
.about_content{
  margin:auto;
  width:auto;
  height:auto;
  display:block;
  margin-top: 20px;
}
.about_content img{max-width:100%;height: auto;}
#news_right{
  border: 1px solid #ddd;
  width: auto;
  height: auto;
  overflow: hidden;
  padding: 20px;
  display: block;
  background-color: #fff;
}
.news_list{
  display:grid;
  grid-template-columns:auto;
  row-gap:10px;
  column-gap:10px;
  overflow:hidden;
  margin:auto;
  width:auto;
  height:auto;
  margin-top:10px;
}

a.news_name{
  width: auto;
  height: auto;
  display:flex;
  display: -webkit-flex;
  column-gap: 10px;
  overflow: hidden;
}
a.news_name::before{color:#f80;}

.contact_back{
  padding-top: 40px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.contact_tb{
  margin: auto;
  text-align: center;
  padding: 20px;
  margin-bottom: 60px;
  margin-top: 60px;
}
.home_contact_name{
  font-size:1.2rem;
  color: #999;
}
.home_contact_title{
  font-size: 3rem;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  color: #f90;
  font-style: italic;
}
.contact_miaoshu{
  font-family: "幼圆";
  font-size: 1.8rem;
}
#message{
  display: grid;
  grid-template-columns: auto 50%;
  width: auto;
  height: auto;
  overflow: hidden;
  max-width: 1200px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.message_pic{
  display: block;
  width:auto;
  height: auto;
  min-height: 60%;
  background-size: cover;
  background-repeat: no-repeat;
}
#quandi_form{
  display: block;
  background-color:#17364a;
  width: auto;
  height: auto;
  padding: 20px;
  color:#fff
}
#quandi_form_thead{
  display:flex;
  display: -webkit-flex;
  align-items: center;
  column-gap: 10px;
  width: auto;
  height: auto;
  color:#FA0;
  border-bottom: 1px dotted #fa0;
  padding-bottom: 10px;
  margin-bottom:20px;
}
#quandi_form_title{
  font-size: 1.2rem;
}
a#form_bt{
  background-color: #fa0;
  color:#fff;
}
.case_list{
  display: grid;
  grid-template-columns:calc(33.3% - 40px/3) calc(33.3% - 40px/3) calc(33.3% - 40px/3);
  column-gap:20px;
  row-gap:20px;
  width: auto;
  height: auto;
  overflow: hidden;
}
a.case_tb{
  display: block;
  width: auto;
  height: auto;
  overflow: hidden;
}
.case_pic{
  padding-bottom: 75%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: auto;
  height: auto;
  position: relative;
  background-color: #f5f5f5;
}
.case_name{
  margin: auto;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px;
  background-color:rgba(0,0,0,0.6) ;
  color:#fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 1rem;
}
.case_pic:hover>.case_name{
  background-color: rgba(181,0,129,0.8);
}