.proSubTab{
	background: #fff;
	margin-bottom: 10px;
}
.tablist{
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
}
.tablist dl{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #E8E8E8;
	cursor: pointer;
	position: relative;
}
.tablist dl:last-child{border: 0;}
.tablist dl dt{
	margin-right: 15px;
}
.tablist dl dt img{
	width: 62px;
	height: 62px;
	object-fit: cover;
}
.tablist dl p{
	color: #333;
	font-size: 18px;
	line-height: 2em;
	font-weight: 500;
}
.tablist dl.current p{
	color: #C5181F;
}
.tablist dl.current::after{
	position: absolute;
	content: '';
	height: 2px;
	width: 100%;
	background: #FFFFFF linear-gradient(124deg, #F99263 0%, #EC493A 47%, #C5181F 100%);
	bottom: -28px;
}
.tablist dl.current::before{
	position: absolute;
	content: '';
	width:0px;
	height:0px;
	border:5px solid transparent;
	border-bottom-color:#EC493A;
	bottom: -26px;
}
.searchContent{
	display: flex;
	justify-content: end;
	padding: 10px 40px;
}
.searchBox{
	display: flex;
	align-items: center;
}
.searchBox input{
	width: 170px;
	height: 32px;
	border: 1px solid #E8E8E8;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	font-size: 12px;
	padding: 0 10px;
}
.searchIcon{
	width: 30px;
	height: 32px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	background-color: #C5181F;
	background-image: url(pro_icon4.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.proContentBox{
	padding-bottom: 20px;
	
}

.prolist table{
	width: 100%;
	text-align: center;
}
.prolist .pro_public_list table{
	margin-bottom: 20px;
}
.prolist table tbody td{border-bottom: 1px solid #E8E8E8;}
.prolist td{
	min-height: 40px;
	padding: 10px;
	cursor: pointer;
}
.prolist thead th{
	height: 40px;
	font-weight: normal;
	color: #333;
	background: #F9EDEE;
	cursor: pointer;
	padding: 0 10px;
}
.pro_public_list thead th:nth-child(2),.pro_public_list tbody td:nth-child(2){
	text-align: left;
}
.icon_sort{
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	width: 12px;
	height: 12px;
	margin-bottom: 3px;
	background-repeat: no-repeat;
	margin-left: 3px;
	background-image: url(pro_icon7.png);
}
.icon_sort.up{
	background-image: url(pro_icon5.png);
}
.icon_sort.down{
	background-image: url(pro_icon6.png);
}

/* 产品详情 */
.pt10{
	padding-top: 10px;
}
.proContent{
	padding: 20px 30px 5px;
	margin-bottom: 10px;
}
.proMain{
	height: 189px;
	background: url(banner_pro_detail.png) no-repeat center;
	background-size: cover;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 50px;
	color: #333;
}
.tips{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	
}
.tips span{
	margin-right: 20px;
	min-width: 80px;
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	box-shadow: 1px 2px 3px 0px rgba(12,37,74,0.26);
	border-radius: 2px 8px 2px 8px;
	color: #fff;
}
.tips span.tip_blue{
	background: linear-gradient(140deg, #51AFFF 0%, #0791FF 100%);
}
.tips span.tip_red{
	background: linear-gradient(134deg, #FB7F7F 0%, #FF555C 100%);
}
.name,.proCode{
	font-size: 30px;
	line-height: 1.5em;
	min-height: 1.5em;
}
.proCode{
	color: #052854;
}
.proMain .right{
	display: flex;
	text-align: center;
}
.proMain .right dl:nth-child(2){
	margin-left: 90px;
}
.proMain .right dl dt{
	font-size: 36px;
	color: #333;
	margin-bottom: 10px;
}
.proMain .right dl dd{
	font-size: 16px;
	color: #052854;
	font-size: 16px;
	line-height: 1.5em;
}
.chart{
	width: 100%;
	height: 290px;
}
.periodTabs{
	display: flex;
	align-items: center;
	justify-content: end;
	margin: 20px 0 0;
}
.periodTabs ul{
	display: flex;
}
.periodTabs li{
	cursor: pointer;
	width: 90px;
	height: 28px;
	line-height: 28px;
	margin-left: 10px;
	text-align: center;
	
}
.periodTabs li.current{
	border-radius: 14px;
	border: 1px solid #C5181F;
	color: #C5181F;
}
.proDetail{
	padding: 20px 30px;
}
.columnTabs{
	display: flex;
	padding: 0 20px;
	height: 40px;
	background: #C5181F;
	align-items: center;
	margin-bottom: 10px;
}
.columnTabs li{
	line-height: 40px;
	width: 104px;
	margin-right: 10px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}
.columnTabs li.current{
	color: #C5181F;
	background: #fff;
}
.proIntroduction{
	display: flex;
	justify-content: space-between;
	flex-shrink: unset;
	overflow: hidden;
}
.proIntroduction .leftList{
	width: 156px;
	background: #F8F9FC;
	border-radius: 4px;
	font-size: 16px;
	padding: 20px 0 20px 30px;
}
.proIntroduction .leftList li{
	line-height: 2em;
	color: #333;
	margin-bottom: 15px;
	cursor: pointer;
}
.proIntroduction .leftList li a{
	color: #333;
}
.proIntroduction .leftList li.current a{
	color: #C5181F;
}
.rightDetail{
	flex: 1;
	overflow: hidden;
	margin-left: 30px;
}
.detailSubtitle{
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid rgba(0,0,0,.15);
	color: #C5181F;
	padding-left: 15px;
	position: relative;
}
.detailSubtitle::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 11px;
	background: #C5181F;
}
.rightDetail .text{
	padding: 20px;
	font-size: 14px;
}
.rightDetail .text *{
	max-width: 100%;
}
.reportList li{
	border-bottom: 1px solid #E8E8E8;
}
.reportList li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: #666;
	position: relative;
	flex-shrink: unset;
	overflow: hidden;
	width: 100%;
	padding: 15px 0;
	padding-left: 15px;
}
.reportList li a:hover{
	color: #C5181F;
}
.reportList li a:before{
	content: '';
	position: absolute;
	width: 4px;
	border-radius: 4px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #C5181F;
	height: 14px;
}
.reportList li p{
	flex: 1;
	margin-right: 20px;
	height: 2em;
	line-height: 2em;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.reportList2 li a{padding-left: 20px;}
.reportList2 li a:before{
	width: 7px;
	height: 7px;
	border-radius: 0;
	left: 4px;
	transform: rotate(45deg) translateX(-50%);
}
.nodata{
	text-align: center;
	width: 100%;
	height: 40px;
}
.jzList thead th:nth-child(2), .jzList tbody td:nth-child(2){
	text-align: center;
}
.feetit{
	width: 82px;
	height: 24px;
	background: #C5181F;
	text-align: center;
	line-height: 24px;
	color: #fff;
	margin-bottom: 10px;
}
.feeList .boxIn{
	margin-bottom: 10px;
}
.zjzhLoginTip{
	padding: 40px;
	color: #333;
	text-align: center;
}
.zjzhLoginTip span{
	font-size: 16px;
}
.zjzhLoginTip .btn{
	display: block;
	width: 80px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	color: #fff;
	background: #C5181F;
	margin: 20px auto;
}
.xjhLayerin .submitBtn{
	margin-top: 20px;
}
.xjhLayerin .loginForm2{
	width: 100%;
}
.mask .xjhLayerin select{
	margin-bottom: 0;
}
#taCode{
	padding: 0 10px;
}