﻿@charset "utf-8";
/*产品展示*/
.product_back{
  width:auto;
  height:auto;
  overflow:hidden;
  display:block;
  margin:auto;
  background-color:#394e6b;
  color:#fff;
  background-position:bottom center;
  background-repeat:no-repeat;
  background-size:cover;
  margin-top:20px;
  margin-bottom:20px;
  padding-top:40px;
  padding-bottom:40px;
}
.product{
  width:auto;
  height:auto;
  overflow:hidden;
  display:block;
  margin:auto;
  margin-top:40px;
  margin-bottom:40px;
}
.product_title{
  width:auto;
  height:auto;
  overflow:hidden;
  display:block;
  margin:auto;
  font-size:2rem;
  text-align:left;
  line-height:40px;
  text-align:center;
  padding-top:20px;
}
.product_title:after{
  display:block;
  content: "\f0dd";
  font-family:"FontAwesome";
  font-size:2rem;
  width:auto;
  height:auto;
  overflow:hidden;
  line-height:40px;
  vertical-align:top;
  padding:0px;
  margin:auto;
  clear:both;
  margin-top:-10px;
}
.product_miaoshu{
  font-family:Arial, Helvetica, sans-serif;
  text-align:center;
  text-transform:uppercase;
  display:block;
  width:auto;
  height:auto;
  font-size:1rem;
  font-weight:normal;
}
.product_list{
  width:auto;
  height:auto;
  overflow:hidden;
  display:block;
  margin:auto;
  position:relative;
  margin-top:40px;
  max-width:1200px;
  white-space:nowrap;
}
a.product_tb{
  width:20%;
  height:auto;
  overflow:hidden;
  display:inline-block;
  text-align:center;
  background-color:#fff;
  margin-right:10px;		
}
@media (max-width:480px){
	a.product_tb{
		width:33.3%;
	}
}
.product_pic{
  width:auto;
  height:auto;
  overflow:hidden;
  margin:auto;
  display:block;
  position:relative;
  padding-bottom:100%;
  
}
.product_name{
  width:auto;
  height:auto;
  overflow:hidden;
  margin:auto;
  display:block;
  text-align:center;
  padding:10px;
}
/*新闻*/
.news{
  display:block;
  overflow:hidden;
  width:auto;
  height:auto;
  vertical-align:top;
  box-sizing:border-box;
}
.news_title{
  display:block;
  overflow:hidden;
  margin:auto;
  width:auto;
  height:auto;
  font-size:1.2rem;
  line-height:3rem;
  text-align:left;
  vertical-align:middle;
  border-bottom:1px solid #ddd;
}
.news_list{
  width:auto;
  height:auto;
  overflow:hidden;
  display:block;
  margin:auto;
  margin-top:10px;
}

.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{
  max-width:1200px;
  width:auto;
  height:auto;
  overflow:hidden;
  display:block;
  margin:auto;
  padding-top:40px;
  padding-bottom:40px;
}
.about_title{
  width:auto;
  height:auto;
  overflow:hidden;
  display:block;
  margin:auto;
  font-size:2rem;
  text-align:center;
  line-height:1.5;
}

.about_miaoshu{
  width:auto;
  height:auto;
  overflow:hidden;
  display:block;
  margin:auto;
  font-size:1rem;
  line-height:200%;
  text-align:center;
  font-family:Arial, Helvetica, sans-serif;
}

.about_tb{
  width:auto;
  height:auto;
  overflow:hidden;
  display:grid;
  grid-template-columns:55% auto;
  column-gap:40px;
  margin:auto;
  margin-top:40px;
}
@media (max-width:767px){.about_tb{grid-template-columns:auto;column-gap:unset;row-gap:40px;}}
.about_pic{
  width:100%;
  height:auto;
  overflow:hidden;
  display:block;
  vertical-align:top;
}
.about_content{
  width:auto;
  height:auto;
  overflow:hidden;
  display:block;
}
@media (max-width:767px){.about_miaoshu{padding:10px;}}
/*快捷导航*/
#quandi_daohang_back{
  width:auto;
  height:auto;
  overflow:hidden;
  display:block;
  margin:auto;
  background-color:#eee;
}
.cate_list{
	margin:auto;
  width:auto;
  height:auto;
  overflow:hidden;
  display:flex;
  display:-webkit-flex;
  flex-wrap:wrap;
  max-width:1200px;
}

a.daohang_name{
  width:auto;
  height:auto;
  overflow:hidden;
  display:block;
  font-size:1rem;
  text-align:center;
  padding:10px;
  white-space:nowrap;
  padding-left:20px;
  padding-right:20px;
}
a.daohang_name:hover{
	background-color:#e5e5e5;
	border-radius:5px;
}
#tb{
  max-width:1200px;
  width:auto;
  height:auto;
  overflow:hidden;
  margin:auto;
  display:grid;
  grid-template-columns:55% auto;
  column-gap:40px;
  row-gap:20px;
  margin-top:40px;
  margin-bottom:40px;
}
@media (max-width:767px){#tb{grid-template-columns:auto;padding:10px;}}
#quandi_case{
  width:auto;
  height:auto;
  overflow:hidden;
  display:block;
}
@media (max-width:767px){#quandi_case{width:auto;display:block;}}
.case_back{
  width:auto;
  height:252px;
  background-position:top center;
  background-repeat:no-repeat;
  background-size:cover;
  overflow:hidden;
  margin:auto;
  display:flex;
  display:-webkit-flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  background-color:#f5f5f5;
}
.thead{
  width:auto;
  height:auto;
  overflow:hidden;
  display:block;
  text-align:center;
}
.case_title{
  width:auto;
  height:auto;
  overflow:hidden;
  display:block;
  font-size:2rem;
}
.case_miaoshu{
  width:auto;
  height:auto;
  overflow:hidden;
  display:block;
  font-size:1rem;
  color:#999;
}
.case_list{
  width:auto;
  height:auto;
  overflow:hidden;
  margin:auto;
  display:flex;
  display:-webkit-flex;
  justify-content:center;
  align-items:flex-start;
  flex-direction:row;
  flex-wrap:wrap;
  display:grid;
  grid-template-columns:calc(25% - (30px/4)) calc(25% - (30px/4)) calc(25% - (30px/4)) calc(25% - (30px/4));
  column-gap:10px;
  row-gap:10px;
  margin-top:10px;
}
.case_tb{
  width:auto;
  height:auto;
  overflow:hidden;
  display:block;
 
}
.case_pic{
  width:auto;
  height:auto;
  overflow:hidden;
  display:block;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  position:relative;
  padding-bottom:75%;
}
.case_name{
  width:auto;
  height:auto;
  overflow:hidden;
  margin:auto;
  display:block;
  font-size:2rem;
  line-height:120%;
  color:#003b77;
  margin-top:80px;
}
.case_miaoshu{
  width:auto;
  height:auto;
  overflow:hidden;
  margin:auto;
  display:block;
  font-size:1rem;
  line-height:120%;
  color:#999;
  margin-top:20px;
}