.pronr {
	padding: 60px 0;
}

.pronr ul.prolist {
	padding-left: 0;
	margin-right: 40px;
}

.pronr .prolist li {
	list-style: none;
	height: 50px;
	line-height: 50px;
	margin: 2px 0;
	background: #f2f2f2;
	padding-left: 16px;
	font-size: 14px;
}
.pronr .prolist li:not(:nth-child(1)):hover a,
.pronr .prolist li.cur a{
	color: white;
	transition:  0.65s ease-in-out;
}
.pronr .prolist li:hover,
.pronr .prolist li.cur {
	
	background: #DC0809;
	color: white;
	transition:  0.55s ease-in-out;
	cursor: pointer;
}
.pronr .prolist .headt {
	text-align: center;
	color: white;
	background: #333;
}

.pronr .prolist li a span {
	font-size: 21px;
	margin-right: 12px;
	vertical-align: bottom;
}

.pronr .box {
	width: 280px;
	margin: 0 auto 60px auto;
	font-size: 14px;
	cursor: pointer;
}

.pronr .box a {
	color: #DC0809;
}

.pronr .box a,
.pronr .box p {
	font-size: 14px;
}

.pronr .box p {
	color: #666;
	margin-top: 5px;
}

.pronr .box .picbox {
	margin-bottom: 20px;
	overflow: hidden;
}
.pronr .box .picbox img{
	transform: scale(1.0);
	transition: 1s ease-in-out;
}
.pronr .box:hover .picbox img{
	transform: scale(1.08);
}
.pronr .pagebox {
	margin: 0 15px;
	float: right;
}

.prodetail .prodetailnr {
	padding: 60px 0;
}

.prodetail .prodetailnr .videobox {
	cursor: pointer;
	overflow: hidden;
	margin-bottom: 25px;
	margin-right: 30px;
}

.prodetail .prodetailnr .videobox img {
	width: 100%;
	transform: scale(1.0);
	transition: 1s ease-in-out;
}

.prodetail .prodetailnr .videobox:hover img {
	transform: scale(1.08);
}

.prodetail .prodetailnr .videoo span {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-image: url(../images/product/icon.png);
	cursor: pointer;
}

.sp1 {
	background-position: 0px 0px;
}

.sp2 {
	background-position: 25% 0px;
}

.sp3 {
	background-position: 50% 0px;
}

.sp4 {
	background-position: 75% 0px;
}

.prodetailnr article {
	margin-left: 40px;
}

.prodetailnr article h5 {

	margin-top: 40px;
}

.prodetailnr article p {
	margin-bottom: 5px;
}

.prodetailnr article table {
	margin: 25px 0;
}

.prodetailnr article .table th {
	text-align: center;
	height: 34px;
	background-color: #e5b8b7;
}

.prodetailnr article .table tr:nth-child(odd) {
	background-color: #f2dbdb;
}

.prodetailnr article .table tr th,
.prodetailnr article .table tr td {
	border: 1px solid #333;
}
.box h2{
	color: #333;
}

.cpflimg {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.cpflimg>img {
	width: 100%;
	transition: all 3s;
}

.box:hover img {
	transform: scale(1.1);
}

.cpflimg .mzbox {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
	display: none;
}

.box:hover .mzbox {
	display: block;
}

.cpflimg .mzboxnr {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding-left: 25px;
}

.cpflimg .mzboxnr .jz {
	height: 100%;
	display: -webkit-box;
	/* �ϰ汾�﷨: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* �ϰ汾�﷨: Firefox (buggy) */
	display: -ms-flexbox;
	/* ��ϰ汾�﷨: IE 10 */
	display: -webkit-flex;
	/* �°汾�﷨: Chrome 21+ */
	display: flex;
	/* �°汾�﷨: Opera 12.1, Firefox 22+ */
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.cpflimg .mzboxnr span {
	display: inline-block;
	background: rgba(255, 255, 255, 0.83);
	font-size: 12px;
	padding: 5px 10px;
	margin-bottom: 10px;
	transition: all 0.5s;
	transform: translateX(-100px);
	-webkit-transform: translateX(-100px);
	opacity: 0;
	    color: #333;
}

.box:hover .mzboxnr span {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
}

.cpflimg .mzboxnr:hover .yz2 span {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.cpflimg .mzboxnr:hover .yz3 span {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.cpflimg .mzboxnr span:hover {
	background: #cc1c1d;
	color: #ffffff;
}
.bfspbox{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
}
.bfspbox .fbdzbox{
    height: 100%;
    display: -webkit-box; /* ÀÏ°æ±¾Óï·¨: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* ÀÏ°æ±¾Óï·¨: Firefox (buggy) */
    display: -ms-flexbox; /* »ìºÏ°æ±¾Óï·¨: IE 10 */
    display: -webkit-flex; /* ÐÂ°æ±¾Óï·¨: Chrome 21+ */
    display: flex; /* ÐÂ°æ±¾Óï·¨: Opera 12.1, Firefox 22+ */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.bfspbox .fbdzbox video{
    max-width: 100%;
    margin: auto;
    display: block;
}




@media (max-width: 414px) {
	.prodetailnr article {
		margin-left: 0px;
		margin-top: 10px;
	}
	.prodetail .prodetailnr .videobox {
	    cursor: pointer;
	    overflow: hidden;
	    margin-bottom: 25px;
	    margin-right: 0px;
	}
	.pronr {
	    padding: 10px 0;
	}
	.pronr ul.prolist {
	    padding:  20px;
		margin: 0;
	}
	.pronr .box .picbox img {
	   width: 100%;
	}
	.pronr .box {
	    width: 370px;
		margin: 0 auto 20px auto;
	}
}

@media (max-width: 320x) {
	.pronr .box {
	    width: 320px;
	}
}