.container-fluid .banner-main {
	position: relative;
}
.container-fluid .banner-main img {
	width: 100%;
	min-height: 306px;
}
.container-fluid .banner-main .colount-main {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: calc(100% - 125px);
	margin-top: 125px;
}

.container-fluid .banner-main .colount-main {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
}

.container-fluid .banner-main .colount-main .colount-line {
	height: 53px;
	width: 2px;
	background-color: #ffffff;
	margin-right: 1.5%;
	margin-left: 5%;
}

.container-fluid .banner-main .colount-main .colount-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.container-fluid .banner-main .colount-main .colount-content .main-title {
	font-size: 31px;
	font-family: New-Source-HanSansCN-Bold;
	color: #ffffff;
	line-height: 30px;
	letter-spacing: 1.3px;
	padding-top: 8px;
}

.container-fluid .banner-main .colount-main .colount-content  .sub-title {
	color: #F0B708;
	font-family: New-Source-HanSansCN-Bold;
	font-size: 20px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 20px;
	letter-spacing: 1.3px;
	margin-top: -4px;
}

.product-content-main {
	display: flex;
	flex-direction: row;
	padding-top: 26px;
}

.product-content-main .product-menu ul {
	padding: 0px;
}

.product-content-main .product-menu ul li{
	width: 210px;
	background-color: #F9F9F9;
	border-bottom: 1px solid #EDEDED;
	cursor: pointer;
	position: relative;
}

.product-content-main .product-menu ul li:last-child {
	border-bottom: 0px;
}

.product-content-main .product-menu ul li a {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
	letter-spacing: 1.3px;
	text-decoration: none;
	display: block;
	height: 100%;
	
	padding: 15px 0px;
	padding-left: 24px;
}

.product-content-main .product-menu ul li.active {
	background-color: #67B0C4;
}

.product-content-main .product-menu ul li.active a {
	color: #ffffff;
}

.product-content-main .product-menu ul li.active::after {
	content: "";
	width:0;
	height:0;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	border-left:10px solid #67B0C4;
	position: absolute;
	right: -7px;
	top: 26%;
}


.product-content-main .product-menu ul li {
	list-style: none;
}

.product-content-main .product-detail {
	margin-left: 31px;
	border: 1px solid rgba(204, 204, 204, 0.35);
	width: 100%;
	padding: 20px 21px 21px 22px;
	position: relative;
	
	margin-bottom: 25px;
}

.product-content-main .product-detail .title {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.product-content-main .product-detail .title img:nth-child(1) {
	width: 190px;
}

.product-content-main .product-detail .title img:nth-child(2) {
	width: 55px;
	margin-left: 25px;
}

.product-content-main .product-detail .title p {
	font-size: 21px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
	margin: 0px;
	margin-left: 10px;
	letter-spacing: 1px;
}

.product-content-main .product-detail .module-main {
	margin-top: 20px;
	line-height: 22px;
}

.product-content-main .product-detail .module-main p {
	margin: 0px;
	padding: 0px;
}

.product-content-main .product-detail .module-main .module-title {
	color: #67B0C4;
	font-size: 13px;
	
}

.product-content-main .product-detail .module-main .module-content {
	font-size: 12px;
	color: #333333;
}

.product-content-main .product-detail .module-main .module-content table {
	width: 100%;
	margin-top: 5px;
	font-size: 12px;
	color: #333333;
}

.product-content-main .product-detail .module-main .module-content table tr:nth-child(1) {
	background-color: #E8E8E8 !important;
	height: 40px !important;
}

.product-content-main .product-detail .module-main .module-content table tr {
	height: 40px;
}

.product-content-main .product-detail .module-main .module-content table tr td {
	font-size: 12px;
	border: 1px dashed #E8E8E8;
	text-align: center;
}

.product-content-main .product-detail .module-main .module-content table tr td:nth-child(1) {
	padding-left: 20px;
}


@media screen and (max-width: 1000px) {
	.max-width {
		width: 960px !important;
		min-width: 960px !important;
		margin: 0 auto;
	}
	
	html,body {
		min-width: auto !important;
	}
}

