.box {
	margin-bottom:110px!important;
}


.header {
	padding: 32px 55px 32px 28px;
	background: #FFFFFF;
	border-radius: 10px;
	margin-top: 20px;
	display: flex;
	align-items: flex-start;

	overflow: hidden;
}

.header-img {
 
	width: 425px;

	object-fit: cover;
	object-position: top;
	border-radius: 10px;
	border: 1px dashed #999;
}

.header-right {
	flex: 1;
	margin-left: 35px;
}

.header-right-title {
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	padding-top: 17px;
	font-family: 'MiSans-Medium';
}
.header-right-m{
	margin-top:24px;
	display:flex;
	align-items:center;
}
.header-right-m-l{
	flex:1;
}
.header-right-m-l-i{
	height:26px;
}
.header-right-m-l-i2{
	margin-left:14px;
}
.header-right-sc, .header-right-ck{
	width:22px;
}
.header-right-t{
	font-size: 16px;
  color: #999999;
  margin-left:12px;
}
.header-right-ck{
}
.header-right-line{
	width: 1px;
	height: 20px;
	background: #E6E6E6;
	margin-left:18px;
	margin-right:15px;
}
.bhlx{
	margin-top:25px;
	display:flex;
	align-items:center;
}
.bhlx-item{
	font-size: 16px;
	color: #999999;
}
.bhlx-itemline{
	width: 1px;
	height: 14px;
	background: #CCCCCC;
	margin:0 18px 0 15px;
}
.shoujia{
	height: 79px;
	background: #F6F6F6;
	border-radius: 6px;
	padding:0 35px;
	display:flex;
	align-items:center;
	margin-top:30px;
}
.shoujia-t{
	font-weight: 500;
	font-size: 16px;
	color: #999999;
	font-family:'MiSans-Medium';
}
.shoujia-i{
	font-weight: 500;
	font-size: 16px;
	color: #FF6600;
	margin:0 3px 0 10px;
	font-family:'MiSans-Medium';
}
.shoujia-p{
	font-weight: 500;
	font-size: 30px;
	color: #FF6600;
	margin-top:-9px;
	font-family:'MiSans-Medium';
}
.gmzx{
	margin-top:25px;
}
.gmzx::after{
	content:'';
	display: table;
	clear:both
}
.gmzx-btn{
	padding:0 18px;
	height: 44px;
	background: #FF7116;
	border-radius: 10px;
	text-align:center;
	display:flex;
	align-items:center;
	float:right;
	border:none;
}
.gmzx-1{
	margin-left:26px;
	background: #194B83;
}
.gmzx-btn-t{
	font-size: 16px;
	color: #FFFFFF;
	margin-left:7px;
}
.chanpin{
	padding:20px 25px 50px 25px;
	background: #FFFFFF;
	border-radius: 10px;
	margin-top:10px;
}
.chanpin-ul{
	border-bottom:1px solid #F0F0F0;
	display:flex;
	grid-gap:0 80px;
}
.chanpin-ul-li{
	padding-bottom:18px;
	color: #666666;
	font-family: MiSans-Medium;
	cursor:pointer;
}
.chanpin-ul-liActive{
	font-weight: 500;
	color: #194B83;
	position:relative;
}
.chanpin-ul-liActive::after{
	content:'';
	width:90%;
	height: 2px;
	background: #194B83;
	position:absolute;
	bottom:0;
	left:5%;
	z-index:2;
}
.chanpin-item{
	display:flex;
	margin-top:20px;
	align-items:center;
}
.chanpin-item-icon{
	height:18px;
}
.chanpin-item-title{
	font-size: 16px;
	color: #333333;
	margin-left:10px;
}
.chanpin-content{
	font-size: 16px;
	color: #666666;
	margin-top:25px;
}
.chanpin-content:not(:last-child){
	margin-bottom:28px;
}