@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;
}
#news{
  display:grid;
  grid-template-columns:60% auto;
  column-gap:40px;
  row-gap: 20px;
  overflow:hidden;
  margin:auto;
  width:auto;
  height:auto;
  margin-top:40px;
  margin-bottom: 40px;
  max-width: 1200px;
}
.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;}
.new_list{
  display:grid;
  grid-template-columns:calc(50% - 40px/2 ) calc(50% - 40px/2 );
  justify-content: space-between;
  row-gap:20px;
  column-gap:40px;
  width:auto;
  height:auto;
  overflow:hidden;
  margin:auto;
  margin-top:20px;
}

.new_tb{
  display:block;
  width:auto;
  height:auto;
  overflow:hidden;
  text-align:center;
  padding: 20px;
}
.new_name{
  display:block;
  width:auto;
  height:auto;
  overflow:hidden;
  margin:auto;
  text-align:center;
}
.new_pic{
  max-width: 150px;
  width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	position:relative;
	padding-bottom:100%;
}
.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;
}