.ne-banner{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.ne-banner img{
	display: block;
	width: 100%;
	animation: changeScale 1 2.5s;
}
.n-proBox{
	padding: 0.6rem 0 0.6rem;
}
.proBox-nav{
	margin-bottom: 0.3rem;
}
.proBox-nav-bt{
	margin-bottom: 0.3rem;
}
.proBox-nav-bt p{
	font-size: 0.14rem;
	color: #818284;
	line-height: 1.4;
}
.proBox-nav-bt p a{
	color: #818284;
}
.proBox-second-menu ul{
	display: flex;
	flex-wrap: wrap;
}
.proBox-second-menu ul li{
	margin-right: 0.4rem;
	font-size: 0.16rem;
	color: #333;
	color: #1.4;
	padding: 0 0.05rem 0.15rem;
	position: relative;
	white-space: nowrap;
}
.proBox-second-menu ul li:last-child{
	margin-right: 0;
}
.proBox-second-menu ul li a{
	font-size: 0.16rem;
	color: #494a4d;
}
.proBox-second-menu ul li:hover a{
	color: #4381d7;
}
.second-active a{
	color: #4381d7 !important;
}
.second-active:after{
	display: block;
	content: '';
	width: 100%;
	height: 0.02rem;
	background: #4381d7;
	position: absolute;
	bottom:0;
	left: 0;
}
.proBox-list ul{
	display: flex;
    flex-wrap: wrap;
}
.proBox-list ul li{
	width: 32.48%;
	background: #fff;
	box-shadow: 0 0 5px 2px rgba(128,128,128,0.1);
	margin-right: 1.28%;
	margin-bottom: 0.3rem;
	cursor: pointer;
}
.proBox-list ul li:hover{
	box-shadow: 0 0 5px 2px rgba(128,128,128,0.2);
}
.proBox-list ul li:nth-child(3n){
	margin-right: 0;
}
.pro-listImg{
	width: 100%;
	overflow: hidden;
}
.pro-listImg img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.proBox-list ul li:hover .pro-listImg img{
	transform: scale(1.1);
}
.pro-listName{
	position: relative;
}
.pro-listName-txt{
	width: 85%;
	padding: 0.24rem 0.3rem;
}
.pro-listName-txt h3{
	font-size: 0.18rem;
    font-weight: normal;
    color: #333;
    line-height: 1.4;
    cursor: pointer;
    transition-duration: 0.3s;
}
.proBox-list ul li:hover .pro-listName-txt h3{
	color: #4381d7;
}
.pro-listName-txt p{
	font-size: 0.12rem;
    margin-top: 0.1rem;
    color: #949599;
    line-height: 1.4;
    transition-duration: 0.3s;
}
.proBox-list ul li:hover .pro-listName-txt p{
	color: #4381d7;
}
.pro-more{
	position: absolute;
    bottom: 0;
    right: 0;
    width: 0.7rem;
    padding-right: 0.12rem;
    font-size: 0.16rem;
    color: #333;
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
    text-align: right;
    font-weight: normal;
    transition-duration: 0.3s;
    cursor: pointer;
}
.proBox-list ul li:hover .pro-more{
	color: #4381d7;
}
.pro-more:after{
	display: block;
	content: '';
	width: 0.06rem;
	height: 0.1rem;
	background: url(/images/np-jtB.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.05rem;
	transition-duration: 0.3s;
}
.proBox-list ul li:hover .pro-more:after{
	background: url(/images/np-jtW.png) no-repeat;
	background-size: 100% 100%;
}

.n-proDetail{
	padding: 1rem 0 0.6rem;
}
.proDetail-content{
	margin-bottom: 1rem;
}
.proDetail-title{
	font-size: 0.34rem;
	color: #333;
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 0.3rem;
}
.proDetail-info{
	font-size: 0.16rem;
    color: #666;
    line-height: 1.732;
    text-align: justify
}
.proDetail-table{
	width: 100%;
	display: flex;
	text-align: center;
}
.proDetail-table dl:nth-child(1){
	width: 25%;
}
.proDetail-table dl:nth-child(2){
	width: 20%;
}
.proDetail-table dl:nth-child(3){
	width: 55%;
}
.proDetail-table dl dt{
	padding: 0.24rem 0;
	padding-right: 5%;
	font-size: 0.16rem;
	font-weight: bold;
	color: #333;
	
	border-bottom: 1px solid #333;
}
.proDetail-table dl dd{
	padding: 0.48rem 0;
	min-height: 1.18rem;
	box-sizing: border-box;
	padding-right: 5%;
	font-size: 0.16rem;
	font-weight: normal;
	color: #666;
	border-bottom: 1px solid #333;
}
.proDetail-banner{
	position: relative;
	margin-top: 0.6rem;
}
.prodetailSwiper{
	overflow: hidden;
}
.prodetailSwiper .swiper-slide{
	width: 100% !important;
}
.prodetailSwiper .swiper-slide img{
	display: block;
	width: 100%;
}
.proDetail-banner .proDetail-video{
	height: 7.58rem !important;
	cursor: pointer;
}

.proD-control{
	width: 100%;
	height: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
.large-prev{
	float: left;
	margin-left: 0.4rem;
	width: 0.6rem;
	height: 0.6rem;
	background: url(/images/pro-Dr.png) no-repeat center center #333;
	opacity: 0.5;
	cursor: pointer;
	transition-duration: 0.3s;
}
.large-prev:hover{
	opacity: 1;
}
.large-next{
	float: right;
	margin-right: 0.4rem;
	width: 0.6rem;
	height: 0.6rem;
	background: url(/images/pro-Dl.png) no-repeat center center #333;
	opacity: 0.5;
	cursor: pointer;
	transition-duration: 0.3s;
}
.large-next:hover{
	opacity: 1;
}
.proD-pageShow{
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	display: flex;
}
.swiper-num{
	display: flex;
    align-items: center;
    margin-left: 0.15rem;
    margin-right: 0.5rem;
    font-size: 0.18rem;
}
.swiper-num .swiper-pagination{
	position: relative;
	bottom: 0;
	width: 0.6rem;
	height: 0.02rem;
	background: rgba(0,0,0,0.2);
	margin: 0 0.05rem;
	display: flex;
}
.swiper-num .swiper-pagination .swiper-pagination-bullet{
	width: 100% !important;
	height: 0.02rem;
	border-radius: 0 !important;
}
.small-next,.small-prev{
	width: 0.24rem;
	height: 0.24rem;
	border-radius: 50%;
	cursor: pointer;
}
.small-next{
	margin-right: 0.1rem;
    margin-left: 0.3rem;
	background: url(/images/pro-Dl.png) no-repeat center center #bbb;
	background-size: 0.07rem;
}
.small-next:hover{
	background: url(/images/pro-Dl.png) no-repeat center center #4381d7;
	background-size: 0.07rem;
}
.small-prev{
	background: url(/images/pro-Dr.png) no-repeat center center #bbb;
	background-size: 0.07rem;
}
.small-prev:hover{
	background: url(/images/pro-Dr.png) no-repeat center center #4381d7;
	background-size: 0.07rem;
}

.small-control{
	display: flex;
    align-items: center;
    margin-left: auto;
}
.swiper-num .active,.swiper-num .total{
	font-size: 0.18rem;
	line-height: 0.6rem;
}
.swiper-num .active{
	color: #4381d7;
}
.swiper-num .total{
	color: #333;
}
.go-back{
	display: block;
	margin: 0 auto;
    margin-top: 0.6rem;
    margin-bottom: 1rem;
    color: #666;
    text-align: center;
    cursor: pointer;
    border: 1px solid #666;
    width: 1.4rem;
    font-size: 0.18rem;
    line-height: 0.3rem;
    transition-duration: 0.5s;
}
.go-back:hover{
	border: 1px solid #4381d7;
	color: #4381d7;
}

.dmt-table{
	margin-top: 0.5rem;
}
.dmt-table ul{
	border-top: 1px solid #333;
}
.dmt-table ul li{
	display: flex;
	padding: 0.2rem 0;
	min-height: 1.2rem;
	border-bottom: 1px solid #333;
}
.dmt-table-name{
	width: 20%;
	padding-left: 0.1rem;
	font-size: 0.16rem;
    font-weight: normal;
    color: #666;
    line-height: 1.4;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.dmt-table-info{
	width: 80%;
	font-size: 0.16rem;
    font-weight: normal;
    color: #666;
    line-height: 1.4;
    display: flex;
    align-items: center;
}
.dmt-table-info-icon{
	display: flex;
	width: 100%;
}
.dmt-info-iconList{
	margin-right: 5%;
}
.dmt-info-iconList:last-child{
	margin-right: 0;
}
.dmt-info-iconList img{
	display: block;
	width: 0.44rem;
	margin: 0 auto;
}
.dmt-info-iconList span{
	display: block;
	font-size: 0.16rem;
	color: #666;
	line-height: 1.4;
	margin-top: 0.05rem;
}


@media only screen and (max-width: 1450px){
	
	
}


@media only screen and (max-width: 790px){
	.proBox-list ul li{
		width: 49%;
		margin-right: 2%;
	}
	.proBox-list ul li:nth-child(3n){
		margin-right: 2%;
	}
	.proBox-list ul li:nth-child(2n){
		margin-right: 0;
	}
	.proBox-second-menu ul li{
		margin-right: 30px;
	}
	.proDetail-title{
		font-size: 18px;
	}
	.proDetail-info{
		font-size: 16px;
	}
}
@media only screen and (max-width: 690px){
	.proBox-list ul li{
		width: 100%;
		margin-right: 0;
	}
	.proBox-second-menu ul{
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.proBox-second-menu ul li{
		white-space: nowrap;
		margin-right: 0;
		padding: 0 10px 5px;
		font-size: 16px;
	}
	.proBox-second-menu ul li a{
		font-size: 16px;
	}
	.pro-listName-txt{
		padding: 14px 16px;
	}
	.pro-more{
		margin-right: 14px;
    	margin-bottom: 11px;
    	font-size: 16px;
	}
	.proD-pageShow{
		display: none;
	}
	.large-next{
		width: 48px;
		height: 48px;
		border-radius: 50%;
		margin-top: -24px;
		margin-right: 10px;
	}
	.large-prev{
		width: 48px;
		height: 48px;
		border-radius: 50%;
		margin-top: -24px;
		margin-left: 10px;
	}
	.go-back{
		width: 120px;
		margin-top: 40px;
    	margin-bottom: 0px;
    	font-size: 16px;
    	line-height: 30px;
	}
	.proDetail-table{
		display: block;
	}
	.proDetail-table dl{
		width: 100% !important;
		display: flex;
	}
	.proDetail-table dl dt{
		border-bottom: none;
		padding: 6px 0 !important;
		width: 64px;
		font-size: 16px;
		text-align: left;
		box-sizing: border-box;
	}
	.proDetail-table dl dd{
		width: calc(100% - 64px);
		min-height: initial;
		border-bottom: none;
		padding: 6px 0 6px 10px !important;
		text-align: left;
		font-size: 16px;
		box-sizing: border-box;
	}
	.proBox-nav-bt p{
		font-size: 14px;
	}
	.pro-listName-txt h3{
		font-size: 16px;
	}
}














