.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #FFFFFF;
	padding-bottom: 100px;
}

.main .path {
	background-color: #eeeeee;
	height: 66px;
}

.main .path .container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.main .path ul.typelist {
	padding-top: 14px;
}

.main .path ul.typelist:after {
	display: table;
	content: "";
	clear: both;
}

.main .path ul.typelist li {
	float: left;
	margin-left: 15px;
}

.main .path ul.typelist li a {
	display: block;
	font-family: 'pingfang';
	font-size: 18px;
	color: #000000;
	line-height: 38px;
	padding: 0 20px;
	border-radius: 19px;
}

.main .path ul.typelist li.active a {
	background-color: #102673;
	color: #FFFFFF;
}

.main ul.product_list {
	padding-top: 15px;
}

.main ul.product_list>li {
	padding-top: 86px;
	padding-bottom: 80px;
	border-bottom: 1px solid #7d7d7d;
}

.main ul.product_list>li a {
	display: block;
}

.main ul.product_list>li a:after {
	display: table;
	content: "";
	clear: both;
}

.main ul.product_list>li .pic {
	float: left;
	width: calc((350 / 1300) * 100%);
}

.main ul.product_list>li .pic img {
	display: block;
	width: 100%;
}

.main ul.product_list>li .txt {
	float: right;
	width: calc((910 / 1300) * 100%);
}

.main ul.product_list>li .txt h5.title {
	font-size: 25px;
	font-weight: bold;
	color: #000000;
	line-height: 45px;
	padding-bottom: 20px;
}

.main ul.product_list>li .txt ul.type_class {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.main ul.product_list>li .txt ul.type_class li {
	width: calc((100% - 4px) / 2);
	font-size: 16px;
	color: #000000;
	line-height: 36px;
	background-color: #eeeeee;
	text-align: center;
	position: relative;
}

.main ul.product_list>li .txt ul.type_class li:after {
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	background-color: #000000;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 3px);
	left: 30px;
}

.main ul.product_list>li .txt h6 {
	padding-top: 30px;
	font-size: 17px;
	color: #666666;
	font-weight: bold;
	line-height: 37px;
}

.main ul.product_list>li .txt p.summary {
	font-family: 'pingfang';
	font-size: 16px;
	color: #999999;
	line-height: 26px;
}

.main ul.product_list>li:hover .txt h5.title {
	color: #fd972b;
}




.main #pagination {
  text-align: center;
  margin-top: 40px;
  display: block;
	height: auto;
}

.main #pagination .btn-group {
	display: inline-block;
	height: auto;
}

.main #pagination #page_center_botton {
	display: none;
}

.main #pagination .btn-group .btn {
	font-family: "pingfang";
	font-size: 12px;
	color: #222222;
	padding: 10px 12px;
	background-color: #f6f6f6;
	margin: 0 5px;
	display: inline-block;
}

.main #pagination .btn-group a.btn {
	background-color: #ffa229;
	color: #FFFFFF;
}

@media screen and (max-width: 1400px ) {
	
	.guide a.type_a:last-child {
		display: none;
	}
	
}

@media screen and (max-width: 550px) {

  .main {
    padding-top: 20px;
    padding-bottom: 70px;
  }
	
  .main .path {
  	display: none;
  }
  
  .main ul.product_list {
  	padding-top: 0px;
  }
  
  .main ul.product_list>li {
  	padding-top: 20px;
  	padding-bottom: 20px;
  }
  
  .main ul.product_list>li .pic {
  	width: 100%;
  }
  
  .main ul.product_list>li .txt {
  	width: 100%;
  }
  
  .main ul.product_list>li .txt h5.title {
  	font-size: 18px;
  	padding-bottom: 10px;
  }
  
  .main ul.product_list>li .txt ul.type_class {
  	flex-flow: row wrap;
  }
  
  .main ul.product_list>li .txt ul.type_class li {
  	width: 100%;
  	margin-bottom: 4px;
  	font-size: 14px;
  }
  
  .main ul.product_list>li .txt ul.type_class li:after {
  	display: none;
  }
  
  .main ul.product_list>li .txt h6 {
  	padding-top: 10px;
  }
  
  .main ul.product_list>li .txt p.summary {
  	font-size: 14px;
  	line-height: 28px;
  }
  

}