.breadNav{
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #C2C2C2;
}
.productDetail-ctn{
	padding: 40px 0;
	color: #121212;
	background-color: #FFFFFF;
}
.product-summary{
	padding-bottom: 30px;
}
/*.product-advant>ul{
	margin-top: 120px;
}*/
.introMsg-ctn{
	float: left;
    width: 50%;
    padding-top: 40px;
}
.introMsg-ctn h1{
	font-size: 36px;
	margin-bottom: 8px;
}
.introMsg-ctn h2{
	font-size: 36px;
	margin-bottom: 8px;
}
.introMsg-ctn p{
    font-size: 16px;
    width: 85%;
    line-height: 30px;
}
.introImg-ctn{
    float: left;
    width: 50%;
    position: relative;
    padding-top: 40px;
}
.introImg-ctn img{
	width: 100%;
}
.linkHash-ctn{
    width: 175px;
    /* height: 64px; */
    position: absolute;
    top: 32%;
    left: 60%;
    background: rgba(0,0,0,.4);
    padding: 10px;
}
.linkHash-ctn p{
	color: #fff;
    text-align: center;
}
.linkHash-ctn a{
	margin-left: 50%;
	color: #004198;
}
.advantList{
    float: left;
    width: 25%;
	margin-top: 120px;
}
.advant-pic{
	display: block;
	margin: 0 auto;
}
.advant-title{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 35px auto 15px;
}
.advant-info{
	width: 80%;
	font-size: 14px;
	margin: 0 auto;
    line-height: 24px;
}

.product-trait{
	background-color: #eeeeee;
}
.trait-titleCtn{
	margin-bottom: 15px;
}
.trait-titleCtn h3{
	font-size: 28px;
	margin-bottom: 12px;
}
.traitInfo-list{
	float: left;
	width: 45%;
	height: 126px;
	margin-right: 5%;
	background-color: #FFFFFF;
	margin-bottom: 12px;
	padding: 10px 0;
}
.traitRank{
	float: left;
	width: 15%;
	height: 100%;
	line-height: 106px;
	font-size: 36px;
	color: #004198;
	text-align: center;
	border-right: 1px solid #cbcbcb;
}
.traitSummary{
	float: left;
	width: 85%;
	padding-left: 35px;
	padding-right: 25px;
}
.traitSum-title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}
.traitSum-info{
	font-size: 14px;
	height: 60px;
    overflow: auto;
}
/*专利技术*/
.patent{
	color: #121212;
}
.patentList{
	padding: 40px 0;
}
.patent-title{
	font-size: 28px;
	font-weight: bold;
}
[data-float="left"]>.patentMsg{
	float: left;
}
[data-float="left"]>.patentImg{
	float: right;
}
[data-float="right"]>.patentMsg{
	float: right;
	padding-left: 80px;
	box-sizing: border-box;
}
[data-float="right"]>.patentImg{
	float: left;
}
.patentImg{
	position: relative;
	width: 50%;
	overflow: hidden;
}
.patentMsg{
	width: 50%;
}
.patentImg>img{
	width: 100%;
    display: block;
    margin: 0 auto;
}
.patentMsg h3{
	font-size: 24px;
	margin-top: 60px;
}
.patentMsg span{
	font-size: 14px;
	color: #004198;
}
.patent p{
	width: 70%;
	font-size: 16px;
	line-height: 30px;
	margin-top: 40px;
}
.patentImg-slide{
	overflow: hidden;
}
.patentImg-slide>img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.patentImg-pagination{
	bottom: 0 !important;
}
/*配置功能*/
.config{
	background-color: #eeeeee;
	padding-top: 40px;
	padding-bottom: 40px;
}
.basePro-title{
	cursor: pointer;
	font-size: 28px;
	font-weight: bold;
}
.config-cont{
	margin-top: 60px;
}
.configAll{
	float: left;
	width: 50%;
}
.configList-title{
	font-size: 24px;
	color: #000000;
	margin-bottom: 24px;
}
.configAll p{
	position: relative;
	font-size: 16px;
	margin-bottom: 6px;
    vertical-align: middle;
}
.configAll p:before{
	content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    font-size: 0;
    line-height: 0;
    border-width: 7px;
    border-color: #004198;
    border-right-width: 0;
    border-style: solid;
    border-left-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
    transition: all .5s;
}
/*.configAll-list{}
.configAll-list:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    font-size: 0;
    line-height: 0;
    border-width: 7px;
    border-color: #004198;
    border-right-width: 0;
    border-style: solid;
    border-left-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
    transition: all .5s;
}*/
/*技术指标*/
.skillStand,.principle,.equipment,.runIndustry{
	padding: 40px 0;
}
.skillStand{
	background-color: #FFFFFF;
}
.principle{
	background-color: #eeeeee;
}
.equipment{
	background-color: #FFFFFF;
}
.runIndustry{
	background-color: #eeeeee;
}
.skillStand .productDetail-cont p,.principle .productDetail-cont p,.equipment .productDetail-cont p{
    line-height: 28px;
    margin-top: 12px;
}
/*可运用的行业*/
.runIndustry-cont{
	margin-top: 40px;
}
.runIndustry ul{
	width: 100%;
}
.runIndustry .run-title{
    cursor: pointer;
    font-size: 28px;
    font-weight: bold;
}
.industryList{
	float: left;
    width: 16.66%;
   	margin-bottom: 15px;
}
.industryList>a,.industryList>a img{
	display: block;
	margin: 0 auto;
}
.industryList>a{
	height: 77px;
}
.industryList>a img{
	max-height: 100%;
}
.industryList p{
    width: 100%;
    margin-top: 10px;
    text-align: center;
    color: #121212;
}
.productDetail-cont{
	display: none;
}
.arrow-topActive{
	border-top-width: 7px;
	border-bottom-width: 0;
	border-bottom-style: none;
	border-top-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
}
.runIndustry .runIndustry-cont,.equipment .equipment-cont{
	display: block;
}
@media only screen and (max-width: 980px) {
	.introMsg-ctn,.introImg-ctn{
		float: unset;
		width: 100%;
		padding-top: 10px;
	}
	.introMsg-ctn{
		text-align: center;
	}
	.linkHash-ctn{
		display: none;
	}
	.introMsg-ctn p{
		width: 100%;
		line-height: 30px;
	}
	.product-summary{
		padding-bottom: 30px;
	}
	.productIntro-ctn{
		margin-bottom: 30px;
	}
	.advantList{
		float: unset;
		width: 100%;
		margin-bottom: 15px;
	}
	.traitInfo-list{
		float: unset;
		width: 100%;
		margin-right: 0;
	}
	[data-float="left"]>.patentMsg,[data-float="left"]>.patentImg,[data-float="right"]>.patentMsg,[data-float="right"]>.patentImg{
		float: unset;
	}
	[data-float="right"]>.patentMsg{
		padding: 0;
	}
	.patentMsg,.patentImg{
		width: 100%;
	}
	.patentList{
		padding: 20px 0;
	}
	.patentMsg h3{
		margin-top: 30px;
	}
	.patent p{
		width: 100%
	}
	.config-cont{
		margin-top: 30px;
	}
	.configAll{
		float: unset;
		width: 100%;
	}
	.optional>.configList-title{
		margin-top: 20px;
	}
	.skillStand,.principle,.equipment p{
		line-height: 30px;
	}
	.skillStand,.principle,.equipment img{
		width: 100%;
		height: auto;
	}
	.industryList{
		width: 33%;
		margin-bottom: 25px;
	}
}