/**
    *�༭��         \View\css\diy\editPageComm.css
    *�༭��-Ԥ��    \View\css\diy\pageCom.css
    *�༭��-����    \Model\viewsRes\publish\comm.css
*/

/*----------------��������----------------*/
html {
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	overflow-x: hidden;
}

body,
li,
ul,
ol,
dl,
dt,
dd,
form,
input,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p,
select {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
	font: 12px/1.5 tahoma, arial, "Microsoft YaHei";
	outline: 0 none;
	color: #333;
}

em,
i {
	font-style: normal;
}

a {
	color: #333;
}

a {
	text-decoration: none;
}

* {
	margin: 0px;
	padding: 0px;
	outline: none !important;
}

img {
	-ms-interpolation-mode: bicubic;
	border: none;
}

.view {
	z-index: 1;
	position: absolute;
}

.horizontal .view {
	position: relative;
	float: left;
}

.vertical .view {
	position: relative;
}

.view_contents {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	z-index: 10;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	/*���Ӻ�ģ����ڱ߾�ͱ߿򲻻������*/
}

.layout {
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	z-index: 1;
}

.layout>.view_contents {
	/*overflow: visible;*/
	cursor: default;
}

/*������*/
.flow .view_contents>.view {
	float: left;
}

.clear {
	clear: both;
}

/*ƻ��ȥ����ʽ*/
select,
input[type='button'],
input[type="reset"],
input[type='submit'],
input[type='text'],
input[type="password"],
input[name='query'],
input[name='d'] {
	-webkit-appearance: none;
	border-radius: 0px
}

input:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-modify: read-write-plaintext-only;
}

/*ģ���ҳ*/
.page_btn {
	clear: both;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.page_btn a {
	display: inline-block;
	color: #333;
	box-sizing: border-box;
	margin: 0 5px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #ccc;
	font-family: 'microsoft YaHei';
}

.page_btn a.cur,
.page_btn a:hover {
	border: 1px solid #4c4c4c;
}

.prev_btn,
.next_btn {
	font-family: '����' !important;
	border: 0 !important;
}

.no_page {
	border: 0 !important;
}

@media screen and (max-width:768px) {

	/*��ҳ*/
	.page_btn a:nth-child(n+5) {
		display: none;
	}

	.page_btn a:nth-last-child(1),
	.page_btn a:nth-last-child(2),
	.page_btn a:nth-last-child(3) {
		display: inline-block !important;
	}
}

/*ͼƬ�Ŵ���ʽ*/
.imgBox {
	position: fixed;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.imgBox img {
	position: absolute;
	width: auto;
	max-width: 80%;
	/*max-height: 65%;*/
	border: 20px solid #fff;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.imgBox.scroll {
	overflow-y: scroll;
	overflow-x: hidden;
}

.imgBox.scroll::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background: rgba(0, 0, 0, .05);
}

.imgBox.scroll::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background: rgba(0, 0, 0, .02);
}

.imgBox.scroll::-webkit-scrollbar-button {
	background: #f7f7f7;
	height: 0;
}

.imgBox.scroll::-webkit-scrollbar-corner {
	background: rgba(0, 0, 0, .05);
}

.imgBox.scroll::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, .7);
	border-radius: 3px;
}

.imgBox.scroll img {
	top: 5%;
	margin-bottom: 5%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
}

.pos_fixed {
	position: fixed;
	width: 100%;
}

.imageButton {
	position: fixed;
	bottom: 15%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.imageButton span {
	display: inline-block;
	cursor: pointer;
	box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}

.imageButton span:hover {
	opacity: .8;
}

.imageButton span.closeShowPic {
	font-size: 40px;
	border-radius: 100%;
	font-family: serif;
	line-height: 1;
	background-color: #fff;
	padding: .2em;
	text-align: center;
}

@media screen and (max-width: 768px) {

	/*mobi*/
	.imgBox img {
		border-width: 10px;
	}

	.imgBox.scroll img {
		top: 5%;
		margin-bottom: 10vh;
	}
}

.jurisdiction_mask {
	top: 0;
	left: 0;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2147483647;
	display: none;
}

.jurisdiction_tips {
	width: 400px;
	background: #ffffff;
	position: absolute;
	left: 50%;
	top: 45%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 23px 20px;
	box-sizing: border-box;
	text-align: center;
}

.jurisdiction_tips img {
	display: block;
	margin: 0 auto;
}

.jurisdiction_tips h3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 40px;
	color: #575757;
	text-align: center;
	margin: 5px 0 0;
}

.jurisdiction_tips p {
	color: #999;
	font-size: 16px;
	text-align: center;
	font-weight: 300;
	margin: 0;
}

.jurisdiction_tips button {
	color: #fff;
	font-size: 12px;
	padding: 10px 0;
	margin: 10px 3px 0;
	background-color: #aaa;
	cursor: pointer;
	display: inline-block;
	box-sizing: border-box;
	border: none;
	outline: none !important;
	width: 98px;
}

.jurisdiction_tips .jurisdiction_login {
	background: #ff0099;
}

.jurisdiction_tips button:hover {
	opacity: 0.8;
}

.jurisdiction_tips_mobile {
	display: none;
}

@media screen and (max-width: 450px) {
	.jurisdiction_tips {
		width: 80%;
		padding: 20px 15px;
	}

	.jurisdiction_tips p {
		display: none;
	}

	.jurisdiction_tips .jurisdiction_tips_mobile {
		display: block;
	}

	.jurisdiction_tips img {
		width: 60px;
	}

	.jurisdiction_tips h3 {
		font-size: 16px;
	}

	.jurisdiction_tips p {
		font-size: 14px;
	}

	.jurisdiction_tips button {
		margin-top: 12px;
		padding: 8px 0;
	}
}

/*�����滻�ļ̳и���ʽ*/
.inherit_the_style {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	background: inherit;
	display: unset;
	margin: 0;
	padding: 0
}

body {
	background-position: left top;
}




#user_style_05_1584698012765 {
	width: 24%;
	position: absolute;
	left: 25%;
	top: 5px;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#user_style_05_1584698012765 {
		width: 24%;
		top: 0px;
		left: 25%;
	}
}

@media screen and (max-width:640px) {
	#user_style_05_1584698012765 {
		width: 24%;
		top: 0.932737782448765px;
		left: 25%;
	}
}

#user_style_05_1584698012765 .textSet {
	font-size: 13px;
	line-height: 30px;
	height: 30px;
}

#user_style_05_1584698012765 .textSet:hover {
	color: #c81118;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#user_style_05_1584698012765 .textSet {
		font-size: 12px;
	}
}

#text_style_01_1585726384524 {
	width: 6.6%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 5px;
	left: 65%;
	z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585726384524 {
		z-index: 3;
		width: 6.6%;
		top: 0px;
		left: 65%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585726384524 {
		width: 6.6%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0.932737782448765px;
		left: 65%;
		display: block;
	}
}

#text_style_01_1585726384524>.view_contents {
	font-size: 13px;
	line-height: 30px;
	color: #666666;
	text-align: center;
}

#text_style_01_1585726384524 .view_contents:hover {
	color: #c81118;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585726384524>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585726384524>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585726512297 {
	width: 6.666666666666667%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 5px;
	left: 72%;
	z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585726512297 {
		z-index: 3;
		width: 6.666666666666667%;
		top: 0px;
		left: 72%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585726512297 {
		width: 6.666666666666667%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0.932737782448765px;
		left: 72%;
		display: block;
	}
}

#text_style_01_1585726512297>.view_contents {
	font-size: 13px;
	line-height: 30px;
	color: #666666;
	text-align: center;
}

#text_style_01_1585726512297 .view_contents:hover {
	color: #c81118;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585726512297>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585726512297>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585726567167 {
	width: 6.666666666666667%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 5px;
	left: 79%;
	z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585726567167 {
		z-index: 3;
		width: 6.666666666666667%;
		top: 0px;
		left: 79%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585726567167 {
		width: 6.666666666666667%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0.932737782448765px;
		left: 79%;
		display: block;
	}
}

#text_style_01_1585726567167>.view_contents {
	font-size: 13px;
	line-height: 30px;
	color: #666666;
	text-align: center;
}

#text_style_01_1585726567167 .view_contents:hover {
	color: #c81118;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585726567167>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585726567167>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585726675965 {
	width: 6.666666666666667%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 5px;
	left: 86%;
	z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585726675965 {
		z-index: 3;
		width: 6.666666666666667%;
		top: 0px;
		left: 86%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585726675965 {
		width: 6.666666666666667%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0.932737782448765px;
		left: 86%;
		display: block;
	}
}

#text_style_01_1585726675965>.view_contents {
	font-size: 13px;
	line-height: 30px;
	color: #666666;
	text-align: center;
}

#text_style_01_1585726675965 .view_contents:hover {
	color: #c81118;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585726675965>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585726675965>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585726738921 {
	width: 6.666666666666667%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 5px;
	left: 93%;
	z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585726738921 {
		z-index: 3;
		width: 6.666666666666667%;
		top: 0px;
		left: 93%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585726738921 {
		width: 6.666666666666667%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0.932737782448765px;
		left: 93%;
		display: block;
	}
}

#text_style_01_1585726738921>.view_contents {
	font-size: 13px;
	line-height: 30px;
	color: #666666;
	text-align: center;
}

#text_style_01_1585726738921 .view_contents:hover {
	color: #c81118;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585726738921>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585726738921>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585726957100 {
	width: 20%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 5px;
	left: 0%;
	z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585726957100 {
		z-index: 3;
		width: 20%;
		top: 0px;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585726957100 {
		width: 20%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0.932737782448765px;
		left: 0%;
		display: block;
	}
}

#text_style_01_1585726957100>.view_contents {
	font-size: 13px;
	line-height: 30px;
	color: #666666;
	text-align: left;
}

#text_style_01_1585726957100 .view_contents:hover {
	color: #c81118;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585726957100>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585726957100>.view_contents {
		font-size: 12px;
	}
}

#div_a_includeBlock_1584698083001 {
	width: 1200px;
	height: 40px;
	position: absolute;
	left: calc(50% - 600px);
	top: 0px;
	z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1584698083001 {
		left: 1%;
		width: 98%;
		top: 0px;
		height: 30px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1584698083001 {
		width: 223.8570677877036px;
		top: 0px;
		left: calc(50% - 600px);
		height: 120.93273778244877px;
	}
}

#div_a_includeBlock_1584231565437 {
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 2;
	display: block;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1584231565437 {
		top: 0px;
		left: 0%;
		width: 100%;
		height: 30px;
		display: block;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1584231565437 {
		width: 355px;
		height: 120.93273778244877px;
		top: 10px;
		left: 10px;
		display: none;
	}
}

#div_a_includeBlock_1584231565437 {
	background: #eeeeee;
}


#image_logo_1575606105555 {
	width: 52px;
	height: 52px;
	position: absolute;
	top: 29px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_logo_1575606105555 {
		width: 40px;
		top: 20px;
		left: 1%;
		height: 40px;
	}
}

@media screen and (max-width:640px) {
	#image_logo_1575606105555 {
		width: 30px;
		top: 10px;
		left: 0%;
		height: 30px;
	}
}

#text_style_01_1585527397611 {
	width: 15%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 5.5%;
	top: 35px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585527397611 {
		left: 6%;
		width: 15%;
		top: 20px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585527397611 {
		width: 50%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 10px;
		left: 40px;
		display: block;
	}
}

#text_style_01_1585527397611>.view_contents {
	font-size: 30px;
	line-height: 32px;
	font-weight: bold;
	letter-spacing: 3px;
	height: 32px;
	color: #333333;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585527397611>.view_contents {
		font-size: 20px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585527397611>.view_contents {
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 30px;
	}
}

#text_style_01_1585527555410 {
	width: 11.2%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 6.7%;
	top: 65px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585527555410 {
		width: 15%;
		top: 45px;
		left: 6%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585527555410 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 229.57916666666665px;
		left: 2%;
		display: none;
	}
}

#text_style_01_1585527555410>.view_contents {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: 0px;
	height: 20px;
	color: #666666;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585527555410>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585527555410>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585527709784 {
	width: 15%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 20%;
	top: 50px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585527709784 {
		width: 15%;
		top: 30px;
		left: 20%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585527709784 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 199.57916666666665px;
		left: 2%;
		display: none;
	}
}

#text_style_01_1585527709784>.view_contents {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: 0px;
	height: 20px;
	font-family: KaiTi_GB2312;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585527709784>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585527709784>.view_contents {
		font-size: 12px;
	}
}

#searchbox_style_01_1585527850092 {
	width: 40.0%;
	position: absolute;
	left: 37%;
	top: 29px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#searchbox_style_01_1585527850092 {
		left: 35%;
		width: 40.0%;
		top: 22.305833333333332px;
	}
}

@media screen and (max-width:640px) {
	#searchbox_style_01_1585527850092 {
		width: 96%;
		top: 48.579166666666666px;
		left: 2%;
		display: none;
	}
}

#searchbox_style_01_1585527850092>.view_contents {
	overflow: visible;
}

#searchbox_style_01_1585527850092 .inputSet {
	border-width: 2px;
	border-color: #c81118;
	padding-left: 45px;
}

#searchbox_style_01_1585527850092 .btnaSet {
	border-width: 2px;
	border-style: solid;
	border-color: #c81118;
	border-left: none !important;
	background: #c81118;
	font-family: Microsoft YaHei;
	color: #ffffff;
	font-size: 15px;
}

#searchbox_style_01_1585527850092 .kwSet {
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	margin-right: 5px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#searchbox_style_01_1585527850092 .btnaSet {
		height: 32px;
	}
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#searchbox_style_01_1585527850092 .inputSet {
		height: 32px;
	}
}

#cart_style_12_1585528286589 {
	width: 165px;
	height: 42px;
	left: 85%;
	top: 29px;
	position: absolute;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#cart_style_12_1585528286589 {
		width: 16%;
		height: 32.305px;
		left: 83%;
		top: 22.305833333333332px;
	}
}

@media screen and (max-width:640px) {
	#cart_style_12_1585528286589 {
		width: 96%;
		height: 12.425px;
		left: 2%;
		top: 135.57916666666665px;
		display: none;
	}
}

#cart_style_12_1585528286589 .textSet {
	font-size: 13px;
	border-width: 0px;
	border-style: none;
}

#cart_style_12_1585528286589 .numtSet {
	background: #c81118;
}


#text_style_01_1585804743620 {
	width: 50%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 5px;
	left: 35%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585804743620 {
		width: 50%;
		top: 3.845833333333333px;
		left: 30%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585804743620 {
		width: 50%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 1.4791666666666667px;
		left: 35%;
	}
}

#text_style_01_1585804743620>.view_contents {
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	line-height: 30px;
	text-align: left;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585804743620>.view_contents {
		font-size: 14px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585804743620>.view_contents {
		font-size: 12px;
	}
}

#image_style_01_1585804743626 {
	width: 15%;
	height: 20px;
	position: absolute;
	top: 10px;
	left: 20%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1585804743626 {
		width: 15%;
		top: 10px;
		left: 10%;
		height: 20px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1585804743626 {
		width: 15%;
		top: 2.9583333333333335px;
		left: 20%;
		height: 5.916666666666667px;
	}
}

#image_style_01_1585804743626>.view_contents {
	overflow: visible;
}

#div_a_includeBlock_1585804743430 {
	width: 20%;
	height: 40px;
	position: absolute;
	top: 110px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1585804743430 {
		top: 90px;
		width: 200px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1585804743430 {
		width: 20%;
		height: 91.47916666666667px;
		top: 38.579166666666666px;
		left: 40%;
		display: none;
	}
}

#div_a_includeBlock_1585804743430 {
	background-size: contain;
	background: #c81118;
}

#div_a_includeBlock_1585804743430:hover {
	background-size: contain;
	background: #bc1016;
}

#dh_style_39_1585705471054 {
	width: 60%;
	z-index: 999;
	position: absolute;
	left: 21%;
	top: 110px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_39_1585705471054 {
		z-index: 999;
		top: 90px;
		left: 210px;
	}
}

@media screen and (max-width:640px) {
	#dh_style_39_1585705471054 {
		width: 44px;
		z-index: 999;
		top: 3px;
		left: 87.77777777777777%;
		display: block;
	}
}

#dh_style_39_1585705471054>.view_contents {
	overflow: visible;
}

#dh_style_39_1585705471054 .mainMenuSet {
	line-height: 40px;
	height: 40px;
	font-size: 15px;
}

#dh_style_39_1585705471054 .mainMenuSet:hover {
	color: #c81118;
	font-weight: bold;
	font-size: 15px;
}

#dh_style_39_1585705471054 #hot>a {
	color: #c81118;
	font-weight: bold;
	font-size: 15px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_39_1585705471054 .mainMenuSet {
		font-size: 14px;
	}
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_39_1585705471054 .mainMenuSet:hover {
		font-size: 14px;
	}
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_39_1585705471054 #hot>a {
		font-size: 14px;
	}
}

#image_style_01_1585528513434 {
	width: 16.666666666666664%;
	height: 60px;
	position: absolute;
	left: 83.33333333333334%;
	top: 90px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1585528513434 {
		height: 44px;
		top: 80px;
		left: 83%;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1585528513434 {
		width: 56.33802816901409%;
		height: 60px;
		top: 38.579166666666666px;
		left: 21.830985915492956%;
		display: none;
	}
}

#image_style_01_1585528513434>.view_contents {
	overflow: visible;
}

#div_a_includeBlock_1584231602829 {
	width: 1200px;
	height: 150px;
	position: absolute;
	top: 40px;
	left: calc(50% - 600px);
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1584231602829 {
		top: 30px;
		left: 0%;
		width: 100%;
		height: 130px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1584231602829 {
		width: 96%;
		height: 50px;
		top: 0px;
		left: 2%;
	}
}

#div_a_includeBlock_1584231602829>.view_contents {
	overflow: visible;
}

#div_a_includeBlock_1584231602829 {
	background: transparent;
}

#comm_layout_header {
	height: 190px;
	z-index: 99999;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_header {
		height: 160px;
	}
}

@media screen and (max-width:640px) {
	#comm_layout_header {
		height: 50px;
	}
}

#comm_layout_header>.view_contents {
	overflow: visible;
}

#comm_layout_header {
	background-position: 50% 100% !important;
	background-size: auto;
	background-attachment: fixed;
	background-repeat: repeat-x !important;
	background: #ffffff;
	border-width: 2px;
	border-style: solid;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	border-color: #c81118;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_header {
		background-position: 50% 100% !important;
	}
}


#banner_style_01_1578626271528 {
	width: 100%;
	height: 460px;
	position: absolute;
	top: 0px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#banner_style_01_1578626271528 {
		height: 400px;
		top: 0%;
		left: 0%;
		width: 100%;
	}
}

@media screen and (max-width:640px) {
	#banner_style_01_1578626271528 {
		width: 100%;
		height: 180px;
		top: 0px;
		left: 0%;
		z-index: 1;
		display: block;
	}
}


#prodKind_style_01_1584353127468 {
	width: 985px;
	height: 460px;
	position: absolute;
	top: 0px;
	left: 0%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#prodKind_style_01_1584353127468 {
		width: 100%;
		top: 0px;
		left: 0%;
		height: 400px;
	}
}

@media screen and (max-width:640px) {
	#prodKind_style_01_1584353127468 {
		width: 100%;
		top: 0px;
		left: 0%;
		height: 85.81187598528639px;
		display: none;
	}
}

#prodKind_style_01_1584353127468 .oneBgSet {
	background: url(../image/15843516638652221546768912484.png);
}

#prodKind_style_01_1584353127468 .twoBgSet {
	border-color: #c81118;
	border-top: none !important;
	border-left: none !important;
	border-width: 2px;
	border-style: solid;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background: #ffffff;
	padding-left: 0px;
}

#prodKind_style_01_1584353127468 .oneSet {
	line-height: 45px;
	height: 45px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding-bottom: 0px;
	border-width: 1px;
	border-style: dashed;
	border-color: #333333;
	border-right: none !important;
	border-top: none !important;
	border-left: none !important;
	padding-right: 0px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 14px;
	letter-spacing: 0px;
	padding-top: 0px;
	color: #cccccc;
}

#prodKind_style_01_1584353127468 .searchIcoSet {
	padding-top: 9px;
	margin-left: 0px;
	padding-bottom: 9px;
	padding-left: 20px;
	padding-right: 5px;
	opacity: 0.8;
}

#prodKind_style_01_1584353127468 .oneSet:hover {
	background: #d61319;
	text-decoration: none;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 14px;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	border-width: 1px;
	font-family: Microsoft YaHei;
	margin-right: 0px;
	padding-right: 0px;
	opacity: 1;
}

#prodKind_style_01_1584353127468 #currentSet {
	background: #d61319;
	text-decoration: none;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 14px;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	border-width: 1px;
	font-family: Microsoft YaHei;
	margin-right: 0px;
	padding-right: 0px;
	opacity: 1;
}

#prodKind_style_01_1584353127468 .curgSet {
	background: #d61319;
	text-decoration: none;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 14px;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	border-width: 1px;
	font-family: Microsoft YaHei;
	margin-right: 0px;
	padding-right: 0px;
	opacity: 1;
}

#prodKind_style_01_1584353127468 .imgSet {
	background: #ffffff;
}

#prodKind_style_01_1584353127468 .twoSet {
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	font-weight: normal;
	color: #191919;
}

#prodKind_style_01_1584353127468 .threeSet {
	line-height: 20px;
	height: 20px;
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #666666;
}

#prodKind_style_01_1584353127468 .modSet:hover .imgSet {
	color: #ffffff;
}

#prodKind_style_01_1584353127468 .threeSet:hover {
	color: #c81118;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#prodKind_style_01_1584353127468 .oneSet {
		margin-left: 0px;
		margin-right: 0px;
		line-height: 39px;
		height: 39px;
	}
}

#prodKind_style_01_1584353127468

/*----------------------���԰�ʽ��ʽ----------------------*/
#prodKind_style_01_1584353127468 {}

#prodKind_style_01_1584353127468 .prodcateStyle_1 .cate_menu {
	width: 240px;
}

#prodKind_style_01_1584353127468 .prodcateStyle_1 .cate_pop {
	width: calc(100% - 240px);
	left: 240px;
}

#prodKind_style_01_1584353127467 .cate_menu_item {
	box-sizing: border-box;
	padding-left: 54px !important;
}

#prodKind_style_01_1584353127467 .cate_menu_item a {
	box-sizing: border-box;
	padding-left: 10px !important;
}

#prodKind_style_01_1584353127467 .prodcateStyle_1 .cate_menu_item {
	margin: 0;
}

#prodKind_style_01_1584353127467 .prodcateStyle_1 .cate_menu_02 {
	text-decoration: none;
}

/*----------------------ƽ���ʽ��ʽ----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#prodKind_style_01_1584353127468 {}

	#prodKind_style_01_1584353127468 .prodcateStyle_1 .cate_menu {
		width: 200px;
	}

	#prodKind_style_01_1584353127468 .prodcateStyle_1 .cate_pop {
		width: calc(100% - 200px);
		left: 200px;
	}
}

/*----------------------�ֻ���ʽ��ʽ----------------------*/
@media screen and (max-width:640px) {
	#prodKind_style_01_1584353127468 {}
}


#text_style_01_1585737894647 {
	width: 90%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 7%;
	top: 20px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585737894647 {
		width: 15%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585737894647 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0px;
		left: 2%;
	}
}

#text_style_01_1585737894647>.view_contents {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: 0px;
	height: 20px;
	font-family: KaiTi_GB2312;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585737894647>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585737894647>.view_contents {
		font-size: 12px;
	}
}

#newsList_style_18_1585738004544 {
	width: 90%;
	position: absolute;
	left: 7%;
	top: 60px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_18_1585738004544 {
		left: 0%;
		width: 477.7px;
	}
}

@media screen and (max-width:640px) {
	#newsList_style_18_1585738004544 {
		width: 96%;
		top: 30px;
		left: 2%;
		display: block;
	}
}

#newsList_style_18_1585738004544 .titleSet {
	font-size: 12px;
	line-height: 14px;
	height: 14px;
}

#newsList_style_18_1585738004544 .modSet {
	background: transparent;
	border-width: 0px;
	border-style: solid;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	border-color: transparent;
}

#newsList_style_18_1585738004544 .modSet:hover .titleSet {
	color: #c81118;
}

#image_style_12_1_1585738071922 {
	width: 90%;
	position: absolute;
	left: 5%;
	top: 240px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_12_1_1585738071922 {
		left: 4%;
		width: 92%;
	}
}

@media screen and (max-width:640px) {
	#image_style_12_1_1585738071922 {
		width: 189px;
		top: 210px;
		left: 24.8%;
	}
}

#image_style_12_1_1585738071922>.view_contents {
	overflow: hidden;
}

#image_style_12_1_1585738071922 .titProSet {
	font-size: 12px;
	padding-bottom: 8px;
}

#image_style_12_1_1585738071922 .picSet {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-radius: 100px;
}

#div_a_includeBlock_1584351494423 {
	width: 210px;
	height: 450px;
	position: absolute;
	top: 5px;
	left: 990px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1584351494423 {
		display: none;
		left: 600px;
		height: 648px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1584351494423 {
		width: 100%;
		top: 0.932737782448765px;
		left: 0%;
		height: 557px;
		display: none;
	}
}

#div_a_includeBlock_1584351494423 {
	background: url(../image/1584351554825f6b137178f01136a.png);
}

#div_a_includeBlock_1584353722244 {
	width: 1200px;
	height: 460px;
	position: absolute;
	top: 0px;
	left: calc(50% - 600px);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1584353722244 {
		width: 100%;
		left: 0%;
		top: 0px;
		height: 400px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1584353722244 {
		width: 100%;
		height: 240px;
		top: 0px;
		left: 0%;
		display: none;
	}
}

#div_a_includeBlock_1584353722244 {
	background: transparent;
}

#layout_1578626271523 {
	height: 460px;
	z-index: 1000;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1578626271523 {
		height: 400px;
	}
}

@media screen and (max-width:640px) {
	#layout_1578626271523 {
		height: 180px;
		display: block;
	}
}

#layout_1578626271523>.view_contents {
	overflow: visible;
}

#layout_1578626271523 {
	background: #eeeeee;
	border-width: 0px;
	border-style: solid;
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
	border-color: #c81118;
}



#image_style_01_1584410542124 {
	width: 100%;
	height: 180px;
	position: absolute;
	top: 150px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1584410542124 {
		width: 100%;
		top: 115.375px;
		left: 0%;
		height: 138.45px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1584410542124 {
		height: 104.75409836065573px;
		width: 100%;
		top: 87.29508196721311px;
		left: 0%;
	}
}

#image_style_01_1584410542124>.view_contents {
	overflow: visible;
}

#text_style_01_1584410610240 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 40px;
	left: 15%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584410610240 {
		width: 60%;
		top: 30.766666666666666px;
		left: 15%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584410610240 {
		width: 60%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 23.278688524590162px;
		left: 15%;
	}
}

#text_style_01_1584410610240>.view_contents {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	line-height: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584410610240>.view_contents {
		font-size: 18px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584410610240>.view_contents {
		font-size: 16px;
	}
}

#text_style_01_1584410695362 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 70px;
	left: 15%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584410695362 {
		width: 60%;
		top: 53.84166666666667px;
		left: 15%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584410695362 {
		width: 60%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 40.73770491803278px;
		left: 15%;
	}
}

#text_style_01_1584410695362>.view_contents {
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	line-height: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584410695362>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584410695362>.view_contents {
		font-size: 12px;
	}
}

#div_a_includeBlock_1584410346717 {
	width: 240px;
	height: 370px;
	position: absolute;
	top: 20px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1584410346717 {
		top: 10px;
		left: 1%;
		width: 20%;
		height: 270px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1584410346717 {
		width: 36%;
		height: 210px;
		top: 10px;
		left: 2%;
	}
}

#div_a_includeBlock_1584410346717 {
	background: url(../image/1584410501522756bf274c0d87e82.png);
	background-size: contain;
}

#div_a_includeBlock_1584410346717:hover {
	background: url(../image/1584410392313ee0b08f010aca707.png);
	background-size: contain;
}


#image_style_01_1584410814107 {
	width: 50%;
	height: 130px;
	position: absolute;
	top: 25px;
	left: 50%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1584410814107 {
		width: 50%;
		top: 19.229166666666668px;
		left: 50%;
		height: 99.99166666666666px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1584410814107 {
		height: 75.65573770491802px;
		width: 50%;
		top: 14.549180327868852px;
		left: 50%;
	}
}

#image_style_01_1584410814107>.view_contents {
	overflow: visible;
}

#text_style_01_1584410814125 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 40px;
	left: 10%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584410814125 {
		width: 60%;
		top: 30.766666666666666px;
		left: 10%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584410814125 {
		width: 60%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 23.278688524590162px;
		left: 10%;
	}
}

#text_style_01_1584410814125>.view_contents {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	line-height: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584410814125>.view_contents {
		font-size: 18px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584410814125>.view_contents {
		font-size: 16px;
	}
}

#text_style_01_1584410814131 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 70px;
	left: 10%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584410814131 {
		width: 60%;
		top: 53.84166666666667px;
		left: 10%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584410814131 {
		width: 60%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 40.73770491803278px;
		left: 10%;
	}
}

#text_style_01_1584410814131>.view_contents {
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	line-height: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584410814131>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584410814131>.view_contents {
		font-size: 12px;
	}
}

#div_a_includeBlock_1584410813840 {
	width: 30%;
	height: 180px;
	position: absolute;
	top: 20px;
	left: 250px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1584410813840 {
		top: 10px;
		left: 22%;
		width: 29%;
		height: 130px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1584410813840 {
		width: 58%;
		height: 100px;
		top: 10px;
		left: 40%;
	}
}

#div_a_includeBlock_1584410813840 {
	background: url(../image/1584411555283db2cc1a41ec8518b.png);
	background-size: 100% auto;
}

#div_a_includeBlock_1584410813840:hover {
	background: url(../image/1584411555284472c60b90e5fe0a2.png);
	background-size: 100% auto;
}


#image_style_01_1584938340797 {
	width: 50%;
	height: 130px;
	position: absolute;
	top: 25px;
	left: 50%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1584938340797 {
		width: 50%;
		top: 19.229166666666668px;
		left: 50%;
		height: 99.99166666666666px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1584938340797 {
		height: 79.56896551724137px;
		width: 50%;
		top: 15.301724137931034px;
		left: 50%;
	}
}

#image_style_01_1584938340797>.view_contents {
	overflow: visible;
}

#text_style_01_1584938340815 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 40px;
	left: 10%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584938340815 {
		width: 60%;
		top: 30.766666666666666px;
		left: 10%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584938340815 {
		width: 60%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 24.48275862068965px;
		left: 10%;
	}
}

#text_style_01_1584938340815>.view_contents {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	line-height: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584938340815>.view_contents {
		font-size: 18px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584938340815>.view_contents {
		font-size: 16px;
	}
}

#text_style_01_1584938340822 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 70px;
	left: 10%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584938340822 {
		width: 60%;
		top: 53.84166666666667px;
		left: 10%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584938340822 {
		width: 60%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 42.84482758620689px;
		left: 10%;
	}
}

#text_style_01_1584938340822>.view_contents {
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	line-height: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584938340822>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584938340822>.view_contents {
		font-size: 12px;
	}
}

#div_a_includeBlock_1584938340521 {
	width: 30%;
	height: 180px;
	position: absolute;
	top: 20px;
	left: 620px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1584938340521 {
		top: 10px;
		left: 52%;
		width: 29%;
		height: 130px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1584938340521 {
		width: 58%;
		height: 100px;
		top: 230px;
		left: 2%;
	}
}

#div_a_includeBlock_1584938340521 {
	background: url(../image/158441155528514e68ffe6bd8f144.png);
	background-size: 100% auto;
}

#div_a_includeBlock_1584938340521:hover {
	background: url(../image/15844115552863b3158b078b7bb09.png);
	background-size: 100% auto;
}


#image_style_01_1584938381108 {
	width: 50%;
	height: 130px;
	position: absolute;
	top: 25px;
	left: 50%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1584938381108 {
		width: 50%;
		top: 19.229166666666668px;
		left: 50%;
		height: 99.99166666666666px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1584938381108 {
		height: 75.65573770491802px;
		width: 50%;
		top: 14.549180327868852px;
		left: 50%;
	}
}

#image_style_01_1584938381108>.view_contents {
	overflow: visible;
}

#text_style_01_1584938381127 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 40px;
	left: 10%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584938381127 {
		width: 60%;
		top: 30.766666666666666px;
		left: 10%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584938381127 {
		width: 60%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 23.278688524590162px;
		left: 10%;
	}
}

#text_style_01_1584938381127>.view_contents {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	line-height: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584938381127>.view_contents {
		font-size: 18px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584938381127>.view_contents {
		font-size: 16px;
	}
}

#text_style_01_1584938381132 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 70px;
	left: 10%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584938381132 {
		width: 60%;
		top: 53.84166666666667px;
		left: 10%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584938381132 {
		width: 60%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 40.73770491803278px;
		left: 10%;
	}
}

#text_style_01_1584938381132>.view_contents {
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	line-height: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584938381132>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584938381132>.view_contents {
		font-size: 12px;
	}
}

#div_a_includeBlock_1584938380813 {
	width: 30%;
	height: 180px;
	position: absolute;
	top: 210px;
	left: 250px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1584938380813 {
		top: 150px;
		left: 22%;
		width: 29%;
		height: 130px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1584938380813 {
		width: 58%;
		height: 100px;
		top: 120px;
		left: 40%;
	}
}

#div_a_includeBlock_1584938380813 {
	background: url(../image/158441155528186e492d6dd1c3a27.png);
	background-size: 100% auto;
}

#div_a_includeBlock_1584938380813:hover {
	background: url(../image/15844115552822f4cf57f1ac71cc3.png);
	background-size: 100% auto;
}


#image_style_01_1584938402298 {
	width: 50%;
	height: 130px;
	position: absolute;
	top: 25px;
	left: 50%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1584938402298 {
		width: 50%;
		top: 19.229166666666668px;
		left: 50%;
		height: 99.99166666666666px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1584938402298 {
		height: 70px;
		width: 50%;
		top: 15.301724137931034px;
		left: 50%;
	}
}

#image_style_01_1584938402298>.view_contents {
	overflow: visible;
}

#text_style_01_1584938402316 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 40px;
	left: 10%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584938402316 {
		width: 60%;
		top: 30.766666666666666px;
		left: 10%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584938402316 {
		width: 60%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 24.48275862068965px;
		left: 10%;
	}
}

#text_style_01_1584938402316>.view_contents {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	line-height: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584938402316>.view_contents {
		font-size: 18px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584938402316>.view_contents {
		font-size: 16px;
	}
}

#text_style_01_1584938402321 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 70px;
	left: 10%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584938402321 {
		width: 60%;
		top: 53.84166666666667px;
		left: 10%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584938402321 {
		width: 60%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 42.84482758620689px;
		left: 10%;
	}
}

#text_style_01_1584938402321>.view_contents {
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	line-height: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584938402321>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584938402321>.view_contents {
		font-size: 12px;
	}
}

#div_a_includeBlock_1584938402060 {
	width: 30%;
	height: 180px;
	position: absolute;
	top: 210px;
	left: 620px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1584938402060 {
		top: 150px;
		left: 52%;
		width: 29%;
		height: 130px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1584938402060 {
		width: 58%;
		height: 100px;
		top: 340px;
		left: 2%;
	}
}

#div_a_includeBlock_1584938402060 {
	background: url(../image/15849560915306ad377d2fdd69bdb.png);
	background-size: 100% auto;
}

#div_a_includeBlock_1584938402060:hover {
	background: url(../image/15849560915324324e5607f2b0094.png);
	background-size: 100% auto;
}


#image_style_01_1584938423181 {
	width: 100%;
	height: 130px;
	position: absolute;
	top: 200px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1584938423181 {
		width: 100%;
		top: 153.83333333333334px;
		left: 0%;
		height: 99.99166666666666px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1584938423181 {
		height: 75px;
		width: 100%;
		top: 122.41379310344827px;
		left: 0%;
	}
}

#image_style_01_1584938423181>.view_contents {
	overflow: visible;
}

#text_style_01_1584938423199 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 40px;
	left: 20%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584938423199 {
		width: 60%;
		top: 30.766666666666666px;
		left: 20%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584938423199 {
		width: 60%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 24.48275862068965px;
		left: 20%;
	}
}

#text_style_01_1584938423199>.view_contents {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584938423199>.view_contents {
		font-size: 18px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584938423199>.view_contents {
		font-size: 16px;
	}
}

#text_style_01_1584938423204 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 70px;
	left: 20%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584938423204 {
		width: 60%;
		top: 53.84166666666667px;
		left: 20%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584938423204 {
		width: 100%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 42.84482758620689px;
		left: 0%;
	}
}

#text_style_01_1584938423204>.view_contents {
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584938423204>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584938423204>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1584956398667 {
	width: 40%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 30%;
	top: 130px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584956398667 {
		width: 60%;
		top: 99.99166666666666px;
		left: 20%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584956398667 {
		width: 60%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 79.56896551724137px;
		left: 20%;
	}
}

#text_style_01_1584956398667>.view_contents {
	color: #ffffff;
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	height: 28px;
	border-style: solid;
	border-width: 1px;
	border-radius: 100px;
	opacity: 0.8;
}

#text_style_01_1584956398667 .view_contents:hover {
	background: #ffffff;
	color: #000000;
	opacity: 1;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584956398667>.view_contents {
		font-size: 12px;
		line-height: 32px;
		text-decoration: none;
		height: 32px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584956398667>.view_contents {
		font-size: 12px;
		line-height: 24px;
		font-weight: bold;
		height: 24px;
	}
}

#div_a_includeBlock_1584938422926 {
	width: 210px;
	height: 370px;
	position: absolute;
	top: 20px;
	left: 990px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1584938422926 {
		top: 10px;
		left: 82%;
		width: 17%;
		height: 270px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1584938422926 {
		width: 36%;
		height: 210px;
		top: 230px;
		left: 62%;
	}
}

#div_a_includeBlock_1584938422926 {
	background-size: contain;
	background: #c81118;
}

#div_a_includeBlock_1584938422926:hover {
	background-size: contain;
	background: #bc1016;
}

#layout_1584410336154 {
	height: 410px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1584410336154 {
		height: 280px;
	}
}

@media screen and (max-width:640px) {
	#layout_1584410336154 {
		height: 440px;
	}
}

#layout_1584410336154>.view_contents {
	overflow: hidden;
	max-width: 1200px;
}




#productList_style_16_1585017370807 {
	width: 100%;
	left: 0%;
	top: 20px;
	position: absolute;
	z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_16_1585017370807 {
		width: 100%;
	}
}

@media screen and (max-width:640px) {
	#productList_style_16_1585017370807 {
		width: 96%;
		left: 0%;
		top: 0px;
	}
}

#productList_style_16_1585017370807>.view_contents {
	overflow: visible;
}

#productList_style_16_1585017370807 .titleSet {
	font-size: 14px;
	border-bottom: none !important;
	border-right: none !important;
	border-top: none !important;
	border-left: none !important;
	line-height: 30px;
	height: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	margin-top: 3px;
}

#productList_style_16_1585017370807 .unitSet {
	font-size: 18px;
	color: #c81118;
}

#productList_style_16_1585017370807 .priceSet {
	font-size: 18px;
	color: #c81118;
}

#productList_style_16_1585017370807 .modSet {
	border-width: 1px;
	border-style: solid;
	border-color: #dddddd;
	padding-bottom: 12px;
	background: transparent;
}

#productList_style_16_1585017370807 #pagecurSet {
	background: #c81118;
}

#productList_style_16_1585017370807 .btnaSet {
	background: #c81118;
}

#productList_style_16_1585017370807 .vipSet {
	color: #c81118;
}

#productList_style_16_1585017370807 .zhekouSet {
	color: #c81118;
}

#productList_style_16_1585017370807 .page_btn .pageSet:hovert {
	background: #c81118;
}

#productList_style_16_1585017370807 .page_btn .pageSet:hover {
	background: #c81118;
}

#productList_style_16_1585017370807 .modSet:hover {
	border-color: #c81118;
	border-width: 2px;
	border-style: solid;
}

#productList_style_16_1585017370807 .modSet:hover .imgSet {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

#productList_style_16_1585017452237 {
	width: 100%;
	left: 0%;
	top: 20px;
	position: absolute;
	z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_16_1585017452237 {
		width: 100%;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#productList_style_16_1585017452237 {
		width: 96%;
		left: 0%;
		top: 0px;
	}
}

#productList_style_16_1585017452237>.view_contents {
	overflow: visible;
}

#productList_style_16_1585017452237 .titleSet {
	font-size: 14px;
	border-bottom: none !important;
	border-right: none !important;
	border-top: none !important;
	border-left: none !important;
	line-height: 30px;
	height: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	margin-top: 3px;
}

#productList_style_16_1585017452237 .unitSet {
	font-size: 18px;
	color: #c81118;
}

#productList_style_16_1585017452237 .priceSet {
	font-size: 18px;
	color: #c81118;
}

#productList_style_16_1585017452237 .modSet {
	border-width: 1px;
	border-style: solid;
	border-color: #dddddd;
	padding-bottom: 12px;
	background: transparent;
}

#productList_style_16_1585017452237 #pagecurSet {
	background: #c81118;
}

#productList_style_16_1585017452237 .btnaSet {
	background: #c81118;
}

#productList_style_16_1585017452237 .vipSet {
	color: #c81118;
}

#productList_style_16_1585017452237 .zhekouSet {
	color: #c81118;
}

#productList_style_16_1585017452237 .page_btn .pageSet:hovert {
	background: #c81118;
}

#productList_style_16_1585017452237 .page_btn .pageSet:hover {
	background: #c81118;
}

#productList_style_16_1585017452237 .modSet:hover {
	border-width: 2px;
	border-color: #c81118;
	border-style: solid;
}

#productList_style_16_1585017420485 {
	width: 100%;
	left: 0%;
	top: 20px;
	position: absolute;
	z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_16_1585017420485 {
		width: 100%;
	}
}

@media screen and (max-width:640px) {
	#productList_style_16_1585017420485 {
		width: 96%;
		left: 0%;
		top: 0px;
	}
}

#productList_style_16_1585017420485>.view_contents {
	overflow: visible;
}

#productList_style_16_1585017420485 .titleSet {
	font-size: 14px;
	border-bottom: none !important;
	border-right: none !important;
	border-top: none !important;
	border-left: none !important;
	line-height: 30px;
	height: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	margin-top: 3px;
}

#productList_style_16_1585017420485 .unitSet {
	font-size: 18px;
	color: #c81118;
}

#productList_style_16_1585017420485 .priceSet {
	font-size: 18px;
	color: #c81118;
}

#productList_style_16_1585017420485 .modSet {
	border-width: 1px;
	border-style: solid;
	border-color: #dddddd;
	padding-bottom: 12px;
	background: transparent;
}

#productList_style_16_1585017420485 #pagecurSet {
	background: #c81118;
}

#productList_style_16_1585017420485 .btnaSet {
	background: #c81118;
}

#productList_style_16_1585017420485 .vipSet {
	color: #c81118;
}

#productList_style_16_1585017420485 .zhekouSet {
	color: #c81118;
}

#productList_style_16_1585017420485 .page_btn .pageSet:hovert {
	background: #c81118;
}

#productList_style_16_1585017420485 .page_btn .pageSet:hover {
	background: #c81118;
}

#productList_style_16_1585017420485 .modSet:hover {
	border-width: 2px;
	border-style: solid;
	border-color: #c81118;
}

#productList_style_16_1585017399402 {
	width: 100%;
	left: 0%;
	top: 20px;
	position: absolute;
	z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_16_1585017399402 {
		width: 100%;
	}
}

@media screen and (max-width:640px) {
	#productList_style_16_1585017399402 {
		width: 96%;
		left: 0%;
		top: 0px;
	}
}

#productList_style_16_1585017399402>.view_contents {
	overflow: visible;
}

#productList_style_16_1585017399402 .titleSet {
	font-size: 14px;
	border-bottom: none !important;
	border-right: none !important;
	border-top: none !important;
	border-left: none !important;
	line-height: 30px;
	height: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	margin-top: 3px;
}

#productList_style_16_1585017399402 .unitSet {
	font-size: 18px;
	color: #c81118;
}

#productList_style_16_1585017399402 .priceSet {
	font-size: 18px;
	color: #c81118;
}

#productList_style_16_1585017399402 .modSet {
	border-width: 1px;
	border-style: solid;
	border-color: #dddddd;
	padding-bottom: 12px;
	background: transparent;
}

#productList_style_16_1585017399402 #pagecurSet {
	background: #c81118;
}

#productList_style_16_1585017399402 .btnaSet {
	background: #c81118;
}

#productList_style_16_1585017399402 .vipSet {
	color: #c81118;
}

#productList_style_16_1585017399402 .zhekouSet {
	color: #c81118;
}

#productList_style_16_1585017399402 .page_btn .pageSet:hovert {
	background: #c81118;
}

#productList_style_16_1585017399402 .page_btn .pageSet:hover {
	background: #c81118;
}

#productList_style_16_1585017399402 .modSet:hover {
	border-width: 2px;
	border-style: solid;
	border-color: #c81118;
}

#tab_style_03_1585016494293 {
	width: 100%;
	height: 378px;
	position: absolute;
	top: 0px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#tab_style_03_1585016494293 {
		height: 322px;
		top: 10px;
		left: 1%;
		width: 98%;
	}
}

@media screen and (max-width:640px) {
	#tab_style_03_1585016494293 {
		width: 355px;
		height: 768px;
		top: 10px;
		left: 10px;
	}
}

#tab_style_03_1585016494293 .tabItemSet {
	background: url(../image/1585016563661ca802ee75db5de83.png);
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-weight: normal;
	line-height: 50px;
	height: 50px;
}

#tab_style_03_1585016494293 .tabItemSet.tabCurItem {
	color: #c81118;
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	height: 50px;
	background: url(../image/1585016563664331d08a2c1e74aa1.png);
	background-position: 50% 50% !important;
}

#tab_style_03_1585016494293 .tabconSet {
	background: #ffffff;
}

@media screen and (max-width:640px) {
	#tab_style_03_1585016494293 .tabItemSet {
		font-size: 15px;
	}
}

@media screen and (max-width:640px) {
	#tab_style_03_1585016494293 .tabItemSet.tabCurItem {
		font-size: 15px;
	}
}

#layout_1584411647018 {
	height: 378px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1584411647018 {
		height: 332px;
	}
}

@media screen and (max-width:640px) {
	#layout_1584411647018 {
		height: 778px;
	}
}

#layout_1584411647018>.view_contents {
	overflow: visible;
	max-width: 1200px;
}



#text_style_01_1585017836362 {
	width: 40%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 10%;
	top: 20px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585017836362 {
		left: 10%;
		width: 40%;
		top: 15.383333333333333px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585017836362 {
		width: 40%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 17.75px;
		left: 10%;
	}
}

#text_style_01_1585017836362>.view_contents {
	font-weight: bold;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585017836362>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585017836362>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585017972586 {
	width: 94px;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 10%;
	top: 53px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585017972586 {
		width: 72.30166666666666px;
		top: 40.76583333333333px;
		left: 10%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585017972586 {
		width: 83.425px;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 47.037499999999994px;
		left: 10%;
	}
}

#text_style_01_1585017972586>.view_contents {
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	background: linear-gradient(90deg, rgba(64, 80, 70, 1), rgba(104, 37, 110, 1));
	color: #ffffff;
	border-width: 0px;
	border-radius: 30px;
	line-height: 26px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585017972586>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585017972586>.view_contents {
		font-size: 12px;
	}
}

#div_a_includeBlock_1585017642945 {
	width: 33.3%;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1585017642945 {
		top: 10px;
		left: 10px;
		width: 307.6666666666667px;
		height: 66.76583333333333px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1585017642945 {
		width: 355px;
		height: 73.0375px;
		top: 10px;
		left: 10px;
	}
}

#div_a_includeBlock_1585017642945 {
	background: url(../image/15850176856273ff77e734f8c6351.jpg);
}


#text_style_01_1585018376758 {
	width: 40%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 10%;
	top: 20px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585018376758 {
		left: 10%;
		width: 40%;
		top: 15.383333333333333px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585018376758 {
		width: 40%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 8.877080565757598px;
		left: 10%;
	}
}

#text_style_01_1585018376758>.view_contents {
	font-weight: bold;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585018376758>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585018376758>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585018376774 {
	width: 94px;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 10%;
	top: 53px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585018376774 {
		width: 72.30166666666666px;
		top: 40.76583333333333px;
		left: 10%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585018376774 {
		width: 41.72227865906071px;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 23.52426349925764px;
		left: 10%;
	}
}

#text_style_01_1585018376774>.view_contents {
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	background: linear-gradient(90deg, rgba(64, 80, 70, 1), rgba(104, 37, 110, 1));
	color: #ffffff;
	border-width: 0px;
	border-radius: 30px;
	line-height: 26px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585018376774>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585018376774>.view_contents {
		font-size: 12px;
	}
}

#div_a_includeBlock_1585018376531 {
	width: 33.4%;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 33.35%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1585018376531 {
		top: 10px;
		left: 317.8108854166667px;
		width: 308.43583333333333px;
		height: 66.76583333333333px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1585018376531 {
		width: 177.98546534343987px;
		height: 75.52426349925764px;
		top: 93.0375px;
		left: 10px;
	}
}

#div_a_includeBlock_1585018376531 {
	background: url(../image/15850176856286b50473f5b3eef37.jpg);
}


#text_style_01_1585018414754 {
	width: 45%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 10%;
	top: 20px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585018414754 {
		left: 10%;
		width: 45%;
		top: 15.383333333333333px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585018414754 {
		width: 45%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 8.877080565757598px;
		left: 10%;
	}
}

#text_style_01_1585018414754>.view_contents {
	font-weight: bold;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585018414754>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585018414754>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585018414771 {
	width: 94px;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 10%;
	top: 53px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585018414771 {
		width: 72.30166666666666px;
		top: 40.76583333333333px;
		left: 10%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585018414771 {
		width: 41.72227865906071px;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 23.52426349925764px;
		left: 10%;
	}
}

#text_style_01_1585018414771>.view_contents {
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	background: linear-gradient(90deg, rgba(64, 80, 70, 1), rgba(104, 37, 110, 1));
	color: #ffffff;
	border-width: 0px;
	border-radius: 30px;
	line-height: 26px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585018414771>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585018414771>.view_contents {
		font-size: 12px;
	}
}

#div_a_includeBlock_1585018414529 {
	width: 33.3%;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 66.66666666666666%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1585018414529 {
		top: 10px;
		left: 625.3333333333334px;
		width: 307.6666666666667px;
		height: 66.76583333333333px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1585018414529 {
		width: 177.54161131515198px;
		height: 75.52426349925764px;
		top: 93.0375px;
		left: 187.45838868484802px;
	}
}

#div_a_includeBlock_1585018414529 {
	background: url(../image/1585017685629f7f9986e8547129b.jpg);
}

#layout_1585017609303 {
	height: 110px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1585017609303 {
		height: 76.76583333333333px;
		display: none;
	}
}

@media screen and (max-width:640px) {
	#layout_1585017609303 {
		height: 168.56176349925764px;
		display: none;
	}
}

#layout_1585017609303>.view_contents {
	overflow: visible;
	max-width: 1200px;
}



#prodKind_style_05_1585139816583 {
	width: 95%;
	height: 50px;
	left: 5%;
	top: 10px;
	position: absolute;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#prodKind_style_05_1585139816583 {
		width: 100%;
		left: 0%;
		top: 5px;
		z-index: 1;
	}
}

@media screen and (max-width:640px) {
	#prodKind_style_05_1585139816583 {
		width: 96%;
		left: 2%;
		top: 0px;
	}
}

#prodKind_style_05_1585139816583>.view_contents {
	overflow: visible;
}

#prodKind_style_05_1585139816583 .oneBgSet {
	background: transparent;
}

#prodKind_style_05_1585139816583 .oneSet {
	font-size: 18px;
	font-weight: bold;
	font-family: Microsoft YaHei;
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#prodKind_style_05_1585139816583 .oneSet {
		font-size: 16px;
	}
}

@media screen and (max-width:640px) {
	#prodKind_style_05_1585139816583 .oneSet {
		text-align: center;
		font-size: 16px;
	}
}

#image_style_01_1585140377349 {
	width: 50%;
	height: 160px;
	position: absolute;
	top: 100px;
	left: 25%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1585140377349 {
		width: 50%;
		top: 76.91666666666667px;
		left: 25%;
		height: 123.06666666666666px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1585140377349 {
		height: 160px;
		width: 50%;
		left: 25%;
		top: 160px;
		display: none;
	}
}

#image_style_01_1585140377349>.view_contents {
	overflow: visible;
}

#text_style_01_1585140449364 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 50px;
	left: 20%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585140449364 {
		width: 60%;
		top: 38.458333333333336px;
		left: 20%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585140449364 {
		width: 60%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 110px;
		left: 20%;
		display: none;
	}
}

#text_style_01_1585140449364>.view_contents {
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585140449364>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585140449364>.view_contents {
		font-size: 15px;
	}
}

#text_style_01_1585140510794 {
	width: 40%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 30%;
	top: 300px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585140510794 {
		width: 50%;
		top: 230.75px;
		left: 25%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585140510794 {
		width: 40%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 360px;
		left: 30%;
		display: none;
	}
}

#text_style_01_1585140510794>.view_contents {
	color: #000000;
	font-size: 13px;
	line-height: 32px;
	text-align: center;
	height: 32px;
	border-style: none;
	border-width: 0px;
	border-radius: 100px;
	opacity: 0.8;
	background: #ffffff;
	text-decoration: none;
}

#text_style_01_1585140510794 .view_contents:hover {
	background: #c81118;
	color: #ffffff;
	opacity: 1;
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585140510794>.view_contents {
		font-size: 12px;
		line-height: 30px;
		text-decoration: none;
		height: 30px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585140510794>.view_contents {
		font-size: 14px;
		line-height: 32px;
		font-weight: bold;
		height: 32px;
	}
}

#text_style_01_1585141879156 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 20%;
	top: 380px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585141879156 {
		width: 60%;
		top: 292.28333333333336px;
		left: 20%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585141879156 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 402px;
		left: 2%;
		display: none;
	}
}

#text_style_01_1585141879156>.view_contents {
	color: #ffffff;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	height: 36px;
	border-style: none;
	border-width: 0px;
	border-radius: 3px;
	opacity: 0.8;
	background: url(../image/1585142006832d816bde23862287b.png);
}

#text_style_01_1585141879156 .view_contents:hover {
	background: #c81118;
	color: #ffffff;
	opacity: 1;
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585141879156>.view_contents {
		font-size: 12px;
		line-height: 28px;
		text-decoration: none;
		height: 28px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585141879156>.view_contents {
		font-size: 14px;
		line-height: 32px;
		font-weight: bold;
		height: 32px;
	}
}

#text_style_01_1585142223036 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 20%;
	top: 420px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585142223036 {
		width: 60%;
		top: 323.05px;
		left: 20%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585142223036 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 444px;
		left: 2%;
		display: none;
	}
}

#text_style_01_1585142223036>.view_contents {
	color: #ffffff;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	height: 36px;
	border-style: none;
	border-width: 0px;
	border-radius: 3px;
	opacity: 0.8;
	background: url(../image/1585142006832d816bde23862287b.png);
}

#text_style_01_1585142223036 .view_contents:hover {
	background: #c81118;
	color: #ffffff;
	opacity: 1;
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585142223036>.view_contents {
		font-size: 12px;
		line-height: 28px;
		text-decoration: none;
		height: 28px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585142223036>.view_contents {
		font-size: 14px;
		line-height: 32px;
		font-weight: bold;
		height: 32px;
	}
}

#text_style_01_1585142247017 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 20%;
	top: 460px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585142247017 {
		width: 60%;
		top: 353.81666666666666px;
		left: 20%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585142247017 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 486px;
		left: 2%;
		display: none;
	}
}

#text_style_01_1585142247017>.view_contents {
	color: #ffffff;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	height: 36px;
	border-style: none;
	border-width: 0px;
	border-radius: 3px;
	opacity: 0.8;
	background: url(../image/1585142006832d816bde23862287b.png);
}

#text_style_01_1585142247017 .view_contents:hover {
	background: #c81118;
	color: #ffffff;
	opacity: 1;
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585142247017>.view_contents {
		font-size: 12px;
		line-height: 28px;
		text-decoration: none;
		height: 28px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585142247017>.view_contents {
		font-size: 14px;
		line-height: 32px;
		font-weight: bold;
		height: 32px;
	}
}

#text_style_01_1585142258958 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 20%;
	top: 500px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585142258958 {
		width: 60%;
		top: 384.5833333333333px;
		left: 20%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585142258958 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 528px;
		left: 2%;
		display: none;
	}
}

#text_style_01_1585142258958>.view_contents {
	color: #ffffff;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	height: 36px;
	border-style: none;
	border-width: 0px;
	border-radius: 3px;
	opacity: 0.8;
	background: url(../image/1585142006832d816bde23862287b.png);
}

#text_style_01_1585142258958 .view_contents:hover {
	background: #c81118;
	color: #ffffff;
	opacity: 1;
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585142258958>.view_contents {
		font-size: 12px;
		line-height: 28px;
		text-decoration: none;
		height: 28px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585142258958>.view_contents {
		font-size: 14px;
		line-height: 32px;
		font-weight: bold;
		height: 32px;
	}
}

#div_a_includeBlock_1584956901478 {
	width: 240px;
	height: 584px;
	position: absolute;
	top: 10px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1584956901478 {
		top: 10px;
		left: 1%;
		width: 20%;
		height: 482px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1584956901478 {
		width: 100%;
		height: 50px;
		top: 10px;
		left: 0%;
	}
}

#div_a_includeBlock_1584956901478 {
	background: linear-gradient(180deg, rgba(255, 136, 23, 1), rgba(251, 162, 77, 1));
}

#productList_style_23_1584957235790 {
	width: 78%;
	left: 22%;
	top: 10px;
	position: absolute;
	z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_23_1584957235790 {
		width: 77%;
		left: 22%;
		top: 10px;
	}
}

@media screen and (max-width:640px) {
	#productList_style_23_1584957235790 {
		width: 96%;
		left: 2%;
		top: 70px;
	}
}

#productList_style_23_1584957235790>.view_contents {
	overflow: visible;
}

#productList_style_23_1584957235790 .titleSet {
	font-size: 14px;
	border-bottom: none !important;
	border-right: none !important;
	border-top: none !important;
	border-left: none !important;
	line-height: 30px;
	height: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	margin-top: 3px;
}

#productList_style_23_1584957235790 .unitSet {
	font-size: 18px;
}

#productList_style_23_1584957235790 .priceSet {
	font-size: 18px;
}

#productList_style_23_1584957235790 .modSet {
	border-width: 1px;
	border-style: solid;
	border-color: #dddddd;
	padding-bottom: 20px;
	background: transparent;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
}

#productList_style_23_1584957235790 .modSet:hover {
	border-width: 2px;
	border-color: #c81118;
	border-style: solid;
}

#productList_style_23_1584957235790 .imgSet {
	padding-top: 0px;
	background: #ffffff;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

#layout_1584956884772 {
	height: 613px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1584956884772 {
		height: 506px;
	}
}

@media screen and (max-width:640px) {
	#layout_1584956884772 {
		height: 1042px;
	}
}

#layout_1584956884772>.view_contents {
	overflow: visible;
	max-width: 1200px;
}



#prodKind_style_05_1585142430969 {
	width: 95%;
	height: 50px;
	left: 5%;
	top: 10px;
	position: absolute;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#prodKind_style_05_1585142430969 {
		width: 100%;
		left: 0%;
		top: 5px;
	}
}

@media screen and (max-width:640px) {
	#prodKind_style_05_1585142430969 {
		width: 96%;
		left: 2%;
		top: 0px;
	}
}

#prodKind_style_05_1585142430969>.view_contents {
	overflow: visible;
}

#prodKind_style_05_1585142430969 .oneBgSet {
	background: transparent;
}

#prodKind_style_05_1585142430969 .oneSet {
	font-size: 18px;
	font-weight: bold;
	font-family: Microsoft YaHei;
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#prodKind_style_05_1585142430969 .oneSet {
		font-size: 16px;
	}
}

@media screen and (max-width:640px) {
	#prodKind_style_05_1585142430969 .oneSet {
		font-size: 16px;
	}
}

#image_style_01_1585142430985 {
	width: 100%;
	height: 200px;
	position: absolute;
	top: 80px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1585142430985 {
		width: 100%;
		top: 61.53333333333333px;
		left: 0%;
		height: 153.83333333333334px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1585142430985 {
		height: 200px;
		width: 100%;
		left: 0%;
		top: 140px;
		display: none;
	}
}

#image_style_01_1585142430985>.view_contents {
	overflow: visible;
}

#text_style_01_1585142430991 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 50px;
	left: 20%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585142430991 {
		width: 60%;
		top: 38.458333333333336px;
		left: 20%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585142430991 {
		width: 60%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 110px;
		left: 20%;
		display: none;
	}
}

#text_style_01_1585142430991>.view_contents {
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585142430991>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585142430991>.view_contents {
		font-size: 15px;
	}
}

#text_style_01_1585142430995 {
	width: 40%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 30%;
	top: 300px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585142430995 {
		width: 50%;
		top: 230.75px;
		left: 25%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585142430995 {
		width: 40%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 360px;
		left: 30%;
		display: none;
	}
}

#text_style_01_1585142430995>.view_contents {
	color: #000000;
	font-size: 13px;
	line-height: 32px;
	text-align: center;
	height: 32px;
	border-style: none;
	border-width: 0px;
	border-radius: 100px;
	opacity: 0.8;
	background: #ffffff;
	text-decoration: none;
}

#text_style_01_1585142430995 .view_contents:hover {
	background: #c81118;
	color: #ffffff;
	opacity: 1;
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585142430995>.view_contents {
		font-size: 12px;
		line-height: 30px;
		text-decoration: none;
		height: 30px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585142430995>.view_contents {
		font-size: 14px;
		line-height: 32px;
		font-weight: bold;
		height: 32px;
	}
}

#text_style_01_1585142431008 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 20%;
	top: 380px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585142431008 {
		width: 60%;
		top: 292.28333333333336px;
		left: 20%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585142431008 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 402px;
		left: 2%;
		display: none;
	}
}

#text_style_01_1585142431008>.view_contents {
	color: #ffffff;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	height: 36px;
	border-style: none;
	border-width: 0px;
	border-radius: 3px;
	opacity: 0.8;
	background: url(../image/1585142006832d816bde23862287b.png);
}

#text_style_01_1585142431008 .view_contents:hover {
	background: #c81118;
	color: #ffffff;
	opacity: 1;
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585142431008>.view_contents {
		font-size: 12px;
		line-height: 28px;
		text-decoration: none;
		height: 28px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585142431008>.view_contents {
		font-size: 14px;
		line-height: 32px;
		font-weight: bold;
		height: 32px;
	}
}

#text_style_01_1585142431014 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 20%;
	top: 420px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585142431014 {
		width: 60%;
		top: 323.05px;
		left: 20%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585142431014 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 444px;
		left: 2%;
		display: none;
	}
}

#text_style_01_1585142431014>.view_contents {
	color: #ffffff;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	height: 36px;
	border-style: none;
	border-width: 0px;
	border-radius: 3px;
	opacity: 0.8;
	background: url(../image/1585142006832d816bde23862287b.png);
}

#text_style_01_1585142431014 .view_contents:hover {
	background: #c81118;
	color: #ffffff;
	opacity: 1;
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585142431014>.view_contents {
		font-size: 12px;
		line-height: 28px;
		text-decoration: none;
		height: 28px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585142431014>.view_contents {
		font-size: 14px;
		line-height: 32px;
		font-weight: bold;
		height: 32px;
	}
}

#text_style_01_1585142431026 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 20%;
	top: 460px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585142431026 {
		width: 60%;
		top: 353.81666666666666px;
		left: 20%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585142431026 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 486px;
		left: 2%;
		display: none;
	}
}

#text_style_01_1585142431026>.view_contents {
	color: #ffffff;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	height: 36px;
	border-style: none;
	border-width: 0px;
	border-radius: 3px;
	opacity: 0.8;
	background: url(../image/1585142006832d816bde23862287b.png);
}

#text_style_01_1585142431026 .view_contents:hover {
	background: #c81118;
	color: #ffffff;
	opacity: 1;
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585142431026>.view_contents {
		font-size: 12px;
		line-height: 28px;
		text-decoration: none;
		height: 28px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585142431026>.view_contents {
		font-size: 14px;
		line-height: 32px;
		font-weight: bold;
		height: 32px;
	}
}

#text_style_01_1585142431031 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 20%;
	top: 500px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585142431031 {
		width: 60%;
		top: 384.5833333333333px;
		left: 20%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585142431031 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 528px;
		left: 2%;
		display: none;
	}
}

#text_style_01_1585142431031>.view_contents {
	color: #ffffff;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	height: 36px;
	border-style: none;
	border-width: 0px;
	border-radius: 3px;
	opacity: 0.8;
	background: url(../image/1585142006832d816bde23862287b.png);
}

#text_style_01_1585142431031 .view_contents:hover {
	background: #c81118;
	color: #ffffff;
	opacity: 1;
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585142431031>.view_contents {
		font-size: 12px;
		line-height: 28px;
		text-decoration: none;
		height: 28px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585142431031>.view_contents {
		font-size: 14px;
		line-height: 32px;
		font-weight: bold;
		height: 32px;
	}
}

#div_a_includeBlock_1585142430715 {
	width: 240px;
	height: 584px;
	position: absolute;
	top: 10px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1585142430715 {
		top: 10px;
		left: 10px;
		width: 184.6px;
		height: 476px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1585142430715 {
		width: 100%;
		height: 50px;
		top: 10px;
		left: 0%;
	}
}

#div_a_includeBlock_1585142430715 {
	background: linear-gradient(180deg, rgba(206, 180, 78, 1), rgba(237, 223, 164, 1));
}

#productList_style_16_1585142430731 {
	width: 78%;
	left: 22%;
	top: 10px;
	position: absolute;
	z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_16_1585142430731 {
		width: 77%;
		left: 22%;
		top: 10px;
	}
}

@media screen and (max-width:640px) {
	#productList_style_16_1585142430731 {
		width: 355px;
		left: 10px;
		top: 70px;
	}
}

#productList_style_16_1585142430731>.view_contents {
	overflow: visible;
}

#productList_style_16_1585142430731 .titleSet {
	font-size: 14px;
	border-bottom: none !important;
	border-right: none !important;
	border-top: none !important;
	border-left: none !important;
	line-height: 30px;
	height: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	margin-top: 3px;
}

#productList_style_16_1585142430731 .unitSet {
	font-size: 18px;
}

#productList_style_16_1585142430731 .priceSet {
	font-size: 18px;
}

#productList_style_16_1585142430731 .modSet {
	border-width: 1px;
	border-style: solid;
	border-color: #dddddd;
	padding-bottom: 18px;
	background: transparent;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
}

#productList_style_16_1585142430731 .modSet:hover {
	border-width: 2px;
	border-color: #c81118;
	border-style: solid;
}

#layout_1585142430713 {
	height: 609px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1585142430713 {
		height: 502px;
	}
}

@media screen and (max-width:640px) {
	#layout_1585142430713 {
		height: 1024px;
	}
}

#layout_1585142430713>.view_contents {
	overflow: visible;
	max-width: 1200px;
}



#text_style_01_1585893860286 {
	width: 40%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 10%;
	top: 20px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893860286 {
		left: 10%;
		width: 40%;
		top: 15.383333333333333px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893860286 {
		width: 40%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 17.75px;
		left: 10%;
	}
}

#text_style_01_1585893860286>.view_contents {
	font-weight: bold;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893860286>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893860286>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585893860312 {
	width: 94px;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 10%;
	top: 53px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893860312 {
		width: 72.30166666666666px;
		top: 40.76583333333333px;
		left: 10%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893860312 {
		width: 83.425px;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 47.037499999999994px;
		left: 10%;
	}
}

#text_style_01_1585893860312>.view_contents {
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	background: linear-gradient(90deg, rgba(64, 80, 70, 1), rgba(104, 37, 110, 1));
	color: #ffffff;
	border-width: 0px;
	border-radius: 30px;
	line-height: 26px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893860312>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893860312>.view_contents {
		font-size: 12px;
	}
}

#div_a_includeBlock_1585893859600 {
	width: 33.3%;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1585893859600 {
		top: 10px;
		left: 10px;
		width: 307.6666666666667px;
		height: 66.76583333333333px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1585893859600 {
		width: 355px;
		height: 73.0375px;
		top: 10px;
		left: 10px;
	}
}

#div_a_includeBlock_1585893859600 {
	background: url(../image/15850176856273ff77e734f8c6351.jpg);
}


#text_style_01_1585893860426 {
	width: 40%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 10%;
	top: 20px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893860426 {
		left: 10%;
		width: 40%;
		top: 15.383333333333333px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893860426 {
		width: 40%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 8.877080565757598px;
		left: 10%;
	}
}

#text_style_01_1585893860426>.view_contents {
	font-weight: bold;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893860426>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893860426>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585893860430 {
	width: 94px;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 10%;
	top: 53px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893860430 {
		width: 72.30166666666666px;
		top: 40.76583333333333px;
		left: 10%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893860430 {
		width: 41.72227865906071px;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 23.52426349925764px;
		left: 10%;
	}
}

#text_style_01_1585893860430>.view_contents {
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	background: linear-gradient(90deg, rgba(64, 80, 70, 1), rgba(104, 37, 110, 1));
	color: #ffffff;
	border-width: 0px;
	border-radius: 30px;
	line-height: 26px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893860430>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893860430>.view_contents {
		font-size: 12px;
	}
}

#div_a_includeBlock_1585893859628 {
	width: 33.4%;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 33.35%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1585893859628 {
		top: 10px;
		left: 317.8108854166667px;
		width: 308.43583333333333px;
		height: 66.76583333333333px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1585893859628 {
		width: 177.98546534343987px;
		height: 75.52426349925764px;
		top: 93.0375px;
		left: 10px;
	}
}

#div_a_includeBlock_1585893859628 {
	background: url(../image/15850176856286b50473f5b3eef37.jpg);
}


#text_style_01_1585893860841 {
	width: 45%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 10%;
	top: 20px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893860841 {
		left: 10%;
		width: 45%;
		top: 15.383333333333333px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893860841 {
		width: 45%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 8.877080565757598px;
		left: 10%;
	}
}

#text_style_01_1585893860841>.view_contents {
	font-weight: bold;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893860841>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893860841>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585893860866 {
	width: 94px;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 10%;
	top: 53px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893860866 {
		width: 72.30166666666666px;
		top: 40.76583333333333px;
		left: 10%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893860866 {
		width: 41.72227865906071px;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 23.52426349925764px;
		left: 10%;
	}
}

#text_style_01_1585893860866>.view_contents {
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	background: linear-gradient(90deg, rgba(64, 80, 70, 1), rgba(104, 37, 110, 1));
	color: #ffffff;
	border-width: 0px;
	border-radius: 30px;
	line-height: 26px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893860866>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893860866>.view_contents {
		font-size: 12px;
	}
}

#div_a_includeBlock_1585893859633 {
	width: 33.3%;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 66.66666666666666%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1585893859633 {
		top: 10px;
		left: 625.3333333333334px;
		width: 307.6666666666667px;
		height: 66.76583333333333px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1585893859633 {
		width: 177.54161131515198px;
		height: 75.52426349925764px;
		top: 93.0375px;
		left: 187.45838868484802px;
	}
}

#div_a_includeBlock_1585893859633 {
	background: url(../image/1585017685629f7f9986e8547129b.jpg);
}

#layout_1585893859597 {
	height: 110px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1585893859597 {
		height: 76.76583333333333px;
		display: none;
	}
}

@media screen and (max-width:640px) {
	#layout_1585893859597 {
		height: 168.56176349925764px;
		display: none;
	}
}

#layout_1585893859597>.view_contents {
	overflow: visible;
	max-width: 1200px;
}



#prodKind_style_05_1585728541655 {
	width: 95%;
	height: 50px;
	left: 5%;
	top: 10px;
	position: absolute;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#prodKind_style_05_1585728541655 {
		width: 100%;
		left: 0%;
		top: 5px;
	}
}

@media screen and (max-width:640px) {
	#prodKind_style_05_1585728541655 {
		width: 96%;
		left: 2%;
		top: 0px;
	}
}

#prodKind_style_05_1585728541655>.view_contents {
	overflow: visible;
}

#prodKind_style_05_1585728541655 .oneBgSet {
	background: transparent;
}

#prodKind_style_05_1585728541655 .oneSet {
	font-size: 18px;
	font-weight: bold;
	font-family: Microsoft YaHei;
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#prodKind_style_05_1585728541655 .oneSet {
		font-size: 16px;
	}
}

@media screen and (max-width:640px) {
	#prodKind_style_05_1585728541655 .oneSet {
		font-size: 16px;
	}
}

#image_style_01_1585728541661 {
	width: 100%;
	height: 160px;
	position: absolute;
	top: 100px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1585728541661 {
		width: 100%;
		top: 76.91666666666667px;
		left: 0%;
		height: 123.06666666666666px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1585728541661 {
		height: 160px;
		width: 100%;
		left: 0%;
		top: 160px;
		display: none;
	}
}

#image_style_01_1585728541661>.view_contents {
	overflow: visible;
}

#text_style_01_1585728541675 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 50px;
	left: 20%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728541675 {
		width: 60%;
		top: 38.458333333333336px;
		left: 20%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728541675 {
		width: 60%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 110px;
		left: 20%;
		display: none;
	}
}

#text_style_01_1585728541675>.view_contents {
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728541675>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728541675>.view_contents {
		font-size: 15px;
	}
}

#text_style_01_1585728541683 {
	width: 40%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 30%;
	top: 300px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728541683 {
		width: 50%;
		top: 230.75px;
		left: 25%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728541683 {
		width: 40%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 360px;
		left: 30%;
		display: none;
	}
}

#text_style_01_1585728541683>.view_contents {
	color: #000000;
	font-size: 13px;
	line-height: 32px;
	text-align: center;
	height: 32px;
	border-style: none;
	border-width: 0px;
	border-radius: 100px;
	opacity: 0.8;
	background: #ffffff;
	text-decoration: none;
}

#text_style_01_1585728541683 .view_contents:hover {
	background: #c81118;
	color: #ffffff;
	opacity: 1;
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728541683>.view_contents {
		font-size: 12px;
		line-height: 30px;
		text-decoration: none;
		height: 30px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728541683>.view_contents {
		font-size: 14px;
		line-height: 32px;
		font-weight: bold;
		height: 32px;
	}
}

#text_style_01_1585728541690 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 20%;
	top: 380px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728541690 {
		width: 60%;
		top: 292.28333333333336px;
		left: 20%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728541690 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 402px;
		left: 2%;
		display: none;
	}
}

#text_style_01_1585728541690>.view_contents {
	color: #ffffff;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	height: 36px;
	border-style: none;
	border-width: 0px;
	border-radius: 3px;
	opacity: 0.8;
	background: url(../image/1585142006832d816bde23862287b.png);
}

#text_style_01_1585728541690 .view_contents:hover {
	background: #c81118;
	color: #ffffff;
	opacity: 1;
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728541690>.view_contents {
		font-size: 12px;
		line-height: 28px;
		text-decoration: none;
		height: 28px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728541690>.view_contents {
		font-size: 14px;
		line-height: 32px;
		font-weight: bold;
		height: 32px;
	}
}

#text_style_01_1585728541700 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 20%;
	top: 420px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728541700 {
		width: 60%;
		top: 323.05px;
		left: 20%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728541700 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 444px;
		left: 2%;
		display: none;
	}
}

#text_style_01_1585728541700>.view_contents {
	color: #ffffff;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	height: 36px;
	border-style: none;
	border-width: 0px;
	border-radius: 3px;
	opacity: 0.8;
	background: url(../image/1585142006832d816bde23862287b.png);
}

#text_style_01_1585728541700 .view_contents:hover {
	background: #c81118;
	color: #ffffff;
	opacity: 1;
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728541700>.view_contents {
		font-size: 12px;
		line-height: 28px;
		text-decoration: none;
		height: 28px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728541700>.view_contents {
		font-size: 14px;
		line-height: 32px;
		font-weight: bold;
		height: 32px;
	}
}

#text_style_01_1585728541707 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 20%;
	top: 460px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728541707 {
		width: 60%;
		top: 353.81666666666666px;
		left: 20%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728541707 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 486px;
		left: 2%;
		display: none;
	}
}

#text_style_01_1585728541707>.view_contents {
	color: #ffffff;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	height: 36px;
	border-style: none;
	border-width: 0px;
	border-radius: 3px;
	opacity: 0.8;
	background: url(../image/1585142006832d816bde23862287b.png);
}

#text_style_01_1585728541707 .view_contents:hover {
	background: #c81118;
	color: #ffffff;
	opacity: 1;
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728541707>.view_contents {
		font-size: 12px;
		line-height: 28px;
		text-decoration: none;
		height: 28px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728541707>.view_contents {
		font-size: 14px;
		line-height: 32px;
		font-weight: bold;
		height: 32px;
	}
}

#text_style_01_1585728541714 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 20%;
	top: 500px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728541714 {
		width: 60%;
		top: 384.5833333333333px;
		left: 20%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728541714 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 528px;
		left: 2%;
		display: none;
	}
}

#text_style_01_1585728541714>.view_contents {
	color: #ffffff;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	height: 36px;
	border-style: none;
	border-width: 0px;
	border-radius: 3px;
	opacity: 0.8;
	background: url(../image/1585142006832d816bde23862287b.png);
}

#text_style_01_1585728541714 .view_contents:hover {
	background: #c81118;
	color: #ffffff;
	opacity: 1;
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728541714>.view_contents {
		font-size: 12px;
		line-height: 28px;
		text-decoration: none;
		height: 28px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728541714>.view_contents {
		font-size: 14px;
		line-height: 32px;
		font-weight: bold;
		height: 32px;
	}
}

#div_a_includeBlock_1585728541490 {
	width: 240px;
	height: 584px;
	position: absolute;
	top: 10px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1585728541490 {
		top: 10px;
		left: 10px;
		width: 184.6px;
		height: 476px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1585728541490 {
		width: 100%;
		height: 50px;
		top: 10px;
		left: 0%;
	}
}

#div_a_includeBlock_1585728541490 {
	background: linear-gradient(180deg, rgba(105, 195, 171, 1), rgba(150, 225, 205, 1));
}

#productList_style_16_1585728541515 {
	width: 78%;
	left: 22%;
	top: 10px;
	position: absolute;
	z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_16_1585728541515 {
		width: 77%;
		left: 22%;
		top: 10px;
	}
}

@media screen and (max-width:640px) {
	#productList_style_16_1585728541515 {
		width: 355px;
		left: 10px;
		top: 70px;
	}
}

#productList_style_16_1585728541515>.view_contents {
	overflow: visible;
}

#productList_style_16_1585728541515 .titleSet {
	font-size: 14px;
	border-bottom: none !important;
	border-right: none !important;
	border-top: none !important;
	border-left: none !important;
	line-height: 30px;
	height: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	margin-top: 3px;
}

#productList_style_16_1585728541515 .unitSet {
	font-size: 18px;
}

#productList_style_16_1585728541515 .priceSet {
	font-size: 18px;
}

#productList_style_16_1585728541515 .modSet {
	border-width: 1px;
	border-style: solid;
	border-color: #dddddd;
	padding-bottom: 18px;
	background: transparent;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
}

#productList_style_16_1585728541515 .modSet:hover {
	border-width: 2px;
	border-color: #c81118;
	border-style: solid;
}

#layout_1585728541486 {
	height: 609px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1585728541486 {
		height: 502px;
	}
}

@media screen and (max-width:640px) {
	#layout_1585728541486 {
		height: 1024px;
	}
}

#layout_1585728541486>.view_contents {
	overflow: visible;
	max-width: 1200px;
}



#prodKind_style_05_1585728550472 {
	width: 95%;
	height: 50px;
	left: 5%;
	top: 10px;
	position: absolute;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#prodKind_style_05_1585728550472 {
		width: 100%;
		left: 0%;
		top: 5px;
	}
}

@media screen and (max-width:640px) {
	#prodKind_style_05_1585728550472 {
		width: 96%;
		left: 2%;
		top: 0px;
	}
}

#prodKind_style_05_1585728550472>.view_contents {
	overflow: visible;
}

#prodKind_style_05_1585728550472 .oneBgSet {
	background: transparent;
}

#prodKind_style_05_1585728550472 .oneSet {
	font-size: 18px;
	font-weight: bold;
	font-family: Microsoft YaHei;
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#prodKind_style_05_1585728550472 .oneSet {
		font-size: 16px;
	}
}

@media screen and (max-width:640px) {
	#prodKind_style_05_1585728550472 .oneSet {
		font-size: 16px;
	}
}

#image_style_01_1585728550479 {
	width: 100%;
	height: 140px;
	position: absolute;
	top: 110px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1585728550479 {
		width: 100%;
		top: 84.60833333333333px;
		left: 0%;
		height: 107.68333333333334px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1585728550479 {
		height: 140px;
		width: 100%;
		left: 0%;
		top: 170px;
		display: none;
	}
}

#image_style_01_1585728550479>.view_contents {
	overflow: visible;
}

#text_style_01_1585728550484 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 50px;
	left: 20%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728550484 {
		width: 60%;
		top: 38.458333333333336px;
		left: 20%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728550484 {
		width: 60%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 110px;
		left: 20%;
		display: none;
	}
}

#text_style_01_1585728550484>.view_contents {
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728550484>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728550484>.view_contents {
		font-size: 15px;
	}
}

#text_style_01_1585728550492 {
	width: 40%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 30%;
	top: 300px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728550492 {
		width: 50%;
		top: 230.75px;
		left: 25%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728550492 {
		width: 40%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 360px;
		left: 30%;
		display: none;
	}
}

#text_style_01_1585728550492>.view_contents {
	color: #000000;
	font-size: 13px;
	line-height: 32px;
	text-align: center;
	height: 32px;
	border-style: none;
	border-width: 0px;
	border-radius: 100px;
	opacity: 0.8;
	background: #ffffff;
	text-decoration: none;
}

#text_style_01_1585728550492 .view_contents:hover {
	background: #c81118;
	color: #ffffff;
	opacity: 1;
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728550492>.view_contents {
		font-size: 12px;
		line-height: 30px;
		text-decoration: none;
		height: 30px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728550492>.view_contents {
		font-size: 14px;
		line-height: 32px;
		font-weight: bold;
		height: 32px;
	}
}

#text_style_01_1585728550500 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 20%;
	top: 380px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728550500 {
		width: 60%;
		top: 292.28333333333336px;
		left: 20%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728550500 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 402px;
		left: 2%;
		display: none;
	}
}

#text_style_01_1585728550500>.view_contents {
	color: #ffffff;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	height: 36px;
	border-style: none;
	border-width: 0px;
	border-radius: 3px;
	opacity: 0.8;
	background: url(../image/1585142006832d816bde23862287b.png);
}

#text_style_01_1585728550500 .view_contents:hover {
	background: #c81118;
	color: #ffffff;
	opacity: 1;
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728550500>.view_contents {
		font-size: 12px;
		line-height: 28px;
		text-decoration: none;
		height: 28px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728550500>.view_contents {
		font-size: 14px;
		line-height: 32px;
		font-weight: bold;
		height: 32px;
	}
}

#text_style_01_1585728550513 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 20%;
	top: 420px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728550513 {
		width: 60%;
		top: 323.05px;
		left: 20%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728550513 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 444px;
		left: 2%;
		display: none;
	}
}

#text_style_01_1585728550513>.view_contents {
	color: #ffffff;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	height: 36px;
	border-style: none;
	border-width: 0px;
	border-radius: 3px;
	opacity: 0.8;
	background: url(../image/1585142006832d816bde23862287b.png);
}

#text_style_01_1585728550513 .view_contents:hover {
	background: #c81118;
	color: #ffffff;
	opacity: 1;
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728550513>.view_contents {
		font-size: 12px;
		line-height: 28px;
		text-decoration: none;
		height: 28px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728550513>.view_contents {
		font-size: 14px;
		line-height: 32px;
		font-weight: bold;
		height: 32px;
	}
}

#text_style_01_1585728550518 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 20%;
	top: 460px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728550518 {
		width: 60%;
		top: 353.81666666666666px;
		left: 20%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728550518 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 486px;
		left: 2%;
		display: none;
	}
}

#text_style_01_1585728550518>.view_contents {
	color: #ffffff;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	height: 36px;
	border-style: none;
	border-width: 0px;
	border-radius: 3px;
	opacity: 0.8;
	background: url(../image/1585142006832d816bde23862287b.png);
}

#text_style_01_1585728550518 .view_contents:hover {
	background: #c81118;
	color: #ffffff;
	opacity: 1;
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728550518>.view_contents {
		font-size: 12px;
		line-height: 28px;
		text-decoration: none;
		height: 28px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728550518>.view_contents {
		font-size: 14px;
		line-height: 32px;
		font-weight: bold;
		height: 32px;
	}
}

#text_style_01_1585728550531 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 20%;
	top: 500px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728550531 {
		width: 60%;
		top: 384.5833333333333px;
		left: 20%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728550531 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 528px;
		left: 2%;
		display: none;
	}
}

#text_style_01_1585728550531>.view_contents {
	color: #ffffff;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	height: 36px;
	border-style: none;
	border-width: 0px;
	border-radius: 3px;
	opacity: 0.8;
	background: url(../image/1585142006832d816bde23862287b.png);
}

#text_style_01_1585728550531 .view_contents:hover {
	background: #c81118;
	color: #ffffff;
	opacity: 1;
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728550531>.view_contents {
		font-size: 12px;
		line-height: 28px;
		text-decoration: none;
		height: 28px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728550531>.view_contents {
		font-size: 14px;
		line-height: 32px;
		font-weight: bold;
		height: 32px;
	}
}

#div_a_includeBlock_1585728550308 {
	width: 240px;
	height: 584px;
	position: absolute;
	top: 10px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1585728550308 {
		top: 10px;
		left: 10px;
		width: 184.6px;
		height: 476px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1585728550308 {
		width: 100%;
		height: 50px;
		top: 10px;
		left: 0%;
	}
}

#div_a_includeBlock_1585728550308 {
	background: linear-gradient(180deg, rgba(232, 169, 53, 1), rgba(255, 215, 137, 1));
}

#productList_style_16_1585728550328 {
	width: 78%;
	left: 22%;
	top: 10px;
	position: absolute;
	z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_16_1585728550328 {
		width: 77%;
		left: 22%;
		top: 10px;
	}
}

@media screen and (max-width:640px) {
	#productList_style_16_1585728550328 {
		width: 355px;
		left: 10px;
		top: 70px;
	}
}

#productList_style_16_1585728550328>.view_contents {
	overflow: visible;
}

#productList_style_16_1585728550328 .titleSet {
	font-size: 14px;
	border-bottom: none !important;
	border-right: none !important;
	border-top: none !important;
	border-left: none !important;
	line-height: 30px;
	height: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	margin-top: 3px;
}

#productList_style_16_1585728550328 .unitSet {
	font-size: 18px;
}

#productList_style_16_1585728550328 .priceSet {
	font-size: 18px;
}

#productList_style_16_1585728550328 .modSet {
	border-width: 1px;
	border-style: solid;
	border-color: #dddddd;
	padding-bottom: 18px;
	background: transparent;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
}

#productList_style_16_1585728550328 .modSet:hover {
	border-width: 2px;
	border-color: #c81118;
	border-style: solid;
}

#layout_1585728550307 {
	height: 609px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1585728550307 {
		height: 502px;
	}
}

@media screen and (max-width:640px) {
	#layout_1585728550307 {
		height: 1024px;
	}
}

#layout_1585728550307>.view_contents {
	overflow: visible;
	max-width: 1200px;
}



#text_style_01_1585893873115 {
	width: 40%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 10%;
	top: 20px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893873115 {
		left: 10%;
		width: 40%;
		top: 15.383333333333333px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893873115 {
		width: 40%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 17.75px;
		left: 10%;
	}
}

#text_style_01_1585893873115>.view_contents {
	font-weight: bold;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893873115>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893873115>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585893873119 {
	width: 94px;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 10%;
	top: 53px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893873119 {
		width: 72.30166666666666px;
		top: 40.76583333333333px;
		left: 10%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893873119 {
		width: 83.425px;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 47.037499999999994px;
		left: 10%;
	}
}

#text_style_01_1585893873119>.view_contents {
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	background: linear-gradient(90deg, rgba(64, 80, 70, 1), rgba(104, 37, 110, 1));
	color: #ffffff;
	border-width: 0px;
	border-radius: 30px;
	line-height: 26px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893873119>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893873119>.view_contents {
		font-size: 12px;
	}
}

#div_a_includeBlock_1585893872918 {
	width: 33.3%;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1585893872918 {
		top: 10px;
		left: 10px;
		width: 307.6666666666667px;
		height: 66.76583333333333px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1585893872918 {
		width: 355px;
		height: 73.0375px;
		top: 10px;
		left: 10px;
	}
}

#div_a_includeBlock_1585893872918 {
	background: url(../image/15850176856273ff77e734f8c6351.jpg);
}


#text_style_01_1585893873702 {
	width: 40%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 10%;
	top: 20px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893873702 {
		left: 10%;
		width: 40%;
		top: 15.383333333333333px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893873702 {
		width: 40%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 8.877080565757598px;
		left: 10%;
	}
}

#text_style_01_1585893873702>.view_contents {
	font-weight: bold;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893873702>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893873702>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585893873732 {
	width: 94px;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 10%;
	top: 53px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893873732 {
		width: 72.30166666666666px;
		top: 40.76583333333333px;
		left: 10%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893873732 {
		width: 41.72227865906071px;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 23.52426349925764px;
		left: 10%;
	}
}

#text_style_01_1585893873732>.view_contents {
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	background: linear-gradient(90deg, rgba(64, 80, 70, 1), rgba(104, 37, 110, 1));
	color: #ffffff;
	border-width: 0px;
	border-radius: 30px;
	line-height: 26px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893873732>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893873732>.view_contents {
		font-size: 12px;
	}
}

#div_a_includeBlock_1585893872944 {
	width: 33.4%;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 33.35%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1585893872944 {
		top: 10px;
		left: 317.8108854166667px;
		width: 308.43583333333333px;
		height: 66.76583333333333px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1585893872944 {
		width: 177.98546534343987px;
		height: 75.52426349925764px;
		top: 93.0375px;
		left: 10px;
	}
}

#div_a_includeBlock_1585893872944 {
	background: url(../image/15850176856286b50473f5b3eef37.jpg);
}


#text_style_01_1585893873869 {
	width: 45%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 10%;
	top: 20px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893873869 {
		left: 10%;
		width: 45%;
		top: 15.383333333333333px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893873869 {
		width: 45%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 8.877080565757598px;
		left: 10%;
	}
}

#text_style_01_1585893873869>.view_contents {
	font-weight: bold;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893873869>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893873869>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585893873875 {
	width: 94px;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 10%;
	top: 53px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893873875 {
		width: 72.30166666666666px;
		top: 40.76583333333333px;
		left: 10%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893873875 {
		width: 41.72227865906071px;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 23.52426349925764px;
		left: 10%;
	}
}

#text_style_01_1585893873875>.view_contents {
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	background: linear-gradient(90deg, rgba(64, 80, 70, 1), rgba(104, 37, 110, 1));
	color: #ffffff;
	border-width: 0px;
	border-radius: 30px;
	line-height: 26px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893873875>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893873875>.view_contents {
		font-size: 12px;
	}
}

#div_a_includeBlock_1585893872948 {
	width: 33.3%;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 66.66666666666666%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1585893872948 {
		top: 10px;
		left: 625.3333333333334px;
		width: 307.6666666666667px;
		height: 66.76583333333333px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1585893872948 {
		width: 177.54161131515198px;
		height: 75.52426349925764px;
		top: 93.0375px;
		left: 187.45838868484802px;
	}
}

#div_a_includeBlock_1585893872948 {
	background: url(../image/1585017685629f7f9986e8547129b.jpg);
}

#layout_1585893872917 {
	height: 110px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1585893872917 {
		height: 76.76583333333333px;
		display: none;
	}
}

@media screen and (max-width:640px) {
	#layout_1585893872917 {
		height: 168.56176349925764px;
		display: none;
	}
}

#layout_1585893872917>.view_contents {
	overflow: visible;
	max-width: 1200px;
}



#prodKind_style_05_1585728591268 {
	width: 95%;
	height: 50px;
	left: 5%;
	top: 10px;
	position: absolute;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#prodKind_style_05_1585728591268 {
		width: 95%;
		left: 0%;
		top: 5px;
	}
}

@media screen and (max-width:640px) {
	#prodKind_style_05_1585728591268 {
		width: 96%;
		left: 2%;
		top: 0px;
	}
}

#prodKind_style_05_1585728591268>.view_contents {
	overflow: visible;
}

#prodKind_style_05_1585728591268 .oneBgSet {
	background: transparent;
}

#prodKind_style_05_1585728591268 .oneSet {
	font-size: 18px;
	font-weight: bold;
	font-family: Microsoft YaHei;
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#prodKind_style_05_1585728591268 .oneSet {
		font-size: 16px;
	}
}

@media screen and (max-width:640px) {
	#prodKind_style_05_1585728591268 .oneSet {
		font-size: 16px;
	}
}

#image_style_01_1585728591274 {
	width: 100%;
	height: 200px;
	position: absolute;
	top: 80px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1585728591274 {
		width: 100%;
		top: 61.53333333333333px;
		left: 0%;
		height: 153.83333333333334px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1585728591274 {
		height: 200px;
		width: 100%;
		left: 0%;
		top: 140px;
		display: none;
	}
}

#image_style_01_1585728591274>.view_contents {
	overflow: visible;
}

#text_style_01_1585728591281 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 50px;
	left: 20%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728591281 {
		width: 60%;
		top: 38.458333333333336px;
		left: 20%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728591281 {
		width: 60%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 110px;
		left: 20%;
		display: none;
	}
}

#text_style_01_1585728591281>.view_contents {
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728591281>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728591281>.view_contents {
		font-size: 15px;
	}
}

#text_style_01_1585728591286 {
	width: 40%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 30%;
	top: 300px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728591286 {
		width: 50%;
		top: 230.75px;
		left: 25%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728591286 {
		width: 40%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 360px;
		left: 30%;
		display: none;
	}
}

#text_style_01_1585728591286>.view_contents {
	color: #000000;
	font-size: 13px;
	line-height: 32px;
	text-align: center;
	height: 32px;
	border-style: none;
	border-width: 0px;
	border-radius: 100px;
	opacity: 0.8;
	background: #ffffff;
	text-decoration: none;
}

#text_style_01_1585728591286 .view_contents:hover {
	background: #c81118;
	color: #ffffff;
	opacity: 1;
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728591286>.view_contents {
		font-size: 12px;
		line-height: 30px;
		text-decoration: none;
		height: 30px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728591286>.view_contents {
		font-size: 14px;
		line-height: 32px;
		font-weight: bold;
		height: 32px;
	}
}

#text_style_01_1585728591293 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 20%;
	top: 380px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728591293 {
		width: 60%;
		top: 292.28333333333336px;
		left: 20%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728591293 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 402px;
		left: 2%;
		display: none;
	}
}

#text_style_01_1585728591293>.view_contents {
	color: #ffffff;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	height: 36px;
	border-style: none;
	border-width: 0px;
	border-radius: 3px;
	opacity: 0.8;
	background: url(../image/1585142006832d816bde23862287b.png);
}

#text_style_01_1585728591293 .view_contents:hover {
	background: #c81118;
	color: #ffffff;
	opacity: 1;
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728591293>.view_contents {
		font-size: 12px;
		line-height: 28px;
		text-decoration: none;
		height: 28px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728591293>.view_contents {
		font-size: 14px;
		line-height: 32px;
		font-weight: bold;
		height: 32px;
	}
}

#text_style_01_1585728591300 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 20%;
	top: 420px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728591300 {
		width: 60%;
		top: 323.05px;
		left: 20%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728591300 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 444px;
		left: 2%;
		display: none;
	}
}

#text_style_01_1585728591300>.view_contents {
	color: #ffffff;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	height: 36px;
	border-style: none;
	border-width: 0px;
	border-radius: 3px;
	opacity: 0.8;
	background: url(../image/1585142006832d816bde23862287b.png);
}

#text_style_01_1585728591300 .view_contents:hover {
	background: #c81118;
	color: #ffffff;
	opacity: 1;
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728591300>.view_contents {
		font-size: 12px;
		line-height: 28px;
		text-decoration: none;
		height: 28px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728591300>.view_contents {
		font-size: 14px;
		line-height: 32px;
		font-weight: bold;
		height: 32px;
	}
}

#text_style_01_1585728591307 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 20%;
	top: 460px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728591307 {
		width: 60%;
		top: 353.81666666666666px;
		left: 20%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728591307 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 486px;
		left: 2%;
		display: none;
	}
}

#text_style_01_1585728591307>.view_contents {
	color: #ffffff;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	height: 36px;
	border-style: none;
	border-width: 0px;
	border-radius: 3px;
	opacity: 0.8;
	background: url(../image/1585142006832d816bde23862287b.png);
}

#text_style_01_1585728591307 .view_contents:hover {
	background: #c81118;
	color: #ffffff;
	opacity: 1;
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728591307>.view_contents {
		font-size: 12px;
		line-height: 28px;
		text-decoration: none;
		height: 28px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728591307>.view_contents {
		font-size: 14px;
		line-height: 32px;
		font-weight: bold;
		height: 32px;
	}
}

#text_style_01_1585728591313 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 20%;
	top: 500px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728591313 {
		width: 60%;
		top: 384.5833333333333px;
		left: 20%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728591313 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 528px;
		left: 2%;
		display: none;
	}
}

#text_style_01_1585728591313>.view_contents {
	color: #ffffff;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	height: 36px;
	border-style: none;
	border-width: 0px;
	border-radius: 3px;
	opacity: 0.8;
	background: url(../image/1585142006832d816bde23862287b.png);
}

#text_style_01_1585728591313 .view_contents:hover {
	background: #c81118;
	color: #ffffff;
	opacity: 1;
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585728591313>.view_contents {
		font-size: 12px;
		line-height: 28px;
		text-decoration: none;
		height: 28px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585728591313>.view_contents {
		font-size: 14px;
		line-height: 32px;
		font-weight: bold;
		height: 32px;
	}
}

#div_a_includeBlock_1585728591088 {
	width: 240px;
	height: 584px;
	position: absolute;
	top: 10px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1585728591088 {
		top: 10px;
		left: 10px;
		width: 184.6px;
		height: 476px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1585728591088 {
		width: 100%;
		height: 50px;
		top: 10px;
		left: 0%;
	}
}

#div_a_includeBlock_1585728591088 {
	background: linear-gradient(180deg, rgba(255, 169, 104, 1), rgba(255, 214, 183, 1));
}

#productList_style_16_1585728591111 {
	width: 78%;
	left: 22%;
	top: 10px;
	position: absolute;
	z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_16_1585728591111 {
		width: 77%;
		left: 22%;
		top: 10px;
	}
}

@media screen and (max-width:640px) {
	#productList_style_16_1585728591111 {
		width: 355px;
		left: 10px;
		top: 70px;
	}
}

#productList_style_16_1585728591111>.view_contents {
	overflow: visible;
}

#productList_style_16_1585728591111 .titleSet {
	font-size: 14px;
	border-bottom: none !important;
	border-right: none !important;
	border-top: none !important;
	border-left: none !important;
	line-height: 30px;
	height: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	margin-top: 3px;
}

#productList_style_16_1585728591111 .unitSet {
	font-size: 18px;
}

#productList_style_16_1585728591111 .priceSet {
	font-size: 18px;
}

#productList_style_16_1585728591111 .modSet {
	border-width: 1px;
	border-style: solid;
	border-color: #dddddd;
	padding-bottom: 18px;
	background: transparent;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
}

#productList_style_16_1585728591111 .modSet:hover {
	border-width: 2px;
	border-color: #c81118;
	border-style: solid;
}

#layout_1585728591087 {
	height: 609px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1585728591087 {
		height: 502px;
	}
}

@media screen and (max-width:640px) {
	#layout_1585728591087 {
		height: 1024px;
	}
}

#layout_1585728591087>.view_contents {
	overflow: visible;
	max-width: 1200px;
}


#newsList_style_18_1579247912934 {
	width: 100%;
	left: 0%;
	top: 60px;
	position: absolute;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_18_1579247912934 {
		width: 98%;
		top: 44px;
		left: 1%;
	}
}

@media screen and (max-width:640px) {
	#newsList_style_18_1579247912934 {
		width: 96%;
		left: 2%;
		top: 44px;
	}
}

#newsList_style_18_1579247912934 .modSet {
	border-width: 1px;
	border-style: solid;
	border-color: #dddddd;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}

#newsList_style_18_1579247912934 .timesSet {
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}

#newsList_style_18_1579247912934 .titleSet {
	line-height: 18px;
	height: 36px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_18_1579247912934 .modSet {
		padding-top: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width:640px) {
	#newsList_style_18_1579247912934 .modSet {
		border-width: 1px;
		padding-top: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
	}
}

#text_style_01_1585225696265 {
	width: 40%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 1%;
	top: 20px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585225696265 {
		left: 1%;
		width: 20%;
		top: 10px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585225696265 {
		width: 355px;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 10px;
		left: 10px;
	}
}

#text_style_01_1585225696265>.view_contents {
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	text-decoration: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585225696265>.view_contents {
		font-size: 18px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585225696265>.view_contents {
		font-size: 16px;
	}
}

#layout_1579245401013 {
	height: 430px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1579245401013 {
		height: 340px;
	}
}

@media screen and (max-width:640px) {
	#layout_1579245401013 {
		height: 892px;
		z-index: 1;
	}
}

#layout_1579245401013>.view_contents {
	overflow: visible;
	max-width: 1200px;
}

#layout_1579245401013 {
	background: #ffffff;
}



#text_style_01_1585893896259 {
	width: 40%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 10%;
	top: 20px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893896259 {
		left: 10%;
		width: 40%;
		top: 15.383333333333333px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893896259 {
		width: 40%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 17.75px;
		left: 10%;
	}
}

#text_style_01_1585893896259>.view_contents {
	font-weight: bold;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893896259>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893896259>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585893896291 {
	width: 94px;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 10%;
	top: 53px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893896291 {
		width: 72.30166666666666px;
		top: 40.76583333333333px;
		left: 10%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893896291 {
		width: 83.425px;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 47.037499999999994px;
		left: 10%;
	}
}

#text_style_01_1585893896291>.view_contents {
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	background: linear-gradient(90deg, rgba(64, 80, 70, 1), rgba(104, 37, 110, 1));
	color: #ffffff;
	border-width: 0px;
	border-radius: 30px;
	line-height: 26px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893896291>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893896291>.view_contents {
		font-size: 12px;
	}
}

#div_a_includeBlock_1585893895728 {
	width: 33.3%;
	height: 100px;
	position: absolute;
	top: 10px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1585893895728 {
		top: 10px;
		left: 10px;
		width: 307.6666666666667px;
		height: 66.76583333333333px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1585893895728 {
		width: 355px;
		height: 73.0375px;
		top: 10px;
		left: 10px;
	}
}

#div_a_includeBlock_1585893895728 {
	background: url(../image/15850176856273ff77e734f8c6351.jpg);
}


#text_style_01_1585893896616 {
	width: 40%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 10%;
	top: 20px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893896616 {
		left: 10%;
		width: 40%;
		top: 15.383333333333333px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893896616 {
		width: 40%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 8.877080565757598px;
		left: 10%;
	}
}

#text_style_01_1585893896616>.view_contents {
	font-weight: bold;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893896616>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893896616>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585893896622 {
	width: 94px;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 10%;
	top: 53px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893896622 {
		width: 72.30166666666666px;
		top: 40.76583333333333px;
		left: 10%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893896622 {
		width: 41.72227865906071px;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 23.52426349925764px;
		left: 10%;
	}
}

#text_style_01_1585893896622>.view_contents {
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	background: linear-gradient(90deg, rgba(64, 80, 70, 1), rgba(104, 37, 110, 1));
	color: #ffffff;
	border-width: 0px;
	border-radius: 30px;
	line-height: 26px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893896622>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893896622>.view_contents {
		font-size: 12px;
	}
}

#div_a_includeBlock_1585893895752 {
	width: 33.4%;
	height: 100px;
	position: absolute;
	top: 10px;
	left: 33.35%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1585893895752 {
		top: 10px;
		left: 317.8108854166667px;
		width: 308.43583333333333px;
		height: 66.76583333333333px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1585893895752 {
		width: 177.98546534343987px;
		height: 75.52426349925764px;
		top: 93.0375px;
		left: 10px;
	}
}

#div_a_includeBlock_1585893895752 {
	background: url(../image/15850176856286b50473f5b3eef37.jpg);
}


#text_style_01_1585893896449 {
	width: 45%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 10%;
	top: 20px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893896449 {
		left: 10%;
		width: 45%;
		top: 15.383333333333333px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893896449 {
		width: 45%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 8.877080565757598px;
		left: 10%;
	}
}

#text_style_01_1585893896449>.view_contents {
	font-weight: bold;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893896449>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893896449>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585893896454 {
	width: 94px;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 10%;
	top: 53px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893896454 {
		width: 72.30166666666666px;
		top: 40.76583333333333px;
		left: 10%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893896454 {
		width: 41.72227865906071px;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 23.52426349925764px;
		left: 10%;
	}
}

#text_style_01_1585893896454>.view_contents {
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	background: linear-gradient(90deg, rgba(64, 80, 70, 1), rgba(104, 37, 110, 1));
	color: #ffffff;
	border-width: 0px;
	border-radius: 30px;
	line-height: 26px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585893896454>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585893896454>.view_contents {
		font-size: 12px;
	}
}

#div_a_includeBlock_1585893895757 {
	width: 33.3%;
	height: 100px;
	position: absolute;
	top: 10px;
	left: 66.66666666666666%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1585893895757 {
		top: 10px;
		left: 625.3333333333334px;
		width: 307.6666666666667px;
		height: 66.76583333333333px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1585893895757 {
		width: 177.54161131515198px;
		height: 75.52426349925764px;
		top: 93.0375px;
		left: 187.45838868484802px;
	}
}

#div_a_includeBlock_1585893895757 {
	background: url(../image/1585017685629f7f9986e8547129b.jpg);
}

#layout_1585893895727 {
	height: 130px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1585893895727 {
		height: 76.76583333333333px;
		display: none;
	}
}

@media screen and (max-width:640px) {
	#layout_1585893895727 {
		height: 168.56176349925764px;
		display: none;
	}
}

#layout_1585893895727>.view_contents {
	overflow: visible;
	max-width: 1200px;
}

#layout_1579309794292 {
	height: 1px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1579309794292 {
		height: 20px;
	}
}

@media screen and (max-width:640px) {
	#layout_1579309794292 {
		height: 10px;
		display: block;
	}
}

#layout_1579309794292>.view_contents {
	overflow: visible;
	max-width: 1200px;
}


#image_style_13_1_1585226310727 {
	width: 95%;
	position: absolute;
	top: 25px;
	left: 5%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_13_1_1585226310727 {
		top: 20px;
		left: 10px;
		width: 923px;
	}
}

@media screen and (max-width:640px) {
	#image_style_13_1_1585226310727 {
		width: 96%;
		top: 0px;
		left: 2%;
		display: block;
	}
}

#image_style_13_1_1585226310727>.view_contents {
	overflow: visible;
}

#image_style_13_1_1585226310727 .titleSet {
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	height: 38px;
	line-height: 38px;
}

#image_style_13_1_1585226310727 .imgSet {
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_13_1_1585226310727 .imgSet {
		height: 40px;
	}
}

#layout_1585226248820 {
	height: 100px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1585226248820 {
		height: 80px;
	}
}

@media screen and (max-width:640px) {
	#layout_1585226248820 {
		height: 1391px;
		display: none;
	}
}

#layout_1585226248820>.view_contents {
	overflow: visible;
	max-width: 1200px;
}

#layout_1585226248820 {
	background: #f6f6f6;
}


#qqol_style_01_1575620923404 {
	width: 17.497348886532343%;
	position: absolute;
	top: 7px;
	left: 41.25132555673383%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#qqol_style_01_1575620923404 {
		top: 10px;
		left: 295px;
		width: 333px;
	}
}

@media screen and (max-width:640px) {
	#qqol_style_01_1575620923404 {
		width: 96%;
		top: 0px;
		left: 2%;
	}
}

#qqol_style_01_1575620923404>.view_contents {
	overflow: visible;
}



#text_style_01_1579311980238 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 0px;
	left: 0%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1579311980238 {
		z-index: 3;
		width: 100%;
		top: 0px;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1579311980238 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0px;
		left: 0%;
		display: block;
	}
}

#text_style_01_1579311980238>.view_contents {
	font-size: 18px;
	line-height: 30px;
	color: #e5e5e5;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1579311980238>.view_contents {
		font-size: 13.015581944444445px;
	}
}

#text_style_01_1579312014094 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 40px;
	left: 0%;
	z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1579312014094 {
		z-index: 3;
		width: 100%;
		top: 30.766666666666666px;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1579312014094 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0px;
		left: 0%;
		display: block;
	}
}

#text_style_01_1579312014094>.view_contents {
	font-size: 14px;
	line-height: 30px;
	color: #aaaaaa;
}

#text_style_01_1579312014094 .view_contents:hover {
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1579312014094>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585483374429 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 70px;
	left: 0%;
	z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483374429 {
		z-index: 3;
		width: 100%;
		top: 53.84166666666667px;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585483374429 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0px;
		left: 0%;
		display: block;
	}
}

#text_style_01_1585483374429>.view_contents {
	font-size: 14px;
	line-height: 30px;
	color: #aaaaaa;
}

#text_style_01_1585483374429 .view_contents:hover {
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483374429>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585483385755 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 100px;
	left: 0%;
	z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483385755 {
		z-index: 3;
		width: 100%;
		top: 76.91666666666667px;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585483385755 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0px;
		left: 0%;
		display: block;
	}
}

#text_style_01_1585483385755>.view_contents {
	font-size: 14px;
	line-height: 30px;
	color: #aaaaaa;
}

#text_style_01_1585483385755 .view_contents:hover {
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483385755>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585483397202 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 130px;
	left: 0%;
	z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483397202 {
		z-index: 3;
		width: 100%;
		top: 99.99166666666666px;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585483397202 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0px;
		left: 0%;
		display: block;
	}
}

#text_style_01_1585483397202>.view_contents {
	font-size: 14px;
	line-height: 30px;
	color: #aaaaaa;
}

#text_style_01_1585483397202 .view_contents:hover {
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483397202>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585483411076 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 160px;
	left: 0%;
	z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483411076 {
		z-index: 3;
		width: 100%;
		top: 123.06666666666666px;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585483411076 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0px;
		left: 0%;
		display: block;
	}
}

#text_style_01_1585483411076>.view_contents {
	font-size: 14px;
	line-height: 30px;
	color: #aaaaaa;
}

#text_style_01_1585483411076 .view_contents:hover {
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483411076>.view_contents {
		font-size: 12px;
	}
}

#div_a_includeBlock_1578303272572 {
	width: 15%;
	height: 200px;
	position: absolute;
	top: 0px;
	left: 2%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1578303272572 {
		width: 15%;
		top: 0px;
		left: 2%;
		height: 153.06666666666666px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1578303272572 {
		width: 100%;
		height: 44px;
		top: 0px;
		left: 0%;
		display: none;
	}
}


#text_style_01_1578304240487 {
	width: 50%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 95px;
	left: 0%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1578304240487 {
		z-index: 3;
		width: 50%;
		top: 73.07083333333334px;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1578304240487 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0px;
		left: 2%;
		display: none;
	}
}

#text_style_01_1578304240487>.view_contents {
	font-size: 12px;
	line-height: 28px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1578304240487>.view_contents {
		font-size: 12px;
	}
}

#image_style_01_1578304752776 {
	width: 50%;
	height: 90px;
	position: absolute;
	left: 0%;
	top: 0px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1578304752776 {
		left: 0%;
		width: 50%;
		top: 0px;
		height: 69.225px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1578304752776 {}
}

#image_style_01_1578304752776>.view_contents {
	overflow: visible;
}

#image_style_01_1578304855901 {
	width: 50%;
	height: 90px;
	position: absolute;
	left: 50%;
	top: 0px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1578304855901 {
		width: 50%;
		top: 0px;
		left: 50%;
		height: 69.225px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1578304855901 {}
}

#image_style_01_1578304855901>.view_contents {
	overflow: visible;
}

#text_style_01_1578304868358 {
	width: 50%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 95px;
	left: 50%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1578304868358 {
		z-index: 3;
		width: 50%;
		top: 73.07083333333334px;
		left: 50%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1578304868358 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0px;
		left: 0%;
		display: none;
	}
}

#text_style_01_1578304868358>.view_contents {
	font-size: 12px;
	line-height: 28px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1578304868358>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585482891586 {
	width: 75%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 130px;
	left: 25%;
	z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585482891586 {
		z-index: 3;
		width: 75%;
		top: 99.99166666666666px;
		left: 25%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585482891586 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0px;
		left: 0%;
		display: block;
	}
}

#text_style_01_1585482891586>.view_contents {
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585482891586>.view_contents {
		font-size: 17.748520833333334px;
	}
}

#image_style_01_1585483013233 {
	width: 20%;
	height: 36px;
	position: absolute;
	left: 2%;
	top: 135px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1585483013233 {
		width: 20%;
		top: 103.8375px;
		left: 2%;
		height: 27.69px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1585483013233 {
		width: 100%;
		height: 134px;
		top: 40px;
		left: 0%;
	}
}

#image_style_01_1585483013233>.view_contents {
	overflow: visible;
}

#text_style_01_1585483144359 {
	width: 75%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 160px;
	left: 25%;
	z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483144359 {
		z-index: 3;
		width: 75%;
		top: 123.06666666666666px;
		left: 25%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585483144359 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0px;
		left: 0%;
		display: block;
	}
}

#text_style_01_1585483144359>.view_contents {
	font-size: 12px;
	line-height: 20px;
	color: #e5e5e5;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483144359>.view_contents {
		font-size: 12px;
	}
}

#div_a_includeBlock_1578304240250 {
	width: 22%;
	height: 200px;
	position: absolute;
	top: 0px;
	left: 78%;
	z-index: 2;
	display: block;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1578304240250 {
		display: block;
		width: 22%;
		top: 0px;
		left: 78%;
		height: 159.99166666666667px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1578304240250 {
		width: 100%;
		height: 235px;
		top: 44px;
		left: 0%;
		display: none;
	}
}


#text_style_01_1585483442796 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 0px;
	left: 0%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483442796 {
		z-index: 3;
		width: 100%;
		top: 0px;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585483442796 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0px;
		left: 0%;
		display: block;
	}
}

#text_style_01_1585483442796>.view_contents {
	font-size: 18px;
	line-height: 30px;
	color: #e5e5e5;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483442796>.view_contents {
		font-size: 13.015581944444445px;
	}
}

#text_style_01_1585483442812 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 40px;
	left: 0%;
	z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483442812 {
		z-index: 3;
		width: 100%;
		top: 30.766666666666666px;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585483442812 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0px;
		left: 0%;
		display: block;
	}
}

#text_style_01_1585483442812>.view_contents {
	font-size: 14px;
	line-height: 30px;
	color: #aaaaaa;
}

#text_style_01_1585483442812 .view_contents:hover {
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483442812>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585483442818 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 70px;
	left: 0%;
	z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483442818 {
		z-index: 3;
		width: 100%;
		top: 53.84166666666667px;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585483442818 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0px;
		left: 0%;
		display: block;
	}
}

#text_style_01_1585483442818>.view_contents {
	font-size: 14px;
	line-height: 30px;
	color: #aaaaaa;
}

#text_style_01_1585483442818 .view_contents:hover {
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483442818>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585483442825 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 100px;
	left: 0%;
	z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483442825 {
		z-index: 3;
		width: 100%;
		top: 76.91666666666667px;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585483442825 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0px;
		left: 0%;
		display: block;
	}
}

#text_style_01_1585483442825>.view_contents {
	font-size: 14px;
	line-height: 30px;
	color: #aaaaaa;
}

#text_style_01_1585483442825 .view_contents:hover {
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483442825>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585483442830 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 130px;
	left: 0%;
	z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483442830 {
		z-index: 3;
		width: 100%;
		top: 99.99166666666666px;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585483442830 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0px;
		left: 0%;
		display: block;
	}
}

#text_style_01_1585483442830>.view_contents {
	font-size: 14px;
	line-height: 30px;
	color: #aaaaaa;
}

#text_style_01_1585483442830 .view_contents:hover {
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483442830>.view_contents {
		font-size: 12px;
	}
}

#div_a_includeBlock_1585483442484 {
	width: 15%;
	height: 200px;
	position: absolute;
	top: 0px;
	left: 17%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1585483442484 {
		width: 15%;
		top: 0px;
		left: 17%;
		height: 129.99166666666667px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1585483442484 {
		width: 100%;
		height: 44px;
		top: 279px;
		left: 0%;
		display: none;
	}
}


#text_style_01_1585483464721 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 0px;
	left: 0%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483464721 {
		z-index: 3;
		width: 100%;
		top: 0px;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585483464721 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0px;
		left: 0%;
		display: block;
	}
}

#text_style_01_1585483464721>.view_contents {
	font-size: 18px;
	line-height: 30px;
	color: #e5e5e5;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483464721>.view_contents {
		font-size: 13.015581944444445px;
	}
}

#text_style_01_1585483464740 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 40px;
	left: 0%;
	z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483464740 {
		z-index: 3;
		width: 100%;
		top: 30.766666666666666px;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585483464740 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0px;
		left: 0%;
		display: block;
	}
}

#text_style_01_1585483464740>.view_contents {
	font-size: 14px;
	line-height: 30px;
	color: #aaaaaa;
}

#text_style_01_1585483464740 .view_contents:hover {
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483464740>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585483464744 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 70px;
	left: 0%;
	z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483464744 {
		z-index: 3;
		width: 100%;
		top: 53.84166666666667px;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585483464744 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0px;
		left: 0%;
		display: block;
	}
}

#text_style_01_1585483464744>.view_contents {
	font-size: 14px;
	line-height: 30px;
	color: #aaaaaa;
}

#text_style_01_1585483464744 .view_contents:hover {
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483464744>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585483464751 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 100px;
	left: 0%;
	z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483464751 {
		z-index: 3;
		width: 100%;
		top: 76.91666666666667px;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585483464751 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0px;
		left: 0%;
		display: block;
	}
}

#text_style_01_1585483464751>.view_contents {
	font-size: 14px;
	line-height: 30px;
	color: #aaaaaa;
}

#text_style_01_1585483464751 .view_contents:hover {
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483464751>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585483464757 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 130px;
	left: 0%;
	z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483464757 {
		z-index: 3;
		width: 100%;
		top: 99.99166666666666px;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585483464757 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0px;
		left: 0%;
		display: block;
	}
}

#text_style_01_1585483464757>.view_contents {
	font-size: 14px;
	line-height: 30px;
	color: #aaaaaa;
}

#text_style_01_1585483464757 .view_contents:hover {
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483464757>.view_contents {
		font-size: 12px;
	}
}

#div_a_includeBlock_1585483464487 {
	width: 15%;
	height: 200px;
	position: absolute;
	top: 0px;
	left: 32%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1585483464487 {
		width: 15%;
		top: 0px;
		left: 32%;
		height: 129.99166666666667px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1585483464487 {
		width: 100%;
		height: 44px;
		top: 323px;
		left: 0%;
		display: none;
	}
}


#text_style_01_1585483490913 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 0px;
	left: 0%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483490913 {
		z-index: 3;
		width: 100%;
		top: 0px;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585483490913 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0px;
		left: 0%;
		display: block;
	}
}

#text_style_01_1585483490913>.view_contents {
	font-size: 18px;
	line-height: 30px;
	color: #e5e5e5;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483490913>.view_contents {
		font-size: 13.015581944444445px;
	}
}

#text_style_01_1585483490930 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 40px;
	left: 0%;
	z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483490930 {
		z-index: 3;
		width: 100%;
		top: 30.766666666666666px;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585483490930 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0px;
		left: 0%;
		display: block;
	}
}

#text_style_01_1585483490930>.view_contents {
	font-size: 14px;
	line-height: 30px;
	color: #aaaaaa;
}

#text_style_01_1585483490930 .view_contents:hover {
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483490930>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585483490936 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 70px;
	left: 0%;
	z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483490936 {
		z-index: 3;
		width: 100%;
		top: 53.84166666666667px;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585483490936 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0px;
		left: 0%;
		display: block;
	}
}

#text_style_01_1585483490936>.view_contents {
	font-size: 14px;
	line-height: 30px;
	color: #aaaaaa;
}

#text_style_01_1585483490936 .view_contents:hover {
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483490936>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585483490941 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 100px;
	left: 0%;
	z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483490941 {
		z-index: 3;
		width: 100%;
		top: 76.91666666666667px;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585483490941 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0px;
		left: 0%;
		display: block;
	}
}

#text_style_01_1585483490941>.view_contents {
	font-size: 14px;
	line-height: 30px;
	color: #aaaaaa;
}

#text_style_01_1585483490941 .view_contents:hover {
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483490941>.view_contents {
		font-size: 12px;
	}
}

#div_a_includeBlock_1585483490669 {
	width: 15%;
	height: 200px;
	position: absolute;
	top: 0px;
	left: 47%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1585483490669 {
		width: 15%;
		top: 0px;
		left: 47%;
		height: 106.91666666666667px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1585483490669 {
		width: 100%;
		height: 44px;
		top: 367px;
		left: 0%;
		display: none;
	}
}


#text_style_01_1585483507193 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 0px;
	left: 0%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483507193 {
		z-index: 3;
		width: 100%;
		top: 0px;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585483507193 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0px;
		left: 0%;
		display: block;
	}
}

#text_style_01_1585483507193>.view_contents {
	font-size: 18px;
	line-height: 30px;
	color: #e5e5e5;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483507193>.view_contents {
		font-size: 13.015581944444445px;
	}
}

#text_style_01_1585483507212 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 40px;
	left: 0%;
	z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483507212 {
		z-index: 3;
		width: 100%;
		top: 30.766666666666666px;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585483507212 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0px;
		left: 0%;
		display: block;
	}
}

#text_style_01_1585483507212>.view_contents {
	font-size: 14px;
	line-height: 30px;
	color: #aaaaaa;
}

#text_style_01_1585483507212 .view_contents:hover {
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483507212>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585483507218 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 70px;
	left: 0%;
	z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483507218 {
		z-index: 3;
		width: 100%;
		top: 53.84166666666667px;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585483507218 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0px;
		left: 0%;
		display: block;
	}
}

#text_style_01_1585483507218>.view_contents {
	font-size: 14px;
	line-height: 30px;
	color: #aaaaaa;
}

#text_style_01_1585483507218 .view_contents:hover {
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483507218>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585483507222 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 100px;
	left: 0%;
	z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483507222 {
		z-index: 3;
		width: 100%;
		top: 76.91666666666667px;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585483507222 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0px;
		left: 0%;
		display: block;
	}
}

#text_style_01_1585483507222>.view_contents {
	font-size: 14px;
	line-height: 30px;
	color: #aaaaaa;
}

#text_style_01_1585483507222 .view_contents:hover {
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483507222>.view_contents {
		font-size: 12px;
	}
}

#text_style_01_1585483507228 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 130px;
	left: 0%;
	z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483507228 {
		z-index: 3;
		width: 100%;
		top: 99.99166666666666px;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585483507228 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 0px;
		left: 0%;
		display: block;
	}
}

#text_style_01_1585483507228>.view_contents {
	font-size: 14px;
	line-height: 30px;
	color: #aaaaaa;
}

#text_style_01_1585483507228 .view_contents:hover {
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483507228>.view_contents {
		font-size: 12px;
	}
}

#div_a_includeBlock_1585483506947 {
	width: 15%;
	height: 200px;
	position: absolute;
	top: 0px;
	left: 62%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1585483506947 {
		width: 15%;
		top: 0px;
		left: 62%;
		height: 129.99166666666667px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1585483506947 {
		width: 100%;
		height: 44px;
		top: 411px;
		left: 0%;
		display: none;
	}
}

#text_style_01_1585483608170 {
	width: 80%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 220px;
	left: 10%;
	z-index: 3;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483608170 {
		z-index: 1;
		width: 90%;
		top: 160px;
		left: 5%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585483608170 {
		width: 100%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 10px;
		left: 0%;
		display: block;
	}
}

#text_style_01_1585483608170>.view_contents {
	overflow: visible;
}

#text_style_01_1585483608170>.view_contents {
	color: #999999;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483608170>.view_contents {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1585483608170>.view_contents {
		font-size: 12px;
		line-height: 18px;
		text-align: center;
		height: 18px;
	}
}

/*----------------------���԰�ʽ��ʽ----------------------*/
#text_style_01_1585483608170 {}

/*----------------------ƽ���ʽ��ʽ----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1585483608170 {}
}

/*----------------------�ֻ���ʽ��ʽ----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1585483608170 {}
}

#button_style_04_1585483667928 {
	width: 10%;
	left: 90%;
	top: 280px;
	position: absolute;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#button_style_04_1585483667928 {
		width: 10%;
		top: 215.36666666666667px;
		left: 90%;
	}
}

@media screen and (max-width:640px) {
	#button_style_04_1585483667928 {
		z-index: 3;
		width: 30%;
		top: 90px;
		left: 35%;
	}
}

#button_style_04_1585483667928>.view_contents {
	overflow: visible;
}

#button_style_04_1585483667928 .btnaSet {
	background: transparent;
	color: #aaaaaa;
	border-radius: initial;
	font-family: Microsoft YaHei;
	font-size: 14px;
}

#button_style_04_1585483667928 .btnaSet:hover {
	background: transparent;
	color: #ffffff;
	font-size: 14px;
	font-family: Microsoft YaHei;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#button_style_04_1585483667928 .btnaSet {
		font-size: 12px;
		height: 30px;
	}
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#button_style_04_1585483667928 .btnaSet:hover {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#button_style_04_1585483667928 .btnaSet {
		border-radius: 40px;
		height: 30px;
		text-shadow: transparent 0px 0px 0px;
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#button_style_04_1585483667928 .btnaSet:hover {
		font-size: 12px;
	}
}

#image_style_01_1585483733968 {
	width: 10%;
	height: 36px;
	position: absolute;
	left: 30%;
	top: 280px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1585483733968 {
		left: 30%;
		width: 10%;
		top: 215.36666666666667px;
		height: 27.6px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1585483733968 {
		width: 10%;
		top: 82.83333333333333px;
		left: 30%;
		height: 10.65px;
		display: none;
	}
}

#image_style_01_1585483733968>.view_contents {
	overflow: visible;
}

#image_style_01_1585483819883 {
	width: 10%;
	height: 36px;
	position: absolute;
	left: 40%;
	top: 280px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1585483819883 {
		width: 10%;
		top: 215.36666666666667px;
		left: 40%;
		height: 27.69px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1585483819883 {
		width: 10%;
		top: 82.83333333333333px;
		left: 40%;
		height: 10.65px;
		display: none;
	}
}

#image_style_01_1585483819883>.view_contents {
	overflow: visible;
}

#image_style_01_1585483830047 {
	width: 10%;
	height: 36px;
	position: absolute;
	left: 50%;
	top: 280px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1585483830047 {
		width: 10%;
		top: 215.36666666666667px;
		left: 50%;
		height: 27.69px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1585483830047 {
		width: 10%;
		top: 82.83333333333333px;
		left: 50%;
		height: 10.65px;
		display: none;
	}
}

#image_style_01_1585483830047>.view_contents {
	overflow: visible;
}

#image_style_01_1585483854673 {
	width: 10%;
	height: 36px;
	position: absolute;
	left: 60%;
	top: 280px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1585483854673 {
		width: 10%;
		top: 215.36666666666667px;
		left: 60%;
		height: 27.69px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1585483854673 {
		width: 10%;
		top: 82.83333333333333px;
		left: 60%;
		height: 10.65px;
		display: none;
	}
}

#image_style_01_1585483854673>.view_contents {
	overflow: visible;
}

#text_default_1585836585769 {
	width: 9.083333333333334%;
	height: 24px;
	position: absolute;
	left: 64.95833333333333%;
	top: 245px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_default_1585836585769 {
		width: 8.16542948038176%;
		display: block;
		left: 71.15588547189819%;
		top: 215.359375px;
	}
}

@media screen and (max-width:640px) {
	#text_default_1585836585769 {
		width: 30%;
		height: 20px;
		top: 130px;
		left: 35%;
	}
}

#div_a_includeBlock_1585473057170 {
	width: 1200px;
	height: 320px;
	position: absolute;
	top: 40px;
	left: calc(50% - 600px);
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1585473057170 {
		top: 20px;
		left: 0%;
		width: 100%;
		height: 269px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1585473057170 {
		width: 355px;
		height: 150px;
		top: 10px;
		left: 10px;
	}
}

#div_a_includeBlock_1585473057170>.view_contents {
	overflow: visible;
}

#comm_layout_footer {
	height: 400px;
	z-index: 1000;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_footer {
		height: 300px;
	}
}

@media screen and (max-width:640px) {
	#comm_layout_footer {
		height: 180px;
		z-index: 9999;
	}
}

#comm_layout_footer>.view_contents {
	overflow: visible;
}

#comm_layout_footer {
	background-repeat: repeat-x !important;
	background-size: auto 100%;
	background-position: 50% 50% !important;
	background: #333333;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_footer {
		background-size: auto 100%;
	}
}

/*����Ч��*/
.PopUpLogin #popUpLogin-t ul {
	overflow: hidden;
	zoom: 1;
	font-family: "Microsoft YaHei", "verdana"
}

.PopUpLogin #popUpLogin-t li {
	float: left;
	padding: 0px 6px;
	list-style-type: none
}

/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin a {
	text-decoration: none;
	color: inherit;
	font-size: 12px;
}

.PopUpLogin .shadows {
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2147483640;
	display: none;
}

.PopUpLogin #userQQLi img {
	cursor: pointer;
	vertical-align: middle
}

.PopUpLogin #userWXLi img {
	cursor: pointer
}

#popUpLoginMain {
	display: none;
	background: url(http://sj.rjzk.com.cn/images/res/user/style_05/showloginbg.png) left top no-repeat;
	width: 490px;
	height: 280px;
	padding: 8px;
	border-radius: 5px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -140px 0 0 -245px;
	z-index: 200000;
	opacity: 0;
}

#popUpLoginMain .LoginMain {
	background: #fff;
	height: 240px;
	border-radius: 5px;
	padding: 15px 25px 25px 25px
}

#popUpLoginMain .closepopUp {
	float: right;
	margin: -5px -5px 0 0;
	width: 30px;
	height: 30px;
}

#popUpLoginMain #uLoginName {
	font-size: 18px;
	font-weight: normal;
	font-family: "Microsoft Yahei", "verdana";
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	line-height: 45px
}

#popUpLoginMain .LoginMain li {
	color: #666;
	font-size: 14px;
	;
	margin-bottom: 18px;
}

#popUpLoginMain .LoginMain li .input {
	border: 1px solid #8C96A1;
	border-radius: 3px 3px;
	height: 35px;
	line-height: 35px;
	width: 357px;
	margin-left: 15px;
	padding: 0px;
	text-indent: 10px
}

#popUpLoginMain .LoginMain .loginBtn {
	padding-left: 71px;
	margin-bottom: 2px
}

#popUpLoginMain .LoginMain .loginBtn input {
	width: 359px;
	border-radius: 3px 3px;
	height: 37px;
	line-height: 35px;
	color: #fff;
	border: 0px;
	padding: 0px;
	font-family: "Microsoft Yahei", "verdana";
	font-size: 16px;
	cursor: pointer
}

#popUpLoginMain .LoginMain .loginBtn input:hover {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

#popUpLoginMain .MoreInfo {
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
}

#popUpLoginMain .MoreInfo a {
	color: #666;
	text-decoration: underline;
	font-size: 12px;
	text-align: center;
}

#popUpLoginMain .MoreInfo a:hover {
	color: #f00
}

#popUpLoginMain .MoreInfo div {
	float: left;
	margin-left: 20px
}

#popUpLoginMain .MoreInfo div#loginRegister a {
	color: #f00
}

#popUpLoginMain .MoreInfo div#loginRegister {
	margin-left: 88px;
}

/*��Ҫ��������ɫֵ��*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover {
	color: #1490FD;
}

.PopUpLoginStyle_1 .modBgColor {
	background: #1490FD
}

.jscartStyle7 {
	position: relative;
	background: #fff;
	border: 1px solid #c5c5c5;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
}

.jscartStyle7 .jscartContent {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.jscartStyle7 a {
	line-height: 34px;
	display: inline-block;
	font-size: 12px;
	color: #333
}

.jscartStyle7 .cartNum a {
	font-weight: normal;
	font-family: "verdana";
	color: #fff;
	display: inline-block;
	line-height: 16px;
	height: 16px;
	min-width: 16px;
	border-radius: 16px;
	text-align: center;
	background: #f00
}

.jscartStyle7 .cartName img {
	margin: 0 5px;
}

.jscartStyle7 .cartNum .sarr {
	padding-left: 20px;
	color: #666;
	font-family: "����"
}

.jscartStyle7 .jscartContent {
	text-align: center;
}

.jscartStyle7 .colorFont b {
	color: #f00
}


.prodcateStyle_5 {
	clear: both;
	width: 100%;
	overflow: hidden;
}

.prodcateStyle_5 * {
	transition: all ease-out .2s;
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-o-transition: all ease-out .2s;
	box-sizing: border-box;
}

.prodcateStyle_5>ul>li>a,
.prodcateStyle_5 .subCateUl>ul>li>a,
.prodcateStyle_5 .subCateUl2>li>a {
	color: inherit;
	line-height: inherit;
	height: inherit;
	white-space: nowrap;
}

.prodcateStyle_5 i {
	margin-left: 5px;
}

.prodcateStyle_5>ul {
	width: 100%;
	background: #fff;
	overflow: hidden;
}

.prodcateStyle_5>ul>li {
	float: left;
	padding: 15px;
	font-size: 14px;
	color: #555;
	font-family: '����';
	text-align: center;
}

.prodcateStyle_5>ul>li>a {
	padding: 10px;
}


/*@media screen and (max-width:767px){*/
/*.prodcateStyle_5 i{display: none;}	*/
/*.prodcateStyle_5>ul{width: 100%;}*/
/*.prodcateStyle_5>ul>li{width: 100%; clear: both; font-size: 14px; line-height: 28px; color: #0da3b4; font-family: microsoft yahei; background: #fff; margin-bottom: 5px; border-bottom:1px solid #eee; padding: 0 10px;}*/
/*.prodcateStyle_5>ul>li:after{content: ''; display: block; clear: both;}*/
/*.prodcateStyle_5 .subCateUl{}*/
/*.prodcateStyle_5 .subCateUl>ul{overflow: hidden;}*/
/*.prodcateStyle_5 .subCateUl>ul>li{width: 100%; clear: both; font-weight: bold; font-size: 12px; line-height: 24px;}*/
/*.prodcateStyle_5 .subCateUl>ul>li>a{float: left; width: 25%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}*/
/*.prodcateStyle_5 .subCateUl2{float: left; width:75%;}*/
/*.prodcateStyle_5 .subCateUl2>li{float: left; margin-right: 5px; margin-bottom: 5px; font-size: 12px; line-height: 24px; padding: 0 6px; border-radius: 12px; background: #eee; color: #333;}*/

/*}*/
.prodcateStyle_5 {
	clear: both;
	width: 100%;
	overflow: hidden;
}

.prodcateStyle_5 * {
	transition: all ease-out .2s;
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-o-transition: all ease-out .2s;
	box-sizing: border-box;
}

.prodcateStyle_5>ul>li>a,
.prodcateStyle_5 .subCateUl>ul>li>a,
.prodcateStyle_5 .subCateUl2>li>a {
	color: inherit;
	line-height: inherit;
	height: inherit;
	white-space: nowrap;
}

.prodcateStyle_5 i {
	margin-left: 5px;
}

.prodcateStyle_5>ul {
	width: 100%;
	background: #fff;
	overflow: hidden;
}

.prodcateStyle_5>ul>li {
	float: left;
	padding: 15px;
	font-size: 14px;
	color: #555;
	font-family: '����';
	text-align: center;
}

.prodcateStyle_5>ul>li>a {
	padding: 10px;
}


/*@media screen and (max-width:767px){*/
/*.prodcateStyle_5 i{display: none;}	*/
/*.prodcateStyle_5>ul{width: 100%;}*/
/*.prodcateStyle_5>ul>li{width: 100%; clear: both; font-size: 14px; line-height: 28px; color: #0da3b4; font-family: microsoft yahei; background: #fff; margin-bottom: 5px; border-bottom:1px solid #eee; padding: 0 10px;}*/
/*.prodcateStyle_5>ul>li:after{content: ''; display: block; clear: both;}*/
/*.prodcateStyle_5 .subCateUl{}*/
/*.prodcateStyle_5 .subCateUl>ul{overflow: hidden;}*/
/*.prodcateStyle_5 .subCateUl>ul>li{width: 100%; clear: both; font-weight: bold; font-size: 12px; line-height: 24px;}*/
/*.prodcateStyle_5 .subCateUl>ul>li>a{float: left; width: 25%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}*/
/*.prodcateStyle_5 .subCateUl2{float: left; width:75%;}*/
/*.prodcateStyle_5 .subCateUl2>li{float: left; margin-right: 5px; margin-bottom: 5px; font-size: 12px; line-height: 24px; padding: 0 6px; border-radius: 12px; background: #eee; color: #333;}*/

/*}*/
.prodcateStyle_5 {
	clear: both;
	width: 100%;
	overflow: hidden;
}

.prodcateStyle_5 * {
	transition: all ease-out .2s;
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-o-transition: all ease-out .2s;
	box-sizing: border-box;
}

.prodcateStyle_5>ul>li>a,
.prodcateStyle_5 .subCateUl>ul>li>a,
.prodcateStyle_5 .subCateUl2>li>a {
	color: inherit;
	line-height: inherit;
	height: inherit;
	white-space: nowrap;
}

.prodcateStyle_5 i {
	margin-left: 5px;
}

.prodcateStyle_5>ul {
	width: 100%;
	background: #fff;
	overflow: hidden;
}

.prodcateStyle_5>ul>li {
	float: left;
	padding: 15px;
	font-size: 14px;
	color: #555;
	font-family: '����';
	text-align: center;
}

.prodcateStyle_5>ul>li>a {
	padding: 10px;
}


/*@media screen and (max-width:767px){*/
/*.prodcateStyle_5 i{display: none;}	*/
/*.prodcateStyle_5>ul{width: 100%;}*/
/*.prodcateStyle_5>ul>li{width: 100%; clear: both; font-size: 14px; line-height: 28px; color: #0da3b4; font-family: microsoft yahei; background: #fff; margin-bottom: 5px; border-bottom:1px solid #eee; padding: 0 10px;}*/
/*.prodcateStyle_5>ul>li:after{content: ''; display: block; clear: both;}*/
/*.prodcateStyle_5 .subCateUl{}*/
/*.prodcateStyle_5 .subCateUl>ul{overflow: hidden;}*/
/*.prodcateStyle_5 .subCateUl>ul>li{width: 100%; clear: both; font-weight: bold; font-size: 12px; line-height: 24px;}*/
/*.prodcateStyle_5 .subCateUl>ul>li>a{float: left; width: 25%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}*/
/*.prodcateStyle_5 .subCateUl2{float: left; width:75%;}*/
/*.prodcateStyle_5 .subCateUl2>li{float: left; margin-right: 5px; margin-bottom: 5px; font-size: 12px; line-height: 24px; padding: 0 6px; border-radius: 12px; background: #eee; color: #333;}*/

/*}*/
.prodcateStyle_5 {
	clear: both;
	width: 100%;
	overflow: hidden;
}

.prodcateStyle_5 * {
	transition: all ease-out .2s;
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-o-transition: all ease-out .2s;
	box-sizing: border-box;
}

.prodcateStyle_5>ul>li>a,
.prodcateStyle_5 .subCateUl>ul>li>a,
.prodcateStyle_5 .subCateUl2>li>a {
	color: inherit;
	line-height: inherit;
	height: inherit;
	white-space: nowrap;
}

.prodcateStyle_5 i {
	margin-left: 5px;
}

.prodcateStyle_5>ul {
	width: 100%;
	background: #fff;
	overflow: hidden;
}

.prodcateStyle_5>ul>li {
	float: left;
	padding: 15px;
	font-size: 14px;
	color: #555;
	font-family: '����';
	text-align: center;
}

.prodcateStyle_5>ul>li>a {
	padding: 10px;
}


/*@media screen and (max-width:767px){*/
/*.prodcateStyle_5 i{display: none;}	*/
/*.prodcateStyle_5>ul{width: 100%;}*/
/*.prodcateStyle_5>ul>li{width: 100%; clear: both; font-size: 14px; line-height: 28px; color: #0da3b4; font-family: microsoft yahei; background: #fff; margin-bottom: 5px; border-bottom:1px solid #eee; padding: 0 10px;}*/
/*.prodcateStyle_5>ul>li:after{content: ''; display: block; clear: both;}*/
/*.prodcateStyle_5 .subCateUl{}*/
/*.prodcateStyle_5 .subCateUl>ul{overflow: hidden;}*/
/*.prodcateStyle_5 .subCateUl>ul>li{width: 100%; clear: both; font-weight: bold; font-size: 12px; line-height: 24px;}*/
/*.prodcateStyle_5 .subCateUl>ul>li>a{float: left; width: 25%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}*/
/*.prodcateStyle_5 .subCateUl2{float: left; width:75%;}*/
/*.prodcateStyle_5 .subCateUl2>li{float: left; margin-right: 5px; margin-bottom: 5px; font-size: 12px; line-height: 24px; padding: 0 6px; border-radius: 12px; background: #eee; color: #333;}*/

/*}*/
.prodcateStyle_5 {
	clear: both;
	width: 100%;
	overflow: hidden;
}

.prodcateStyle_5 * {
	transition: all ease-out .2s;
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-o-transition: all ease-out .2s;
	box-sizing: border-box;
}

.prodcateStyle_5>ul>li>a,
.prodcateStyle_5 .subCateUl>ul>li>a,
.prodcateStyle_5 .subCateUl2>li>a {
	color: inherit;
	line-height: inherit;
	height: inherit;
	white-space: nowrap;
}

.prodcateStyle_5 i {
	margin-left: 5px;
}

.prodcateStyle_5>ul {
	width: 100%;
	background: #fff;
	overflow: hidden;
}

.prodcateStyle_5>ul>li {
	float: left;
	padding: 15px;
	font-size: 14px;
	color: #555;
	font-family: '����';
	text-align: center;
}

.prodcateStyle_5>ul>li>a {
	padding: 10px;
}


/*@media screen and (max-width:767px){*/
/*.prodcateStyle_5 i{display: none;}	*/
/*.prodcateStyle_5>ul{width: 100%;}*/
/*.prodcateStyle_5>ul>li{width: 100%; clear: both; font-size: 14px; line-height: 28px; color: #0da3b4; font-family: microsoft yahei; background: #fff; margin-bottom: 5px; border-bottom:1px solid #eee; padding: 0 10px;}*/
/*.prodcateStyle_5>ul>li:after{content: ''; display: block; clear: both;}*/
/*.prodcateStyle_5 .subCateUl{}*/
/*.prodcateStyle_5 .subCateUl>ul{overflow: hidden;}*/
/*.prodcateStyle_5 .subCateUl>ul>li{width: 100%; clear: both; font-weight: bold; font-size: 12px; line-height: 24px;}*/
/*.prodcateStyle_5 .subCateUl>ul>li>a{float: left; width: 25%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}*/
/*.prodcateStyle_5 .subCateUl2{float: left; width:75%;}*/
/*.prodcateStyle_5 .subCateUl2>li{float: left; margin-right: 5px; margin-bottom: 5px; font-size: 12px; line-height: 24px; padding: 0 6px; border-radius: 12px; background: #eee; color: #333;}*/

/*}*/
.button_default04 {
	width: 100%;
	height: 40px;
	background: #ffd9e4;
	color: #000;
	border-width: 0px;
	box-sizing: border-box;
	border-radius: 40px;
	font-size: 14px;
	cursor: pointer;
	transition: all ease-in .1s;
	-webkit-transition: all ease-in .1s;
	-moz-transition: all ease-in .1s;
	-o-transition: all ease-in .1s;
}

/*����Ч��*/
.PopUpLogin #popUpLogin-t ul {
	overflow: hidden;
	zoom: 1;
	font-family: "Microsoft YaHei", "verdana"
}

.PopUpLogin #popUpLogin-t li {
	float: left;
	padding: 0px 6px;
	list-style-type: none;
}

/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin li>a {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
}

.PopUpLogin .shadows {
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2147483640;
	display: none;
}

.PopUpLogin #userQQLi img {
	cursor: pointer;
	vertical-align: middle
}

.PopUpLogin #userWXLi img {
	cursor: pointer
}

.PopUpLogin .v9_hide_if_logined a {
	color: inherit;
	font-size: inherit;
	text-decoration: inherit;
}

#popUpLoginMain {
	display: none;
	background: url(http://sj.rjzk.com.cn/images/v8/showloginbg.png) left top no-repeat;
	width: 490px;
	height: 280px;
	padding: 8px;
	border-radius: 5px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -140px 0 0 -245px;
	z-index: 200000;
	opacity: 0;
}

#popUpLoginMain .LoginMain {
	background: #fff;
	height: 240px;
	border-radius: 5px;
	padding: 15px 25px 25px 25px
}

#popUpLoginMain .closepopUp {
	float: right;
	margin: -5px -5px 0 0;
	width: 30px;
	height: 30px;
}

#popUpLoginMain #uLoginName {
	font-size: 18px;
	font-weight: normal;
	font-family: "Microsoft Yahei", "verdana";
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	line-height: 45px
}

#popUpLoginMain .LoginMain li {
	color: #666;
	font-size: 14px;
	;
	margin-bottom: 18px;
}

#popUpLoginMain .LoginMain li .input {
	border: 1px solid #8C96A1;
	border-radius: 3px 3px;
	height: 35px;
	line-height: 35px;
	width: 357px;
	margin-left: 15px;
	padding: 0px;
	text-indent: 10px
}

#popUpLoginMain .LoginMain .loginBtn {
	padding-left: 71px;
	margin-bottom: 2px
}

#popUpLoginMain .LoginMain .loginBtn input {
	width: 359px;
	border-radius: 3px 3px;
	height: 37px;
	line-height: 35px;
	color: #fff;
	border: 0px;
	padding: 0px;
	font-family: "Microsoft Yahei", "verdana";
	font-size: 16px;
	cursor: pointer
}

#popUpLoginMain .LoginMain .loginBtn input:hover {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

.PopUpLogin .Login_after a {
	font-size: inherit;
	color: inherit !important;
}

#popUpLoginMain .MoreInfo {
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
}

#popUpLoginMain .MoreInfo a {
	color: #666;
	text-decoration: underline;
	text-align: center;
}

#popUpLoginMain .MoreInfo a:hover {
	color: #f00
}

#popUpLoginMain .MoreInfo div {
	float: left;
	margin-left: 20px
}

#popUpLoginMain .MoreInfo div#loginRegister a {
	color: #f00
}

#popUpLoginMain .MoreInfo div#loginRegister {
	margin-left: 88px;
}

/*��Ҫ��������ɫֵ��*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover {
	color: #1490FD;
}

.PopUpLoginStyle_1 .modBgColor {
	background: #1490FD
}

.logoStyle * {
	box-sizing: border-box;
}

.logoStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.logoStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: block;
}

.logoName {
	white-space: nowrap;
}

/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
.searchStyle_1 {
	position: relative;
	min-width: 200px;
}

.searchStyle_1 * {
	box-sizing: border-box;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.searchStyle_1 .searchForm {
	width: 100%;
	border-radius: 0;
	box-sizing: border-box;
}

.searchStyle_1 .searchForm .search-btn {
	float: right;
	width: 20%;
	text-align: center;
	height: 40px;
	background: none;
	font-size: 14px;
	color: #333;
	border: 1px solid #666;
	outline: none;
	cursor: pointer;
	border-left: 0;
}

.searchStyle_1 .searchForm .search_input {
	width: 80%;
	outline: none;
	padding-left: 45px;
	height: 40px;
	font-size: 14px;
	color: #333;
	border: 1px solid #666;
}

.searchPos-r {
	position: relative;
}

.searchPos-r i {
	position: absolute;
	top: 50%;
	left: 15px;
	font-size: 20px;
	color: #999;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.keyWord {
	margin-top: 5px;
}

.keyWord a {
	font-size: 14px;
	color: #666;
	margin-right: 5px;
	display: inline-block;
}

@media screen and (max-width: 768px) {

	.searchStyle_1 .searchForm .search-btn,
	.searchStyle_1 .searchForm .search_input {
		height: 32px;
	}

}

#searchbox_style_01_1585527850092 input::-webkit-input-placeholder {
	color: ;
}

#searchbox_style_01_1585527850092 input::-moz-input-placeholder {
	color: ;
}

#searchbox_style_01_1585527850092 input::-o-input-placeholder {
	color: ;
}

.jscartStyle7 {
	position: relative;
	background: #fff;
	border: 1px solid #c5c5c5;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
}

.jscartStyle7 .jscartContent {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.jscartStyle7 a {
	line-height: 34px;
	display: inline-block;
	font-size: 12px;
	color: #333
}

.jscartStyle7 .cartNum a {
	font-weight: normal;
	font-family: "verdana";
	color: #fff;
	display: inline-block;
	line-height: 16px;
	height: 16px;
	min-width: 16px;
	border-radius: 16px;
	text-align: center;
	background: #f00
}

.jscartStyle7 .cartName img {
	margin: 0 5px;
}

.jscartStyle7 .cartNum .sarr {
	padding-left: 20px;
	color: #666;
	font-family: "����"
}

.jscartStyle7 .jscartContent {
	text-align: center;
}

.jscartStyle7 .colorFont b {
	color: #f00
}


#image_style_01_1585804743626 .CompatibleImg img {
	width: auto;
	height: 100%;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1585804743626 .CompatibleImg img {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1585804743626 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1585804743626 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

.menuStyle_39 {
	width: 100%;
	position: relative;
}

.menuStyle_39 * {
	box-sizing: border-box;
}

.menuStyle_39 .miniMenu *,
.menuStyle_39 .menuUl li * {
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-property: background, height, padding;
	-moz-transition-property: background, height, padding;
	-moz-transition-property: background, height, padding;
	transition-property: background, height, padding;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.menuStyle_39 .dflex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.menuStyle_39 .rflex {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	float: left\0;
}

.menuStyle_39 ul,
.menuStyle_39 li {
	padding: 0;
	margin: 0px;
	list-style: none
}

.menuStyle_39 .menuLayout {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.menuStyle_39 .menuLayout:after {
	content: '';
	display: block;
	clear: both;
}

.menuStyle_39 .menuUl_box {
	position: relative;
	width: 100%;
	text-align: center;
}

.menuStyle_39 .menuUl {
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 99;
}

.menuStyle_39 .menuUl>li {
	position: relative;
}

.menuStyle_39 .menuUl>li>a {
	height: 100%;
	position: relative;
	text-decoration: none;
	font-size: 16px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	letter-spacing: normal;
	white-space: nowrap;
	line-height: 44px;
	padding: 0;
	padding: 0 1em\0;
}

.menuStyle_39 .menuUl>li>a:hover {
	color: #2d8cf0;
}

.menuStyle_39 .menuUl #hot>a {
	color: #2d8cf0;
}

.menuStyle_39 .menuUl>li>a span {
	display: block;
	width: 100%;
	text-align: center;
	color: rgba(0, 0, 0, .3);
	font-size: 12px;
}

.menuStyle_39 .menuUl #hot>a span {
	color: inherit;
}

.menuStyle_39 .menuUl>.logo {
	background: transparent !important;
}

.menuStyle_39 .menuUl>.logo:after {
	width: 0;
}

.menuStyle_39 .menuUl>.logo .menuUl_box_logo {
	background: transparent !important;
	border-top: 3px solid transparent !important;
}

.menuStyle_39 .menuUl>.logo .menuUl_box_logo:hover {
	background: #fff;
}

.menuStyle_39 .menuLayout .miniMenu {
	display: none;
}

.menuStyle_39 .menuUl02 {
	opacity: 0;
	display: none;
	position: absolute;
	left: 50%;
	width: 100%;
	height: 0;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	background: #f5f5f5;
}

.menuStyle_39 .menuUl>li>#menuLogo {
	height: 85%;
}

.menuStyle_39 .menuUl .rflex:hover .menuUl02 {
	opacity: 1;
	display: block;
	height: auto;
}

.menuStyle_39 .menuUl.noHover .rflex:hover .menuUl02 {
	display: none;
}

.menuStyle_39 .menuUl02 .subMenu02 {
	float: none;
	position: relative;
	color: #4d5158;
	font-size: 14px;
	line-height: 40px;
	padding: 0 15px;
}

.menuStyle_39 .subBox .subMenu02.subCurSet {
	font-weight: bold;
	border-bottom: 2px solid #04b29b;
}

.menuStyle_39 .menuUl02 .subMenu02>a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.menuStyle_39 .menuUl02 .subMenu02:hover {
	background: #4bc9e4;
	color: #fff;
}

.menuStyle_39 .menuUl02 .subMenu02>a .fa {
	float: right;
	line-height: inherit;
}

.menuStyle_39 .menuUl02 .subMenu02:hover .menuUl03 {
	display: block;
}

.menuStyle_39 .menuUl03 {
	position: absolute;
	background: #f5f5f5;
	top: 0;
	display: none;
}

.menuStyle_39 .rflex {
	position: relative;
}

.menuStyle_39 .maxWidth {
	margin: auto;
}

.menuStyle_39 .subBox {
	border-top: 1px solid #2d8cf0;
	position: absolute;
	left: 0;
	width: 100%;
	background: #fff;
	display: none;
	padding: 20px 20px 0;
}

.menuStyle_39 .subBox .subBoxContent {
	text-align: left;
	overflow: hidden;
}

.menuStyle_39 .subBox .subBoxContent .subItems {
	overflow: hidden;
	display: none;
}

.menuStyle_39 .subBox .sublm {
	min-height: 10px;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.menuStyle_39 .subBox .sublm .subMenuArea {
	width: 49%;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 20px;
}

.menuStyle_39 .subBox .subMenuArea .subMenuImgArea {
	width: 50%;
	float: left;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

.menuStyle_39 .subBox .subMenuArea .dummy {
	margin-top: calc(100%/3*2);
}

.menuStyle_39 .subBox .subMenuArea .subMenuImg {
	width: 100%;
}

.menuStyle_39 .subBox .subMenuArea .menu_img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.menuStyle_39 .subBox .subMenuArea .subMenuCon {
	width: 50%;
	float: left;
	padding: 10px;
}

.menuStyle_39 .subBox .subMenu02 {
	font-size: 14px;
	margin-bottom: 7px;
	clear: both;
	color: #333;
	display: block;
}

.menuStyle_39 .subBox .subMenu02.subCurSet {
	font-weight: bold;
}

.menuStyle_39 .subBox .subMenu02:hover,
.menuStyle_39 .subBox .subMenu02:active {
	color: #2d8cf0;
}

.menuStyle_39 .imgIco {
	vertical-align: middle;
	display: inline-block;
	overflow: hidden;
	position: relative;
	padding: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.menuStyle_39 .imgIco img {
	width: auto;
	height: 100%;
	vertical-align: top;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%);
}

@media screen and (max-width:640px) {
	.menuStyle_39 .imgIco {
		margin-right: 10px;
	}

	.menuStyle_39 .menuUl,
	.menuStyle_39 .menuUl_box {
		display: none;
	}

	.menuStyle_39 .menuScroll {
		height: calc(100% - 100px);
		width: 100%;
	}

	.menuStyle_39 .menuScroll>.menuUlCopy {
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
	}

	.menuStyle_39 .menuLayout .miniMenu {
		display: block;
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 44px;
	}

	.menuStyle_39 .miniMenu .leftBox {
		height: 100%
	}

	.menuStyle_39 .miniMenu .leftBox .sidebar {
		font-size: 24px;
		line-height: 44px;
		font-weight: normal;
		cursor: pointer;
		color: #4d5158;
		position: absolute;
		top: 0;
		right: 0px;
		width: 44px;
		text-align: center;
	}

	.menuStyle_39 .miniMenu .leftBox .sidebar .fa {
		font-size: inherit;
		line-height: inherit;
		color: inherit;
	}

	.menuStyle_39 .miniMenu .leftBox .nav {
		width: 100%;
		height: 44px;
	}

	.menuStyle_39 .miniMenu.Mslide .leftBox .nav {
		border-bottom: 1px solid rgba(0, 0, 0, .05);
	}

	.menuStyle_39 .miniMenu .leftBox .menuUlCopy {
		padding: 0 0 0 30px;
		clear: both;
	}

	.menuStyle_39 .miniMenu .leftBox .menuUlCopy .menuUlCopy {
		display: none;
		padding: 0;
	}

	.menuStyle_39 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy {
		width: calc(100% - 50px);
	}

	.menuStyle_39 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a {
		padding-left: 30px;
		box-sizing: border-box;
	}

	.menuStyle_39 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a {
		padding-left: 60px;
		box-sizing: border-box;
	}

	.menuStyle_39 .miniMenu .leftBox .menuUlCopy li {
		width: 100%;
		overflow: hidden;
		color: #4d5158;
		font-size: 12px;
		line-height: 44px;
	}

	.menuStyle_39 .miniMenu .leftBox .menuUlCopy li a {
		width: calc(100% - 50px);
		float: left;
		display: block;
		text-align: left;
		color: inherit;
		text-decoration: none;
		font-size: inherit;
		line-height: inherit;
		height: inherit;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}

	.menuStyle_39 .miniMenu .leftBox .menuUlCopy li#hot>a {
		border-bottom: 1px solid #555;
	}

	.menuStyle_39 .miniMenu .leftBox .menuUlCopy li .fa {
		color: inherit;
		display: none;
		font-size: inherit;
		float: left;
		width: 50px;
		text-align: center;
		line-height: inherit;
	}

	.menuStyle_39 .miniMenu .leftBox .menuUlCopy li .fa:active {
		background: rgba(0, 0, 0, .1);
	}

	.menuStyle_39 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
	.menuStyle_39 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a {
		border-bottom: 1px solid #555;
	}

	.menuStyle_39 .menuLayout .miniMenu.Mslide {
		height: 100% !important;
		height: 100vh !important;
		background: rgba(255, 255, 255, .95);
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		-webkit-transition: all linear .3s;
		-moz-transition: all linear .3s;
		-o-transition: all linear .3s;
		transition: all linear .3s;
	}

	.menuStyle_39 .menuLayout .miniMenu.Mslide .sidebar {
		color: #4d5158;
		background: rgba(0, 0, 0, .05);
	}

	.menuStyle_39 .menuLayout .miniMenu.Mslide .nav a {
		display: none !important;
	}
}



#dh_style_39_1585705471054 .menuUl02 .subMenu02>a .fa {
	position: absolute;
	top: 0;
	right: 0;
}

/* �߶����� */
#dh_style_39_1585705471054 .subBox .subMenuArea .dummy {
	margin-top: px;
}

/* �������� */
#dh_style_39_1585705471054 .subBox .subMenuArea .subMenuImgArea {
	width: px;
}

#dh_style_39_1585705471054 .subBox .subMenuArea .subMenuCon {
	width: calc(100% - px);
}



#image_style_01_1585528513434 .CompatibleImg img {
	width: auto;
	height: 100%;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1585528513434 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1585528513434 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1585528513434 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

.bannerStyle_1 {
	width: 100%;
	height: 100%;
	position: relative;
}

.bannerStyle_1 .main_visual {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.bannerStyle_1 .main_image {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.bannerStyle_1 div.flicking_con {
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 14px;
	text-align: center;
	z-index: 105;
}

.bannerStyle_1 div.flicking_con a {
	width: 14px;
	height: 14px;
	padding: 0;
	background: none;
	border: 1px solid white;
	display: inline-block;
	box-sizing: border-box;
	margin: 0 3px;
	border-radius: 100%;
}

.bannerStyle_1 div.flicking_con a.on {
	background: white;
	border: 0;
}

.bannerStyle_1 .btn_prev,
.bannerStyle_1 .btn_next {
	z-index: 11111;
	position: absolute;
	width: 73px;
	height: 74px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}

.bannerStyle_1 .btn_prev {
	background: url(../image/hover_left.png) no-repeat left top;
	left: 20px;
	background-size: 80%;
}

.bannerStyle_1 .btn_next {
	background: url(../image/hover_right.png) no-repeat right top;
	right: 20px;
	background-size: 80%;
}

.bannerStyle_1 .ground_glass {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
	background-color: #fff;
}

@media screen and (min-width:326px) and (max-width:767px) {
	.bannerStyle_1 div.flicking_con a {
		width: 9px;
		height: 9px;
	}
}

@media screen and (max-width:640px) {
	.bannerStyle_1 div.flicking_con a {
		width: 9px;
		height: 9px;
	}

	.bannerStyle_1 .btn_prev,
	.bannerStyle_1 .btn_next {
		width: 53px;
		height: 54px;
	}
}

.bannerStyle_1 .main_image .img-list {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}

.bannerStyle_1 .main_image .img-item {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
}

.bannerStyle_1 .main_image .img-item span {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover !important;
}

.bannerStyle_1 .main_image .img-item a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.bannerStyle_1.rotate-3d .img-part {
	position: absolute;
	top: 0;
	width: calc(20% + 1px);
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	transform-style: preserve-3d;
}

.bannerStyle_1.rotate-3d .img-part .img {
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;
}

.bannerStyle_1.rotate-3d .img-part .img:nth-child(1) {
	transform: rotateX(0deg) translateZ(150px);
}

.bannerStyle_1.rotate-3d .img-part .img:nth-child(2) {
	transform: rotateX(-90deg) translateZ(150px);
}

.bannerStyle_1.rotate-3d .img-part .img:nth-child(3) {
	transform: rotateX(-180deg) translateZ(150px);
}

.bannerStyle_1.rotate-3d .img-part .img:nth-child(4) {
	transform: rotateX(-270deg) translateZ(150px);
}

.img_url {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	z-index: 100;
}


#banner_style_01_1578626271528 .bannerStyle_1 .main_image .img-item .img_0 {
	background: url('../image/15842314282569b4ce7012ee64bec.jpg') center top no-repeat;
}

#banner_style_01_1578626271528 .bannerStyle_1 .main_image .img-item .img_1 {
	background: url('../image/15842314659045ec6d446638b45f0.jpg') center top no-repeat;
}

#banner_style_01_1578626271528 .bannerStyle_1 .main_image .img-item .img_2 {
	background: url('../image/1584231465903e9af447fddb80403.jpg') center top no-repeat;
}

#banner_style_01_1578626271528 .bannerStyle_1 .ground_glass {
	display: block;
	opacity: 0;
	background-color: transparent;
}

#banner_style_01_1578626271528 .bannerStyle_1 .main_image .img-item span {
	background-size: 100% auto !important;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#banner_style_01_1578626271528 .bannerStyle_1 .main_image .img-item span {
		background-size: auto 100% !important;
	}
}

@media screen and (max-width:640px) {
	#banner_style_01_1578626271528 .bannerStyle_1 .main_image .img-item span {
		background-size: auto 100% !important;
	}
}

/*pc��ʽ*/
.prodcateStyle_1 {
	position: relative;
	z-index: 1;
	height: 100%;
}

.prodcateStyle_1 .fs_col1 {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
}

.prodcateStyle_1 .cate_pop a {
	color: #3c3c3c;
}

.prodcateStyle_1 .cate_pop a:hover {
	color: #f40;
}

.prodcateStyle_1 .cate {
	position: relative;
	z-index: 2;
	height: 100%;
}

.prodcateStyle_1 .cate_menu {
	overflow: hidden;
	width: 190px;
	height: 100%;
	background: #FF6537;
	color: #fff;
}

.prodcateStyle_1 .cate_menu_item {
	position: relative;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}

.prodcateStyle_1 .cate_menu_item:hover {
	background-color: #F94A14;
}

.prodcateStyle_1 .cate_menu_item:first-child {
	margin-top: 15px;
}

.prodcateStyle_1 .cate_menu_item:last-child {
	margin-bottom: 15px;
}

.prodcateStyle_1 .cate_menu_02 {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	height: inherit;
}

.prodcateStyle_1 .cate_menu_02:hover {
	text-decoration: underline;
}

.prodcateStyle_1 .cate_menu_line {
	padding: 0 4px;
	font-size: 12px;
	color: #fff;
}

.prodcateStyle_1 .cate_pop {
	display: none;
	position: absolute;
	left: 190px;
	top: 0;
	width: calc(100% - 190px);
	height: 100%;
	background-color: #f7f7f7;
	border: 2px solid #f40;
	box-sizing: border-box;
}

.prodcateStyle_1 .cate_detail {
	overflow: hidden;
	padding: 10px 20px;
}

.prodcateStyle_1 .cate_detail_item {
	margin-bottom: 30px;
}

.prodcateStyle_1 .cate_detail_tit {
	line-height: 180%;
	border-bottom: 1px solid #ddd;
}

.prodcateStyle_1 .cate_detail_tit_lk:hover {
	color: #f40;
}

.prodcateStyle_1 .cate_detail_tit_lk {
	font-size: 14px;
	color: #3c3c3c;
	line-height: 180%;
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.prodcateStyle_1 .cate_detail_con {
	overflow: hidden;
	padding: 6px 0;
}

.prodcateStyle_1 .cate_detail_con_lk {
	float: left;
	margin: 4px 0;
	padding-right: 20px;
	height: 16px;
	line-height: 16px;
	white-space: nowrap;
	color: #666;
	font-weight: normal;
}

.prodcateStyle_1 .cate_detail_con_lk:hover {
	color: #f40;
}

.prodcateStyle_1 .cate_channel {
	overflow: hidden;
	padding-left: 20px;
	height: 24px;
}

.prodcateStyle_1 .cate_channel_lk {
	float: left;
	margin-right: 10px;
	padding: 0 10px;
	height: 24px;
	background-color: #7c7171;
	line-height: 24px;
	color: #fff;
}

.prodcateStyle_1 .cate_part_col {
	display: none;
	margin: 0px;
	height: 100%;
	overflow: hidden;
}

.prodcateStyle_1 .cate_part {
	width: calc(100% - 255px);
	float: left;
}

.prodcateStyle_1 .cate_promotion {
	float: right;
	width: 255px;
	height: 100%;
	background: #f4f4f4;
	text-align: center;
}

.prodcateStyle_1 .cate_promotion_lk {
	display: block;
	float: left;
	width: 50%;
	text-align: center;
	margin-bottom: 10px;
}

.prodcateStyle_1 .cate_promotion_lk img {
	width: 110px;
	height: 110px;
}

.prodcateStyle_1 .cate_more {
	float: right;
	color: #3c3c3c;
}

.prodcateStyle_1 .cate_title {
	border-bottom: 1px solid #999;
	width: 175px;
	margin: 50px auto 0;
}

.prodcateStyle_1 .cate_txt {
	background: #f4f4f4;
	width: 100px;
	margin: -17px auto 0px;
	font-size: 14px;
	line-height: 27px;
	color: #3c3c3c;
}

.prodcateStyle_1 .cate_s {
	color: #999;
	font-weight: normal;
	margin-bottom: 20px;
}

/*�ֻ���ʽ*/
.prodcateStyle_1 .mb_col {
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0;
	background: #f3f5f7;
	z-index: 999;
}

.prodcateStyle_1 .mb_scroll {
	overflow: hidden;
	width: 100%;
	height: calc(100% - 36px);
}

.prodcateStyle_1 .mb_hidden {
	overflow: hidden;
	float: left;
	width: 76px;
	height: 100%;
}

.prodcateStyle_1 .mb_cate {
	overflow-y: scroll;
	height: inherit;
	width: 94px;
	padding-bottom: 70px;
	box-sizing: border-box;
	background: #fff;
}

.prodcateStyle_1 .cate_left {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 76px;
}

.prodcateStyle_1 .cate_left_li {
	position: relative;
	height: 46px;
	line-height: 46px;
	background: #fff;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.prodcateStyle_1 .category_menu_01 {
	display: block;
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-decoration: none;
	font-size: 11px;
	color: #232326;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.prodcateStyle_1 .mb_mian {
	float: left;
	width: calc(100% - 76px);
	height: 100%;
	overflow: hidden;
}

.prodcateStyle_1 .cate_right_main {
	overflow-y: scroll;
	height: 100vh;
	width: calc(100% + 17px);
}

.prodcateStyle_1 .branchList {
	padding: 0 10px;
	display: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.prodcateStyle_1 .category-img {
	overflow: hidden;
	margin-bottom: 10px;
}

.prodcateStyle_1 .category-img_lk {
	display: block;
	width: 50%;
	float: left;
	text-align: center;
}

.prodcateStyle_1 .category-img_lk img {
	width: 97%;
}

.prodcateStyle_1 .category-div {
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
}

.prodcateStyle_1 .category_right_02 {
	line-height: 32px;
}

.prodcateStyle_1 .category_menu_02 {
	color: #232326;
	font-weight: 700;
}

.prodcateStyle_1 .category_right_03 {
	overflow: hidden;
}

.prodcateStyle_1 .category_menu_03 {
	background: #f7f7f7;
	padding: 2px 10px;
	display: block;
	float: left;
	margin: 3px 5px;
}

.prodcateStyle_1 .mobi_top {
	position: relative;
	height: 36px;
	display: none;
}

.prodcateStyle_1 .icoFont {
	font-size: 24px;
	color: #333;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.prodcateStyle_1 .mobi_title {
	height: 36px;
	background: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
}

.prodcateStyle_1 .m_icoFont {
	font-size: 24px;
	color: #333;
	padding: 7px 20px 5px;
}


/*ͼ��*/
.prodcateStyle_1 .imgIco {
	vertical-align: middle;
	display: inline-block;
	overflow: hidden;
	position: relative;
	padding: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.prodcateStyle_1 .imgIco img {
	width: auto;
	height: 100%;
	vertical-align: top;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%);
}

.prodcateStyle_1 .gtitle {
	color: #666;
	line-height: 3;
}

@media screen and (max-width:640px) {
	.prodcateStyle_1 .imgIco {
		padding: 10px;
		margin: 13px 0;
	}

	.prodcateStyle_1 .cate_left_li span {
		vertical-align: top;
	}

	.prodcateStyle_1 .fs_col1 {
		display: none;
	}

	.prodcateStyle_1 .mobi_top {
		display: block;
	}

	.prodcateStyle_1 .mb_col {
		display: none;
	}

	.prodcateStyle_1 .mb_colopen {
		display: block;
	}

	.prodcateStyle_1 .mb_colclose {
		display: none;
	}
}


#prodKind_style_01_1584353127468 .cate_menu_item {
	padding-left: 0px;
	text-align: left;
}

.boxNewsListStyle_18 {
	width: 100%;
	clear: both;
}

.boxNewsListStyle_18 * {
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	box-sizing: border-box;
}

.boxNewsListStyle_18 li {
	clear: both;
	width: 100%;
	list-style: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
}

.boxNewsListStyle_18 .sumary_list .newCont {
	width: 100%;
	box-sizing: border-box;
	float: left;
}

.boxNewsListStyle_18 .sumary_list .newCont .newTitle {
	width: 100%;
}

.boxNewsListStyle_18 .sumary_list .newName {}

.boxNewsListStyle_18 .sumary_list .newName a {
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 16px;
	color: #333;
}

.boxNewsListStyle_18 .sumary_list .newName a:hover {}

.boxNewsListStyle_18 .sumary_list .newSort {
	color: #fff;
	font-size: 12px;
	white-space: nowrap;
	padding: 0 1em;
	height: 24px;
	line-height: 24px;
	background: #4dc0f8;
	margin-right: 10px;
	float: left;
}

.boxNewsListStyle_18 .sumary_list .newsTime {
	text-align: right;
	color: #aaa;
	font-size: 16px;
	white-space: nowrap;
	float: right;
}

.boxNewsListStyle_18 .sumary_list .newsTime span {
	white-space: nowrap;
}

.boxNewsListStyle_18 .sumary_list .newDetail {
	width: 100%;
	padding: 1em 0 0;
	color: #aaa;
	font-size: 12px;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*��ҳ*/
.boxNewsListStyle_18 .page_btn {
	clear: both;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.boxNewsListStyle_18 .page_btn a {
	display: inline-block;
	color: #333;
	box-sizing: border-box;
	margin: 0 5px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #ccc;
	font-family: 'microsoft YaHei';
}

.boxNewsListStyle_18 .page_btn a.cur,
.boxNewsListStyle_18 .page_btn a:hover {
	border: 1px solid #4c4c4c;
}

.boxNewsListStyle_18 .prev_btn,
.boxNewsListStyle_18 .next_btn {
	font-family: '����' !important;
	border: 0 !important;
}

.boxNewsListStyle_18 .no_page {
	border: 0 !important;
}


/*alex---���ڼӵ�ͼƬ��ʽ*/
.boxNewsListStyle_18 .newPic {
	background-color: #eee;
	width: 110px;
	;
	margin: 0 10px 10px 0;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	float: left;
}

.boxNewsListStyle_18 .newPic a {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
}

.boxNewsListStyle_18 .newPic img {
	width: 100%;
}

.boxNewsListStyle_18 .newPic2 {
	display: none;
}

.boxNewsListStyle_18 .show_all {
	margin-top: .5em;
	float: left;
}

.boxNewsListStyle_18 .show_all a {
	display: block;
	margin-top: .4em;
	text-decoration: none;
	border: 1px solid #ddd;
	text-align: center;
	padding: .4em 1em;
	font-size: 12px;
	color: #666;
}

.boxNewsListStyle_18 .newSort {
	display: block;
	color: #999;
}


@media screen and (max-width:991px) {}

@media screen and (max-width:768px) {
	.boxNewsListStyle_18 .sumary_list .newName a {
		font-size: 14px;
	}

	.boxNewsListStyle_18 .sumary_list .newsTime {
		font-size: 14px;
	}

	.boxNewsListStyle_18 .newPic {
		width: 100%;
		float: none;
		margin-bottom: 6px;
	}

	.boxNewsListStyle_18 .show_all {
		width: 40%;
		min-width: 160px;
	}


}

}

@media screen and (max-width:480px) {
	.boxNewsListStyle_18 .sumary_list .newName a {
		font-size: 12px;
	}

	.boxNewsListStyle_18 .sumary_list .newsTime {
		font-size: 12px;
	}
}


#newsList_style_18_1585738004544 .newDetail.pc {
	display: block;
}

#newsList_style_18_1585738004544 .newDetail.pad,
#newsList_style_18_1585738004544 .newDetail.mobile {
	display: none;
}

#newsList_style_18_1585738004544 .newTitle.pc {
	display: block;
}

#newsList_style_18_1585738004544 .newTitle.pad,
#newsList_style_18_1585738004544 .newTitle.mobile {
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_18_1585738004544 .newDetail.pad {
		display: block;
	}

	#newsList_style_18_1585738004544 .newDetail.pc,
	#newsList_style_18_1585738004544 .newDetail.mobile {
		display: none;
	}

	#newsList_style_18_1585738004544 .newTitle.pad {
		display: block;
	}

	#newsList_style_18_1585738004544 .newTitle.pc,
	#newsList_style_18_1585738004544 .newTitle.mobile {
		display: none;
	}
}

@media screen and (max-width:640px) {
	#newsList_style_18_1585738004544 .newDetail.mobile {
		display: block;
	}

	#newsList_style_18_1585738004544 .newDetail.pc,
	#newsList_style_18_1585738004544 .newDetail.pad {
		display: none;
	}

	#newsList_style_18_1585738004544 .newTitle.mobile {
		display: block;
	}

	#newsList_style_18_1585738004544 .newTitle.pc,
	#newsList_style_18_1585738004544 .newTitle.pad {
		display: none;
	}
}

@media screen and (min-width: 1025px) {
	#newsList_style_18_1585738004544 .sumary_list .newPic {
		width: 0px;
	}

	#newsList_style_18_1585738004544 .sumary_list .newCont {
		width: calc(100% - 0px - 10px);
	}

	#newsList_style_18_1585738004544 .sumary_list .newCont {
		width: 100%;
	}
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_18_1585738004544 .sumary_list .newPic {
		width: 0px;
	}

	#newsList_style_18_1585738004544 .sumary_list .newCont {
		width: calc(100% - 0px - 10px);
	}

	#newsList_style_18_1585738004544 .sumary_list .newCont {
		width: 100%;
	}
}

@media screen and (max-width: 640px) {}

/* �·�ҳ */
#newsList_style_18_1585738004544 .page_btn {
	font-size: 14px;
	text-align: center;
}

#newsList_style_18_1585738004544 .page_btn .all_page {
	display: inline-block;
	margin: 0 10px;
}

#newsList_style_18_1585738004544 .page:hover {
	background: red;
	color: white;
	cursor: pointer;
}

#newsList_style_18_1585738004544 .page_btn .cur {
	background: red;
	color: white;
	cursor: pointer;
}

#newsList_style_18_1585738004544 .submit_div {
	display: inline-block;
}

#newsList_style_18_1585738004544 .page_btn input {
	width: 50px;
	margin: 0 5px;
}

#newsList_style_18_1585738004544 .page_btn input:hover {
	cursor: default;
	background: white;
	color: #333;
}

#newsList_style_18_1585738004544 .page_submit {
	margin-left: 5px;
}

#newsList_style_18_1585738004544 .page {
	display: inline-block;
	border: none;
	background: white;
	text-align: center;
	width: auto;
	padding: 0 15px;
	margin: 0 .5px;
	height: auto;
	line-height: 35px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #e5e5e5;
}

@media screen and (max-width:640px) {
	#newsList_style_18_1585738004544 .page_btn {
		font-size: 12px;
	}

	#newsList_style_18_1585738004544 .submit_div {
		display: none;
	}
}

#newsList_style_18_1585738004544 .page {
	width: auto;
	margin: 0 5px 10px 5px;
	border-radius: 5px;
}

@media screen and (max-width:640px) {
	#newsList_style_18_1585738004544 .page {
		line-height: 30px;
		padding: 0 13px;
	}
}

.imgStyle_12 {
	width: 100%;
}

.imgStyle_12 * {
	font-size: '΢���ź�';
}

.imgStyle_12 .imgTextUl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.imgStyle_12 .imgTextLi {
	width: calc(100% / 3);
	overflow: hidden;
	margin-bottom: 2%;
	box-sizing: border-box;
}

.imgStyle_12 .imgTBoxArea {
	position: relative;
	float: left;
	width: 186px;
	left: 50%;
	transform: translateX(-50%);
}

.imgStyle_12 .image-box {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.imgStyle_12 .imgTBox {
	text-align: center;
	height: 100%;
}

.imgStyle_12 .imgTBox img.picFit {
	display: inline-block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 100px;
}

.imgStyle_12 .cont {
	padding: 0 5px;
	clear: both;
}

.imgStyle_12 .cont .name {
	text-align: center;
	font-size: 16px;
	line-height: 2;
	word-break: break-word;
}

.imgStyle_12 .cont .subName {
	text-align: center;
	font-size: 12px;
	word-break: break-word;
}


@media screen and (max-width: 768px) {
	.imgStyle_12 .imgBt {
		font-size: 16px;
		line-height: 2.5;
	}
}

/*pc*/
#image_style_12_1_1585738071922 ul li {
	width: 31.333333333333%;
}

#image_style_12_1_1585738071922 ul li.imgTextLi {
	margin-bottom: 3%;
}

#image_style_12_1_1585738071922 ul li.imgTextLi .imgTBoxArea {
	width: 32px;
}

@media screen and (max-width: 1024px) {

	/*ipad*/
	#image_style_12_1_1585738071922 ul li {
		width: 32%;
	}

	#image_style_12_1_1585738071922 ul li.imgTextLi {
		margin-bottom: 2%;
	}

	#image_style_12_1_1585738071922 ul li.imgTextLi .imgTBoxArea {
		width: 100px;
	}
}

@media screen and (max-width: 768px) {

	/*mobi*/
	#image_style_12_1_1585738071922 ul li {
		width: 32%;
	}

	#image_style_12_1_1585738071922 ul li.imgTextLi {
		margin-bottom: 2%;
	}

	#image_style_12_1_1585738071922 ul li.imgTextLi .imgTBoxArea {
		width: 80px;
	}
}

#image_style_01_1584410542124 .CompatibleImg img {
	width: auto;
	height: 100%;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1584410542124 .CompatibleImg img {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1584410542124 .CompatibleImg img {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

#image_style_01_1584410814107 .CompatibleImg img {
	width: auto;
	height: 100%;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1584410814107 .CompatibleImg img {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1584410814107 .CompatibleImg img {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

#image_style_01_1584938340797 .CompatibleImg img {
	width: auto;
	height: 100%;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1584938340797 .CompatibleImg img {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1584938340797 .CompatibleImg img {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

#image_style_01_1584938381108 .CompatibleImg img {
	width: auto;
	height: 100%;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1584938381108 .CompatibleImg img {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1584938381108 .CompatibleImg img {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

#image_style_01_1584938402298 .CompatibleImg img {
	width: auto;
	height: 100%;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1584938402298 .CompatibleImg img {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1584938402298 .CompatibleImg img {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

#image_style_01_1584938423181 .CompatibleImg img {
	width: auto;
	height: 100%;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1584938423181 .CompatibleImg img {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1584938423181 .CompatibleImg img {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

ba.niceTab.tabStyle_3 {
	position: relative;
	width: 100%;
	height: 100%;
}

.niceTab.tabStyle_3 li {
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-o-transition: all ease-out .2s;
	transition: all ease-out .2s
}

/*��ǩ��ʽ*/
.tab_nav {
	position: absolute;
	z-index: 2;
	overflow: hidden;
}

.tab_ul {
	text-align: left;
	/* �����ÿɽ���ǩ����left������center������right,���Ա�ǩ��������ǩ��������� */
}

.tab_li {
	display: inline-block;
	text-align: center;
	background: #f6f5f4;
	font-size: 12px;
	border: 0;
	cursor: pointer;
	box-sizing: border-box;
}

.tab_ul .tabCurItem {
	background: #eee;
}

.tab_img img {
	width: 18px;
	height: 14px;
}

.tab_img {
	vertical-align: middle;
}

.tab_txt {
	vertical-align: middle;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	color: inherit !important;
}

.tab_txt p {
	white-space: nowrap;
	font-size: inherit;
	color: inherit;
}

/*��������ʽ*/
.tab_box {
	position: absolute;
	left: 0;
	z-index: 1;
}

.tab_content {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.tab_main {
	background: #eee;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.tab_div {
	width: 100%;
	height: 100%;
	display: none;
	overflow: hidden;
}

.niceTabShow {
	display: block;
}

/*ѡ����Ҽ�ͷ*/
.tab_left_arrow {
	position: absolute;
	cursor: pointer;
	top: 50%;
	left: 10px;
	/*���ͷ�߾�*/
	/*width: 40px; height: 40px;*/
	background: url(../image/arrow_left.png) no-repeat center center !important;
	background-size: auto 80%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	opacity: 1;
	z-index: 999999;
	display: none;
}

.tab_right_arrow {
	position: absolute;
	cursor: pointer;
	top: 50%;
	right: 10px;
	/*�Ҽ�ͷ�߾�*/
	width: 40px;
	height: 40px;
	background: url(../image/arrow_right.png) no-repeat center center !important;
	background-size: auto 80%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	opacity: 1;
	z-index: 999999;
	display: none;
}

.tab_content:hover .tab_left_arrow,
.tab_content:hover .tab_right_arrow {
	display: block;
}

/*=========  ��ǩλ��  ==========*/
/*��ǩ������ʽ*/
.tab_nav_top {
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
	/*��ǩ�߶ȿ�����������*/
}

/* .tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);} */
.tab_scroll_top {
	overflow-x: scroll !important;
	overflow-y: hidden;
	width: 100%;
	height: 100%;
	scrollbar-width: none;
}

.tab_scroll_top::-webkit-scrollbar {
	display: none;
}

.tab_ul_top {
	min-width: 100%;
	height: 100%;
	/*�ÿ�����Ĭ�Ͽ��ȣ������ȡ���滻*/
}

.tab_li_top {
	padding: 0 1em;
	height: 100%;
	/*��ǩ���ȿ�����������*/
}

.tab_box_top {
	width: 100%;
	height: calc(100% - 50px);
	/*������ǩ�ĸ߶�*/
	top: 50px;
	/*��ǩ�ĸ߶�*/
}

/*��ǩ�����ʽ*/
.tab_nav_left {
	left: 0;
	top: 0;
	width: 50px;
	/*��ǩ���ȿ�����������*/
	height: 100%;
}

.tab_scroll_left {
	overflow-x: hidden;
	overflow-y: scroll !important;
	width: 100%;
	height: 100%;
	scrollbar-width: none;
}

.tab_scroll_left::-webkit-scrollbar {
	display: none;
}

.tab_ul_left {
	height: 100%;
	/*�ñ�ǩ�Ŀ���Ҫ��.tab_nav_left����һ��;*/
}

.tab_li_left {
	padding: 1em 0;
	width: 100%;
	/*��ǩ�߶ȿ�����������*/
}

.tab_box_left {
	height: 100%;
	width: calc(100% - 50px);
	/*������ǩ�Ŀ���*/
	left: 50px;
	/*��ǩ�Ŀ���*/
}

/*��ǩ�ײ���ʽ*/
.tab_nav_bottom {
	right: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	/*��ǩ�߶ȿ�����������*/
}

.tab_scroll_bottom {
	overflow-x: scroll !important;
	overflow-y: hidden;
	width: 100%;
	height: 100%;
	scrollbar-width: none;
}

.tab_scroll_bottom::-webkit-scrollbar {
	display: none;
}

.tab_ul_bottom {
	min-width: 100%;
	height: 100%;
	/*�ÿ�����Ĭ�Ͽ��ȣ������ȡ���滻*/
}

.tab_li_bottom {
	padding: 0 1em;
	height: 100%;
	/*��ǩ���ȿ�����������*/
}

.tab_box_bottom {
	width: 100%;
	height: calc(100% - 50px);
	/*������ǩ�ĸ߶�*/
	bottom: 50px;
	/*��ǩ�ĸ߶�*/
}

/*��ǩ�����ʽ*/
.tab_nav_right {
	right: 0;
	bottom: 0;
	width: 50px;
	/*��ǩ���ȿ�����������*/
	height: 100%;
}

.tab_scroll_right {
	overflow-x: hidden;
	overflow-y: scroll !important;
	width: 100%;
	height: 100%;
	scrollbar-width: none;
}

.tab_scroll_right::-webkit-scrollbar {
	display: none;
}

.tab_ul_right {
	height: 100%;
	/*�ñ�ǩ�Ŀ���Ҫ��.tab_nav_left����һ��;*/
}

.tab_li_right {
	padding: 1em 0;
	width: 100%;
	/*��ǩ�߶ȿ�����������*/
}

.tab_box_right {
	height: 100%;
	width: calc(100% - 50px);
	/*������ǩ�Ŀ���*/
	right: 50px;
	/*��ǩ�Ŀ���*/
}

.tab_pos_r {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

/*��Ʒ��ʽ*/
.prod_default16 {
	width: 100%;
	clear: both;
}

.prod_default16 * {
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	box-sizing: border-box;
}

.prod_default16 ul {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.prod_default16 .prod_Item {
	text-align: center;
	-style: none;
	height: auto;
	padding: 0px;
	box-sizing: border-box;
	overflow: hidden;
}

.prod_default16 .relative {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.prod_default16 .prodImg_box {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #eee;
	box-sizing: border-box;
}

.prod_default16 .prod_img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.prod_default16 .prod_img img.horizontal {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.prod_default16 .prod_img img.vertical {
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.prod_default16 .dummy {
	margin-top: 75%
}

/*���Ʋ�ƷͼƬ��ʾ����*/
.prod_default16 .sortsale {
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
}

.prod_default16 .prod_info {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.prod_default16 .p_name {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0 auto;
	width: 80%;
	font-size: 16px;
	border-bottom: 1px solid #333333;
	padding: 12px 6px 8px 6px;
	margin-bottom: 8px;
	overflow: hidden;
	line-height: 1.4;
}

.prod_default16 .p_name a {
	display: block;
	color: inherit;
	text-decoration: inherit;
}

.prod_default16 .p_detail {
	font-size: 12px;
	color: #666;
	display: block;
	padding: 0 8px 8px 8px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/*�������к��Զ���������*/
.prod_default16 .p_group {
	width: 60%;
	padding: 10px 0 10px 10px;
	display: inline-block;
	float: left;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
}

.prod_default16 .p_group .p_lb {
	display: none;
}

.prod_default16 .p_line {
	margin: 0;
	overflow: hidden;
	width: 100% !important;
}

.prod_default16 .p_num {
	width: 40%;
	padding: 10px 10px 10px 0;
	display: inline-block;
	float: right;
	text-align: right;
	color: #ffffff;
	font-size: 14px;
}

.prod_default16 .p_jg {
	display: none;
}

.prod_default16 .p_price {
	line-height: 1;
	white-space: nowrap;
	display: block;
}

.prod_default16 .p_value {
	color: #ff002a;
	font-size: 24px;
}

.prod_default16 .unit {
	color: #ff002a;
	font-size: 24px;
}

.prod_default16 .p_vip {
	line-height: 1;
	white-space: nowrap;
	padding-top: 8px;
}

.prod_default16 .p_vip .v_jg {
	color: #888;
	font-size: 14px;
}

.prod_default16 .v_value {
	color: #888;
	font-size: 14px;
}

.prod_default16 .v_unit {
	color: #888;
	font-size: 14px;
}

.prod_default16 .pro_button {
	display: none;
	margin: 10px 0;
	overflow: hidden;
}

.prod_default16 .p_link {
	float: left;
	width: 48%;
	text-align: center;
}

.prod_default16 .p_link a {
	display: block;
	padding: 10px 15px;
}

.prod_default16 .p_cart {
	float: right;
	width: 48%;
	text-align: center;
}

.prod_default16 .p_cart a {
	display: block;
	padding: 10px 15px;
}

.prod_default16 .prod_info .p_buy {
	width: 100%;
	float: none !important;
	margin: 0 auto;
	clear: both;
	clear: both;
}

.prod_default16 .prod_info .p_buy a {
	height: 28px;
	line-height: 26px;
	text-align: center;
	color: #ff002a;
	border: 1px solid #a49d9c;
	padding: 0 30px;
	display: inline-block;
	font-size: 14px;
	box-shadow: #f73131 0px 0px 1px inset;
	margin-top: 20px;
}

.prod_default16 .zhekou {
	color: #ff002a;
	font-size: 22px;
	line-height: 1;
}

.prod_default16 .p_price2 {
	line-height: 1;
	padding-top: 10px;
	color: #888;
	font-family: "΢���ź�";
	text-decoration: line-through;
	font-size: 14px;
}

.prod_default16 .yuanjia2 {
	color: #888;
	font-size: 14px;
}

.prod_default16 .jiage {
	color: #888;
	font-size: 14px;
}

/*��ҳ*/
.prod_default16 .page_btn {
	clear: both;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.prod_default16 .page_btn a {
	display: inline-block;
	color: #333;
	box-sizing: border-box;
	margin: 0 5px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #ccc;
	font-family: 'microsoft YaHei';
}

.prod_default16 .page_btn a.cur,
.prod_default16 .page_btn a:hover {
	border: 1px solid #4c4c4c;
}

.prod_default16 .page_btn a:nth-child(n+12) {
	display: none;
}

.prod_default16 .page_btn a:nth-last-child(1),
.prod_default16 .page_btn a:nth-last-child(2),
.prod_default16 .page_btn a:nth-last-child(3) {
	display: inline-block !important;
}

.prod_default16 .prev_btn,
.prod_default16 .next_btn {
	font-family: '����' !important;
	border: 0 !important;
}

.prod_default16 .no_page {
	border: 0 !important;
}

.prod_default16 .page_btn a:nth-child(n+10) {
	display: none;
}


.prod_default16 .freeinfo {
	clear: both;
	overflow: hidden;
	margin-top: 5px;
}

.prod_default16 .freeinfo span {
	display: block;
	float: left;
	border: 1px solid red;
	border-radius: 5px;
	padding: 0 5px;
	color: red;
	margin-right: 5px;
	box-sizing: border-box;
}


/* ƴ�� */
.prod_default16 .Collage_ico {
	position: absolute;
	left: 10px;
	top: 0;
	width: 40px;
	height: 40px;
	z-index: 100;
}

.prod_default16 .Collage_ico img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.prod_default16 .end_text {
	color: white;
	padding-bottom: 10px;
}

@media screen and (min-width:768px) and (max-width:1200px) {
	.prod_default16 .p_group {
		padding: 8px 0 8px 8px;
	}

	.prod_default16 .p_num {
		padding: 8px 8px 8px 0;
	}

	.prod_default16 .p_value {
		font-size: 18px;
	}

	.prod_default16 .unit {
		font-size: 18px;
	}

	.prod_default16 .zhekou {
		font-size: 18px;
	}

	.prod_default16 .yuanjia2 {
		font-size: 12px;
	}

	.prod_default16 .p_price2 {
		font-size: 12px;
		padding-top: 8px;
	}

	.prod_default16 .jiage {
		font-size: 12px;
	}

	.prod_default16 .p_vip {
		padding-top: 8px;
	}

	.prod_default16 .p_vip .v_jg {
		font-size: 12px;
	}

	.prod_default16 .v_value {
		font-size: 12px;
	}

	.prod_default16 .v_unit {
		font-size: 12px;
	}

	.prod_default16 .prod_info .p_buy a {
		height: 26px;
		line-height: 24px;
		padding: 0 24px;
		font-size: 12px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {

	/*��Ʒ�б�*/
	.prod_default16 .p_name {
		font-size: 14px;
		margin-bottom: 4px;
		width: 92%;
		padding: 6px 0px 4px 0px;
	}

	.prod_default16 .prod {
		width: 50%;
		margin-right: 0;
		margin-bottom: 0;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}

	.prod_default16 .prod:nth-child(2n) {
		border-right: none;
	}

	.prod_default16 .unit,
	.prod_default16 .p_vip .v_jg,
	.prod_default16 .v_unit {
		font-size: 12px;
	}

	.prod_default16 .p_vip {
		line-height: normal;
		padding-top: 0px;
	}

	.prod_default16 .v_value {
		font-size: 12px;
	}

	.prod_default16 .prod .p_detail {
		padding: 0 6px 6px 6px;
	}

	.prod_default16 .p_value {
		font-size: 14px;
	}

	.prod_default16 .unit {
		font-size: 14px;
	}

	.prod_default16 .zhekou {
		font-size: 14px;
	}

	.prod_default16 .p_price2 {
		font-size: 12px;
		padding-top: 6px;
	}

	.prod_default16 .yuanjia2 {
		font-size: 12px;
	}

	.prod_default16 .jiage {
		font-size: 12px;
	}

	.prod_default16 .prod_info .p_buy a {
		height: 24px;
		line-height: 22px;
		font-size: 12px;
		margin-top: 14px;
		padding: 0 18px;
	}

	.prod_default16 .p_group {
		padding: 6px 0 6px 6px;
		font-size: 12px;
	}

	.prod_default16 .p_num {
		padding: 6px 6px 6px 0;
		font-size: 12px;
	}

	.prod_default16 .p_vip {
		padding-top: 6px;
	}

	.prod_default16 .Collage_ico {
		width: 25px;
		height: 25px;
	}
}

/*pc*/
#productList_style_16_1585017370807 li {
	width: 18.4%;
}

#productList_style_16_1585017370807 li.prod_Item {
	margin-bottom: 2%;
}

@media screen and (max-width: 1024px) {

	/*ipad*/
	#productList_style_16_1585017370807 li {
		width: 18.4%;
	}

	#productList_style_16_1585017370807 li.prod_Item {
		margin-bottom: 2%;
	}
}

@media screen and (max-width: 768px) {

	/*mobi*/
	#productList_style_16_1585017370807 li {
		width: 49%;
	}

	#productList_style_16_1585017370807 li.prod_Item {
		margin-bottom: 2%;
	}
}

#productList_style_16_1585017370807 .p_detail.pc,
#productList_style_16_1585017370807 .p_name.pc {
	display: block;
}

#productList_style_16_1585017370807 .p_detail.pad,
#productList_style_16_1585017370807 .p_detail.mobile,
#productList_style_16_1585017370807 .p_name.pad,
#productList_style_16_1585017370807 .p_name.mobile {
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {

	#productList_style_16_1585017370807 .p_detail.pad,
	#productList_style_16_1585017370807 .p_name.pad {
		display: block;
	}

	#productList_style_16_1585017370807 .p_detail.pc,
	#productList_style_16_1585017370807 .p_detail.mobile,
	#productList_style_16_1585017370807 .p_name.pc,
	#productList_style_16_1585017370807 .p_name.mobile {
		display: none;
	}
}

@media screen and (max-width:640px) {

	#productList_style_16_1585017370807 .p_detail.mobile,
	#productList_style_16_1585017370807 .p_name.mobile {
		display: block;
	}

	#productList_style_16_1585017370807 .p_detail.pc,
	#productList_style_16_1585017370807 .p_detail.pad,
	#productList_style_16_1585017370807 .p_name.pc,
	#productList_style_16_1585017370807 .p_name.pad {
		display: none;
	}
}


/*��Ʒ״̬  ��Ʒ  �Ƽ�*/
#productList_style_16_1585017370807 .status {
	color: red;
	display: inline-block;
	border: 1px solid red;
	padding: 0 2px;
	margin-right: 5px;
	text-align: center;
	font-size: 12px;
	font-family: 'Times New Roman';
	vertical-align: middle;
	text-indent: 0px;
}



#productList_style_16_1585017370807 .page_btn {
	font-size: 14px;
	text-align: center;
}

#productList_style_16_1585017370807 .page_btn .all_page {
	display: inline-block;
	margin: 0 10px;
}

#productList_style_16_1585017370807 .page:hover {
	background: red;
	color: white;
	cursor: pointer;
}

#productList_style_16_1585017370807 .page_btn .cur {
	background: red;
	color: white;
	cursor: pointer;
}

#productList_style_16_1585017370807 .submit_div {
	display: inline-block;
}

#productList_style_16_1585017370807 .page_btn input {
	width: 50px;
	margin: 0 5px;
}

#productList_style_16_1585017370807 .page_btn input:hover {
	cursor: default;
	background: white;
	color: #333;
}

#productList_style_16_1585017370807 .page_submit {
	margin-left: 5px;
}

#productList_style_16_1585017370807 .page {
	display: inline-block;
	border: none;
	background: white;
	text-align: center;
	width: auto;
	padding: 0 15px;
	margin: 0 .5px;
	height: auto;
	line-height: 35px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #e5e5e5;
}

@media screen and (max-width:640px) {
	#productList_style_16_1585017370807 .page_btn {
		font-size: 12px;
	}

	#productList_style_16_1585017370807 .submit_div {
		display: none;
	}
}

#productList_style_16_1585017370807 .page {
	width: auto;
	margin: 0 5px 10px 5px;
	border-radius: 5px;
}

@media screen and (max-width:640px) {
	#productList_style_16_1585017370807 .page {
		line-height: 30px;
		padding: 0 13px;
	}
}

#productList_style_16_1585017370807 .showActivity {
	display: none !important;
}

#productList_style_16_1585017370807 .btnaSet,
#productList_style_16_1585017370807 .btnaSet a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*��Ʒ��ʽ*/
.prod_default16 {
	width: 100%;
	clear: both;
}

.prod_default16 * {
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	box-sizing: border-box;
}

.prod_default16 ul {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.prod_default16 .prod_Item {
	text-align: center;
	-style: none;
	height: auto;
	padding: 0px;
	box-sizing: border-box;
	overflow: hidden;
}

.prod_default16 .relative {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.prod_default16 .prodImg_box {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #eee;
	box-sizing: border-box;
}

.prod_default16 .prod_img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.prod_default16 .prod_img img.horizontal {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.prod_default16 .prod_img img.vertical {
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.prod_default16 .dummy {
	margin-top: 75%
}

/*���Ʋ�ƷͼƬ��ʾ����*/
.prod_default16 .sortsale {
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
}

.prod_default16 .prod_info {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.prod_default16 .p_name {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0 auto;
	width: 80%;
	font-size: 16px;
	border-bottom: 1px solid #333333;
	padding: 12px 6px 8px 6px;
	margin-bottom: 8px;
	overflow: hidden;
	line-height: 1.4;
}

.prod_default16 .p_name a {
	display: block;
	color: inherit;
	text-decoration: inherit;
}

.prod_default16 .p_detail {
	font-size: 12px;
	color: #666;
	display: block;
	padding: 0 8px 8px 8px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/*�������к��Զ���������*/
.prod_default16 .p_group {
	width: 60%;
	padding: 10px 0 10px 10px;
	display: inline-block;
	float: left;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
}

.prod_default16 .p_group .p_lb {
	display: none;
}

.prod_default16 .p_line {
	margin: 0;
	overflow: hidden;
	width: 100% !important;
}

.prod_default16 .p_num {
	width: 40%;
	padding: 10px 10px 10px 0;
	display: inline-block;
	float: right;
	text-align: right;
	color: #ffffff;
	font-size: 14px;
}

.prod_default16 .p_jg {
	display: none;
}

.prod_default16 .p_price {
	line-height: 1;
	white-space: nowrap;
	display: block;
}

.prod_default16 .p_value {
	color: #ff002a;
	font-size: 24px;
}

.prod_default16 .unit {
	color: #ff002a;
	font-size: 24px;
}

.prod_default16 .p_vip {
	line-height: 1;
	white-space: nowrap;
	padding-top: 8px;
}

.prod_default16 .p_vip .v_jg {
	color: #888;
	font-size: 14px;
}

.prod_default16 .v_value {
	color: #888;
	font-size: 14px;
}

.prod_default16 .v_unit {
	color: #888;
	font-size: 14px;
}

.prod_default16 .pro_button {
	display: none;
	margin: 10px 0;
	overflow: hidden;
}

.prod_default16 .p_link {
	float: left;
	width: 48%;
	text-align: center;
}

.prod_default16 .p_link a {
	display: block;
	padding: 10px 15px;
}

.prod_default16 .p_cart {
	float: right;
	width: 48%;
	text-align: center;
}

.prod_default16 .p_cart a {
	display: block;
	padding: 10px 15px;
}

.prod_default16 .prod_info .p_buy {
	width: 100%;
	float: none !important;
	margin: 0 auto;
	clear: both;
	clear: both;
}

.prod_default16 .prod_info .p_buy a {
	height: 28px;
	line-height: 26px;
	text-align: center;
	color: #ff002a;
	border: 1px solid #a49d9c;
	padding: 0 30px;
	display: inline-block;
	font-size: 14px;
	box-shadow: #f73131 0px 0px 1px inset;
	margin-top: 20px;
}

.prod_default16 .zhekou {
	color: #ff002a;
	font-size: 22px;
	line-height: 1;
}

.prod_default16 .p_price2 {
	line-height: 1;
	padding-top: 10px;
	color: #888;
	font-family: "΢���ź�";
	text-decoration: line-through;
	font-size: 14px;
}

.prod_default16 .yuanjia2 {
	color: #888;
	font-size: 14px;
}

.prod_default16 .jiage {
	color: #888;
	font-size: 14px;
}

/*��ҳ*/
.prod_default16 .page_btn {
	clear: both;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.prod_default16 .page_btn a {
	display: inline-block;
	color: #333;
	box-sizing: border-box;
	margin: 0 5px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #ccc;
	font-family: 'microsoft YaHei';
}

.prod_default16 .page_btn a.cur,
.prod_default16 .page_btn a:hover {
	border: 1px solid #4c4c4c;
}

.prod_default16 .page_btn a:nth-child(n+12) {
	display: none;
}

.prod_default16 .page_btn a:nth-last-child(1),
.prod_default16 .page_btn a:nth-last-child(2),
.prod_default16 .page_btn a:nth-last-child(3) {
	display: inline-block !important;
}

.prod_default16 .prev_btn,
.prod_default16 .next_btn {
	font-family: '����' !important;
	border: 0 !important;
}

.prod_default16 .no_page {
	border: 0 !important;
}

.prod_default16 .page_btn a:nth-child(n+10) {
	display: none;
}


.prod_default16 .freeinfo {
	clear: both;
	overflow: hidden;
	margin-top: 5px;
}

.prod_default16 .freeinfo span {
	display: block;
	float: left;
	border: 1px solid red;
	border-radius: 5px;
	padding: 0 5px;
	color: red;
	margin-right: 5px;
	box-sizing: border-box;
}


/* ƴ�� */
.prod_default16 .Collage_ico {
	position: absolute;
	left: 10px;
	top: 0;
	width: 40px;
	height: 40px;
	z-index: 100;
}

.prod_default16 .Collage_ico img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.prod_default16 .end_text {
	color: white;
	padding-bottom: 10px;
}

@media screen and (min-width:768px) and (max-width:1200px) {
	.prod_default16 .p_group {
		padding: 8px 0 8px 8px;
	}

	.prod_default16 .p_num {
		padding: 8px 8px 8px 0;
	}

	.prod_default16 .p_value {
		font-size: 18px;
	}

	.prod_default16 .unit {
		font-size: 18px;
	}

	.prod_default16 .zhekou {
		font-size: 18px;
	}

	.prod_default16 .yuanjia2 {
		font-size: 12px;
	}

	.prod_default16 .p_price2 {
		font-size: 12px;
		padding-top: 8px;
	}

	.prod_default16 .jiage {
		font-size: 12px;
	}

	.prod_default16 .p_vip {
		padding-top: 8px;
	}

	.prod_default16 .p_vip .v_jg {
		font-size: 12px;
	}

	.prod_default16 .v_value {
		font-size: 12px;
	}

	.prod_default16 .v_unit {
		font-size: 12px;
	}

	.prod_default16 .prod_info .p_buy a {
		height: 26px;
		line-height: 24px;
		padding: 0 24px;
		font-size: 12px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {

	/*��Ʒ�б�*/
	.prod_default16 .p_name {
		font-size: 14px;
		margin-bottom: 4px;
		width: 92%;
		padding: 6px 0px 4px 0px;
	}

	.prod_default16 .prod {
		width: 50%;
		margin-right: 0;
		margin-bottom: 0;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}

	.prod_default16 .prod:nth-child(2n) {
		border-right: none;
	}

	.prod_default16 .unit,
	.prod_default16 .p_vip .v_jg,
	.prod_default16 .v_unit {
		font-size: 12px;
	}

	.prod_default16 .p_vip {
		line-height: normal;
		padding-top: 0px;
	}

	.prod_default16 .v_value {
		font-size: 12px;
	}

	.prod_default16 .prod .p_detail {
		padding: 0 6px 6px 6px;
	}

	.prod_default16 .p_value {
		font-size: 14px;
	}

	.prod_default16 .unit {
		font-size: 14px;
	}

	.prod_default16 .zhekou {
		font-size: 14px;
	}

	.prod_default16 .p_price2 {
		font-size: 12px;
		padding-top: 6px;
	}

	.prod_default16 .yuanjia2 {
		font-size: 12px;
	}

	.prod_default16 .jiage {
		font-size: 12px;
	}

	.prod_default16 .prod_info .p_buy a {
		height: 24px;
		line-height: 22px;
		font-size: 12px;
		margin-top: 14px;
		padding: 0 18px;
	}

	.prod_default16 .p_group {
		padding: 6px 0 6px 6px;
		font-size: 12px;
	}

	.prod_default16 .p_num {
		padding: 6px 6px 6px 0;
		font-size: 12px;
	}

	.prod_default16 .p_vip {
		padding-top: 6px;
	}

	.prod_default16 .Collage_ico {
		width: 25px;
		height: 25px;
	}
}

/*pc*/
#productList_style_16_1585017452237 li {
	width: 18.4%;
}

#productList_style_16_1585017452237 li.prod_Item {
	margin-bottom: 2%;
}

@media screen and (max-width: 1024px) {

	/*ipad*/
	#productList_style_16_1585017452237 li {
		width: 18.4%;
	}

	#productList_style_16_1585017452237 li.prod_Item {
		margin-bottom: 2%;
	}
}

@media screen and (max-width: 768px) {

	/*mobi*/
	#productList_style_16_1585017452237 li {
		width: 49%;
	}

	#productList_style_16_1585017452237 li.prod_Item {
		margin-bottom: 2%;
	}
}

#productList_style_16_1585017452237 .p_detail.pc,
#productList_style_16_1585017452237 .p_name.pc {
	display: block;
}

#productList_style_16_1585017452237 .p_detail.pad,
#productList_style_16_1585017452237 .p_detail.mobile,
#productList_style_16_1585017452237 .p_name.pad,
#productList_style_16_1585017452237 .p_name.mobile {
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {

	#productList_style_16_1585017452237 .p_detail.pad,
	#productList_style_16_1585017452237 .p_name.pad {
		display: block;
	}

	#productList_style_16_1585017452237 .p_detail.pc,
	#productList_style_16_1585017452237 .p_detail.mobile,
	#productList_style_16_1585017452237 .p_name.pc,
	#productList_style_16_1585017452237 .p_name.mobile {
		display: none;
	}
}

@media screen and (max-width:640px) {

	#productList_style_16_1585017452237 .p_detail.mobile,
	#productList_style_16_1585017452237 .p_name.mobile {
		display: block;
	}

	#productList_style_16_1585017452237 .p_detail.pc,
	#productList_style_16_1585017452237 .p_detail.pad,
	#productList_style_16_1585017452237 .p_name.pc,
	#productList_style_16_1585017452237 .p_name.pad {
		display: none;
	}
}


/*��Ʒ״̬  ��Ʒ  �Ƽ�*/
#productList_style_16_1585017452237 .status {
	color: red;
	display: inline-block;
	border: 1px solid red;
	padding: 0 2px;
	margin-right: 5px;
	text-align: center;
	font-size: 12px;
	font-family: 'Times New Roman';
	vertical-align: middle;
	text-indent: 0px;
}



#productList_style_16_1585017452237 .page_btn {
	font-size: 14px;
	text-align: center;
}

#productList_style_16_1585017452237 .page_btn .all_page {
	display: inline-block;
	margin: 0 10px;
}

#productList_style_16_1585017452237 .page:hover {
	background: red;
	color: white;
	cursor: pointer;
}

#productList_style_16_1585017452237 .page_btn .cur {
	background: red;
	color: white;
	cursor: pointer;
}

#productList_style_16_1585017452237 .submit_div {
	display: inline-block;
}

#productList_style_16_1585017452237 .page_btn input {
	width: 50px;
	margin: 0 5px;
}

#productList_style_16_1585017452237 .page_btn input:hover {
	cursor: default;
	background: white;
	color: #333;
}

#productList_style_16_1585017452237 .page_submit {
	margin-left: 5px;
}

#productList_style_16_1585017452237 .page {
	display: inline-block;
	border: none;
	background: white;
	text-align: center;
	width: auto;
	padding: 0 15px;
	margin: 0 .5px;
	height: auto;
	line-height: 35px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #e5e5e5;
}

@media screen and (max-width:640px) {
	#productList_style_16_1585017452237 .page_btn {
		font-size: 12px;
	}

	#productList_style_16_1585017452237 .submit_div {
		display: none;
	}
}

#productList_style_16_1585017452237 .page {
	width: auto;
	margin: 0 5px 10px 5px;
	border-radius: 5px;
}

@media screen and (max-width:640px) {
	#productList_style_16_1585017452237 .page {
		line-height: 30px;
		padding: 0 13px;
	}
}

#productList_style_16_1585017452237 .showActivity {
	display: none !important;
}

#productList_style_16_1585017452237 .btnaSet,
#productList_style_16_1585017452237 .btnaSet a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*��Ʒ��ʽ*/
.prod_default16 {
	width: 100%;
	clear: both;
}

.prod_default16 * {
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	box-sizing: border-box;
}

.prod_default16 ul {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.prod_default16 .prod_Item {
	text-align: center;
	-style: none;
	height: auto;
	padding: 0px;
	box-sizing: border-box;
	overflow: hidden;
}

.prod_default16 .relative {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.prod_default16 .prodImg_box {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #eee;
	box-sizing: border-box;
}

.prod_default16 .prod_img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.prod_default16 .prod_img img.horizontal {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.prod_default16 .prod_img img.vertical {
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.prod_default16 .dummy {
	margin-top: 75%
}

/*���Ʋ�ƷͼƬ��ʾ����*/
.prod_default16 .sortsale {
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
}

.prod_default16 .prod_info {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.prod_default16 .p_name {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0 auto;
	width: 80%;
	font-size: 16px;
	border-bottom: 1px solid #333333;
	padding: 12px 6px 8px 6px;
	margin-bottom: 8px;
	overflow: hidden;
	line-height: 1.4;
}

.prod_default16 .p_name a {
	display: block;
	color: inherit;
	text-decoration: inherit;
}

.prod_default16 .p_detail {
	font-size: 12px;
	color: #666;
	display: block;
	padding: 0 8px 8px 8px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/*�������к��Զ���������*/
.prod_default16 .p_group {
	width: 60%;
	padding: 10px 0 10px 10px;
	display: inline-block;
	float: left;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
}

.prod_default16 .p_group .p_lb {
	display: none;
}

.prod_default16 .p_line {
	margin: 0;
	overflow: hidden;
	width: 100% !important;
}

.prod_default16 .p_num {
	width: 40%;
	padding: 10px 10px 10px 0;
	display: inline-block;
	float: right;
	text-align: right;
	color: #ffffff;
	font-size: 14px;
}

.prod_default16 .p_jg {
	display: none;
}

.prod_default16 .p_price {
	line-height: 1;
	white-space: nowrap;
	display: block;
}

.prod_default16 .p_value {
	color: #ff002a;
	font-size: 24px;
}

.prod_default16 .unit {
	color: #ff002a;
	font-size: 24px;
}

.prod_default16 .p_vip {
	line-height: 1;
	white-space: nowrap;
	padding-top: 8px;
}

.prod_default16 .p_vip .v_jg {
	color: #888;
	font-size: 14px;
}

.prod_default16 .v_value {
	color: #888;
	font-size: 14px;
}

.prod_default16 .v_unit {
	color: #888;
	font-size: 14px;
}

.prod_default16 .pro_button {
	display: none;
	margin: 10px 0;
	overflow: hidden;
}

.prod_default16 .p_link {
	float: left;
	width: 48%;
	text-align: center;
}

.prod_default16 .p_link a {
	display: block;
	padding: 10px 15px;
}

.prod_default16 .p_cart {
	float: right;
	width: 48%;
	text-align: center;
}

.prod_default16 .p_cart a {
	display: block;
	padding: 10px 15px;
}

.prod_default16 .prod_info .p_buy {
	width: 100%;
	float: none !important;
	margin: 0 auto;
	clear: both;
	clear: both;
}

.prod_default16 .prod_info .p_buy a {
	height: 28px;
	line-height: 26px;
	text-align: center;
	color: #ff002a;
	border: 1px solid #a49d9c;
	padding: 0 30px;
	display: inline-block;
	font-size: 14px;
	box-shadow: #f73131 0px 0px 1px inset;
	margin-top: 20px;
}

.prod_default16 .zhekou {
	color: #ff002a;
	font-size: 22px;
	line-height: 1;
}

.prod_default16 .p_price2 {
	line-height: 1;
	padding-top: 10px;
	color: #888;
	font-family: "΢���ź�";
	text-decoration: line-through;
	font-size: 14px;
}

.prod_default16 .yuanjia2 {
	color: #888;
	font-size: 14px;
}

.prod_default16 .jiage {
	color: #888;
	font-size: 14px;
}

/*��ҳ*/
.prod_default16 .page_btn {
	clear: both;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.prod_default16 .page_btn a {
	display: inline-block;
	color: #333;
	box-sizing: border-box;
	margin: 0 5px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #ccc;
	font-family: 'microsoft YaHei';
}

.prod_default16 .page_btn a.cur,
.prod_default16 .page_btn a:hover {
	border: 1px solid #4c4c4c;
}

.prod_default16 .page_btn a:nth-child(n+12) {
	display: none;
}

.prod_default16 .page_btn a:nth-last-child(1),
.prod_default16 .page_btn a:nth-last-child(2),
.prod_default16 .page_btn a:nth-last-child(3) {
	display: inline-block !important;
}

.prod_default16 .prev_btn,
.prod_default16 .next_btn {
	font-family: '����' !important;
	border: 0 !important;
}

.prod_default16 .no_page {
	border: 0 !important;
}

.prod_default16 .page_btn a:nth-child(n+10) {
	display: none;
}


.prod_default16 .freeinfo {
	clear: both;
	overflow: hidden;
	margin-top: 5px;
}

.prod_default16 .freeinfo span {
	display: block;
	float: left;
	border: 1px solid red;
	border-radius: 5px;
	padding: 0 5px;
	color: red;
	margin-right: 5px;
	box-sizing: border-box;
}


/* ƴ�� */
.prod_default16 .Collage_ico {
	position: absolute;
	left: 10px;
	top: 0;
	width: 40px;
	height: 40px;
	z-index: 100;
}

.prod_default16 .Collage_ico img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.prod_default16 .end_text {
	color: white;
	padding-bottom: 10px;
}

@media screen and (min-width:768px) and (max-width:1200px) {
	.prod_default16 .p_group {
		padding: 8px 0 8px 8px;
	}

	.prod_default16 .p_num {
		padding: 8px 8px 8px 0;
	}

	.prod_default16 .p_value {
		font-size: 18px;
	}

	.prod_default16 .unit {
		font-size: 18px;
	}

	.prod_default16 .zhekou {
		font-size: 18px;
	}

	.prod_default16 .yuanjia2 {
		font-size: 12px;
	}

	.prod_default16 .p_price2 {
		font-size: 12px;
		padding-top: 8px;
	}

	.prod_default16 .jiage {
		font-size: 12px;
	}

	.prod_default16 .p_vip {
		padding-top: 8px;
	}

	.prod_default16 .p_vip .v_jg {
		font-size: 12px;
	}

	.prod_default16 .v_value {
		font-size: 12px;
	}

	.prod_default16 .v_unit {
		font-size: 12px;
	}

	.prod_default16 .prod_info .p_buy a {
		height: 26px;
		line-height: 24px;
		padding: 0 24px;
		font-size: 12px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {

	/*��Ʒ�б�*/
	.prod_default16 .p_name {
		font-size: 14px;
		margin-bottom: 4px;
		width: 92%;
		padding: 6px 0px 4px 0px;
	}

	.prod_default16 .prod {
		width: 50%;
		margin-right: 0;
		margin-bottom: 0;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}

	.prod_default16 .prod:nth-child(2n) {
		border-right: none;
	}

	.prod_default16 .unit,
	.prod_default16 .p_vip .v_jg,
	.prod_default16 .v_unit {
		font-size: 12px;
	}

	.prod_default16 .p_vip {
		line-height: normal;
		padding-top: 0px;
	}

	.prod_default16 .v_value {
		font-size: 12px;
	}

	.prod_default16 .prod .p_detail {
		padding: 0 6px 6px 6px;
	}

	.prod_default16 .p_value {
		font-size: 14px;
	}

	.prod_default16 .unit {
		font-size: 14px;
	}

	.prod_default16 .zhekou {
		font-size: 14px;
	}

	.prod_default16 .p_price2 {
		font-size: 12px;
		padding-top: 6px;
	}

	.prod_default16 .yuanjia2 {
		font-size: 12px;
	}

	.prod_default16 .jiage {
		font-size: 12px;
	}

	.prod_default16 .prod_info .p_buy a {
		height: 24px;
		line-height: 22px;
		font-size: 12px;
		margin-top: 14px;
		padding: 0 18px;
	}

	.prod_default16 .p_group {
		padding: 6px 0 6px 6px;
		font-size: 12px;
	}

	.prod_default16 .p_num {
		padding: 6px 6px 6px 0;
		font-size: 12px;
	}

	.prod_default16 .p_vip {
		padding-top: 6px;
	}

	.prod_default16 .Collage_ico {
		width: 25px;
		height: 25px;
	}
}

/*pc*/
#productList_style_16_1585017420485 li {
	width: 18.4%;
}

#productList_style_16_1585017420485 li.prod_Item {
	margin-bottom: 2%;
}

@media screen and (max-width: 1024px) {

	/*ipad*/
	#productList_style_16_1585017420485 li {
		width: 18.4%;
	}

	#productList_style_16_1585017420485 li.prod_Item {
		margin-bottom: 2%;
	}
}

@media screen and (max-width: 768px) {

	/*mobi*/
	#productList_style_16_1585017420485 li {
		width: 49%;
	}

	#productList_style_16_1585017420485 li.prod_Item {
		margin-bottom: 2%;
	}
}

#productList_style_16_1585017420485 .p_detail.pc,
#productList_style_16_1585017420485 .p_name.pc {
	display: block;
}

#productList_style_16_1585017420485 .p_detail.pad,
#productList_style_16_1585017420485 .p_detail.mobile,
#productList_style_16_1585017420485 .p_name.pad,
#productList_style_16_1585017420485 .p_name.mobile {
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {

	#productList_style_16_1585017420485 .p_detail.pad,
	#productList_style_16_1585017420485 .p_name.pad {
		display: block;
	}

	#productList_style_16_1585017420485 .p_detail.pc,
	#productList_style_16_1585017420485 .p_detail.mobile,
	#productList_style_16_1585017420485 .p_name.pc,
	#productList_style_16_1585017420485 .p_name.mobile {
		display: none;
	}
}

@media screen and (max-width:640px) {

	#productList_style_16_1585017420485 .p_detail.mobile,
	#productList_style_16_1585017420485 .p_name.mobile {
		display: block;
	}

	#productList_style_16_1585017420485 .p_detail.pc,
	#productList_style_16_1585017420485 .p_detail.pad,
	#productList_style_16_1585017420485 .p_name.pc,
	#productList_style_16_1585017420485 .p_name.pad {
		display: none;
	}
}


/*��Ʒ״̬  ��Ʒ  �Ƽ�*/
#productList_style_16_1585017420485 .status {
	color: red;
	display: inline-block;
	border: 1px solid red;
	padding: 0 2px;
	margin-right: 5px;
	text-align: center;
	font-size: 12px;
	font-family: 'Times New Roman';
	vertical-align: middle;
	text-indent: 0px;
}



#productList_style_16_1585017420485 .page_btn {
	font-size: 14px;
	text-align: center;
}

#productList_style_16_1585017420485 .page_btn .all_page {
	display: inline-block;
	margin: 0 10px;
}

#productList_style_16_1585017420485 .page:hover {
	background: red;
	color: white;
	cursor: pointer;
}

#productList_style_16_1585017420485 .page_btn .cur {
	background: red;
	color: white;
	cursor: pointer;
}

#productList_style_16_1585017420485 .submit_div {
	display: inline-block;
}

#productList_style_16_1585017420485 .page_btn input {
	width: 50px;
	margin: 0 5px;
}

#productList_style_16_1585017420485 .page_btn input:hover {
	cursor: default;
	background: white;
	color: #333;
}

#productList_style_16_1585017420485 .page_submit {
	margin-left: 5px;
}

#productList_style_16_1585017420485 .page {
	display: inline-block;
	border: none;
	background: white;
	text-align: center;
	width: auto;
	padding: 0 15px;
	margin: 0 .5px;
	height: auto;
	line-height: 35px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #e5e5e5;
}

@media screen and (max-width:640px) {
	#productList_style_16_1585017420485 .page_btn {
		font-size: 12px;
	}

	#productList_style_16_1585017420485 .submit_div {
		display: none;
	}
}

#productList_style_16_1585017420485 .page {
	width: auto;
	margin: 0 5px 10px 5px;
	border-radius: 5px;
}

@media screen and (max-width:640px) {
	#productList_style_16_1585017420485 .page {
		line-height: 30px;
		padding: 0 13px;
	}
}

#productList_style_16_1585017420485 .showActivity {
	display: none !important;
}

#productList_style_16_1585017420485 .btnaSet,
#productList_style_16_1585017420485 .btnaSet a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*��Ʒ��ʽ*/
.prod_default16 {
	width: 100%;
	clear: both;
}

.prod_default16 * {
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	box-sizing: border-box;
}

.prod_default16 ul {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.prod_default16 .prod_Item {
	text-align: center;
	-style: none;
	height: auto;
	padding: 0px;
	box-sizing: border-box;
	overflow: hidden;
}

.prod_default16 .relative {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.prod_default16 .prodImg_box {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #eee;
	box-sizing: border-box;
}

.prod_default16 .prod_img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.prod_default16 .prod_img img.horizontal {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.prod_default16 .prod_img img.vertical {
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.prod_default16 .dummy {
	margin-top: 75%
}

/*���Ʋ�ƷͼƬ��ʾ����*/
.prod_default16 .sortsale {
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
}

.prod_default16 .prod_info {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.prod_default16 .p_name {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0 auto;
	width: 80%;
	font-size: 16px;
	border-bottom: 1px solid #333333;
	padding: 12px 6px 8px 6px;
	margin-bottom: 8px;
	overflow: hidden;
	line-height: 1.4;
}

.prod_default16 .p_name a {
	display: block;
	color: inherit;
	text-decoration: inherit;
}

.prod_default16 .p_detail {
	font-size: 12px;
	color: #666;
	display: block;
	padding: 0 8px 8px 8px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/*�������к��Զ���������*/
.prod_default16 .p_group {
	width: 60%;
	padding: 10px 0 10px 10px;
	display: inline-block;
	float: left;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
}

.prod_default16 .p_group .p_lb {
	display: none;
}

.prod_default16 .p_line {
	margin: 0;
	overflow: hidden;
	width: 100% !important;
}

.prod_default16 .p_num {
	width: 40%;
	padding: 10px 10px 10px 0;
	display: inline-block;
	float: right;
	text-align: right;
	color: #ffffff;
	font-size: 14px;
}

.prod_default16 .p_jg {
	display: none;
}

.prod_default16 .p_price {
	line-height: 1;
	white-space: nowrap;
	display: block;
}

.prod_default16 .p_value {
	color: #ff002a;
	font-size: 24px;
}

.prod_default16 .unit {
	color: #ff002a;
	font-size: 24px;
}

.prod_default16 .p_vip {
	line-height: 1;
	white-space: nowrap;
	padding-top: 8px;
}

.prod_default16 .p_vip .v_jg {
	color: #888;
	font-size: 14px;
}

.prod_default16 .v_value {
	color: #888;
	font-size: 14px;
}

.prod_default16 .v_unit {
	color: #888;
	font-size: 14px;
}

.prod_default16 .pro_button {
	display: none;
	margin: 10px 0;
	overflow: hidden;
}

.prod_default16 .p_link {
	float: left;
	width: 48%;
	text-align: center;
}

.prod_default16 .p_link a {
	display: block;
	padding: 10px 15px;
}

.prod_default16 .p_cart {
	float: right;
	width: 48%;
	text-align: center;
}

.prod_default16 .p_cart a {
	display: block;
	padding: 10px 15px;
}

.prod_default16 .prod_info .p_buy {
	width: 100%;
	float: none !important;
	margin: 0 auto;
	clear: both;
	clear: both;
}

.prod_default16 .prod_info .p_buy a {
	height: 28px;
	line-height: 26px;
	text-align: center;
	color: #ff002a;
	border: 1px solid #a49d9c;
	padding: 0 30px;
	display: inline-block;
	font-size: 14px;
	box-shadow: #f73131 0px 0px 1px inset;
	margin-top: 20px;
}

.prod_default16 .zhekou {
	color: #ff002a;
	font-size: 22px;
	line-height: 1;
}

.prod_default16 .p_price2 {
	line-height: 1;
	padding-top: 10px;
	color: #888;
	font-family: "΢���ź�";
	text-decoration: line-through;
	font-size: 14px;
}

.prod_default16 .yuanjia2 {
	color: #888;
	font-size: 14px;
}

.prod_default16 .jiage {
	color: #888;
	font-size: 14px;
}

/*��ҳ*/
.prod_default16 .page_btn {
	clear: both;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.prod_default16 .page_btn a {
	display: inline-block;
	color: #333;
	box-sizing: border-box;
	margin: 0 5px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #ccc;
	font-family: 'microsoft YaHei';
}

.prod_default16 .page_btn a.cur,
.prod_default16 .page_btn a:hover {
	border: 1px solid #4c4c4c;
}

.prod_default16 .page_btn a:nth-child(n+12) {
	display: none;
}

.prod_default16 .page_btn a:nth-last-child(1),
.prod_default16 .page_btn a:nth-last-child(2),
.prod_default16 .page_btn a:nth-last-child(3) {
	display: inline-block !important;
}

.prod_default16 .prev_btn,
.prod_default16 .next_btn {
	font-family: '����' !important;
	border: 0 !important;
}

.prod_default16 .no_page {
	border: 0 !important;
}

.prod_default16 .page_btn a:nth-child(n+10) {
	display: none;
}


.prod_default16 .freeinfo {
	clear: both;
	overflow: hidden;
	margin-top: 5px;
}

.prod_default16 .freeinfo span {
	display: block;
	float: left;
	border: 1px solid red;
	border-radius: 5px;
	padding: 0 5px;
	color: red;
	margin-right: 5px;
	box-sizing: border-box;
}


/* ƴ�� */
.prod_default16 .Collage_ico {
	position: absolute;
	left: 10px;
	top: 0;
	width: 40px;
	height: 40px;
	z-index: 100;
}

.prod_default16 .Collage_ico img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.prod_default16 .end_text {
	color: white;
	padding-bottom: 10px;
}

@media screen and (min-width:768px) and (max-width:1200px) {
	.prod_default16 .p_group {
		padding: 8px 0 8px 8px;
	}

	.prod_default16 .p_num {
		padding: 8px 8px 8px 0;
	}

	.prod_default16 .p_value {
		font-size: 18px;
	}

	.prod_default16 .unit {
		font-size: 18px;
	}

	.prod_default16 .zhekou {
		font-size: 18px;
	}

	.prod_default16 .yuanjia2 {
		font-size: 12px;
	}

	.prod_default16 .p_price2 {
		font-size: 12px;
		padding-top: 8px;
	}

	.prod_default16 .jiage {
		font-size: 12px;
	}

	.prod_default16 .p_vip {
		padding-top: 8px;
	}

	.prod_default16 .p_vip .v_jg {
		font-size: 12px;
	}

	.prod_default16 .v_value {
		font-size: 12px;
	}

	.prod_default16 .v_unit {
		font-size: 12px;
	}

	.prod_default16 .prod_info .p_buy a {
		height: 26px;
		line-height: 24px;
		padding: 0 24px;
		font-size: 12px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {

	/*��Ʒ�б�*/
	.prod_default16 .p_name {
		font-size: 14px;
		margin-bottom: 4px;
		width: 92%;
		padding: 6px 0px 4px 0px;
	}

	.prod_default16 .prod {
		width: 50%;
		margin-right: 0;
		margin-bottom: 0;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}

	.prod_default16 .prod:nth-child(2n) {
		border-right: none;
	}

	.prod_default16 .unit,
	.prod_default16 .p_vip .v_jg,
	.prod_default16 .v_unit {
		font-size: 12px;
	}

	.prod_default16 .p_vip {
		line-height: normal;
		padding-top: 0px;
	}

	.prod_default16 .v_value {
		font-size: 12px;
	}

	.prod_default16 .prod .p_detail {
		padding: 0 6px 6px 6px;
	}

	.prod_default16 .p_value {
		font-size: 14px;
	}

	.prod_default16 .unit {
		font-size: 14px;
	}

	.prod_default16 .zhekou {
		font-size: 14px;
	}

	.prod_default16 .p_price2 {
		font-size: 12px;
		padding-top: 6px;
	}

	.prod_default16 .yuanjia2 {
		font-size: 12px;
	}

	.prod_default16 .jiage {
		font-size: 12px;
	}

	.prod_default16 .prod_info .p_buy a {
		height: 24px;
		line-height: 22px;
		font-size: 12px;
		margin-top: 14px;
		padding: 0 18px;
	}

	.prod_default16 .p_group {
		padding: 6px 0 6px 6px;
		font-size: 12px;
	}

	.prod_default16 .p_num {
		padding: 6px 6px 6px 0;
		font-size: 12px;
	}

	.prod_default16 .p_vip {
		padding-top: 6px;
	}

	.prod_default16 .Collage_ico {
		width: 25px;
		height: 25px;
	}
}

/*pc*/
#productList_style_16_1585017399402 li {
	width: 18.4%;
}

#productList_style_16_1585017399402 li.prod_Item {
	margin-bottom: 2%;
}

@media screen and (max-width: 1024px) {

	/*ipad*/
	#productList_style_16_1585017399402 li {
		width: 18.4%;
	}

	#productList_style_16_1585017399402 li.prod_Item {
		margin-bottom: 2%;
	}
}

@media screen and (max-width: 768px) {

	/*mobi*/
	#productList_style_16_1585017399402 li {
		width: 49%;
	}

	#productList_style_16_1585017399402 li.prod_Item {
		margin-bottom: 2%;
	}
}

#productList_style_16_1585017399402 .p_detail.pc,
#productList_style_16_1585017399402 .p_name.pc {
	display: block;
}

#productList_style_16_1585017399402 .p_detail.pad,
#productList_style_16_1585017399402 .p_detail.mobile,
#productList_style_16_1585017399402 .p_name.pad,
#productList_style_16_1585017399402 .p_name.mobile {
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {

	#productList_style_16_1585017399402 .p_detail.pad,
	#productList_style_16_1585017399402 .p_name.pad {
		display: block;
	}

	#productList_style_16_1585017399402 .p_detail.pc,
	#productList_style_16_1585017399402 .p_detail.mobile,
	#productList_style_16_1585017399402 .p_name.pc,
	#productList_style_16_1585017399402 .p_name.mobile {
		display: none;
	}
}

@media screen and (max-width:640px) {

	#productList_style_16_1585017399402 .p_detail.mobile,
	#productList_style_16_1585017399402 .p_name.mobile {
		display: block;
	}

	#productList_style_16_1585017399402 .p_detail.pc,
	#productList_style_16_1585017399402 .p_detail.pad,
	#productList_style_16_1585017399402 .p_name.pc,
	#productList_style_16_1585017399402 .p_name.pad {
		display: none;
	}
}


/*��Ʒ״̬  ��Ʒ  �Ƽ�*/
#productList_style_16_1585017399402 .status {
	color: red;
	display: inline-block;
	border: 1px solid red;
	padding: 0 2px;
	margin-right: 5px;
	text-align: center;
	font-size: 12px;
	font-family: 'Times New Roman';
	vertical-align: middle;
	text-indent: 0px;
}



#productList_style_16_1585017399402 .page_btn {
	font-size: 14px;
	text-align: center;
}

#productList_style_16_1585017399402 .page_btn .all_page {
	display: inline-block;
	margin: 0 10px;
}

#productList_style_16_1585017399402 .page:hover {
	background: red;
	color: white;
	cursor: pointer;
}

#productList_style_16_1585017399402 .page_btn .cur {
	background: red;
	color: white;
	cursor: pointer;
}

#productList_style_16_1585017399402 .submit_div {
	display: inline-block;
}

#productList_style_16_1585017399402 .page_btn input {
	width: 50px;
	margin: 0 5px;
}

#productList_style_16_1585017399402 .page_btn input:hover {
	cursor: default;
	background: white;
	color: #333;
}

#productList_style_16_1585017399402 .page_submit {
	margin-left: 5px;
}

#productList_style_16_1585017399402 .page {
	display: inline-block;
	border: none;
	background: white;
	text-align: center;
	width: auto;
	padding: 0 15px;
	margin: 0 .5px;
	height: auto;
	line-height: 35px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #e5e5e5;
}

@media screen and (max-width:640px) {
	#productList_style_16_1585017399402 .page_btn {
		font-size: 12px;
	}

	#productList_style_16_1585017399402 .submit_div {
		display: none;
	}
}

#productList_style_16_1585017399402 .page {
	width: auto;
	margin: 0 5px 10px 5px;
	border-radius: 5px;
}

@media screen and (max-width:640px) {
	#productList_style_16_1585017399402 .page {
		line-height: 30px;
		padding: 0 13px;
	}
}

#productList_style_16_1585017399402 .showActivity {
	display: none !important;
}

#productList_style_16_1585017399402 .btnaSet,
#productList_style_16_1585017399402 .btnaSet a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


#tab_style_03_1585016494293 #div_tab_style_03_1585016494293 .tab_right_arrow {
	width: 40px;
	height: 40px;
	opacity: 1;
	right: 10px;
}

#tab_style_03_1585016494293 #div_tab_style_03_1585016494293 .tab_left_arrow {
	width: 40px;
	height: 40px;
	opacity: 1;
	left: 10px;
}

#tab_style_03_1585016494293 #div_tab_style_03_1585016494293 .tab_img {
	display: none;
}

#tab_style_03_1585016494293 #div_tab_style_03_1585016494293 .tab_ul {
	text-align: center
}

#tab_style_03_1585016494293 #div_tab_style_03_1585016494293 .tab_nav {
	display: block !important;
	height: 50px;
}

#tab_style_03_1585016494293 #div_tab_style_03_1585016494293 .tab_box {
	height: calc(100% - 50px);
	top: 50px;
}

#tab_style_03_1585016494293 #div_tab_style_03_1585016494293 .tab_li {
	width: calc(100%/4);
}

#tab_style_03_1585016494293 .tab_ul.tab_ul_top,
#tab_style_03_1585016494293 .tab_ul.tab_ul_bottom {
	white-space: nowrap;
}

#tab_style_03_1585016494293 .layout_mask_showName {
	position: absolute;
	width: 100%;
	height: 80px;
	line-height: 80px;
	left: 0px;
	top: 50%;
	margin-top: -40px;
	text-align: center;
	color: rgba(142, 142, 142, 0.63);
	font-size: 30px;
}

@media screen and (max-width:640px) {
	::-webkit-scrollbar {
		width: 0px;
	}
}

.prodcateStyle_5 {
	clear: both;
	width: 100%;
	overflow: hidden;
}

.prodcateStyle_5 * {
	transition: all ease-out .2s;
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-o-transition: all ease-out .2s;
	box-sizing: border-box;
}

.prodcateStyle_5>ul>li>a,
.prodcateStyle_5 .subCateUl>ul>li>a,
.prodcateStyle_5 .subCateUl2>li>a {
	color: inherit;
	line-height: inherit;
	height: inherit;
	white-space: nowrap;
}

.prodcateStyle_5 i {
	margin-left: 5px;
}

.prodcateStyle_5>ul {
	width: 100%;
	background: #fff;
	overflow: hidden;
}

.prodcateStyle_5>ul>li {
	float: left;
	padding: 15px;
	font-size: 14px;
	color: #555;
	font-family: '����';
	text-align: center;
}

.prodcateStyle_5>ul>li>a {
	padding: 10px;
}


/*@media screen and (max-width:767px){*/
/*.prodcateStyle_5 i{display: none;}	*/
/*.prodcateStyle_5>ul{width: 100%;}*/
/*.prodcateStyle_5>ul>li{width: 100%; clear: both; font-size: 14px; line-height: 28px; color: #0da3b4; font-family: microsoft yahei; background: #fff; margin-bottom: 5px; border-bottom:1px solid #eee; padding: 0 10px;}*/
/*.prodcateStyle_5>ul>li:after{content: ''; display: block; clear: both;}*/
/*.prodcateStyle_5 .subCateUl{}*/
/*.prodcateStyle_5 .subCateUl>ul{overflow: hidden;}*/
/*.prodcateStyle_5 .subCateUl>ul>li{width: 100%; clear: both; font-weight: bold; font-size: 12px; line-height: 24px;}*/
/*.prodcateStyle_5 .subCateUl>ul>li>a{float: left; width: 25%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}*/
/*.prodcateStyle_5 .subCateUl2{float: left; width:75%;}*/
/*.prodcateStyle_5 .subCateUl2>li{float: left; margin-right: 5px; margin-bottom: 5px; font-size: 12px; line-height: 24px; padding: 0 6px; border-radius: 12px; background: #eee; color: #333;}*/

/*}*/
#image_style_01_1585140377349 .CompatibleImg img {
	width: auto;
	height: 100%;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1585140377349 .CompatibleImg img {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1585140377349 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1585140377349 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

/*��Ʒ��ʽ*/
.prod_default16 {
	width: 100%;
	clear: both;
}

.prod_default16 * {
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	box-sizing: border-box;
}

.prod_default16 ul {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.prod_default16 .prod_Item {
	text-align: center;
	-style: none;
	height: auto;
	padding: 0px;
	box-sizing: border-box;
	overflow: hidden;
}

.prod_default16 .relative {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.prod_default16 .prodImg_box {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #eee;
	box-sizing: border-box;
}

.prod_default16 .prod_img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.prod_default16 .prod_img img.horizontal {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.prod_default16 .prod_img img.vertical {
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.prod_default16 .dummy {
	margin-top: 75%
}

/*���Ʋ�ƷͼƬ��ʾ����*/
.prod_default16 .sortsale {
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
}

.prod_default16 .prod_info {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.prod_default16 .p_name {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0 auto;
	width: 80%;
	font-size: 16px;
	border-bottom: 1px solid #333333;
	padding: 12px 6px 8px 6px;
	margin-bottom: 8px;
	overflow: hidden;
	line-height: 1.4;
}

.prod_default16 .p_name a {
	display: block;
	color: inherit;
	text-decoration: inherit;
}

.prod_default16 .p_detail {
	font-size: 12px;
	color: #666;
	display: block;
	padding: 0 8px 8px 8px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/*�������к��Զ���������*/
.prod_default16 .p_group {
	width: 60%;
	padding: 10px 0 10px 10px;
	display: inline-block;
	float: left;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
}

.prod_default16 .p_group .p_lb {
	display: none;
}

.prod_default16 .p_line {
	margin: 0;
	overflow: hidden;
	width: 100% !important;
}

.prod_default16 .p_num {
	width: 40%;
	padding: 10px 10px 10px 0;
	display: inline-block;
	float: right;
	text-align: right;
	color: #ffffff;
	font-size: 14px;
}

.prod_default16 .p_jg {
	display: none;
}

.prod_default16 .p_price {
	line-height: 1;
	white-space: nowrap;
	display: block;
}

.prod_default16 .p_value {
	color: #ff002a;
	font-size: 24px;
}

.prod_default16 .unit {
	color: #ff002a;
	font-size: 24px;
}

.prod_default16 .p_vip {
	line-height: 1;
	white-space: nowrap;
	padding-top: 8px;
}

.prod_default16 .p_vip .v_jg {
	color: #888;
	font-size: 14px;
}

.prod_default16 .v_value {
	color: #888;
	font-size: 14px;
}

.prod_default16 .v_unit {
	color: #888;
	font-size: 14px;
}

.prod_default16 .pro_button {
	display: none;
	margin: 10px 0;
	overflow: hidden;
}

.prod_default16 .p_link {
	float: left;
	width: 48%;
	text-align: center;
}

.prod_default16 .p_link a {
	display: block;
	padding: 10px 15px;
}

.prod_default16 .p_cart {
	float: right;
	width: 48%;
	text-align: center;
}

.prod_default16 .p_cart a {
	display: block;
	padding: 10px 15px;
}

.prod_default16 .prod_info .p_buy {
	width: 100%;
	float: none !important;
	margin: 0 auto;
	clear: both;
	clear: both;
}

.prod_default16 .prod_info .p_buy a {
	height: 28px;
	line-height: 26px;
	text-align: center;
	color: #ff002a;
	border: 1px solid #a49d9c;
	padding: 0 30px;
	display: inline-block;
	font-size: 14px;
	box-shadow: #f73131 0px 0px 1px inset;
	margin-top: 20px;
}

.prod_default16 .zhekou {
	color: #ff002a;
	font-size: 22px;
	line-height: 1;
}

.prod_default16 .p_price2 {
	line-height: 1;
	padding-top: 10px;
	color: #888;
	font-family: "΢���ź�";
	text-decoration: line-through;
	font-size: 14px;
}

.prod_default16 .yuanjia2 {
	color: #888;
	font-size: 14px;
}

.prod_default16 .jiage {
	color: #888;
	font-size: 14px;
}

/*��ҳ*/
.prod_default16 .page_btn {
	clear: both;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.prod_default16 .page_btn a {
	display: inline-block;
	color: #333;
	box-sizing: border-box;
	margin: 0 5px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #ccc;
	font-family: 'microsoft YaHei';
}

.prod_default16 .page_btn a.cur,
.prod_default16 .page_btn a:hover {
	border: 1px solid #4c4c4c;
}

.prod_default16 .page_btn a:nth-child(n+12) {
	display: none;
}

.prod_default16 .page_btn a:nth-last-child(1),
.prod_default16 .page_btn a:nth-last-child(2),
.prod_default16 .page_btn a:nth-last-child(3) {
	display: inline-block !important;
}

.prod_default16 .prev_btn,
.prod_default16 .next_btn {
	font-family: '����' !important;
	border: 0 !important;
}

.prod_default16 .no_page {
	border: 0 !important;
}

.prod_default16 .page_btn a:nth-child(n+10) {
	display: none;
}


.prod_default16 .freeinfo {
	clear: both;
	overflow: hidden;
	margin-top: 5px;
}

.prod_default16 .freeinfo span {
	display: block;
	float: left;
	border: 1px solid red;
	border-radius: 5px;
	padding: 0 5px;
	color: red;
	margin-right: 5px;
	box-sizing: border-box;
}


/* ƴ�� */
.prod_default16 .Collage_ico {
	position: absolute;
	left: 10px;
	top: 0;
	width: 40px;
	height: 40px;
	z-index: 100;
}

.prod_default16 .Collage_ico img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.prod_default16 .end_text {
	color: white;
	padding-bottom: 10px;
}

@media screen and (min-width:768px) and (max-width:1200px) {
	.prod_default16 .p_group {
		padding: 8px 0 8px 8px;
	}

	.prod_default16 .p_num {
		padding: 8px 8px 8px 0;
	}

	.prod_default16 .p_value {
		font-size: 18px;
	}

	.prod_default16 .unit {
		font-size: 18px;
	}

	.prod_default16 .zhekou {
		font-size: 18px;
	}

	.prod_default16 .yuanjia2 {
		font-size: 12px;
	}

	.prod_default16 .p_price2 {
		font-size: 12px;
		padding-top: 8px;
	}

	.prod_default16 .jiage {
		font-size: 12px;
	}

	.prod_default16 .p_vip {
		padding-top: 8px;
	}

	.prod_default16 .p_vip .v_jg {
		font-size: 12px;
	}

	.prod_default16 .v_value {
		font-size: 12px;
	}

	.prod_default16 .v_unit {
		font-size: 12px;
	}

	.prod_default16 .prod_info .p_buy a {
		height: 26px;
		line-height: 24px;
		padding: 0 24px;
		font-size: 12px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {

	/*��Ʒ�б�*/
	.prod_default16 .p_name {
		font-size: 14px;
		margin-bottom: 4px;
		width: 92%;
		padding: 6px 0px 4px 0px;
	}

	.prod_default16 .prod {
		width: 50%;
		margin-right: 0;
		margin-bottom: 0;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}

	.prod_default16 .prod:nth-child(2n) {
		border-right: none;
	}

	.prod_default16 .unit,
	.prod_default16 .p_vip .v_jg,
	.prod_default16 .v_unit {
		font-size: 12px;
	}

	.prod_default16 .p_vip {
		line-height: normal;
		padding-top: 0px;
	}

	.prod_default16 .v_value {
		font-size: 12px;
	}

	.prod_default16 .prod .p_detail {
		padding: 0 6px 6px 6px;
	}

	.prod_default16 .p_value {
		font-size: 14px;
	}

	.prod_default16 .unit {
		font-size: 14px;
	}

	.prod_default16 .zhekou {
		font-size: 14px;
	}

	.prod_default16 .p_price2 {
		font-size: 12px;
		padding-top: 6px;
	}

	.prod_default16 .yuanjia2 {
		font-size: 12px;
	}

	.prod_default16 .jiage {
		font-size: 12px;
	}

	.prod_default16 .prod_info .p_buy a {
		height: 24px;
		line-height: 22px;
		font-size: 12px;
		margin-top: 14px;
		padding: 0 18px;
	}

	.prod_default16 .p_group {
		padding: 6px 0 6px 6px;
		font-size: 12px;
	}

	.prod_default16 .p_num {
		padding: 6px 6px 6px 0;
		font-size: 12px;
	}

	.prod_default16 .p_vip {
		padding-top: 6px;
	}

	.prod_default16 .Collage_ico {
		width: 25px;
		height: 25px;
	}
}

/*pc*/
#productList_style_23_1584957235790 li {
	width: 23.5%;
}

#productList_style_23_1584957235790 li.prod_Item {
	margin-bottom: 2%;
}

@media screen and (max-width: 1024px) {

	/*ipad*/
	#productList_style_23_1584957235790 li {
		width: 23.5%;
	}

	#productList_style_23_1584957235790 li.prod_Item {
		margin-bottom: 2%;
	}
}

@media screen and (max-width: 768px) {

	/*mobi*/
	#productList_style_23_1584957235790 li {
		width: 49%;
	}

	#productList_style_23_1584957235790 li.prod_Item {
		margin-bottom: 2%;
	}
}

#productList_style_23_1584957235790 .p_detail.pc,
#productList_style_23_1584957235790 .p_name.pc {
	display: block;
}

#productList_style_23_1584957235790 .p_detail.pad,
#productList_style_23_1584957235790 .p_detail.mobile,
#productList_style_23_1584957235790 .p_name.pad,
#productList_style_23_1584957235790 .p_name.mobile {
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {

	#productList_style_23_1584957235790 .p_detail.pad,
	#productList_style_23_1584957235790 .p_name.pad {
		display: block;
	}

	#productList_style_23_1584957235790 .p_detail.pc,
	#productList_style_23_1584957235790 .p_detail.mobile,
	#productList_style_23_1584957235790 .p_name.pc,
	#productList_style_23_1584957235790 .p_name.mobile {
		display: none;
	}
}

@media screen and (max-width:640px) {

	#productList_style_23_1584957235790 .p_detail.mobile,
	#productList_style_23_1584957235790 .p_name.mobile {
		display: block;
	}

	#productList_style_23_1584957235790 .p_detail.pc,
	#productList_style_23_1584957235790 .p_detail.pad,
	#productList_style_23_1584957235790 .p_name.pc,
	#productList_style_23_1584957235790 .p_name.pad {
		display: none;
	}
}


/*��Ʒ״̬  ��Ʒ  �Ƽ�*/
#productList_style_23_1584957235790 .status {
	color: red;
	display: inline-block;
	border: 1px solid red;
	padding: 0 2px;
	margin-right: 5px;
	text-align: center;
	font-size: 12px;
	font-family: 'Times New Roman';
	vertical-align: middle;
	text-indent: 0px;
}



#productList_style_23_1584957235790 .page_btn {
	font-size: 14px;
	text-align: center;
}

#productList_style_23_1584957235790 .page_btn .all_page {
	display: inline-block;
	margin: 0 10px;
}

#productList_style_23_1584957235790 .page:hover {
	background: red;
	color: white;
	cursor: pointer;
}

#productList_style_23_1584957235790 .page_btn .cur {
	background: red;
	color: white;
	cursor: pointer;
}

#productList_style_23_1584957235790 .submit_div {
	display: inline-block;
}

#productList_style_23_1584957235790 .page_btn input {
	width: 50px;
	margin: 0 5px;
}

#productList_style_23_1584957235790 .page_btn input:hover {
	cursor: default;
	background: white;
	color: #333;
}

#productList_style_23_1584957235790 .page_submit {
	margin-left: 5px;
}

#productList_style_23_1584957235790 .page {
	display: inline-block;
	border: none;
	background: white;
	text-align: center;
	width: auto;
	padding: 0 15px;
	margin: 0 .5px;
	height: auto;
	line-height: 35px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #e5e5e5;
}

@media screen and (max-width:640px) {
	#productList_style_23_1584957235790 .page_btn {
		font-size: 12px;
	}

	#productList_style_23_1584957235790 .submit_div {
		display: none;
	}
}

#productList_style_23_1584957235790 .page {
	width: auto;
	margin: 0 5px 10px 5px;
	border-radius: 5px;
}

@media screen and (max-width:640px) {
	#productList_style_23_1584957235790 .page {
		line-height: 30px;
		padding: 0 13px;
	}
}

#productList_style_23_1584957235790 .showActivity {
	display: none !important;
}

#productList_style_23_1584957235790 .btnaSet,
#productList_style_23_1584957235790 .btnaSet a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.prodcateStyle_5 {
	clear: both;
	width: 100%;
	overflow: hidden;
}

.prodcateStyle_5 * {
	transition: all ease-out .2s;
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-o-transition: all ease-out .2s;
	box-sizing: border-box;
}

.prodcateStyle_5>ul>li>a,
.prodcateStyle_5 .subCateUl>ul>li>a,
.prodcateStyle_5 .subCateUl2>li>a {
	color: inherit;
	line-height: inherit;
	height: inherit;
	white-space: nowrap;
}

.prodcateStyle_5 i {
	margin-left: 5px;
}

.prodcateStyle_5>ul {
	width: 100%;
	background: #fff;
	overflow: hidden;
}

.prodcateStyle_5>ul>li {
	float: left;
	padding: 15px;
	font-size: 14px;
	color: #555;
	font-family: '����';
	text-align: center;
}

.prodcateStyle_5>ul>li>a {
	padding: 10px;
}


/*@media screen and (max-width:767px){*/
/*.prodcateStyle_5 i{display: none;}	*/
/*.prodcateStyle_5>ul{width: 100%;}*/
/*.prodcateStyle_5>ul>li{width: 100%; clear: both; font-size: 14px; line-height: 28px; color: #0da3b4; font-family: microsoft yahei; background: #fff; margin-bottom: 5px; border-bottom:1px solid #eee; padding: 0 10px;}*/
/*.prodcateStyle_5>ul>li:after{content: ''; display: block; clear: both;}*/
/*.prodcateStyle_5 .subCateUl{}*/
/*.prodcateStyle_5 .subCateUl>ul{overflow: hidden;}*/
/*.prodcateStyle_5 .subCateUl>ul>li{width: 100%; clear: both; font-weight: bold; font-size: 12px; line-height: 24px;}*/
/*.prodcateStyle_5 .subCateUl>ul>li>a{float: left; width: 25%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}*/
/*.prodcateStyle_5 .subCateUl2{float: left; width:75%;}*/
/*.prodcateStyle_5 .subCateUl2>li{float: left; margin-right: 5px; margin-bottom: 5px; font-size: 12px; line-height: 24px; padding: 0 6px; border-radius: 12px; background: #eee; color: #333;}*/

/*}*/
#image_style_01_1585142430985 .CompatibleImg img {
	width: auto;
	height: 100%;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1585142430985 .CompatibleImg img {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1585142430985 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1585142430985 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

/*��Ʒ��ʽ*/
.prod_default16 {
	width: 100%;
	clear: both;
}

.prod_default16 * {
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	box-sizing: border-box;
}

.prod_default16 ul {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.prod_default16 .prod_Item {
	text-align: center;
	-style: none;
	height: auto;
	padding: 0px;
	box-sizing: border-box;
	overflow: hidden;
}

.prod_default16 .relative {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.prod_default16 .prodImg_box {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #eee;
	box-sizing: border-box;
}

.prod_default16 .prod_img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.prod_default16 .prod_img img.horizontal {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.prod_default16 .prod_img img.vertical {
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.prod_default16 .dummy {
	margin-top: 75%
}

/*���Ʋ�ƷͼƬ��ʾ����*/
.prod_default16 .sortsale {
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
}

.prod_default16 .prod_info {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.prod_default16 .p_name {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0 auto;
	width: 80%;
	font-size: 16px;
	border-bottom: 1px solid #333333;
	padding: 12px 6px 8px 6px;
	margin-bottom: 8px;
	overflow: hidden;
	line-height: 1.4;
}

.prod_default16 .p_name a {
	display: block;
	color: inherit;
	text-decoration: inherit;
}

.prod_default16 .p_detail {
	font-size: 12px;
	color: #666;
	display: block;
	padding: 0 8px 8px 8px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/*�������к��Զ���������*/
.prod_default16 .p_group {
	width: 60%;
	padding: 10px 0 10px 10px;
	display: inline-block;
	float: left;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
}

.prod_default16 .p_group .p_lb {
	display: none;
}

.prod_default16 .p_line {
	margin: 0;
	overflow: hidden;
	width: 100% !important;
}

.prod_default16 .p_num {
	width: 40%;
	padding: 10px 10px 10px 0;
	display: inline-block;
	float: right;
	text-align: right;
	color: #ffffff;
	font-size: 14px;
}

.prod_default16 .p_jg {
	display: none;
}

.prod_default16 .p_price {
	line-height: 1;
	white-space: nowrap;
	display: block;
}

.prod_default16 .p_value {
	color: #ff002a;
	font-size: 24px;
}

.prod_default16 .unit {
	color: #ff002a;
	font-size: 24px;
}

.prod_default16 .p_vip {
	line-height: 1;
	white-space: nowrap;
	padding-top: 8px;
}

.prod_default16 .p_vip .v_jg {
	color: #888;
	font-size: 14px;
}

.prod_default16 .v_value {
	color: #888;
	font-size: 14px;
}

.prod_default16 .v_unit {
	color: #888;
	font-size: 14px;
}

.prod_default16 .pro_button {
	display: none;
	margin: 10px 0;
	overflow: hidden;
}

.prod_default16 .p_link {
	float: left;
	width: 48%;
	text-align: center;
}

.prod_default16 .p_link a {
	display: block;
	padding: 10px 15px;
}

.prod_default16 .p_cart {
	float: right;
	width: 48%;
	text-align: center;
}

.prod_default16 .p_cart a {
	display: block;
	padding: 10px 15px;
}

.prod_default16 .prod_info .p_buy {
	width: 100%;
	float: none !important;
	margin: 0 auto;
	clear: both;
	clear: both;
}

.prod_default16 .prod_info .p_buy a {
	height: 28px;
	line-height: 26px;
	text-align: center;
	color: #ff002a;
	border: 1px solid #a49d9c;
	padding: 0 30px;
	display: inline-block;
	font-size: 14px;
	box-shadow: #f73131 0px 0px 1px inset;
	margin-top: 20px;
}

.prod_default16 .zhekou {
	color: #ff002a;
	font-size: 22px;
	line-height: 1;
}

.prod_default16 .p_price2 {
	line-height: 1;
	padding-top: 10px;
	color: #888;
	font-family: "΢���ź�";
	text-decoration: line-through;
	font-size: 14px;
}

.prod_default16 .yuanjia2 {
	color: #888;
	font-size: 14px;
}

.prod_default16 .jiage {
	color: #888;
	font-size: 14px;
}

/*��ҳ*/
.prod_default16 .page_btn {
	clear: both;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.prod_default16 .page_btn a {
	display: inline-block;
	color: #333;
	box-sizing: border-box;
	margin: 0 5px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #ccc;
	font-family: 'microsoft YaHei';
}

.prod_default16 .page_btn a.cur,
.prod_default16 .page_btn a:hover {
	border: 1px solid #4c4c4c;
}

.prod_default16 .page_btn a:nth-child(n+12) {
	display: none;
}

.prod_default16 .page_btn a:nth-last-child(1),
.prod_default16 .page_btn a:nth-last-child(2),
.prod_default16 .page_btn a:nth-last-child(3) {
	display: inline-block !important;
}

.prod_default16 .prev_btn,
.prod_default16 .next_btn {
	font-family: '����' !important;
	border: 0 !important;
}

.prod_default16 .no_page {
	border: 0 !important;
}

.prod_default16 .page_btn a:nth-child(n+10) {
	display: none;
}


.prod_default16 .freeinfo {
	clear: both;
	overflow: hidden;
	margin-top: 5px;
}

.prod_default16 .freeinfo span {
	display: block;
	float: left;
	border: 1px solid red;
	border-radius: 5px;
	padding: 0 5px;
	color: red;
	margin-right: 5px;
	box-sizing: border-box;
}


/* ƴ�� */
.prod_default16 .Collage_ico {
	position: absolute;
	left: 10px;
	top: 0;
	width: 40px;
	height: 40px;
	z-index: 100;
}

.prod_default16 .Collage_ico img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.prod_default16 .end_text {
	color: white;
	padding-bottom: 10px;
}

@media screen and (min-width:768px) and (max-width:1200px) {
	.prod_default16 .p_group {
		padding: 8px 0 8px 8px;
	}

	.prod_default16 .p_num {
		padding: 8px 8px 8px 0;
	}

	.prod_default16 .p_value {
		font-size: 18px;
	}

	.prod_default16 .unit {
		font-size: 18px;
	}

	.prod_default16 .zhekou {
		font-size: 18px;
	}

	.prod_default16 .yuanjia2 {
		font-size: 12px;
	}

	.prod_default16 .p_price2 {
		font-size: 12px;
		padding-top: 8px;
	}

	.prod_default16 .jiage {
		font-size: 12px;
	}

	.prod_default16 .p_vip {
		padding-top: 8px;
	}

	.prod_default16 .p_vip .v_jg {
		font-size: 12px;
	}

	.prod_default16 .v_value {
		font-size: 12px;
	}

	.prod_default16 .v_unit {
		font-size: 12px;
	}

	.prod_default16 .prod_info .p_buy a {
		height: 26px;
		line-height: 24px;
		padding: 0 24px;
		font-size: 12px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {

	/*��Ʒ�б�*/
	.prod_default16 .p_name {
		font-size: 14px;
		margin-bottom: 4px;
		width: 92%;
		padding: 6px 0px 4px 0px;
	}

	.prod_default16 .prod {
		width: 50%;
		margin-right: 0;
		margin-bottom: 0;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}

	.prod_default16 .prod:nth-child(2n) {
		border-right: none;
	}

	.prod_default16 .unit,
	.prod_default16 .p_vip .v_jg,
	.prod_default16 .v_unit {
		font-size: 12px;
	}

	.prod_default16 .p_vip {
		line-height: normal;
		padding-top: 0px;
	}

	.prod_default16 .v_value {
		font-size: 12px;
	}

	.prod_default16 .prod .p_detail {
		padding: 0 6px 6px 6px;
	}

	.prod_default16 .p_value {
		font-size: 14px;
	}

	.prod_default16 .unit {
		font-size: 14px;
	}

	.prod_default16 .zhekou {
		font-size: 14px;
	}

	.prod_default16 .p_price2 {
		font-size: 12px;
		padding-top: 6px;
	}

	.prod_default16 .yuanjia2 {
		font-size: 12px;
	}

	.prod_default16 .jiage {
		font-size: 12px;
	}

	.prod_default16 .prod_info .p_buy a {
		height: 24px;
		line-height: 22px;
		font-size: 12px;
		margin-top: 14px;
		padding: 0 18px;
	}

	.prod_default16 .p_group {
		padding: 6px 0 6px 6px;
		font-size: 12px;
	}

	.prod_default16 .p_num {
		padding: 6px 6px 6px 0;
		font-size: 12px;
	}

	.prod_default16 .p_vip {
		padding-top: 6px;
	}

	.prod_default16 .Collage_ico {
		width: 25px;
		height: 25px;
	}
}

/*pc*/
#productList_style_16_1585142430731 li {
	width: 23.5%;
}

#productList_style_16_1585142430731 li.prod_Item {
	margin-bottom: 2%;
}

@media screen and (max-width: 1024px) {

	/*ipad*/
	#productList_style_16_1585142430731 li {
		width: 23.5%;
	}

	#productList_style_16_1585142430731 li.prod_Item {
		margin-bottom: 2%;
	}
}

@media screen and (max-width: 768px) {

	/*mobi*/
	#productList_style_16_1585142430731 li {
		width: 49%;
	}

	#productList_style_16_1585142430731 li.prod_Item {
		margin-bottom: 2%;
	}
}

#productList_style_16_1585142430731 .p_detail.pc,
#productList_style_16_1585142430731 .p_name.pc {
	display: block;
}

#productList_style_16_1585142430731 .p_detail.pad,
#productList_style_16_1585142430731 .p_detail.mobile,
#productList_style_16_1585142430731 .p_name.pad,
#productList_style_16_1585142430731 .p_name.mobile {
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {

	#productList_style_16_1585142430731 .p_detail.pad,
	#productList_style_16_1585142430731 .p_name.pad {
		display: block;
	}

	#productList_style_16_1585142430731 .p_detail.pc,
	#productList_style_16_1585142430731 .p_detail.mobile,
	#productList_style_16_1585142430731 .p_name.pc,
	#productList_style_16_1585142430731 .p_name.mobile {
		display: none;
	}
}

@media screen and (max-width:640px) {

	#productList_style_16_1585142430731 .p_detail.mobile,
	#productList_style_16_1585142430731 .p_name.mobile {
		display: block;
	}

	#productList_style_16_1585142430731 .p_detail.pc,
	#productList_style_16_1585142430731 .p_detail.pad,
	#productList_style_16_1585142430731 .p_name.pc,
	#productList_style_16_1585142430731 .p_name.pad {
		display: none;
	}
}


/*��Ʒ״̬  ��Ʒ  �Ƽ�*/
#productList_style_16_1585142430731 .status {
	color: red;
	display: inline-block;
	border: 1px solid red;
	padding: 0 2px;
	margin-right: 5px;
	text-align: center;
	font-size: 12px;
	font-family: 'Times New Roman';
	vertical-align: middle;
	text-indent: 0px;
}



#productList_style_16_1585142430731 .page_btn {
	font-size: 14px;
	text-align: center;
}

#productList_style_16_1585142430731 .page_btn .all_page {
	display: inline-block;
	margin: 0 10px;
}

#productList_style_16_1585142430731 .page:hover {
	background: red;
	color: white;
	cursor: pointer;
}

#productList_style_16_1585142430731 .page_btn .cur {
	background: red;
	color: white;
	cursor: pointer;
}

#productList_style_16_1585142430731 .submit_div {
	display: inline-block;
}

#productList_style_16_1585142430731 .page_btn input {
	width: 50px;
	margin: 0 5px;
}

#productList_style_16_1585142430731 .page_btn input:hover {
	cursor: default;
	background: white;
	color: #333;
}

#productList_style_16_1585142430731 .page_submit {
	margin-left: 5px;
}

#productList_style_16_1585142430731 .page {
	display: inline-block;
	border: none;
	background: white;
	text-align: center;
	width: auto;
	padding: 0 15px;
	margin: 0 .5px;
	height: auto;
	line-height: 35px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #e5e5e5;
}

@media screen and (max-width:640px) {
	#productList_style_16_1585142430731 .page_btn {
		font-size: 12px;
	}

	#productList_style_16_1585142430731 .submit_div {
		display: none;
	}
}

#productList_style_16_1585142430731 .page {
	width: auto;
	margin: 0 5px 10px 5px;
	border-radius: 5px;
}

@media screen and (max-width:640px) {
	#productList_style_16_1585142430731 .page {
		line-height: 30px;
		padding: 0 13px;
	}
}

#productList_style_16_1585142430731 .showActivity {
	display: none !important;
}

#productList_style_16_1585142430731 .btnaSet,
#productList_style_16_1585142430731 .btnaSet a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.prodcateStyle_5 {
	clear: both;
	width: 100%;
	overflow: hidden;
}

.prodcateStyle_5 * {
	transition: all ease-out .2s;
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-o-transition: all ease-out .2s;
	box-sizing: border-box;
}

.prodcateStyle_5>ul>li>a,
.prodcateStyle_5 .subCateUl>ul>li>a,
.prodcateStyle_5 .subCateUl2>li>a {
	color: inherit;
	line-height: inherit;
	height: inherit;
	white-space: nowrap;
}

.prodcateStyle_5 i {
	margin-left: 5px;
}

.prodcateStyle_5>ul {
	width: 100%;
	background: #fff;
	overflow: hidden;
}

.prodcateStyle_5>ul>li {
	float: left;
	padding: 15px;
	font-size: 14px;
	color: #555;
	font-family: '����';
	text-align: center;
}

.prodcateStyle_5>ul>li>a {
	padding: 10px;
}


/*@media screen and (max-width:767px){*/
/*.prodcateStyle_5 i{display: none;}	*/
/*.prodcateStyle_5>ul{width: 100%;}*/
/*.prodcateStyle_5>ul>li{width: 100%; clear: both; font-size: 14px; line-height: 28px; color: #0da3b4; font-family: microsoft yahei; background: #fff; margin-bottom: 5px; border-bottom:1px solid #eee; padding: 0 10px;}*/
/*.prodcateStyle_5>ul>li:after{content: ''; display: block; clear: both;}*/
/*.prodcateStyle_5 .subCateUl{}*/
/*.prodcateStyle_5 .subCateUl>ul{overflow: hidden;}*/
/*.prodcateStyle_5 .subCateUl>ul>li{width: 100%; clear: both; font-weight: bold; font-size: 12px; line-height: 24px;}*/
/*.prodcateStyle_5 .subCateUl>ul>li>a{float: left; width: 25%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}*/
/*.prodcateStyle_5 .subCateUl2{float: left; width:75%;}*/
/*.prodcateStyle_5 .subCateUl2>li{float: left; margin-right: 5px; margin-bottom: 5px; font-size: 12px; line-height: 24px; padding: 0 6px; border-radius: 12px; background: #eee; color: #333;}*/

/*}*/
#image_style_01_1585728541661 .CompatibleImg img {
	width: auto;
	height: 100%;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1585728541661 .CompatibleImg img {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1585728541661 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1585728541661 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

/*��Ʒ��ʽ*/
.prod_default16 {
	width: 100%;
	clear: both;
}

.prod_default16 * {
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	box-sizing: border-box;
}

.prod_default16 ul {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.prod_default16 .prod_Item {
	text-align: center;
	-style: none;
	height: auto;
	padding: 0px;
	box-sizing: border-box;
	overflow: hidden;
}

.prod_default16 .relative {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.prod_default16 .prodImg_box {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #eee;
	box-sizing: border-box;
}

.prod_default16 .prod_img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.prod_default16 .prod_img img.horizontal {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.prod_default16 .prod_img img.vertical {
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.prod_default16 .dummy {
	margin-top: 75%
}

/*���Ʋ�ƷͼƬ��ʾ����*/
.prod_default16 .sortsale {
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
}

.prod_default16 .prod_info {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.prod_default16 .p_name {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0 auto;
	width: 80%;
	font-size: 16px;
	border-bottom: 1px solid #333333;
	padding: 12px 6px 8px 6px;
	margin-bottom: 8px;
	overflow: hidden;
	line-height: 1.4;
}

.prod_default16 .p_name a {
	display: block;
	color: inherit;
	text-decoration: inherit;
}

.prod_default16 .p_detail {
	font-size: 12px;
	color: #666;
	display: block;
	padding: 0 8px 8px 8px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/*�������к��Զ���������*/
.prod_default16 .p_group {
	width: 60%;
	padding: 10px 0 10px 10px;
	display: inline-block;
	float: left;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
}

.prod_default16 .p_group .p_lb {
	display: none;
}

.prod_default16 .p_line {
	margin: 0;
	overflow: hidden;
	width: 100% !important;
}

.prod_default16 .p_num {
	width: 40%;
	padding: 10px 10px 10px 0;
	display: inline-block;
	float: right;
	text-align: right;
	color: #ffffff;
	font-size: 14px;
}

.prod_default16 .p_jg {
	display: none;
}

.prod_default16 .p_price {
	line-height: 1;
	white-space: nowrap;
	display: block;
}

.prod_default16 .p_value {
	color: #ff002a;
	font-size: 24px;
}

.prod_default16 .unit {
	color: #ff002a;
	font-size: 24px;
}

.prod_default16 .p_vip {
	line-height: 1;
	white-space: nowrap;
	padding-top: 8px;
}

.prod_default16 .p_vip .v_jg {
	color: #888;
	font-size: 14px;
}

.prod_default16 .v_value {
	color: #888;
	font-size: 14px;
}

.prod_default16 .v_unit {
	color: #888;
	font-size: 14px;
}

.prod_default16 .pro_button {
	display: none;
	margin: 10px 0;
	overflow: hidden;
}

.prod_default16 .p_link {
	float: left;
	width: 48%;
	text-align: center;
}

.prod_default16 .p_link a {
	display: block;
	padding: 10px 15px;
}

.prod_default16 .p_cart {
	float: right;
	width: 48%;
	text-align: center;
}

.prod_default16 .p_cart a {
	display: block;
	padding: 10px 15px;
}

.prod_default16 .prod_info .p_buy {
	width: 100%;
	float: none !important;
	margin: 0 auto;
	clear: both;
	clear: both;
}

.prod_default16 .prod_info .p_buy a {
	height: 28px;
	line-height: 26px;
	text-align: center;
	color: #ff002a;
	border: 1px solid #a49d9c;
	padding: 0 30px;
	display: inline-block;
	font-size: 14px;
	box-shadow: #f73131 0px 0px 1px inset;
	margin-top: 20px;
}

.prod_default16 .zhekou {
	color: #ff002a;
	font-size: 22px;
	line-height: 1;
}

.prod_default16 .p_price2 {
	line-height: 1;
	padding-top: 10px;
	color: #888;
	font-family: "΢���ź�";
	text-decoration: line-through;
	font-size: 14px;
}

.prod_default16 .yuanjia2 {
	color: #888;
	font-size: 14px;
}

.prod_default16 .jiage {
	color: #888;
	font-size: 14px;
}

/*��ҳ*/
.prod_default16 .page_btn {
	clear: both;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.prod_default16 .page_btn a {
	display: inline-block;
	color: #333;
	box-sizing: border-box;
	margin: 0 5px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #ccc;
	font-family: 'microsoft YaHei';
}

.prod_default16 .page_btn a.cur,
.prod_default16 .page_btn a:hover {
	border: 1px solid #4c4c4c;
}

.prod_default16 .page_btn a:nth-child(n+12) {
	display: none;
}

.prod_default16 .page_btn a:nth-last-child(1),
.prod_default16 .page_btn a:nth-last-child(2),
.prod_default16 .page_btn a:nth-last-child(3) {
	display: inline-block !important;
}

.prod_default16 .prev_btn,
.prod_default16 .next_btn {
	font-family: '����' !important;
	border: 0 !important;
}

.prod_default16 .no_page {
	border: 0 !important;
}

.prod_default16 .page_btn a:nth-child(n+10) {
	display: none;
}


.prod_default16 .freeinfo {
	clear: both;
	overflow: hidden;
	margin-top: 5px;
}

.prod_default16 .freeinfo span {
	display: block;
	float: left;
	border: 1px solid red;
	border-radius: 5px;
	padding: 0 5px;
	color: red;
	margin-right: 5px;
	box-sizing: border-box;
}


/* ƴ�� */
.prod_default16 .Collage_ico {
	position: absolute;
	left: 10px;
	top: 0;
	width: 40px;
	height: 40px;
	z-index: 100;
}

.prod_default16 .Collage_ico img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.prod_default16 .end_text {
	color: white;
	padding-bottom: 10px;
}

@media screen and (min-width:768px) and (max-width:1200px) {
	.prod_default16 .p_group {
		padding: 8px 0 8px 8px;
	}

	.prod_default16 .p_num {
		padding: 8px 8px 8px 0;
	}

	.prod_default16 .p_value {
		font-size: 18px;
	}

	.prod_default16 .unit {
		font-size: 18px;
	}

	.prod_default16 .zhekou {
		font-size: 18px;
	}

	.prod_default16 .yuanjia2 {
		font-size: 12px;
	}

	.prod_default16 .p_price2 {
		font-size: 12px;
		padding-top: 8px;
	}

	.prod_default16 .jiage {
		font-size: 12px;
	}

	.prod_default16 .p_vip {
		padding-top: 8px;
	}

	.prod_default16 .p_vip .v_jg {
		font-size: 12px;
	}

	.prod_default16 .v_value {
		font-size: 12px;
	}

	.prod_default16 .v_unit {
		font-size: 12px;
	}

	.prod_default16 .prod_info .p_buy a {
		height: 26px;
		line-height: 24px;
		padding: 0 24px;
		font-size: 12px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {

	/*��Ʒ�б�*/
	.prod_default16 .p_name {
		font-size: 14px;
		margin-bottom: 4px;
		width: 92%;
		padding: 6px 0px 4px 0px;
	}

	.prod_default16 .prod {
		width: 50%;
		margin-right: 0;
		margin-bottom: 0;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}

	.prod_default16 .prod:nth-child(2n) {
		border-right: none;
	}

	.prod_default16 .unit,
	.prod_default16 .p_vip .v_jg,
	.prod_default16 .v_unit {
		font-size: 12px;
	}

	.prod_default16 .p_vip {
		line-height: normal;
		padding-top: 0px;
	}

	.prod_default16 .v_value {
		font-size: 12px;
	}

	.prod_default16 .prod .p_detail {
		padding: 0 6px 6px 6px;
	}

	.prod_default16 .p_value {
		font-size: 14px;
	}

	.prod_default16 .unit {
		font-size: 14px;
	}

	.prod_default16 .zhekou {
		font-size: 14px;
	}

	.prod_default16 .p_price2 {
		font-size: 12px;
		padding-top: 6px;
	}

	.prod_default16 .yuanjia2 {
		font-size: 12px;
	}

	.prod_default16 .jiage {
		font-size: 12px;
	}

	.prod_default16 .prod_info .p_buy a {
		height: 24px;
		line-height: 22px;
		font-size: 12px;
		margin-top: 14px;
		padding: 0 18px;
	}

	.prod_default16 .p_group {
		padding: 6px 0 6px 6px;
		font-size: 12px;
	}

	.prod_default16 .p_num {
		padding: 6px 6px 6px 0;
		font-size: 12px;
	}

	.prod_default16 .p_vip {
		padding-top: 6px;
	}

	.prod_default16 .Collage_ico {
		width: 25px;
		height: 25px;
	}
}

/*pc*/
#productList_style_16_1585728541515 li {
	width: 23.5%;
}

#productList_style_16_1585728541515 li.prod_Item {
	margin-bottom: 2%;
}

@media screen and (max-width: 1024px) {

	/*ipad*/
	#productList_style_16_1585728541515 li {
		width: 23.5%;
	}

	#productList_style_16_1585728541515 li.prod_Item {
		margin-bottom: 2%;
	}
}

@media screen and (max-width: 768px) {

	/*mobi*/
	#productList_style_16_1585728541515 li {
		width: 49%;
	}

	#productList_style_16_1585728541515 li.prod_Item {
		margin-bottom: 2%;
	}
}

#productList_style_16_1585728541515 .p_detail.pc,
#productList_style_16_1585728541515 .p_name.pc {
	display: block;
}

#productList_style_16_1585728541515 .p_detail.pad,
#productList_style_16_1585728541515 .p_detail.mobile,
#productList_style_16_1585728541515 .p_name.pad,
#productList_style_16_1585728541515 .p_name.mobile {
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {

	#productList_style_16_1585728541515 .p_detail.pad,
	#productList_style_16_1585728541515 .p_name.pad {
		display: block;
	}

	#productList_style_16_1585728541515 .p_detail.pc,
	#productList_style_16_1585728541515 .p_detail.mobile,
	#productList_style_16_1585728541515 .p_name.pc,
	#productList_style_16_1585728541515 .p_name.mobile {
		display: none;
	}
}

@media screen and (max-width:640px) {

	#productList_style_16_1585728541515 .p_detail.mobile,
	#productList_style_16_1585728541515 .p_name.mobile {
		display: block;
	}

	#productList_style_16_1585728541515 .p_detail.pc,
	#productList_style_16_1585728541515 .p_detail.pad,
	#productList_style_16_1585728541515 .p_name.pc,
	#productList_style_16_1585728541515 .p_name.pad {
		display: none;
	}
}


/*��Ʒ״̬  ��Ʒ  �Ƽ�*/
#productList_style_16_1585728541515 .status {
	color: red;
	display: inline-block;
	border: 1px solid red;
	padding: 0 2px;
	margin-right: 5px;
	text-align: center;
	font-size: 12px;
	font-family: 'Times New Roman';
	vertical-align: middle;
	text-indent: 0px;
}



#productList_style_16_1585728541515 .page_btn {
	font-size: 14px;
	text-align: center;
}

#productList_style_16_1585728541515 .page_btn .all_page {
	display: inline-block;
	margin: 0 10px;
}

#productList_style_16_1585728541515 .page:hover {
	background: red;
	color: white;
	cursor: pointer;
}

#productList_style_16_1585728541515 .page_btn .cur {
	background: red;
	color: white;
	cursor: pointer;
}

#productList_style_16_1585728541515 .submit_div {
	display: inline-block;
}

#productList_style_16_1585728541515 .page_btn input {
	width: 50px;
	margin: 0 5px;
}

#productList_style_16_1585728541515 .page_btn input:hover {
	cursor: default;
	background: white;
	color: #333;
}

#productList_style_16_1585728541515 .page_submit {
	margin-left: 5px;
}

#productList_style_16_1585728541515 .page {
	display: inline-block;
	border: none;
	background: white;
	text-align: center;
	width: auto;
	padding: 0 15px;
	margin: 0 .5px;
	height: auto;
	line-height: 35px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #e5e5e5;
}

@media screen and (max-width:640px) {
	#productList_style_16_1585728541515 .page_btn {
		font-size: 12px;
	}

	#productList_style_16_1585728541515 .submit_div {
		display: none;
	}
}

#productList_style_16_1585728541515 .page {
	width: auto;
	margin: 0 5px 10px 5px;
	border-radius: 5px;
}

@media screen and (max-width:640px) {
	#productList_style_16_1585728541515 .page {
		line-height: 30px;
		padding: 0 13px;
	}
}

#productList_style_16_1585728541515 .showActivity {
	display: none !important;
}

#productList_style_16_1585728541515 .btnaSet,
#productList_style_16_1585728541515 .btnaSet a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.prodcateStyle_5 {
	clear: both;
	width: 100%;
	overflow: hidden;
}

.prodcateStyle_5 * {
	transition: all ease-out .2s;
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-o-transition: all ease-out .2s;
	box-sizing: border-box;
}

.prodcateStyle_5>ul>li>a,
.prodcateStyle_5 .subCateUl>ul>li>a,
.prodcateStyle_5 .subCateUl2>li>a {
	color: inherit;
	line-height: inherit;
	height: inherit;
	white-space: nowrap;
}

.prodcateStyle_5 i {
	margin-left: 5px;
}

.prodcateStyle_5>ul {
	width: 100%;
	background: #fff;
	overflow: hidden;
}

.prodcateStyle_5>ul>li {
	float: left;
	padding: 15px;
	font-size: 14px;
	color: #555;
	font-family: '����';
	text-align: center;
}

.prodcateStyle_5>ul>li>a {
	padding: 10px;
}


/*@media screen and (max-width:767px){*/
/*.prodcateStyle_5 i{display: none;}	*/
/*.prodcateStyle_5>ul{width: 100%;}*/
/*.prodcateStyle_5>ul>li{width: 100%; clear: both; font-size: 14px; line-height: 28px; color: #0da3b4; font-family: microsoft yahei; background: #fff; margin-bottom: 5px; border-bottom:1px solid #eee; padding: 0 10px;}*/
/*.prodcateStyle_5>ul>li:after{content: ''; display: block; clear: both;}*/
/*.prodcateStyle_5 .subCateUl{}*/
/*.prodcateStyle_5 .subCateUl>ul{overflow: hidden;}*/
/*.prodcateStyle_5 .subCateUl>ul>li{width: 100%; clear: both; font-weight: bold; font-size: 12px; line-height: 24px;}*/
/*.prodcateStyle_5 .subCateUl>ul>li>a{float: left; width: 25%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}*/
/*.prodcateStyle_5 .subCateUl2{float: left; width:75%;}*/
/*.prodcateStyle_5 .subCateUl2>li{float: left; margin-right: 5px; margin-bottom: 5px; font-size: 12px; line-height: 24px; padding: 0 6px; border-radius: 12px; background: #eee; color: #333;}*/

/*}*/
#image_style_01_1585728550479 .CompatibleImg img {
	width: auto;
	height: 100%;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1585728550479 .CompatibleImg img {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1585728550479 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1585728550479 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

/*��Ʒ��ʽ*/
.prod_default16 {
	width: 100%;
	clear: both;
}

.prod_default16 * {
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	box-sizing: border-box;
}

.prod_default16 ul {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.prod_default16 .prod_Item {
	text-align: center;
	-style: none;
	height: auto;
	padding: 0px;
	box-sizing: border-box;
	overflow: hidden;
}

.prod_default16 .relative {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.prod_default16 .prodImg_box {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #eee;
	box-sizing: border-box;
}

.prod_default16 .prod_img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.prod_default16 .prod_img img.horizontal {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.prod_default16 .prod_img img.vertical {
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.prod_default16 .dummy {
	margin-top: 75%
}

/*���Ʋ�ƷͼƬ��ʾ����*/
.prod_default16 .sortsale {
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
}

.prod_default16 .prod_info {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.prod_default16 .p_name {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0 auto;
	width: 80%;
	font-size: 16px;
	border-bottom: 1px solid #333333;
	padding: 12px 6px 8px 6px;
	margin-bottom: 8px;
	overflow: hidden;
	line-height: 1.4;
}

.prod_default16 .p_name a {
	display: block;
	color: inherit;
	text-decoration: inherit;
}

.prod_default16 .p_detail {
	font-size: 12px;
	color: #666;
	display: block;
	padding: 0 8px 8px 8px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/*�������к��Զ���������*/
.prod_default16 .p_group {
	width: 60%;
	padding: 10px 0 10px 10px;
	display: inline-block;
	float: left;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
}

.prod_default16 .p_group .p_lb {
	display: none;
}

.prod_default16 .p_line {
	margin: 0;
	overflow: hidden;
	width: 100% !important;
}

.prod_default16 .p_num {
	width: 40%;
	padding: 10px 10px 10px 0;
	display: inline-block;
	float: right;
	text-align: right;
	color: #ffffff;
	font-size: 14px;
}

.prod_default16 .p_jg {
	display: none;
}

.prod_default16 .p_price {
	line-height: 1;
	white-space: nowrap;
	display: block;
}

.prod_default16 .p_value {
	color: #ff002a;
	font-size: 24px;
}

.prod_default16 .unit {
	color: #ff002a;
	font-size: 24px;
}

.prod_default16 .p_vip {
	line-height: 1;
	white-space: nowrap;
	padding-top: 8px;
}

.prod_default16 .p_vip .v_jg {
	color: #888;
	font-size: 14px;
}

.prod_default16 .v_value {
	color: #888;
	font-size: 14px;
}

.prod_default16 .v_unit {
	color: #888;
	font-size: 14px;
}

.prod_default16 .pro_button {
	display: none;
	margin: 10px 0;
	overflow: hidden;
}

.prod_default16 .p_link {
	float: left;
	width: 48%;
	text-align: center;
}

.prod_default16 .p_link a {
	display: block;
	padding: 10px 15px;
}

.prod_default16 .p_cart {
	float: right;
	width: 48%;
	text-align: center;
}

.prod_default16 .p_cart a {
	display: block;
	padding: 10px 15px;
}

.prod_default16 .prod_info .p_buy {
	width: 100%;
	float: none !important;
	margin: 0 auto;
	clear: both;
	clear: both;
}

.prod_default16 .prod_info .p_buy a {
	height: 28px;
	line-height: 26px;
	text-align: center;
	color: #ff002a;
	border: 1px solid #a49d9c;
	padding: 0 30px;
	display: inline-block;
	font-size: 14px;
	box-shadow: #f73131 0px 0px 1px inset;
	margin-top: 20px;
}

.prod_default16 .zhekou {
	color: #ff002a;
	font-size: 22px;
	line-height: 1;
}

.prod_default16 .p_price2 {
	line-height: 1;
	padding-top: 10px;
	color: #888;
	font-family: "΢���ź�";
	text-decoration: line-through;
	font-size: 14px;
}

.prod_default16 .yuanjia2 {
	color: #888;
	font-size: 14px;
}

.prod_default16 .jiage {
	color: #888;
	font-size: 14px;
}

/*��ҳ*/
.prod_default16 .page_btn {
	clear: both;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.prod_default16 .page_btn a {
	display: inline-block;
	color: #333;
	box-sizing: border-box;
	margin: 0 5px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #ccc;
	font-family: 'microsoft YaHei';
}

.prod_default16 .page_btn a.cur,
.prod_default16 .page_btn a:hover {
	border: 1px solid #4c4c4c;
}

.prod_default16 .page_btn a:nth-child(n+12) {
	display: none;
}

.prod_default16 .page_btn a:nth-last-child(1),
.prod_default16 .page_btn a:nth-last-child(2),
.prod_default16 .page_btn a:nth-last-child(3) {
	display: inline-block !important;
}

.prod_default16 .prev_btn,
.prod_default16 .next_btn {
	font-family: '����' !important;
	border: 0 !important;
}

.prod_default16 .no_page {
	border: 0 !important;
}

.prod_default16 .page_btn a:nth-child(n+10) {
	display: none;
}


.prod_default16 .freeinfo {
	clear: both;
	overflow: hidden;
	margin-top: 5px;
}

.prod_default16 .freeinfo span {
	display: block;
	float: left;
	border: 1px solid red;
	border-radius: 5px;
	padding: 0 5px;
	color: red;
	margin-right: 5px;
	box-sizing: border-box;
}


/* ƴ�� */
.prod_default16 .Collage_ico {
	position: absolute;
	left: 10px;
	top: 0;
	width: 40px;
	height: 40px;
	z-index: 100;
}

.prod_default16 .Collage_ico img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.prod_default16 .end_text {
	color: white;
	padding-bottom: 10px;
}

@media screen and (min-width:768px) and (max-width:1200px) {
	.prod_default16 .p_group {
		padding: 8px 0 8px 8px;
	}

	.prod_default16 .p_num {
		padding: 8px 8px 8px 0;
	}

	.prod_default16 .p_value {
		font-size: 18px;
	}

	.prod_default16 .unit {
		font-size: 18px;
	}

	.prod_default16 .zhekou {
		font-size: 18px;
	}

	.prod_default16 .yuanjia2 {
		font-size: 12px;
	}

	.prod_default16 .p_price2 {
		font-size: 12px;
		padding-top: 8px;
	}

	.prod_default16 .jiage {
		font-size: 12px;
	}

	.prod_default16 .p_vip {
		padding-top: 8px;
	}

	.prod_default16 .p_vip .v_jg {
		font-size: 12px;
	}

	.prod_default16 .v_value {
		font-size: 12px;
	}

	.prod_default16 .v_unit {
		font-size: 12px;
	}

	.prod_default16 .prod_info .p_buy a {
		height: 26px;
		line-height: 24px;
		padding: 0 24px;
		font-size: 12px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {

	/*��Ʒ�б�*/
	.prod_default16 .p_name {
		font-size: 14px;
		margin-bottom: 4px;
		width: 92%;
		padding: 6px 0px 4px 0px;
	}

	.prod_default16 .prod {
		width: 50%;
		margin-right: 0;
		margin-bottom: 0;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}

	.prod_default16 .prod:nth-child(2n) {
		border-right: none;
	}

	.prod_default16 .unit,
	.prod_default16 .p_vip .v_jg,
	.prod_default16 .v_unit {
		font-size: 12px;
	}

	.prod_default16 .p_vip {
		line-height: normal;
		padding-top: 0px;
	}

	.prod_default16 .v_value {
		font-size: 12px;
	}

	.prod_default16 .prod .p_detail {
		padding: 0 6px 6px 6px;
	}

	.prod_default16 .p_value {
		font-size: 14px;
	}

	.prod_default16 .unit {
		font-size: 14px;
	}

	.prod_default16 .zhekou {
		font-size: 14px;
	}

	.prod_default16 .p_price2 {
		font-size: 12px;
		padding-top: 6px;
	}

	.prod_default16 .yuanjia2 {
		font-size: 12px;
	}

	.prod_default16 .jiage {
		font-size: 12px;
	}

	.prod_default16 .prod_info .p_buy a {
		height: 24px;
		line-height: 22px;
		font-size: 12px;
		margin-top: 14px;
		padding: 0 18px;
	}

	.prod_default16 .p_group {
		padding: 6px 0 6px 6px;
		font-size: 12px;
	}

	.prod_default16 .p_num {
		padding: 6px 6px 6px 0;
		font-size: 12px;
	}

	.prod_default16 .p_vip {
		padding-top: 6px;
	}

	.prod_default16 .Collage_ico {
		width: 25px;
		height: 25px;
	}
}

/*pc*/
#productList_style_16_1585728550328 li {
	width: 23.5%;
}

#productList_style_16_1585728550328 li.prod_Item {
	margin-bottom: 2%;
}

@media screen and (max-width: 1024px) {

	/*ipad*/
	#productList_style_16_1585728550328 li {
		width: 23.5%;
	}

	#productList_style_16_1585728550328 li.prod_Item {
		margin-bottom: 2%;
	}
}

@media screen and (max-width: 768px) {

	/*mobi*/
	#productList_style_16_1585728550328 li {
		width: 49%;
	}

	#productList_style_16_1585728550328 li.prod_Item {
		margin-bottom: 2%;
	}
}

#productList_style_16_1585728550328 .p_detail.pc,
#productList_style_16_1585728550328 .p_name.pc {
	display: block;
}

#productList_style_16_1585728550328 .p_detail.pad,
#productList_style_16_1585728550328 .p_detail.mobile,
#productList_style_16_1585728550328 .p_name.pad,
#productList_style_16_1585728550328 .p_name.mobile {
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {

	#productList_style_16_1585728550328 .p_detail.pad,
	#productList_style_16_1585728550328 .p_name.pad {
		display: block;
	}

	#productList_style_16_1585728550328 .p_detail.pc,
	#productList_style_16_1585728550328 .p_detail.mobile,
	#productList_style_16_1585728550328 .p_name.pc,
	#productList_style_16_1585728550328 .p_name.mobile {
		display: none;
	}
}

@media screen and (max-width:640px) {

	#productList_style_16_1585728550328 .p_detail.mobile,
	#productList_style_16_1585728550328 .p_name.mobile {
		display: block;
	}

	#productList_style_16_1585728550328 .p_detail.pc,
	#productList_style_16_1585728550328 .p_detail.pad,
	#productList_style_16_1585728550328 .p_name.pc,
	#productList_style_16_1585728550328 .p_name.pad {
		display: none;
	}
}


/*��Ʒ״̬  ��Ʒ  �Ƽ�*/
#productList_style_16_1585728550328 .status {
	color: red;
	display: inline-block;
	border: 1px solid red;
	padding: 0 2px;
	margin-right: 5px;
	text-align: center;
	font-size: 12px;
	font-family: 'Times New Roman';
	vertical-align: middle;
	text-indent: 0px;
}



#productList_style_16_1585728550328 .page_btn {
	font-size: 14px;
	text-align: center;
}

#productList_style_16_1585728550328 .page_btn .all_page {
	display: inline-block;
	margin: 0 10px;
}

#productList_style_16_1585728550328 .page:hover {
	background: red;
	color: white;
	cursor: pointer;
}

#productList_style_16_1585728550328 .page_btn .cur {
	background: red;
	color: white;
	cursor: pointer;
}

#productList_style_16_1585728550328 .submit_div {
	display: inline-block;
}

#productList_style_16_1585728550328 .page_btn input {
	width: 50px;
	margin: 0 5px;
}

#productList_style_16_1585728550328 .page_btn input:hover {
	cursor: default;
	background: white;
	color: #333;
}

#productList_style_16_1585728550328 .page_submit {
	margin-left: 5px;
}

#productList_style_16_1585728550328 .page {
	display: inline-block;
	border: none;
	background: white;
	text-align: center;
	width: auto;
	padding: 0 15px;
	margin: 0 .5px;
	height: auto;
	line-height: 35px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #e5e5e5;
}

@media screen and (max-width:640px) {
	#productList_style_16_1585728550328 .page_btn {
		font-size: 12px;
	}

	#productList_style_16_1585728550328 .submit_div {
		display: none;
	}
}

#productList_style_16_1585728550328 .page {
	width: auto;
	margin: 0 5px 10px 5px;
	border-radius: 5px;
}

@media screen and (max-width:640px) {
	#productList_style_16_1585728550328 .page {
		line-height: 30px;
		padding: 0 13px;
	}
}

#productList_style_16_1585728550328 .showActivity {
	display: none !important;
}

#productList_style_16_1585728550328 .btnaSet,
#productList_style_16_1585728550328 .btnaSet a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.prodcateStyle_5 {
	clear: both;
	width: 100%;
	overflow: hidden;
}

.prodcateStyle_5 * {
	transition: all ease-out .2s;
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-o-transition: all ease-out .2s;
	box-sizing: border-box;
}

.prodcateStyle_5>ul>li>a,
.prodcateStyle_5 .subCateUl>ul>li>a,
.prodcateStyle_5 .subCateUl2>li>a {
	color: inherit;
	line-height: inherit;
	height: inherit;
	white-space: nowrap;
}

.prodcateStyle_5 i {
	margin-left: 5px;
}

.prodcateStyle_5>ul {
	width: 100%;
	background: #fff;
	overflow: hidden;
}

.prodcateStyle_5>ul>li {
	float: left;
	padding: 15px;
	font-size: 14px;
	color: #555;
	font-family: '����';
	text-align: center;
}

.prodcateStyle_5>ul>li>a {
	padding: 10px;
}


/*@media screen and (max-width:767px){*/
/*.prodcateStyle_5 i{display: none;}	*/
/*.prodcateStyle_5>ul{width: 100%;}*/
/*.prodcateStyle_5>ul>li{width: 100%; clear: both; font-size: 14px; line-height: 28px; color: #0da3b4; font-family: microsoft yahei; background: #fff; margin-bottom: 5px; border-bottom:1px solid #eee; padding: 0 10px;}*/
/*.prodcateStyle_5>ul>li:after{content: ''; display: block; clear: both;}*/
/*.prodcateStyle_5 .subCateUl{}*/
/*.prodcateStyle_5 .subCateUl>ul{overflow: hidden;}*/
/*.prodcateStyle_5 .subCateUl>ul>li{width: 100%; clear: both; font-weight: bold; font-size: 12px; line-height: 24px;}*/
/*.prodcateStyle_5 .subCateUl>ul>li>a{float: left; width: 25%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}*/
/*.prodcateStyle_5 .subCateUl2{float: left; width:75%;}*/
/*.prodcateStyle_5 .subCateUl2>li{float: left; margin-right: 5px; margin-bottom: 5px; font-size: 12px; line-height: 24px; padding: 0 6px; border-radius: 12px; background: #eee; color: #333;}*/

/*}*/
#image_style_01_1585728591274 .CompatibleImg img {
	width: auto;
	height: 100%;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1585728591274 .CompatibleImg img {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1585728591274 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1585728591274 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

/*��Ʒ��ʽ*/
.prod_default16 {
	width: 100%;
	clear: both;
}

.prod_default16 * {
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	box-sizing: border-box;
}

.prod_default16 ul {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.prod_default16 .prod_Item {
	text-align: center;
	-style: none;
	height: auto;
	padding: 0px;
	box-sizing: border-box;
	overflow: hidden;
}

.prod_default16 .relative {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.prod_default16 .prodImg_box {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #eee;
	box-sizing: border-box;
}

.prod_default16 .prod_img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.prod_default16 .prod_img img.horizontal {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.prod_default16 .prod_img img.vertical {
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.prod_default16 .dummy {
	margin-top: 75%
}

/*���Ʋ�ƷͼƬ��ʾ����*/
.prod_default16 .sortsale {
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
}

.prod_default16 .prod_info {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.prod_default16 .p_name {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0 auto;
	width: 80%;
	font-size: 16px;
	border-bottom: 1px solid #333333;
	padding: 12px 6px 8px 6px;
	margin-bottom: 8px;
	overflow: hidden;
	line-height: 1.4;
}

.prod_default16 .p_name a {
	display: block;
	color: inherit;
	text-decoration: inherit;
}

.prod_default16 .p_detail {
	font-size: 12px;
	color: #666;
	display: block;
	padding: 0 8px 8px 8px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/*�������к��Զ���������*/
.prod_default16 .p_group {
	width: 60%;
	padding: 10px 0 10px 10px;
	display: inline-block;
	float: left;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
}

.prod_default16 .p_group .p_lb {
	display: none;
}

.prod_default16 .p_line {
	margin: 0;
	overflow: hidden;
	width: 100% !important;
}

.prod_default16 .p_num {
	width: 40%;
	padding: 10px 10px 10px 0;
	display: inline-block;
	float: right;
	text-align: right;
	color: #ffffff;
	font-size: 14px;
}

.prod_default16 .p_jg {
	display: none;
}

.prod_default16 .p_price {
	line-height: 1;
	white-space: nowrap;
	display: block;
}

.prod_default16 .p_value {
	color: #ff002a;
	font-size: 24px;
}

.prod_default16 .unit {
	color: #ff002a;
	font-size: 24px;
}

.prod_default16 .p_vip {
	line-height: 1;
	white-space: nowrap;
	padding-top: 8px;
}

.prod_default16 .p_vip .v_jg {
	color: #888;
	font-size: 14px;
}

.prod_default16 .v_value {
	color: #888;
	font-size: 14px;
}

.prod_default16 .v_unit {
	color: #888;
	font-size: 14px;
}

.prod_default16 .pro_button {
	display: none;
	margin: 10px 0;
	overflow: hidden;
}

.prod_default16 .p_link {
	float: left;
	width: 48%;
	text-align: center;
}

.prod_default16 .p_link a {
	display: block;
	padding: 10px 15px;
}

.prod_default16 .p_cart {
	float: right;
	width: 48%;
	text-align: center;
}

.prod_default16 .p_cart a {
	display: block;
	padding: 10px 15px;
}

.prod_default16 .prod_info .p_buy {
	width: 100%;
	float: none !important;
	margin: 0 auto;
	clear: both;
	clear: both;
}

.prod_default16 .prod_info .p_buy a {
	height: 28px;
	line-height: 26px;
	text-align: center;
	color: #ff002a;
	border: 1px solid #a49d9c;
	padding: 0 30px;
	display: inline-block;
	font-size: 14px;
	box-shadow: #f73131 0px 0px 1px inset;
	margin-top: 20px;
}

.prod_default16 .zhekou {
	color: #ff002a;
	font-size: 22px;
	line-height: 1;
}

.prod_default16 .p_price2 {
	line-height: 1;
	padding-top: 10px;
	color: #888;
	font-family: "΢���ź�";
	text-decoration: line-through;
	font-size: 14px;
}

.prod_default16 .yuanjia2 {
	color: #888;
	font-size: 14px;
}

.prod_default16 .jiage {
	color: #888;
	font-size: 14px;
}

/*��ҳ*/
.prod_default16 .page_btn {
	clear: both;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.prod_default16 .page_btn a {
	display: inline-block;
	color: #333;
	box-sizing: border-box;
	margin: 0 5px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #ccc;
	font-family: 'microsoft YaHei';
}

.prod_default16 .page_btn a.cur,
.prod_default16 .page_btn a:hover {
	border: 1px solid #4c4c4c;
}

.prod_default16 .page_btn a:nth-child(n+12) {
	display: none;
}

.prod_default16 .page_btn a:nth-last-child(1),
.prod_default16 .page_btn a:nth-last-child(2),
.prod_default16 .page_btn a:nth-last-child(3) {
	display: inline-block !important;
}

.prod_default16 .prev_btn,
.prod_default16 .next_btn {
	font-family: '����' !important;
	border: 0 !important;
}

.prod_default16 .no_page {
	border: 0 !important;
}

.prod_default16 .page_btn a:nth-child(n+10) {
	display: none;
}


.prod_default16 .freeinfo {
	clear: both;
	overflow: hidden;
	margin-top: 5px;
}

.prod_default16 .freeinfo span {
	display: block;
	float: left;
	border: 1px solid red;
	border-radius: 5px;
	padding: 0 5px;
	color: red;
	margin-right: 5px;
	box-sizing: border-box;
}


/* ƴ�� */
.prod_default16 .Collage_ico {
	position: absolute;
	left: 10px;
	top: 0;
	width: 40px;
	height: 40px;
	z-index: 100;
}

.prod_default16 .Collage_ico img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.prod_default16 .end_text {
	color: white;
	padding-bottom: 10px;
}

@media screen and (min-width:768px) and (max-width:1200px) {
	.prod_default16 .p_group {
		padding: 8px 0 8px 8px;
	}

	.prod_default16 .p_num {
		padding: 8px 8px 8px 0;
	}

	.prod_default16 .p_value {
		font-size: 18px;
	}

	.prod_default16 .unit {
		font-size: 18px;
	}

	.prod_default16 .zhekou {
		font-size: 18px;
	}

	.prod_default16 .yuanjia2 {
		font-size: 12px;
	}

	.prod_default16 .p_price2 {
		font-size: 12px;
		padding-top: 8px;
	}

	.prod_default16 .jiage {
		font-size: 12px;
	}

	.prod_default16 .p_vip {
		padding-top: 8px;
	}

	.prod_default16 .p_vip .v_jg {
		font-size: 12px;
	}

	.prod_default16 .v_value {
		font-size: 12px;
	}

	.prod_default16 .v_unit {
		font-size: 12px;
	}

	.prod_default16 .prod_info .p_buy a {
		height: 26px;
		line-height: 24px;
		padding: 0 24px;
		font-size: 12px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {

	/*��Ʒ�б�*/
	.prod_default16 .p_name {
		font-size: 14px;
		margin-bottom: 4px;
		width: 92%;
		padding: 6px 0px 4px 0px;
	}

	.prod_default16 .prod {
		width: 50%;
		margin-right: 0;
		margin-bottom: 0;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}

	.prod_default16 .prod:nth-child(2n) {
		border-right: none;
	}

	.prod_default16 .unit,
	.prod_default16 .p_vip .v_jg,
	.prod_default16 .v_unit {
		font-size: 12px;
	}

	.prod_default16 .p_vip {
		line-height: normal;
		padding-top: 0px;
	}

	.prod_default16 .v_value {
		font-size: 12px;
	}

	.prod_default16 .prod .p_detail {
		padding: 0 6px 6px 6px;
	}

	.prod_default16 .p_value {
		font-size: 14px;
	}

	.prod_default16 .unit {
		font-size: 14px;
	}

	.prod_default16 .zhekou {
		font-size: 14px;
	}

	.prod_default16 .p_price2 {
		font-size: 12px;
		padding-top: 6px;
	}

	.prod_default16 .yuanjia2 {
		font-size: 12px;
	}

	.prod_default16 .jiage {
		font-size: 12px;
	}

	.prod_default16 .prod_info .p_buy a {
		height: 24px;
		line-height: 22px;
		font-size: 12px;
		margin-top: 14px;
		padding: 0 18px;
	}

	.prod_default16 .p_group {
		padding: 6px 0 6px 6px;
		font-size: 12px;
	}

	.prod_default16 .p_num {
		padding: 6px 6px 6px 0;
		font-size: 12px;
	}

	.prod_default16 .p_vip {
		padding-top: 6px;
	}

	.prod_default16 .Collage_ico {
		width: 25px;
		height: 25px;
	}
}

/*pc*/
#productList_style_16_1585728591111 li {
	width: 23.5%;
}

#productList_style_16_1585728591111 li.prod_Item {
	margin-bottom: 2%;
}

@media screen and (max-width: 1024px) {

	/*ipad*/
	#productList_style_16_1585728591111 li {
		width: 23.5%;
	}

	#productList_style_16_1585728591111 li.prod_Item {
		margin-bottom: 2%;
	}
}

@media screen and (max-width: 768px) {

	/*mobi*/
	#productList_style_16_1585728591111 li {
		width: 49%;
	}

	#productList_style_16_1585728591111 li.prod_Item {
		margin-bottom: 2%;
	}
}

#productList_style_16_1585728591111 .p_detail.pc,
#productList_style_16_1585728591111 .p_name.pc {
	display: block;
}

#productList_style_16_1585728591111 .p_detail.pad,
#productList_style_16_1585728591111 .p_detail.mobile,
#productList_style_16_1585728591111 .p_name.pad,
#productList_style_16_1585728591111 .p_name.mobile {
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {

	#productList_style_16_1585728591111 .p_detail.pad,
	#productList_style_16_1585728591111 .p_name.pad {
		display: block;
	}

	#productList_style_16_1585728591111 .p_detail.pc,
	#productList_style_16_1585728591111 .p_detail.mobile,
	#productList_style_16_1585728591111 .p_name.pc,
	#productList_style_16_1585728591111 .p_name.mobile {
		display: none;
	}
}

@media screen and (max-width:640px) {

	#productList_style_16_1585728591111 .p_detail.mobile,
	#productList_style_16_1585728591111 .p_name.mobile {
		display: block;
	}

	#productList_style_16_1585728591111 .p_detail.pc,
	#productList_style_16_1585728591111 .p_detail.pad,
	#productList_style_16_1585728591111 .p_name.pc,
	#productList_style_16_1585728591111 .p_name.pad {
		display: none;
	}
}


/*��Ʒ״̬  ��Ʒ  �Ƽ�*/
#productList_style_16_1585728591111 .status {
	color: red;
	display: inline-block;
	border: 1px solid red;
	padding: 0 2px;
	margin-right: 5px;
	text-align: center;
	font-size: 12px;
	font-family: 'Times New Roman';
	vertical-align: middle;
	text-indent: 0px;
}



#productList_style_16_1585728591111 .page_btn {
	font-size: 14px;
	text-align: center;
}

#productList_style_16_1585728591111 .page_btn .all_page {
	display: inline-block;
	margin: 0 10px;
}

#productList_style_16_1585728591111 .page:hover {
	background: red;
	color: white;
	cursor: pointer;
}

#productList_style_16_1585728591111 .page_btn .cur {
	background: red;
	color: white;
	cursor: pointer;
}

#productList_style_16_1585728591111 .submit_div {
	display: inline-block;
}

#productList_style_16_1585728591111 .page_btn input {
	width: 50px;
	margin: 0 5px;
}

#productList_style_16_1585728591111 .page_btn input:hover {
	cursor: default;
	background: white;
	color: #333;
}

#productList_style_16_1585728591111 .page_submit {
	margin-left: 5px;
}

#productList_style_16_1585728591111 .page {
	display: inline-block;
	border: none;
	background: white;
	text-align: center;
	width: auto;
	padding: 0 15px;
	margin: 0 .5px;
	height: auto;
	line-height: 35px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #e5e5e5;
}

@media screen and (max-width:640px) {
	#productList_style_16_1585728591111 .page_btn {
		font-size: 12px;
	}

	#productList_style_16_1585728591111 .submit_div {
		display: none;
	}
}

#productList_style_16_1585728591111 .page {
	width: auto;
	margin: 0 5px 10px 5px;
	border-radius: 5px;
}

@media screen and (max-width:640px) {
	#productList_style_16_1585728591111 .page {
		line-height: 30px;
		padding: 0 13px;
	}
}

#productList_style_16_1585728591111 .showActivity {
	display: none !important;
}

#productList_style_16_1585728591111 .btnaSet,
#productList_style_16_1585728591111 .btnaSet a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*�����б���ʽ*/
.boxNewsListStyle_4 {
	width: 100%;
	clear: both;
}

.boxNewsListStyle_4 * {
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	box-sizing: border-box;
}

.boxNewsListStyle_4 ul {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.boxNewsListStyle_4 .sumary_list {
	list-style: none;
	background: #fff;
	overflow: hidden;
}

.boxNewsListStyle_4 .sumary_list .newPic {
	width: 100%;
	min-width: 100px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	background: #eee;
}

.boxNewsListStyle_4 .sumary_list .newPic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.boxNewsListStyle_4 .sumary_list .newPic .zTm {
	margin-top: 100%;
}

.boxNewsListStyle_4 .sumary_list .newCont {
	width: 100%;
	position: relative;
	z-index: 999;
}

.boxNewsListStyle_4 .sumary_list .newCont .newTitle {
	width: 100%;
}

.boxNewsListStyle_4 .sumary_list .newName a {
	text-decoration: none;
	color: #333;
	line-height: 1.1;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 10px 0;
}

.boxNewsListStyle_4 .sumary_list .newB {
	width: 100%;
	line-height: 2;
	padding-top: 5px;
}

.boxNewsListStyle_4 .sumary_list .newSort {
	color: #fff;
	background-color: #498D9C;
	font-size: 12px;
	white-space: nowrap;
	padding: .5em 1em;
	margin-right: 5px;
}

.boxNewsListStyle_4 .sumary_list .newsTime {
	text-align: right;
	color: #666;
	font-size: 14px;
	white-space: nowrap;
}

.boxNewsListStyle_4 .sumary_list .newsTime span {
	white-space: nowrap;
}

.boxNewsListStyle_4 .sumary_list .newsTime span.nTime {
	display: none;
}

.boxNewsListStyle_4 .sumary_list .newDetail {
	width: 100%;
	margin: 0;
	color: #999;
	font-size: 12px;
	line-height: 1.6;
	border-bottom: 1px solid #eee;
}

.boxNewsListStyle_4 .sumary_list .newDetail span {
	display: block;
	margin-bottom: 6px;
	overflow: hidden;
}

.boxNewsListStyle_4 .sumary_list .show_all {
	width: 100%;
	margin-top: .5em;
}

.boxNewsListStyle_4 .sumary_list .show_all a {
	display: block;
	margin-top: .4em;
	text-decoration: none;
	border: 1px solid #ddd;
	text-align: center;
	padding: .4em;
	font-size: 12px;
	color: #666;
}

/* ��ҳ */
.boxNewsListStyle_4 .page {
	display: inline-block;
	border: none;
	background: white;
	text-align: center;
	width: auto;
	padding: 0 15px;
	margin: 0 .5px;
	height: auto;
	line-height: 35px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #e5e5e5;
}

.boxNewsListStyle_4 .page_btn .cur {
	background: red;
	color: white;
	cursor: pointer;
}

.boxNewsListStyle_4 .page:hover {
	background: red;
	color: white;
	cursor: pointer;
}

@media screen and (max-width:768px) {

	/*��ҳ*/
	.boxNewsListStyle_4 .page_btn a:nth-child(n+5) {
		display: none;
	}

	.boxNewsListStyle_4 .page_btn a:nth-last-child(1),
	.boxNewsListStyle_4 .page_btn a:nth-last-child(2),
	.boxNewsListStyle_4 .page_btn a:nth-last-child(3) {
		display: inline-block !important;
	}
}

#newsList_style_18_1579247912934 .newDetail.pc {
	display: block;
}

#newsList_style_18_1579247912934 .newDetail.pad,
#newsList_style_18_1579247912934 .newDetail.mobile {
	display: none;
}

#newsList_style_18_1579247912934 .newTitle.pc {
	display: block;
}

#newsList_style_18_1579247912934 .newTitle.pad,
#newsList_style_18_1579247912934 .newTitle.mobile {
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_18_1579247912934 .newDetail.pad {
		display: block;
	}

	#newsList_style_18_1579247912934 .newDetail.pc,
	#newsList_style_18_1579247912934 .newDetail.mobile {
		display: none;
	}

	#newsList_style_18_1579247912934 .newTitle.pad {
		display: block;
	}

	#newsList_style_18_1579247912934 .newTitle.pc,
	#newsList_style_18_1579247912934 .newTitle.mobile {
		display: none;
	}
}

@media screen and (max-width:640px) {
	#newsList_style_18_1579247912934 .newDetail.mobile {
		display: block;
	}

	#newsList_style_18_1579247912934 .newDetail.pc,
	#newsList_style_18_1579247912934 .newDetail.pad {
		display: none;
	}

	#newsList_style_18_1579247912934 .newTitle.mobile {
		display: block;
	}

	#newsList_style_18_1579247912934 .newTitle.pc,
	#newsList_style_18_1579247912934 .newTitle.pad {
		display: none;
	}
}

/*pc*/
#newsList_style_18_1579247912934 li {
	width: 19.2%;
}

#newsList_style_18_1579247912934 li.sumary_list {
	margin-bottom: 1%;
}

@media screen and (max-width: 1024px) {

	/*ipad*/
	#newsList_style_18_1579247912934 li {
		width: 19.2%;
	}

	#newsList_style_18_1579247912934 li.sumary_list {
		margin-bottom: 1%;
	}
}

@media screen and (max-width: 768px) {

	/*mobi*/
	#newsList_style_18_1579247912934 li {
		width: 49%;
	}

	#newsList_style_18_1579247912934 li.sumary_list {
		margin-bottom: 2%;
	}
}

@media screen and (min-width: 1025px) {}

@media screen and (min-width: 640px) and (max-width: 1024px) {}

@media screen and (max-width: 640px) {}

/* �·�ҳ */
#newsList_style_18_1579247912934 .page_btn {
	font-size: 14px;
	text-align: center;
}

#newsList_style_18_1579247912934 .page_btn .all_page {
	display: inline-block;
	margin: 0 10px;
}

#newsList_style_18_1579247912934 .page:hover {
	background: red;
	color: white;
	cursor: pointer;
}

#newsList_style_18_1579247912934 .page_btn .cur {
	background: red;
	color: white;
	cursor: pointer;
}

#newsList_style_18_1579247912934 .submit_div {
	display: inline-block;
}

#newsList_style_18_1579247912934 .page_btn input {
	width: 50px;
	margin: 0 5px;
}

#newsList_style_18_1579247912934 .page_btn input:hover {
	cursor: default;
	background: white;
	color: #333;
}

#newsList_style_18_1579247912934 .page_submit {
	margin-left: 5px;
}

#newsList_style_18_1579247912934 .page {
	display: inline-block;
	border: none;
	background: white;
	text-align: center;
	width: auto;
	padding: 0 15px;
	margin: 0 .5px;
	height: auto;
	line-height: 35px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #e5e5e5;
}

@media screen and (max-width:640px) {
	#newsList_style_18_1579247912934 .page_btn {
		font-size: 12px;
	}

	#newsList_style_18_1579247912934 .submit_div {
		display: none;
	}
}

#newsList_style_18_1579247912934 .page {
	width: auto;
	margin: 0 5px 10px 5px;
	border-radius: 5px;
}

@media screen and (max-width:640px) {
	#newsList_style_18_1579247912934 .page {
		line-height: 30px;
		padding: 0 13px;
	}
}

.imgStyle_13_1 {
	width: 100%;
}

.imgStyle_13_1 * {
	font-size: '΢���ź�';
}

.imgStyle_13_1 .imgTextUl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.imgStyle_13_1 .imgTextLi {
	overflow: hidden;
	margin-bottom: 2%;
	box-sizing: border-box;
}

.imgStyle_13_1 li {
	width: 32%;
}

.imgStyle_13_1 .imgTextLi .left {
	width: 130px;
}

.imgStyle_13_1 .imgTBox {
	text-align: left;
	float: left;
	display: inline-block;
	height: 100%;
}

.imgStyle_13_1 .imgTBox>img {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
}

.imgStyle_13_1 .cont {
	float: right;
	display: inline-block;
	width: calc(100% - 130px);
}

.imgStyle_13_1 .name {
	font-size: 16px;
	line-height: 2.5;
	padding-left: 10px;
	word-break: break-word;
}

.imgStyle_13_1 .subName {
	font-size: 12px;
	color: #666;
	padding-left: 10px;
	word-break: break-word;
}

.imgStyle_13_1 .left {
	position: relative;
	float: left;
	width: 130px;
	height: auto;
}

.imgStyle_13_1 .image-box {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.imgStyle_13_1 .imgTextLi {
		width: 100%;
		margin-bottom: 4%;
	}

	.imgStyle_13_1 .cont {
		width: calc(100% - 130px);
	}

	.imgStyle_13_1 .name {
		font-size: 16px;
	}
}

/*pc*/
#image_style_13_1_1585226310727 ul li {
	width: 18.4%;
}

#image_style_13_1_1585226310727 ul li.imgTextLi {
	margin-bottom: 2%;
}

#image_style_13_1_1585226310727 ul li.imgTextLi .left {
	width: 40px;
}

#image_style_13_1_1585226310727 ul li.imgTextLi .cont {
	width: calc(100% - 40px);
}

@media screen and (max-width: 1024px) {

	/*ipad*/
	#image_style_13_1_1585226310727 ul li {
		width: 19.2%;
	}

	#image_style_13_1_1585226310727 ul li.imgTextLi {
		margin-bottom: 1%;
	}

	#image_style_13_1_1585226310727 ul li.imgTextLi .left {
		width: 40px;
	}

	#image_style_13_1_1585226310727 ul li.imgTextLi .cont {
		width: calc(100% - 40px);
	}
}

@media screen and (max-width: 768px) {

	/*mobi*/
	#image_style_13_1_1585226310727 ul li {
		width: 100%;
	}

	#image_style_13_1_1585226310727 ul li.imgTextLi {
		margin-bottom: 2%;
	}

	#image_style_13_1_1585226310727 ul li.imgTextLi .left {
		width: 130px;
	}

	#image_style_13_1_1585226310727 ul li.imgTextLi .cont {
		width: calc(100% - 130px);
	}
}

/* ������� */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1
}

.online-service-style01 {
	display: none
}

.online-service .wrapper {
	padding: 5px 0;
	background-color: #fff
}

.online-service .close,
.online-service .button {
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.online-service.right .button div {
	text-align: right;
	padding-right: 5px
}

.online-service.left .button div {
	text-align: left;
	padding-left: 5px
}

.online-service .header,
.online-service .footer {
	height: 25px;
	line-height: 25px;
	padding: 0 .5em;
}

.online-service .header {
	border-bottom: 1px solid #eee
}

.online-service .footer {
	border-top: 1px solid #eee;
	font-size: 12px
}

.online-service.right .footer {
	text-align: right
}

.online-service.left .footer {
	text-align: left
}

.online-service .content {
	padding: .5em 1em
}

.ol-qq-online .qq-btn {
	float: left;
	margin-right: .5em
}

.ol-qq-online .qq-btn img {
	float: left
}

.ol-qq-online {
	line-height: 25px
}

.ol-image img {
	width: 100%
}

/*----------------------���԰�ʽ��ʽ----------------------*/
body>.online-service {
	display: block !important;
}

/*----------------------ƽ���ʽ��ʽ----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	body>.online-service {
		display: block !important;
	}
}

/*----------------------�ֻ���ʽ��ʽ----------------------*/
@media screen and (max-width:640px) {
	body>.online-service {
		display: block !important;
	}
}




#image_style_01_1578304752776 .CompatibleImg img {
	width: auto;
	height: 100%;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1578304752776 .CompatibleImg img {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1578304752776 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1578304752776 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

#image_style_01_1578304855901 .CompatibleImg img {
	width: auto;
	height: 100%;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1578304855901 .CompatibleImg img {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1578304855901 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1578304855901 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

#image_style_01_1585483013233 .CompatibleImg img {
	width: auto;
	height: 100%;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1585483013233 .CompatibleImg img {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1585483013233 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1585483013233 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

.button_default04 {
	width: 100%;
	height: 40px;
	background: #ffd9e4;
	color: #000;
	border-width: 0px;
	box-sizing: border-box;
	border-radius: 40px;
	font-size: 14px;
	cursor: pointer;
	transition: all ease-in .1s;
	-webkit-transition: all ease-in .1s;
	-moz-transition: all ease-in .1s;
	-o-transition: all ease-in .1s;
}

#button_style_04_1585483667928 .button_default .buttonImg {
	width: auto;
	height: 100%;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#button_style_04_1585483667928 .button_default .buttonImg {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media screen and (max-width:640px) {
	#button_style_04_1585483667928 .button_default .buttonImg {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

#image_style_01_1585483733968 .CompatibleImg img {
	width: auto;
	height: 100%;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1585483733968 .CompatibleImg img {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1585483733968 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1585483733968 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

#image_style_01_1585483819883 .CompatibleImg img {
	width: auto;
	height: 100%;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1585483819883 .CompatibleImg img {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1585483819883 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1585483819883 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

#image_style_01_1585483830047 .CompatibleImg img {
	width: auto;
	height: 100%;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1585483830047 .CompatibleImg img {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1585483830047 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1585483830047 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

#image_style_01_1585483854673 .CompatibleImg img {
	width: auto;
	height: 100%;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1585483854673 .CompatibleImg img {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1585483854673 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1585483854673 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

.bottomMenu {
	width: 100%;
	box-sizing: border-box;
	display: none;
	position: fixed;
	bottom: 0;
	z-index: 999999;
}

.bottomMenu ul {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	background-color: #FFFFFF;
	border-top: 1px solid #ddd;
	box-shadow: 0 0px 6px rgba(0, 0, 0, .1);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.bottomMenu ul li {
	position: relative;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.bottomMenu ul li .menuItem {
	position: relative;
}

.bottomMenu ul li .menuIco {
	width: 26px;
	height: 26px;
	overflow: hidden;
	margin: 0 auto 4px;
}

.bottomMenu ul li .menuIco img {
	width: 100%;
	height: 100%;
	padding: 2px 1px 0;
	box-sizing: border-box;
}

.bottomMenu ul li .menuName {
	font-size: 12px;
	white-space: nowrap;
	margin: auto;
	text-align: center;
	color: #666666;
	line-height: 1;
	font-family: Microsoft YaHei;
}

.bottomMenu ul li .submenuItems {
	position: absolute;
	bottom: 48px;
	z-index: 999999;
	width: 100%;
	text-align: center;
	border: 1px solid #ddd;
	background-color: #fff;
	box-shadow: 0 0px 6px rgba(0, 0, 0, .1);
}

.bottomMenu ul li .submenuItems a {
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid #ddd;
}

@media screen and (max-width:767px) {
	.bottomMenu {
		display: block;
	}

	body {
		padding-bottom: 55px !important;
	}
}