.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 .product {
	padding-top: 100px;
}

.main .product .l {
	width: calc((920 / 1300) * 100%);
}

.main .product .l h2.title {
	font-size: 25px;
	color: #000000;
	line-height: 45px;
	padding-bottom: 20px;
}

.main .product .l ul.type_class {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.main .product .l ul.type_class li {
	width: calc((100% - 20px) / 2);
	font-size: 16px;
	color: #000000;
	line-height: 36px;
	background-color: #eeeeee;
	text-align: center;
	position: relative;
}

.main .product .l 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 .product .l .product_summary {
	padding-top: 50px;
}

.main .product .l .product_summary h5 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 42px;
	border-bottom: 1px solid #7d7d7d;
}

.main .product .l .product_summary .article  {
	padding-top: 20px;
}

.main .product .l .product_summary .article p:after {
    display: table;
    content: "";
    clear: both;
}

.main .product .l .product_summary .article p {
	font-family: 'pingfang';
	font-size: 16px;
	color: #1a1a1a;
}

.main .product .l .product_summary .article p img {
	width: calc(50% - 10px);
	display: block;
	float: left;
	margin-right: 10px;
}

.main .product .l .product_summary .article p strong {
    float: left;
    width: calc(50% - 10px);
    margin-right: 10px;
    font-family: 'pingfang';
    padding-left: 10px;
    position: relative;
    box-sizing: border-box;
}

.main .product .l .product_summary .article p strong:after {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #000000;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 3px);
	left: 2px;
}



.main .product .r {
	width: calc((340 / 1300) * 100%);
}

.main .product .r ul.typelist li a {
	display: block;
	font-family: 'pingfang';
	font-size: 18px;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	line-height: 60px;
	background-color: #102673;
	margin-bottom: 5px;
}


.main .article_page {
	padding-top: 60px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: left;
}

.main .article_page a.infolist2 {
	display: block;
	width: 166px;
	height: 46px;
	box-sizing: border-box;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	line-height: 46px;
	background-color: #707070;
	margin-right: 35px;
}

@media screen and (max-width: 1400px ) {
	
	.guide a.type_a:last-child {
		display: none;
	}
	
}

@media screen and (max-width: 1350px ) {
	
	.main .product .l ul.type_class li:after {
		left: 30px;
	}
	
}

@media screen and (max-width: 550px) {

  .main {
    padding-top: 20px;
    padding-bottom: 70px;
  }

  .main .path {
  	display: none;
  }
  
  .main .product {
  	padding-top: 0px;
  }
  
  .main .product .l {
  	width: 100%;
  }
  
  .main .product .r {
  	display: none;
  }
  
  .main .product .l h2.title {
  	font-size: 20px;
  	padding-bottom: 10px;
  }
  
  .main .product .l ul.type_class {
  	flex-flow: row wrap;
  }
  
  .main .product .l ul.type_class li {
  	width: 100%;
  	margin-bottom: 4px;
  	font-size: 14px;
  }
  
    .main .product .l ul.type_class li:after {
    	display: none;
    }
  
  .main .product .l .product_summary {
  	padding-top: 20px;
  }
  
  .main .product .l .product_summary .article p {
  	font-size: 14px;
  	line-height: 28px;
  }
  
  .main .article_page {
  	padding-top: 40px;
  }
  
  
}