.productIllustrate .BtnServiceBox {
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.productIllustrate .BtnServiceBox .serviceItem{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #828282;
	padding: 0 10px;
}
.productIllustrate .BtnServiceBox .serviceItem:hover{
	color: #063eaa;
}
.productIllustrate .BtnServiceBox .serviceItem:nth-child(1){
	padding-left: 0;
}
.BtnServiceBox>span{
	border-right: 1px solid #828282;
	height: 14px;
	line-height: 14px;
}
.productIllustrate .BtnServiceBox .serviceItem img{
	width: 30px;
}

.productDetailImgBox{
	background: #f6f6f6;
	padding: 80px 0;
}
.detailImgBox{
	display: flex;
	justify-content: space-between;
	align-items:stretch;
}
.productDetailLt{
	position: relative;
	width: 75%;
	background-color: #fff;
}
#productDetailRtBox{
	width: calc(25% - 15px);
}
#productDetailTitBox{
	position: -webkit-sticky;
	position: sticky;
	background-color: #eeeeee;
	height: 60px;
	line-height: 60px;
	width: 100%;
	display: flex;
	align-items: center;
	top: 0;
	left: 0;
	z-index: 999;
}
#productDetailTitBox>div{
	min-width: 15%;
	padding: 0 20px;
	text-align: center;
	font-size: 18px;
	color: #555;
	
}
#productDetailTitBox>div>a{
	color: #555;
}
#productDetailTitBox>div:hover{
	cursor: pointer;
}
#productDetailTitBox>.titBoxOne{
	border-top: 3px solid #063eaa;
	color: #063eaa;
	background-color: #fff;
	height: 57px;
}
#productDetailTitBox>.titBoxOne>a{
	color: #063eaa;
}
.productDetailLt .productDetailImg{
	padding: 0 50px 50px 50px;
}
.productDetailLt .productDetailImg .imgBox{
	padding: 0 25px;
}
.productDetailLt .productDetailImg img{
	width: 100%;
	vertical-align: top;
}
.productDetailImg .tit{
	font-size: 30px;
	color: #222;
	line-height: 1;
	margin-bottom: 25px;
	margin-top: 50px;

}
.productDetailImg .tit img{
	max-width: 30px;
	vertical-align: top;
}
.productDetailRt {
	width: 100%;
	position: sticky;
	top: 0;
	left: 0;
}
.productDetailRt .productRtItem{
	padding: 30px 0;
	background-color: #fff;
	margin-bottom: 10px;
	text-align: center;
}
.productDetailRt .productRtItem>img{
	max-width: 90px;
}
.productDetailRt .productRtItem>p{
	font-size: 16px;
	color: #555;
	line-height: 1;
	margin-top: 20px;
}
.productDetailRt .productRtItem a{
	width: 236px;
	height: 46px ;
	display: block;
	border-radius: 50px;
	color: #fff;
	background: #063eaa;
	font-size: 18px;
	text-align: center;
	line-height: 46px;
	margin: 20px auto 0;
	transition: .3s;
}
.productDetailRt .productRtItem a:hover{
	background-color: rgba(6, 62, 170, 0.7);
}
.productDetailRt .productRtItem .tit{
	padding-top: 30px;
	margin:30px 15px 0 15px ;
	border-top: 1px solid #f0f0f0;
}
.productDetailRt .productRtItem .tit p{
	font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 1;
}

.productDetailRt .productRtItem .titBtn{
	background: rgb(231, 0, 17);
} 
.productDetailRt .productRtItem .titBtn:hover{
	background: rgba(231, 0, 17,.7);
}

.productDetailWhy{
	border-top: 1px dashed #c6c6c6;
}
.productDetailWhy .tle{
	font-size: 14px;
	    color: #555;
	    line-height: 1;
	    margin-top: 25px;
	    padding-bottom: 40px;
}
.productDetailWhy .whyItemBox .whyItem{
	display: flex;
}
.productDetailWhy .whyItemBox .whyItem img{
	width: 50%;
}
.productDetailWhy .whyItemBox .whyItem .whyItemTxt{
	width: 50%;
	box-sizing: border-box;
	padding-top: 40px;
}
.pl30{
	padding-left: 30px;
}
.pr30{
	padding-right: 30px;
}
.whyItemTxt h3{
	font-size: 20px;
}
.whyItemTxt span{
	display: block;
	width: 40px;
	height: 2px;
	background: #063eaa;
	margin-top: 20px;
}
.whyItemTxt p{
	font-size: 14px;
	line-height: 26px;
	color: #555;
	margin-top: 15px;
}

.relatedCases{
	background-color: #f6f6f6;
	padding: 80px 0;
}
.productList{
	margin-top: 30px;
	grid-template-columns: repeat(4, 1fr);
}

.relatedCases .productClsBox{
	margin-top: 0;
}
.relatedCases .caseList{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 20px;
	margin-top: 30px;
	
}
.caseList .casesItem {
	width: 100%;
	transition: .3s;
}
.caseList .casesItem:hover{
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
}
.caseList .casesItem img{
	max-width: 100%;
	vertical-align: top;
}
.caseList .casesItem .casesTxt{
	background: #fff;
	padding: 24px 30px;
}
.caseList .casesItem .casesTxt h3{
	font-size: 18px;
	line-height: 30px;
	height: 60px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eaeaea;

}
.caseList .casesItem .casesTxt h3 a{
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.caseList .casesItem .casesTxt>p{
	font-size: 14px;
	color: #555;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
	
.productIllustrate .productBtn{
	display: flex;
	align-items: center;
}
.productIllustrate .productBtn .btnTwo{
	width: unset;
	height: 44px;
	line-height: 46px;
	text-align: center;
	background: #fff;
	color: #063eaa;
	border: 1px solid #063eaa;
	font-size: 18px;
	border-radius: 50px;
	margin-left: 15px;
	padding: 0 48px;
}
.productIllustrate .productBtn .btnTwo:hover{
	color: #fff;
}
#anchorTwo{
	height: 60px;
}
.pro-detail-parameter-cont{
	padding: 80px 0;
}
.pro-detail-parameter-cont .tit{
	padding-bottom: 30px;
}
.pro-detail-parameter-cont table{
	width: 100%;
	text-align: center;
}
.pro-detail-parameter-cont .no_plr th{
	color: #fff;
	background-color: #246ACE;
	padding: 20px 10px;
	border: 1px solid #CCCCCC;
}
.pro-detail-parameter-cont td{
	padding: 20px 10px;
	border: 1px solid #CCCCCC;
}
.pro-detail-parameter-cont .no_plr tbody tr:first-child td{
	padding: 20px 10px;
	/* width: 141px; */
}
.pro-detail-parameter-cont .baseContent .notice:nth-of-type(1){
	margin-top: 10px;
}
.notice {
    color: #888;
    font-size: 12px;
    line-height: 24px;
}
.notice .red {
    color: #E62129;
}
.pro-detail-parameter-cont .tit span{
	display: block;
	height: 26px;
	line-height: 26px;
	font-size: 26px;
	color: #222;
	text-indent: 15px;
	border-left: 4px solid #063eaa;
}

.teamNum{
	display: flex;
	justify-content: space-between;
	padding: 30px;
	align-items: center;
}
.teamNum>span{
	height: 50px;
	display: block;
	border-left: 1px solid #eaeaea;

}
.teamNum .teamNumItem span{
	font-size: 16px;
    color: #333;
	font-weight: 400;
	margin-left: 10px;
}
.teamNum .titnum{
	font-size: 40px;
    color: #333;
	font-weight: bold;
}
.teamNum p{
	font-size: 14px;
    color: #999;
	margin-top: 10px;
}

.productServiceProcess{
	background-color: #f8f8f8;
	padding: 30px;
}
.productServiceProcess .processTit{
	font-size: 18px;
    color: #333;
    text-align: center;
   	margin-bottom: 30px;
}
.productServiceProcess .processLsBox .processLsimg{
	display: flex;
	width: 80%;
	margin: auto;
	justify-content: space-between;
	text-align: center;
}
.productServiceProcess .processLsBox .processLsimg img{
	max-width: 50px;
	margin: 15px;
}
.productServiceProcess .processLsBox .processLsimg span{
	flex: 1;
	border-top: 1px dashed  #063eaa;
	margin-top: 40px;
}
.productServiceProcess .processLsBox .processLsimg p{
	font-size: 14px;
	color: #555;
	
}
.productServiceProcess .processLsBox .processLsimg .itemTit{
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}

.productFrom{
	border-top: 1px dashed #c6c6c6;
	margin-top: 60px;
}
.productFrom .productFromBox{
	border: 10px solid #f5f5f5;
	padding: 30px;
}
.productFrom .productFromBox .formItem{
	display: flex;
	margin-bottom: 10px;
}
.productFrom .productFromBox .formItem>span{
	display: inline-block;
	width: 90px;
	min-width:90px;
	padding-right: 30px;
	text-align: right;
    font-size: 16px;
    line-height: 56px;
    color: #666;
}
.productFrom .productFromBox .formItem>span .red{
	color: #f00;
	margin-right: 5px;
}
.productFrom .productFromBox .formItem>input, 
.productFrom .productFromBox .formItem>select{
	outline: none;
    width: 340px;
    height: 56px;
    background-color: #f7f7f7;
    border: solid 1px #e5e5e5;
    box-sizing: border-box;
    padding: 15px 20px;
    line-height: 26px;
    font-size: 16px;
    color: #333;
    transition: 0.36s;
}
.productFrom .productFromBox .formItem>textarea{
	outline: none;
    width: calc(100% - 90px);
    height: 150px;
    background-color: #f7f7f7;
    border: solid 1px #e5e5e5;
    box-sizing: border-box;
    padding: 15px 20px;
    line-height: 26px;
    font-size: 16px;
    color: #333;
    transition: 0.36s;
    display: inline-block;
    resize: none;
    font-family: unset;
}
.productFrom .productFromBox .formItemBtn>input{
	background-color: #063eaa;
    padding: 0;
    width: 160px;
    height: 42px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    margin-top: 30px;
}
@media screen and (min-width:751px)and (max-width:1200px){
	.productIllustrate .productBtn a,.productIllustrate .productBtn .btnTwo{
		padding: 0 20px;
		width: unset;
	}
	.productDetailWhy .whyItemBox .whyItem .whyItemTxt{
		padding-top: 20px;
	}
	.whyItemTxt p{
		line-height: 20px;
	}
}
@media screen and (min-width:751px)and (max-width:1000px){
	.productIllustrate .productBtn{
		display: block;
	}
	.productIllustrate .productBtn .btnTwo{
		margin: 0;
		margin-top: 20px;
	}
	.productDetailWhy .whyItemBox .whyItem .whyItemTxt{
		padding-top: 10px;
		padding-left: 15px;
	}
	.whyItemTxt p{
		line-height: 18px;
		margin-top: 10px;
	}
	.whyItemTxt span{
		display: none;
	}
	.productDetailRt .productRtItem>a{
		width: 100%;
	}
}
@media screen and (max-width:750px){
	.productIllustrate .productBtn{
		display: flex;
		justify-content: space-between;
	}
	.productIllustrate .productBtn a{
		width: calc(50% - 10px);
		border: 1px solid #063eaa;
		color: #fff;
		font-size: 18px;
	}
	.productIllustrate .productBtn .btnThree{
		background: #fff;
		color: #063eaa;
	}
	
	.btnThree img{
		width: 18px;
		margin-right: 5px;
	}
	
	.productDetailLt{
		width: 100%;
	}
	.productDetailImg .tit{
		font-size: 16px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.productDetailImg .tit img{
		width: 16px;
	}
	.productDetailLt .productDetailImg{
		padding: 0 15px 15px 15px;
	}
	.productDetailLt .productDetailImg .imgBox{
		padding: 0;
	}
	.imgL{
		flex-direction:column-reverse;
	}
	.productDetailWhy .whyItemBox .whyItem img{
		width: 100%;
	}
	.productDetailWhy .whyItemBox .whyItem .whyItemTxt{
		width: 100%;
		padding: 0;
		margin-top: 15px;
	}
	.productDetailWhy .tle{
		padding-bottom: 0;
		margin-top: 15px;
		line-height: 1.5;
	}
	.imgR{
		flex-direction:column;
	}
	.whyItemTxt h3{
		font-size: 16px;
	}
	.whyItemTxt p{
		font-size: 14px;
	}
	.productDetailWhy .whyItemBox .whyItem{
		margin-top: 10px;
	}
	.productClsBox{
		margin-top: 0;
	}
	.productList{
		grid-template-columns: repeat(2, 1fr);
		background-color: #f6f6f6;
		padding: 15px;
		
		margin-top: 0;
	}
	.relatedCases{
		padding: 15px 0;
	}
	.relatedCases .caseList{
		padding: 0 15px;
		box-sizing: border-box;
		grid-template-columns:repeat(2, 1fr);
		grid-column-gap:10px;
		margin-top: 15px;
	}
	.caseList .casesItem{
		margin-bottom: 10px;
	}
	.caseList .casesItem .casesTxt{
		padding: 10px;
	}
	.caseList .casesItem .casesTxt h3{
		font-size: 16px;
		line-height: 24px;
		height: 52px;
		margin-bottom: 10px;
		
	}
	.caseList .casesItem .casesTxt>p{
		font-size: 14px;
		color: #555;
		line-height: 20px;
		height:40px;
	}
	.productIllustrate .BtnServiceBox{
		justify-content: space-between;
		margin-top: 24px;
	}
	
	.productIllustrate .BtnServiceBox .serviceItem{
		width: calc(25% - 10px);
		font-size: 12px;
		padding: 0;
	}
	.productIllustrate .BtnServiceBox .serviceItem img{
		width: 24px;
	}
	.productBandBox .productItemCont{
		background-color: #fff;
	}
	.productBandBox .productIllustrate h3{
		margin-top: 15px;
	}
	.productIllustrate .illustrateCont{
		display:block;
		overflow:unset;
		-webkit-box-orient: unset;
		-webkit-line-clamp: unset;
		margin-top:15px;
		padding: 15px;
		background-color: #f0f0f0;
	}
	.productDetailImgBox{
		padding: 48px 0;
	}
	#productDetailTitBox{
		height: 50px;
		line-height: 50px;
	}
	#productDetailTitBox>div{
		font-size: 16px;
	}
	.pro-detail-parameter-cont{
		padding: 0 15px 30px 15px;
	}
	.pro-detail-parameter-cont .tit{
		padding: 15px 0;
	}
	.pro-detail-parameter-cont .tit span{
		font-size: 18px;
	}
	.pro-detail-parameter-cont .tableBox{
		width: 100%;
		overflow: auto;
		padding-bottom: 10px;
	}
	.pro-detail-parameter-cont table{
		width: 300%;
	}
	.teamNum{
		padding: 0;
		margin-bottom: 15px;
	}
	.teamNum>span{
		display: none;
	}
	.teamNum .titnum{
		font-size: 20px;
	}
	.teamNum .teamNumItem span{
		font-size: 12px;
		margin-left: 0;
	}
	.productServiceProcess{
		padding: 15px;

	}
	.productServiceProcess .processTit{
		text-align: left;
		margin-bottom: 15px;
		font-size: 16px;
		font-weight: bold;
	}
	.productServiceProcess .processLsBox .processLsimg{
		width: 100%;
		display: block;
		text-align: left;
	}
	.productServiceProcess .processLsBox .processLsimg span{
		border-left: 2px dashed #063eaa;
		margin-left: 25px;
		height: 30px;
		display: block;
		border-top: 0;
		margin-top: 0;
	}
	.whyItemTxt span{
		margin-top: 10px;
	}
	.productServiceProcess .processLsBox .processLsimg img{
		margin: 0;
		margin-right: 15px;
	}
	.productServiceProcess .processLsBox .processLsimg>div{
		display: flex;
	}

	.productFrom{
		margin-top:30px;
	}
	.productFrom .productFromBox .formItem>input, 
	.productFrom .productFromBox .formItem>select {
		width: 100%;
	}
	.productFrom .productFromBox{
		border: 5px solid #f5f5f5;
		padding: 15px;
	}
	.productFrom .productFromBox .formItem>textarea{
		width: 100%;
	}
	.navBreadcrumb .baseContent div{
		display: none;
	}
	#productDetailTitBox>.titBoxOne{
		height: 47px;
	}
	.pro-detail-parameter-cont td{
		padding: 5px 10px;
	}
}