/* CSS Document */

/*基础标签重置*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tfoot,
s {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	font-family: "Lato";
	vertical-align: baseline;
	font-style: normal;
	text-decoration: none;
	word-wrap: break-word;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

html {
	font-size: 62.5%;
	/*10 ÷ 16 × 100% = 62.5%*/
}

body {
	font-family: "Lato";
	font-size: 1.4rem;
	color: #666666;
	/* background: url(https://bsg-s.nbxc.com/site_themes/en/qx_sales/images/bg.jpg) left top; */
}

a {
	font-size: 1.4rem;
	color: #666666;
	font-family: "Lato";
}

a:hover {
	font-size: 1.4rem;
	color: #666666;
	font-family: "Lato";
}

.fl {
	float: left;
}

.fr {
	float: right
}

.radius {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


/*总体样式*/
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
	color: #999;
	font-family: Helvetica;
	font-size: 1.4rem;
}

input {
	border-radius: 0px;
	color: #999;
	font-family: Helvetica;
	font-size: 1.4rem;
}

input::-webkit-input-placeholder {
	/* WebKit browsers*/
	color: #999;
	font-family: Helvetica;
	font-size: 1.4rem;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18*/
	color: #999;
	font-family: Helvetica;
	font-size: 1.4rem;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+*/
	color: #999;
	font-family: Helvetica;
	font-size: 1.4rem;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10+*/
	color: #999;
	font-family: Helvetica;
	font-size: 1.4rem;
}

.pc {
	display: block;
}

.mob {
	display: none;
}

.main {
	max-width: 1500px;
	min-width: 320px;
	margin: 0 auto;
	/*overflow: hidden;*/
}
/*翻页样式*/
.page {text-align: center;margin-top: 40px;}
div.jogger {padding: 2px;margin: 7px;color: #e3e3e3;}
div.jogger a {padding:0.5rem 0.64rem 0.43rem 0.64rem;margin: 2px;background: #e3e3e3;text-decoration: none;color: #777777;}
div.jogger a:hover {padding:0.5rem 0.64rem 0.43rem 0.64rem;margin: 2px;background: #e3e3e3;text-decoration: none;color: #777777;}
div.jogger a:active {padding:0.5rem 0.64rem 0.43rem 0.64rem;margin: 2px;background: #e3e3e3;text-decoration: none;color: #777777;}
div.jogger span.current {padding:0.5rem 0.64rem 0.43rem 0.64rem;margin: 2px;background: #efefef;color: #2c2c2c;}
div.jogger span.disabled {display: none}
/*翻页样式end*/
.path {
	margin: 25px 0px;
	padding: 15px 20px;
	background: #f6f6f6;
}

.path a {
	color: #666666;
	font-size: 14px;
}

.path i {
	color: #666666;
	font-size: 14px;
	font-family: "宋体";
}

/*内页左侧*/
.side_left {
	width: 340px;
	border: solid 1px #dcdcdc;
	border-radius: 10px;
	padding: 5px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.category_mod {
	width: 100%;
}

.category_mod .title {
	width: 100%;
	height: 50px;
	background: #f6f6f6;
	border-radius: 10px;
	line-height: 50px;
	font-size: 18px;
	color: #333333;
	text-indent: 20px;
}

.category_mod .title span {
	font-size: 18px;
	color: #333333;
	padding-left: 6px;
}

/*PC左侧产品分类样式二*/
.category_mod .content_2 {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}

.category_mod .content_2 ul li {
	padding: 0px 10px;
	border-bottom: solid 1px #DDDDDD;
	position: relative;
}

.category_mod .content_2 ul li:last-child {
	border-bottom: none;
}

.category_mod .content_2 ul li a {
	color: #444444;
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-indent: 10px;
	padding-right: 40px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.category_mod .content_2 ul li a:hover {
	color: #1fa30a;
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-indent: 10px;
	padding-right: 40px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.category_mod .content_2 ul li i {
	position: absolute;
	cursor: pointer;
	color: #444444;
	font-size: 1.4rem;
	text-align: right;
	width: 30px;
	height: 50px;
	line-height: 50px;
	right: 5px;
	top: 0px;
}

.category_mod .content_2 ul li s {
	display: none;
}

.category_mod .content_2 .subclass_2 {
	display: none;
}

.category_mod .content_2 ul li.current {
	height: 50px;
	z-index: 9;
	color: #65ae30;
}

.category_mod .content_2 ul li.current a {
	color: #f7950a;
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-indent: 10px;
	padding-right: 40px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.category_mod .content_2 ul li.current i {
	position: absolute;
	color: #f7950a;
	font-size: 1.4rem;
	text-align: right;
	width: 50px;
	height: 50px;
	line-height: 50px;
	right: 5px;
	top: 0px;
}

.category_mod .content_2 ul li.current s {
	width: 1px;
	background: #FFFFFF;
	height: 50px;
	position: absolute;
	left: 322px;
	display: block;
	top: 0px;
	z-index: 10;
}

.category_mod .content_2 ul li.current .subclass_2 {
	min-width: 300px;
	padding: 10px;
	padding-bottom: 20px;
	box-sizing: border-box;
	border: solid 1px #f0f0f0;
	box-shadow: 5px 0px 8px #dddddd;
	background: #ffffff;
	display: block;
	position: absolute;
	left: 322px;
	top: -1px;
	overflow: visible;
	z-index: 8
}

.category_mod .content_2 ul li.current .subclass_2 ul li {
	width: auto;
	height: 36px;
	background: none;
	border-bottom: dotted 1px #dddddd;
	margin-left: 0px;
}

.category_mod .content_2 ul li.current .subclass_2 ul li a {
	height: 36px;
	color: #717171;
	line-height: 36px;
	font-size: 14px;
}

.category_mod .content_2 ul li.current .subclass_2 ul li a:hover {
	height: 36px;
	color: #64ad2f;
	line-height: 36px;
	font-size: 14px;
}

/*PC左侧产品分类样式二end*/
.ny_h2{font-size: 20px;font-family: arial;height: 40px;line-height: 40px;color: #535353;position: relative;padding-right: 100px;overflow: hidden;}
.ny_h2 a{float: right;display:block;padding-right: 10px;font-size: 16px; color: #febd15;}
.ny_h2 span{font-size: 14px;color: #c4c4c4; padding-left:5px;}
.ny_span_tag{font-size:14px;color: #888888;line-height:24px;box-sizing: border-box; padding:0px;}
.ny_h2 h1{font-size: 20px;}
.ny_h2 i{font-size: 14px;color: #c4c4c4;}
.ny_h2 .listtab_box{position: absolute;right: 0px;top:5px;}
.ny_h2 .listtab_box .list_a{display:block;float:left;border-radius: 5px; margin-left:10px;width:36px;padding-right:0px;color:#bababa;height:30px;line-height:30px;border: solid 1px #ebebeb;background:#fafafa;text-align: center;font-size: 22px;}
.ny_h2 .listtab_box .list_a.a_2{font-size:14px;}
.ny_h2 .listtab_box .list_a:hover{color: #222222;}
.ny_h2 .listtab_box .list_a.current{color: #222222;}
.desc_pro{border-bottom: solid 1px #e5e5e5; padding: 15px;margin:10px 0px;line-height:30px;font-size: 14px;}

.content_right {
	flex: 1;
	padding-left: 40px;
}

.content_right .cont {
	padding:15px 0px;
	/*border: solid 1px #f3f3f3;background:#FFFFFF;*/
	box-sizing: border-box;
}

.content_right .cont.m_b40 {
	margin-bottom: 40px;
}
.ny_proBox_cont {
	width: 100%;
	padding: 10px 0px;
	position: relative;
	/* overflow: hidden; */
}

.ny_proBox_cont ul li {
	width: calc(100%/4);
	float: left;
	box-sizing: border-box;
	padding-bottom: 15px;
}

.ny_proBox_cont ul li .pic {
	width: 280px;
	height: 280px;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
	display: table-cell;
	position: relative;
}

.ny_proBox_cont ul li .pic img {
	transition: all 0.6s;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
	display: table-cell;
}

.ny_proBox_cont ul li .pic img:hover {
	transform: scale(1.25);
}

.ny_proBox_cont ul li:hover {
	box-shadow: 0px 0px 5px 5px #dddddd;
	box-sizing: border-box;
}

.ny_proBox_cont ul li .p_name {
	width: 100%;
	padding: 0px 15px;
	margin-bottom: 10px;
	box-sizing: border-box;
	height: 24px;
	line-height: 24px;
	font-size: 1.4rem;
	color: #333333;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ny_proBox_cont ul li:hover .p_name:hover {
	color: #f39c36;
	text-decoration: underline;
}

.ny_proBox_cont ul li .p_price {
	width: 100%;
	padding: 0px 15px;
	height: 24px;
	line-height: 24px;
	font-size: 1.6rem;
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ny_proBox_cont ul li .p_price span{
	color: #c91a1a;
	height: 24px;
	line-height: 24px;
	font-size: 1.6rem;
}

.ny_proBox_cont ul li .buy_btn {
	display: none;
	position: absolute;
	bottom: 30px;
	left: 25%;
	width: 50%;
	text-align: center;
	color: #222222;
	padding: 8px 0px;
	background: #ffffff;
	border-radius: 40px;
	box-shadow: 0px 0px 5px 0px #cccccc;
	z-index: 9;
	font-size: 16px;
	cursor: pointer;
}

.ny_proBox_cont ul li:hover .buy_btn {
	display: block;
}

.ny_proBox_cont ul li:hover .buy_btn:hover {
	display: block;
	color: #ffffff;
	background: #f39c36;
}













.nyProbox {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 7;
}

.nyProbox ul li {
	width: 240px;
	float: left;
	margin: 16px;
	overflow: hidden;
	box-sizing: border-box;
}

.nyProbox ul li .p_pic {
	width: 238px;
	height: 238px;
	background: #ffffff;
	box-sizing: border-box;
	border: solid 1px #e5e5e5;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
	display: table-cell;
	position: relative;
}

.nyProbox ul li .p_pic img {
	transition: all 0.6s;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
	display: table-cell;
}

.nyProbox ul li .p_pic img:hover {
	transform: scale(1.2);
}

.list-playIcon {
	content: '';
	position: absolute;
	background: url(../images/bofang.png);
	background-size: auto auto;
	background-size: cover;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	z-index: 9;
}

.nyProbox ul li.show .show_text {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 15px;
	box-sizing: border-box;
	background: #FFFFFF;
	background: -webkit-linear-gradient(rgba(255, 255, 255, 255), rgba(255, 255, 255, 1));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 255) 60%);
	/*FireFox*/
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* Opear */
	background: -ms-linear-gradient(rgba(255, 255, 255, 255), rgba(255, 255, 255, 1));
	/*IE10及IE10+*/
}

.nyProbox ul li .p_btn {
	display: none
}

.nyProbox ul li .ph_name {
	display: block;
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 1.6rem;
	color: #313131;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nyProbox ul li.show .show_text .p_btn {
	margin: 0 auto;
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 16px;
	background: #232323;
	display: block;
	text-align: center;
}

.nyProbox .btn_r {
	width: 28px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	color: #FFFFFF;
	background: rgba(153, 153, 153, 0.7);
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -28px;
	z-index: 11;
	cursor: pointer;
}

.nyProbox .btn_n {
	width: 28px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	color: #FFFFFF;
	background: rgba(153, 153, 153, 0.7);
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -28px;
	z-index: 11;
	cursor: pointer;
}

.nyProbox.otherpro ul li {
	margin: 20px 0px;
}

.prolist_box {
	margin-top: 20px;
}

.prolist_box .box_li {padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.prolist_box .box_li .p_pic {
	width: 200px;
	height: 200px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	position: relative;
	border: solid 1px #e5e5e5;
	z-index: 7
}

.prolist_box .box_li .p_pic img {
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
	display: table-cell;
	vertical-align: middle;
	display: block;
	overflow: hidden;
}


.prolist_box .box_li .pro_right {
	padding-left: 230px;
	position: relative;
}

.prolist_box .box_li .pro_right .p_t {
	width: 99%;
	height: 24px;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
}

.prolist_box .box_li .pro_right .p_t a {
	font-size: 16px;
	color: #333333;
	height: 26px;
	line-height: 26px;
}

.prolist_box .box_li .pro_right .p_t a:hover {
	font-size: 16px;
	color: #333333;
	height: 26px;
	line-height: 26px;
}
.prolist_box .box_li .pro_right .p_ms{overflow:hidden; height:40px; line-height:20px;font-size:14px; color:#888888; margin:10px 0px;}

.prolist_box .box_li .pro_right .p_attribute {
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
}

.prolist_box .box_li .pro_right .p_attribute .p_price {
	float: left;
	height: 24px;
	line-height: 24px;
	font-size: 1.6rem;
	color: #666666;
	padding-right: 20px;
}
.prolist_box .box_li .pro_right .p_attribute .p_price span {
	height: 24px;
	line-height: 24px;
	font-size: 1.6rem;
	color: #c91a1a;
}

.contant_btn_list {
	margin-top: 15px;
}

.contant_btn_list .a_li {
	padding: 0px 20px;
	float: left;
	margin-right: 16px;
	margin-bottom: 10px;
	height: 36px;
	line-height: 36px;
	display: block;
	background: #222222;
	border: solid 1px #222222;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	border-radius: 30px;
}

.contant_btn_list .a_li i {
	display: none;
}
.contant_btn_list .a_li span{
	font-size: 16px;
	color: #ffffff;display: block;
}
.contant_btn_list .a_li.a_li2 {
	background: #ffffff;
	border: solid 1px #222222;
	color: #222222;
}
.contant_btn_list .a_li.a_li2 span{
	color: #222222;
}
.contant_btn_list .a_li:hover {
	background: #f39c36;
	border: solid 1px #f39c36;
}
.contant_btn_list .a_li.a_li2 i {
	padding-right: 0px;
}

.contant_btn_list .a_li.a_li2:hover {
	background: #ffffff;
	border: solid 1px #f39c36;
	color: #f39c36;
}

.prolist_box .box_li .pro_right .p_attribute .h_p2 {
	width: 50%;
	float: left;
	color: #666666;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	overflow: hidden;
}
.prolist_box .box_li:hover {
	box-shadow: 0px 0px 5px 5px #dddddd;
	box-sizing: border-box;
}


@media only screen and (max-width:1040px) {
	.pc {
		display: none;
	}

	.mob {
		display: block;
	}
	.ny_h2{font-size: 18px;padding-right: 80px;}
.desc_pro{padding:10px;margin:10px 0px;line-height:24px;}
.ny_h2 .listtab_box {
    top: 7px;
}
.ny_h2 .listtab_box .list_a{width:26px;height: 26px;line-height: 26px; font-size: 18px;}
.ny_h2 .listtab_box .list_a.a_2{font-size:12px;}


	.content_right {
	    padding-left: 0px;
		padding: 10px;
		overflow: hidden;
	}
	.ny_proBox_cont {
	padding-top: 0px;
}
		.ny_proBox_cont ul li .buy_btn {
			font-size: 16px;
			padding: 10px 0px;
			display: block;
		}
		.ny_proBox_cont ul li {
				width: calc(100%/2);
			}
		
		.ny_proBox_cont ul li .pic {
				width: 50vw;
				height: 50vw;
			}
			.contant_btn_list .a_li {
				width: 34px;height: 34px;line-height: 34px;
				padding: 0px;
				border-radius:34px;
				text-align: center;
			}
			.contant_btn_list .a_li  i {
			 display: block; font-size: 20px;
			}
			.contant_btn_list .a_li.a_li2 i {
			 display: block; font-size: 20px;
			}
			.contant_btn_list .a_li span {display: none;}
			.contant_btn_list .a_li.a_li2 span {display: none;}
}
 @media only screen and (max-width:767px) {
	.ny_proBox_cont ul li .buy_btn {
		padding:6px 0px;
		font-size: 14px;
	} 
	.prolist_box .box_li .p_pic {
		width: 150px;
		height: 150px;
	}

	.prolist_box .box_li .pro_right {
		padding-left:170px;
		position: relative;
	}
	.prolist_box .box_li .pro_right .p_ms{display: none;}
	

 }