@charset "utf-8";

/*----------------公共部分----------------*/
html {
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

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;
	/*解决ie6缓动*/
	background-attachment: fixed;
	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;
}

.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;
}

.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;
	}
}

body {
	background-color: #ffffff;
}

body {
	background-position: left top;
}


#div_blank_1482892318977 {
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0%;
	top: 84px;
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1482892318977 {
		width: 100%;
		height: 50px;
		left: 0%;
		top: 73px;
		display: none;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1482892318977 {
		width: 100%;
		height: 69px;
		left: 0%;
		top: 0px;
		display: none;
	}
}

#div_blank_1482892318977>.view_contents {
	overflow: visible;
}

#div_blank_1482892318977 {
	box-sizing: border-box;
	background: #2b2b2b;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1482892318977 {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1482892318977 {
		box-sizing: border-box;
	}
}


#text_style_02_1482892045959 {
	width: 139px;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: Courier New;
	left: 21.416666666666668%;
	top: 34px;
	position: absolute;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1482892045959 {
		width: 261px;
		left: 29.873077942735947%;
		top: 33.5px;
		display: block;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1482892045959 {
		width: 115px;
		left: 60%;
		top: 0px;
		z-index: 99999;
		display: none;
	}
}

#text_style_02_1482892045959>.view_contents {
	text-shadow: undefined px px px;
	color: #ffffff;
	font-size: 25px;
}

#text_style_02_1482892045959 {
	background: rgba(178, 178, 178, 0);
}

@media screen and (max-width:640px) {
	#text_style_02_1482892045959>.view_contents {
		font-size: 20px;
	}
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1482892045959>.view_contents {
		font-size: 18px;
	}
}

#text_style_02_1482891965782 {
	width: 370px;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: SimHei;
	left: 5.083333333333333%;
	top: 19.5px;
	position: absolute;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1482891965782 {
		width: 199px;
		left: 9.544008483563097%;
		top: 19px;
		display: block;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1482891965782 {
		width: 194px;
		left: 12.368421052631579%;
		top: 2.5px;
		z-index: 999999;
	}
}

#text_style_02_1482891965782>.view_contents {
	box-sizing: border-box;
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1482891965782>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1482891965782>.view_contents {
		box-sizing: border-box;
		font-size: 24px;
	}
}

#image_logo_1493694003521 {
	width: 4%;
	height: 48px;
	position: absolute;
	top: 20px;
	left: 0.33333333333333337%;
	z-index: 1001;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_logo_1493694003521 {
		left: 1.378579003181336%;
		width: 6.892895015906681%;
		top: 16px;
		height: 56px;
	}
}

@media screen and (max-width:640px) {
	#image_logo_1493694003521 {
		width: 41px;
		height: 30px;
		top: 12.5px;
		left: 1.5789473684210527%;
		z-index: 1000;
	}
}

#image_logo_1493694003521 .textSet {
	color: #00ff00;
}

#dh_style_01_1482989704976 {
	width: 63.66666666666667%;
	z-index: 99999;
	position: absolute;
	top: 19.5px;
	left: 36.333333333333336%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1482989704976 {
		z-index: 999;
		left: 42.735949098621425%;
		width: 57.26405090137858%;
		top: 23.5px;
		display: block;
	}
}

@media screen and (max-width:640px) {
	#dh_style_01_1482989704976 {
		width: 13.421052631578947%;
		z-index: 999;
		top: 4.5px;
		left: 86.57894736842105%;
	}
}

#dh_style_01_1482989704976>.view_contents {
	overflow: visible;
}

@media screen and (max-width:640px) {
	#dh_style_01_1482989704976 #hot>a {
		color: #cd1612;
		background: transparent;
	}
}

@media screen and (max-width:640px) {
	#dh_style_01_1482989704976 .icoMenuSet {
		color: #ffffff;
	}
}

@media screen and (max-width:640px) {
	#dh_style_01_1482989704976 .mainMenuSet:hover {
		color: #cd1612;
		background: transparent;
	}
}

#dh_style_01_1482989704976 #hot>a {
	background: rgba(0, 0, 0, 0.5);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	color: #ffffff;
}

#dh_style_01_1482989704976 .mainMenuSet:hover {
	background: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

#dh_style_01_1482989704976 .mainMenuSet {
	color: #ffffff;
	margin-left: 10px;
}

#div_includeBlock_1482994065145 {
	width: 1200px;
	height: 89px;
	position: absolute;
	top: 0px;
	left: calc(50% - 600px);
	z-index: 99999;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_includeBlock_1482994065145 {
		left: 0%;
		width: 100%;
		top: 0px;
		height: 91px;
		z-index: 2;
	}
}

@media screen and (max-width:640px) {
	#div_includeBlock_1482994065145 {
		width: 100%;
		height: 52.5px;
		top: 5px;
		left: 0%;
		display: block;
	}
}

#div_includeBlock_1482994065145>.view_contents {
	overflow: visible;
}

@media screen and (max-width:640px) {
	#div_includeBlock_1482994065145 {
		background: #cd1612;
	}
}

#comm_layout_header {
	height: 89px;
	z-index: 999999;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_header {
		height: 91px;
	}
}

@media screen and (max-width:640px) {
	#comm_layout_header {
		height: 62px;
		z-index: 1000;
	}
}

#comm_layout_header>.view_contents {
	overflow: visible;
}

#comm_layout_header {
	background: #cd1612;
}


#banner_style_01_1482394346074 {
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0px;
	position: absolute;
	z-index: 1;
	display: block;
}

@media screen and (min-width:641px) and (max-width:900px) {
	#banner_style_01_1482394346074 {
		width: 100%;
		height: 315px;
		left: 0%;
		top: 0px;
		display: block;
	}
}

@media screen and (max-width:640px) {
	#banner_style_01_1482394346074 {
		width: 100%;
		height: 135px;
		left: 0%;
		top: 0px;
		display: block;
	}
}

#layout_1482283871514 {
	height: 447px;
	display: block;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1482283871514 {
		height: 316px;
		display: block;
	}
}

@media screen and (max-width:640px) {
	#layout_1482283871514 {
		height: 127px;
		display: block;
	}
}

#layout_1482283871514>.view_contents {
	overflow: visible;
}


#newsList_style_02_1493285043686 {
	width: 623px;
	left: 22.291666666666668%;
	top: 26px;
	position: absolute;
	display: block;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_02_1493285043686 {
		width: 67.12619300106044%;
		left: 16.43690349946978%;
		top: -1px;
		display: block;
	}
}

@media screen and (max-width:640px) {
	#newsList_style_02_1493285043686 {
		width: 100%;
		left: 0%;
		top: 0px;
		display: none;
	}
}

#newsList_style_02_1493285043686 .imgSet {
	background: rgba(238, 238, 238, 0);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_02_1493285043686 {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_02_1493285043686 .imgSet {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

#layout_1493283018538 {
	height: 562px;
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1493283018538 {
		height: 609px;
		display: none;
	}
}

@media screen and (max-width:640px) {
	#layout_1493283018538 {
		height: 1589px;
		display: none;
	}
}

#layout_1493283018538>.view_contents {
	overflow: visible;
	max-width: 1200px;
}


#newsList_style_02_1493359513848 {
	width: 99.91666666666667%;
	position: absolute;
	top: 70.5px;
	left: 0.0416666666666643%;
	z-index: 2;
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_02_1493359513848 {
		left: calc(50% - 470.5px);
		top: 26.5px;
		width: 941px;
		display: none;
		z-index: 9;
	}
}

@media screen and (max-width:640px) {
	#newsList_style_02_1493359513848 {
		width: 100%;
		top: -1px;
		left: 0%;
		display: none;
		z-index: 9;
	}
}

#newsList_style_02_1493359513848 .titleSet {
	font-size: 18px;
	color: #555555;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	line-height: 23px;
}

#newsList_style_02_1493359513848 .detailSet {
	font-size: 14px;
	color: #808080;
	border-bottom-style: none;
	line-height: 24px;
	padding-left: 15px;
	padding-right: 15px;
}

#newsList_style_02_1493359513848 .imgSet {
	border-top-left-radius: 300px;
	border-bottom-left-radius: 300px;
	border-top-right-radius: 300px;
	border-bottom-right-radius: 300px;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 20px;
	height: 100px;
	background: rgba(238, 238, 238, 0);
	margin-left: 0px;
	margin-right: 0px;
}

#newsList_style_02_1493359513848 .modSet {
	margin-left: 0px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 0px;
}

#newsList_style_02_1493359513848 {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_02_1493359513848 .modSet {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width:640px) {
	#newsList_style_02_1493359513848 .titleSet {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#newsList_style_02_1493359513848 .modSet {
		margin-bottom: 5px;
	}
}

#image_style_01_1493689551612 {
	width: 17.833333333333336%;
	height: 128px;
	position: absolute;
	top: 73.5px;
	left: 12.098958333333334%;
	z-index: 3;
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1493689551612 {
		left: 14.070784729586428%;
		top: 89.5px;
		height: 100px;
		display: none;
		z-index: 3;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1493689551612 {
		width: 36.84210526315789%;
		height: 85px;
		top: 42.5px;
		left: 10.789473684210527%;
		display: none;
		z-index: 3;
	}
}

#image_style_01_1493689551612>.view_contents {
	overflow: visible;
}

#image_style_01_1493689551612 .picSet {
	height: 150px;
}

#image_style_01_1493689551612 .diyCurTab:hover {
	padding-top: 0px;
	padding-bottom: 0px;
}

@media screen and (max-width:640px) {
	#image_style_01_1493689551612 .picSet {
		height: 90px;
	}
}

#image_style_01_1493887781237 {
	width: 18.083333333333336%;
	height: 128px;
	position: absolute;
	top: 73.5px;
	left: 30.098958333333332%;
	z-index: 3;
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1493887781237 {
		height: 100px;
		display: none;
		z-index: 2;
		left: 32.00722428419937%;
		top: 89.5px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1493887781237 {
		width: 37.631578947368425%;
		height: 86px;
		top: 42.5px;
		left: 51.31578947368421%;
		display: none;
		z-index: 3;
	}
}

#image_style_01_1493887781237>.view_contents {
	overflow: visible;
}

#image_style_01_1493888021407 {
	width: 18%;
	height: 128px;
	position: absolute;
	top: 73.5px;
	left: 48.30729166666667%;
	z-index: 3;
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1493888021407 {
		height: 100px;
		display: none;
		z-index: 2;
		left: 50.21540296924708%;
		top: 89.5px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1493888021407 {
		width: 37.631578947368425%;
		height: 84px;
		top: 182.5px;
		left: 10.789473684210527%;
		display: none;
		z-index: 4;
	}
}

#image_style_01_1493888021407>.view_contents {
	overflow: visible;
}

#image_style_01_1493888162069 {
	width: 17.75%;
	height: 128px;
	position: absolute;
	top: 73.5px;
	left: 66.390625%;
	z-index: 1;
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1493888162069 {
		height: 99px;
		display: none;
		z-index: 6;
		width: 170px;
		left: 68.2993107104984%;
		top: 89.5px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1493888162069 {
		width: 36.84210526315789%;
		height: 84px;
		top: 184px;
		left: 51.84210526315789%;
		display: none;
		z-index: 4;
	}
}

#image_style_01_1493888162069>.view_contents {
	overflow: visible;
}

#div_blank_1494393382934 {
	width: 17.9%;
	height: 130px;
	position: absolute;
	top: 73.5px;
	left: 30.223958333333336%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1494393382934 {
		height: 103px;
		left: 31.780222693531286%;
		top: 90.5px;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1494393382934 {
		width: 37.8%;
		height: 84px;
		top: 42.5px;
		left: 51.41447368421053%;
	}
}

#div_blank_1494393382934>.view_contents {
	overflow: visible;
}

#div_blank_1494393382934 {
	box-sizing: border-box;
	background: url("../img/upimages/pkgimg/pkgimg/deng_07_g1cz.png")
		/*tpa=http://demo.nicebox.cn/58e6f1edda56c9ac/img/upimages/pkgimg/pkgimg/deng_07_g1cz.png*/
	;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#div_blank_1494393382934:hover {
	background: url("../img/upimages/pkgimg/pkgimg/deng2_07_gtaw.png")
		/*tpa=http://demo.nicebox.cn/58e6f1edda56c9ac/img/upimages/pkgimg/pkgimg/deng2_07_gtaw.png*/
	;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1494393382934 {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1494393382934 {
		box-sizing: border-box;
	}
}

#div_blank_1494393510036 {
	width: 17.9%;
	height: 138px;
	position: absolute;
	top: 73.5px;
	left: 48.05729166666667%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1494393510036 {
		height: 104px;
		left: 49.5957051961824%;
		top: 90.5px;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1494393510036 {
		width: 37.8%;
		height: 93px;
		top: 183.5px;
		left: 10.263157894736842%;
	}
}

#div_blank_1494393510036>.view_contents {
	overflow: visible;
}

#div_blank_1494393510036 {
	box-sizing: border-box;
	background: url("../img/upimages/pkgimg/pkgimg/deng_11_9gs2.png")
		/*tpa=http://demo.nicebox.cn/58e6f1edda56c9ac/img/upimages/pkgimg/pkgimg/deng_11_9gs2.png*/
	;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#div_blank_1494393510036:hover {
	background: url("../img/upimages/pkgimg/pkgimg/deng2_11_ejj0.png")
		/*tpa=http://demo.nicebox.cn/58e6f1edda56c9ac/img/upimages/pkgimg/pkgimg/deng2_11_ejj0.png*/
	;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1494393510036 {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1494393510036 {
		box-sizing: border-box;
	}
}

/*----------------------电脑板式样式----------------------*/
#div_blank_1494393510036 {}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1494393510036 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_blank_1494393510036 {}
}

#text_style_02_1493888081107 {
	width: 6.416666666666666%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 203.5px;
	left: 53.76562499999999%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493888081107 {
		width: 94px;
		z-index: 9;
		left: 53.519353128313895%;
		top: 207.5px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1493888081107 {
		width: 28.157894736842103%;
		top: 268.5px;
		left: 15.131578947368421%;
		z-index: 9;
	}
}

#text_style_02_1493888081107>.view_contents {
	box-sizing: border-box;
	font-size: 16px;
	text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493888081107>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1493888081107>.view_contents {
		box-sizing: border-box;
	}
}

#text_style_02_1493887887717 {
	width: 6.416666666666666%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 203.5px;
	left: 35.932291666666664%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493887887717 {
		width: 94px;
		z-index: 9;
		left: 35.70387062566277%;
		top: 207.5px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1493887887717 {
		width: 38.94736842105263%;
		top: 126.5px;
		left: 50.26315789473684%;
		z-index: 9;
	}
}

#text_style_02_1493887887717>.view_contents {
	box-sizing: border-box;
	font-size: 16px;
	text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493887887717>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1493887887717>.view_contents {
		box-sizing: border-box;
	}
}

#text_style_02_1493887389613 {
	width: 6.416666666666666%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 203.5px;
	left: 17.848958333333336%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493887389613 {
		width: 91px;
		z-index: 9;
		left: 18.04745493107105%;
		top: 207.5px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1493887389613 {
		width: 36.31578947368421%;
		top: 126.5px;
		left: 10%;
		z-index: 9;
	}
}

#text_style_02_1493887389613>.view_contents {
	box-sizing: border-box;
	font-size: 16px;
	text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493887389613>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1493887389613>.view_contents {
		box-sizing: border-box;
	}
}

#text_style_02_1493888136952 {
	width: 6.416666666666666%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 203.5px;
	left: 71.59895833333333%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493888136952 {
		width: 68px;
		z-index: 9;
		left: 72.71341463414635%;
		top: 207.5px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1493888136952 {
		width: 36.31578947368421%;
		top: 268.5px;
		left: 52.10526315789473%;
		z-index: 9;
	}
}

#text_style_02_1493888136952>.view_contents {
	box-sizing: border-box;
	font-size: 16px;
	text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493888136952>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1493888136952>.view_contents {
		box-sizing: border-box;
	}
}

#div_blank_1494393724610 {
	width: 17.9%;
	height: 136px;
	position: absolute;
	top: 73.5px;
	left: 65.890625%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1494393724610 {
		left: 67.4111876988335%;
		top: 90.5px;
		height: 117px;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1494393724610 {
		width: 37.9%;
		height: 90px;
		top: 183.5px;
		left: 51.31578947368421%;
	}
}

#div_blank_1494393724610>.view_contents {
	overflow: visible;
}

#div_blank_1494393724610 {
	box-sizing: border-box;
	background: url("../img/upimages/pkgimg/pkgimg/tai_05_egl6.png")
		/*tpa=http://demo.nicebox.cn/58e6f1edda56c9ac/img/upimages/pkgimg/pkgimg/tai_05_egl6.png*/
	;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

#div_blank_1494393724610:hover {
	background: url("../img/upimages/pkgimg/pkgimg/deng_05_lepk.png")
		/*tpa=http://demo.nicebox.cn/58e6f1edda56c9ac/img/upimages/pkgimg/pkgimg/deng_05_lepk.png*/
	;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1494393724610 {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1494393724610 {
		box-sizing: border-box;
	}
}

#div_blank_1494393206593 {
	width: 17.9%;
	height: 130px;
	position: absolute;
	top: 73.5px;
	left: 12.223958333333334%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1494393206593 {
		height: 108px;
		left: 13.964740190880171%;
		top: 90.5px;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1494393206593 {
		width: 37.8%;
		height: 85px;
		top: 42.5px;
		left: 13.421052631578947%;
	}
}

#div_blank_1494393206593>.view_contents {
	overflow: visible;
}

#div_blank_1494393206593 {
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position-x: 0%;
	background-position-y: 0%;
	background: url("../img/upimages/pkgimg/pkgimg/deng_03_ork9.png")
		/*tpa=http://demo.nicebox.cn/58e6f1edda56c9ac/img/upimages/pkgimg/pkgimg/deng_03_ork9.png*/
	;
}

#div_blank_1494393206593:hover {
	background-size: auto 100%;
	background-repeat: no-repeat;
	background: url("../img/upimages/pkgimg/pkgimg/deng2_03_67iv.png")
		/*tpa=http://demo.nicebox.cn/58e6f1edda56c9ac/img/upimages/pkgimg/pkgimg/deng2_03_67iv.png*/
	;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1494393206593 {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1494393206593 {
		box-sizing: border-box;
	}
}

/*----------------------电脑板式样式----------------------*/
#div_blank_1494393206593 {
	background-size: 100% 100%;
}

#div_blank_1494393206593:hover {
	background-size: 100% 100%;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1494393206593 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_blank_1494393206593 {}
}

#layout_1493359485523 {}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1493359485523 {
		height: 346px;
		display: block;
	}
}

@media screen and (max-width:640px) {
	#layout_1493359485523 {}
}

#layout_1493359485523>.view_contents {
	overflow: visible;
	max-width: 1200px;
}

#layout_1493359485523 {
	background: #f0f0f0;
}


#text_style_02_1493366851587 {
	width: 31.666666666666664%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	left: 34.16666666666667%;
	top: 24px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493366851587 {}
}

@media screen and (max-width:640px) {
	#text_style_02_1493366851587 {
		width: 97.30000000000001%;
		left: 1.3499999999999943%;
		top: 43px;
	}
}

#text_style_02_1493366851587>.view_contents {
	box-sizing: border-box;
	color: #cd1612;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493366851587>.view_contents {
		box-sizing: border-box;
		font-size: 30px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1493366851587>.view_contents {
		box-sizing: border-box;
		font-size: 20px;
		line-height: 30px;
		font-weight: normal;
	}
}

#text_style_07_1493804327293 {
	width: 323px;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: Courier New;
	left: calc(50% - 161.5px);
	top: 60.5px;
	position: absolute;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_07_1493804327293 {
		width: 459px;
		left: calc(50% - 229.5px);
	}
}

@media screen and (max-width:640px) {
	#text_style_07_1493804327293 {
		width: 370px;
		left: 0%;
		top: 0px;
	}
}

#text_style_07_1493804327293>.view_contents {
	box-sizing: border-box;
	font-size: 20px;
	text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_07_1493804327293>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_07_1493804327293>.view_contents {
		box-sizing: border-box;
	}
}

#layout_1481771538867 {
	height: 110.5px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1481771538867 {
		height: 110.5px;
	}
}

@media screen and (max-width:640px) {
	#layout_1481771538867 {
		height: 43px;
		display: none;
	}
}

#layout_1481771538867>.view_contents {
	max-width: 1200px;
	overflow: visible;
}

#layout_1481771538867 {
	background: #ffffff;
	color: #ffffff;
}

#layout_1481771538867>.view_contents {
	color: #ffffff;
}


#productList_style_01_1493364953000 {
	width: 99.66666666666667%;
	position: absolute;
	top: 2px;
	left: 0.1666666666666643%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1493364953000 {}
}

@media screen and (max-width:640px) {
	#productList_style_01_1493364953000 {
		width: 96%;
		top: 30px;
		left: 2%;
	}
}

#productList_style_01_1493364953000>.view_contents {
	overflow: visible;
}

#productList_style_01_1493364953000 .modSet {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#productList_style_01_1493364953000 {
	padding-top: 0px;
	padding-bottom: 0px;
}

#productList_style_01_1493364953000 .modSet:hover .imgSet {
	border-top-color: #cd1612;
	border-top-style: dashed;
	border-top-width: 3px;
	border-right-color: #cd1612;
	border-bottom-color: #cd1612;
	border-left-color: #cd1612;
	border-right-style: dashed;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-left-style: dashed;
	border-bottom-style: dashed;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1493364953000 .imgSet {
		margin-top: 0px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1493364953000 .modSet {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1493364953000 .modSet:hover .imgSet {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1493364953000 .modSet:active .imgSet {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

@media screen and (max-width:640px) {
	#productList_style_01_1493364953000 .modSet:active .imgSet {
		padding-top: 2px;
		padding-bottom: 2px;
	}
}

@media screen and (max-width:640px) {
	#productList_style_01_1493364953000 .imgSet {
		padding-top: 2px;
		padding-bottom: 2px;
	}
}

@media screen and (max-width:640px) {
	#productList_style_01_1493364953000 .modSet:hover .imgSet {
		border-top-color: #cd1612;
		border-top-style: dashed;
		border-right-color: #cd1612;
		border-bottom-color: #cd1612;
		border-left-color: #cd1612;
		border-right-style: dashed;
		border-bottom-style: dashed;
		border-left-style: dashed;
		border-top-width: 3px;
		border-right-width: 3px;
		border-bottom-width: 3px;
		border-left-width: 3px;
		padding-top: 2px;
		padding-bottom: 2px;
	}
}

@media screen and (max-width:640px) {
	#productList_style_01_1493364953000 .modSet {
		margin-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media screen and (max-width:640px) {
	#productList_style_01_1493364953000 {
		padding-bottom: 0px;
		padding-top: 0px;
	}
}

/*----------------------电脑板式样式----------------------*/
#productList_style_01_1493364953000 {}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1493364953000 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_01_1493364953000 {}
}

#layout_1493364810288 {
	height: 349px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1493364810288 {
		height: 313px;
	}
}

@media screen and (max-width:640px) {
	#layout_1493364810288 {
		height: 524px;
	}
}

#layout_1493364810288>.view_contents {
	overflow: visible;
	max-width: 1200px;
}

#layout_1493364810288 {
	background: #ffffff;
}

#layout_1505366819450 {
	height: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1505366819450 {}
}

@media screen and (max-width:640px) {
	#layout_1505366819450 {
		height: 30px;
	}
}

#layout_1505366819450>.view_contents {
	overflow: visible;
	max-width: 1200px;
}


#text_style_02_1482916156743 {
	width: 31.666666666666664%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	left: 34.16666666666667%;
	top: 33px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1482916156743 {
		width: 38.54166666666667%;
		left: 30.75291622481442%;
		top: 31px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1482916156743 {
		width: 97.3%;
		left: 1.3157894736842104%;
		top: 18px;
	}
}

#text_style_02_1482916156743>.view_contents {
	box-sizing: border-box;
	color: #cd1612;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1482916156743>.view_contents {
		box-sizing: border-box;
		font-size: 30px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1482916156743>.view_contents {
		box-sizing: border-box;
		font-size: 20px;
		line-height: 30px;
		font-weight: normal;
	}
}

#newsList_style_02_1493696044736 {
	width: 99.91666666666667%;
	position: absolute;
	top: 135px;
	left: 0.08333333333333334%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_02_1493696044736 {
		left: 2%;
		top: 134px;
		width: 96%;
	}
}

@media screen and (max-width:640px) {
	#newsList_style_02_1493696044736 {
		width: 100%;
		top: 87px;
		left: 0%;
	}
}

#newsList_style_02_1493696044736 .btnaSet {
	background: #cd1612;
}

#newsList_style_02_1493696044736 {
	background: #f1f1f1;
}

#newsList_style_02_1493696044736 .modSet {
	background: #f1f1f1;
}

@media screen and (max-width:640px) {
	#newsList_style_02_1493696044736 .modSet {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/*----------------------电脑板式样式----------------------*/
#newsList_style_02_1493696044736 li {
	width: 49%;
	display: inline-block;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_02_1493696044736 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_02_1493696044736 li {
		width: 100%;
		display: block;
	}
}

#text_style_10_1493804525182 {
	width: 5.666666666666666%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: Courier New;
	left: 47.166666666666664%;
	top: 70px;
	position: absolute;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_10_1493804525182 {}
}

@media screen and (max-width:640px) {
	#text_style_10_1493804525182 {
		width: 14.473684210526317%;
		left: 42.76315789473684%;
		top: 29px;
	}
}

#text_style_10_1493804525182>.view_contents {
	box-sizing: border-box;
	font-size: 20px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_10_1493804525182>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_10_1493804525182>.view_contents {
		box-sizing: border-box;
	}
}

#layout_1482903622169 {
	height: 636px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1482903622169 {
		height: 683px;
	}
}

@media screen and (max-width:640px) {
	#layout_1482903622169 {
		height: 3058px;
	}
}

#layout_1482903622169>.view_contents {
	max-width: 1200px;
}

#layout_1482903622169 {
	background: #f1f1f1;
}

#layout_1505367119841 {
	height: 50px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1505367119841 {}
}

@media screen and (max-width:640px) {
	#layout_1505367119841 {}
}

#layout_1505367119841>.view_contents {
	overflow: visible;
	max-width: 1200px;
}

#layout_1505367119841 {
	background: #F1F1F1;
}


#text_style_02_1482916871440 {
	width: 30.833333333333336%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	left: 34.583333333333336%;
	top: 36px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1482916871440 {
		width: 38.54166666666667%;
		left: 30.728062036055142%;
		top: 27px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1482916871440 {
		width: 97.36842105263158%;
		left: 1.3157894736842104%;
		top: 8px;
	}
}

#text_style_02_1482916871440>.view_contents {
	box-sizing: border-box;
	color: #ffffff;
	font-size: 32px;
	text-align: center;
	font-weight: bold;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1482916871440>.view_contents {
		box-sizing: border-box;
		font-size: 25px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1482916871440>.view_contents {
		box-sizing: border-box;
		font-size: 20px;
		font-weight: normal;
	}
}

#image_style_01_1493697535487 {
	width: 32.83333333333333%;
	height: 231px;
	position: absolute;
	top: 138px;
	left: 11.708333333333334%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1493697535487 {
		left: 6.8829533404029695%;
		top: 133px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1493697535487 {
		width: 86.8421052631579%;
		height: 200px;
		top: 90px;
		left: 6.578947368421052%;
	}
}

#image_style_01_1493697535487>.view_contents {
	overflow: visible;
}

#text_style_10_1493804667732 {
	width: 12.416666666666666%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: Courier New;
	left: 43.791666666666664%;
	top: 73px;
	position: absolute;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_10_1493804667732 {
		width: 150px;
		left: calc(50% - 75px);
		top: 62px;
	}
}

@media screen and (max-width:640px) {
	#text_style_10_1493804667732 {
		width: 40.26315789473684%;
		left: 29.86842105263158%;
		top: 33px;
	}
}

#text_style_10_1493804667732>.view_contents {
	box-sizing: border-box;
	font-size: 20px;
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_10_1493804667732>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_10_1493804667732>.view_contents {
		box-sizing: border-box;
	}
}

#text_style_01_1505366601370 {
	width: 54.41666666666667%;
	font-size: 32px;
	color: #333;
	line-height: 1.8;
	font-family: 宋体;
	position: absolute;
	top: 141px;
	left: 45.58333333333333%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1505366601370 {
		width: 543px;
		left: 41.12871155885472%;
		top: 133px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1505366601370 {
		width: 96%;
		top: 304px;
		left: 2%;
	}
}

#text_style_01_1505366601370>.view_contents {
	box-sizing: border-box;
	color: #ffffff;
	font-size: 14px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1505366601370>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1505366601370>.view_contents {
		box-sizing: border-box;
	}
}

#layout_1482905506959 {
	height: 369px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1482905506959 {
		height: 408px;
	}
}

@media screen and (max-width:640px) {
	#layout_1482905506959 {
		height: 754px;
	}
}

#layout_1482905506959>.view_contents {
	max-width: 1200px;
}

#layout_1482905506959 {
	background: #cd1612;
	background-repeat: no-repeat;
	background-size: cover;
}

#layout_1505366645188 {
	height: 40px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1505366645188 {}
}

@media screen and (max-width:640px) {
	#layout_1505366645188 {}
}

#layout_1505366645188>.view_contents {
	overflow: visible;
	max-width: 1200px;
}

#layout_1505366645188 {
	background: #CD1612;
}


#text_style_02_1493697913408 {
	width: 31.666666666666664%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	left: 34.166666666666664%;
	top: 33px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493697913408 {}
}

@media screen and (max-width:640px) {
	#text_style_02_1493697913408 {
		width: 97.30000000000001%;
		left: 1.3499999999999943%;
		top: 17px;
	}
}

#text_style_02_1493697913408>.view_contents {
	box-sizing: border-box;
	color: #cd1612;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493697913408>.view_contents {
		box-sizing: border-box;
		font-size: 30px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1493697913408>.view_contents {
		box-sizing: border-box;
		font-size: 20px;
		line-height: 30px;
		font-weight: normal;
	}
}

#text_style_10_1493804601268 {
	width: 15%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	text-align: center;
	font-family: Courier New;
	left: 42%;
	top: 71px;
	position: absolute;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_10_1493804601268 {
		width: 98px;
		left: calc(50% - 49px);
		top: 71px;
	}
}

@media screen and (max-width:640px) {
	#text_style_10_1493804601268 {
		width: 25.263157894736842%;
		left: 38.6389802631579%;
		top: 32px;
	}
}

#text_style_10_1493804601268>.view_contents {
	box-sizing: border-box;
	font-size: 20px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_10_1493804601268>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_10_1493804601268>.view_contents {
		box-sizing: border-box;
	}
}

#text_default_1493704759602 {
	width: 40%;
	height: 424px;
	position: absolute;
	top: 149px;
	left: 0.25%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_default_1493704759602 {
		left: 1.3603525980911984%;
		top: 136px;
	}
}

@media screen and (max-width:640px) {
	#text_default_1493704759602 {
		width: 93.42105263157895%;
		height: 423px;
		top: 82px;
		left: 0.6578947368421052%;
	}
}

@media screen and (max-width:640px) {
	#text_default_1493704759602 {
		padding-left: 10px;
		padding-right: 10px;
	}
}

#text_default_1493704628925 {
	width: 30.166666666666668%;
	height: 424px;
	position: absolute;
	top: 140px;
	left: 34.916666666666664%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_default_1493704628925 {
		left: 34.89859490986214%;
		top: 136px;
	}
}

@media screen and (max-width:640px) {
	#text_default_1493704628925 {
		width: 93.42105263157895%;
		height: 427px;
		top: 517px;
		left: 0.5263157894736842%;
	}
}

@media screen and (max-width:640px) {
	#text_default_1493704628925 {
		padding-left: 10px;
		padding-right: 10px;
	}
}

#qrcode_style_01_1493794381102 {
	width: 13.666666666666666%;
	height: 120px;
	position: absolute;
	top: 140px;
	left: 67.5%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#qrcode_style_01_1493794381102 {
		left: 69.26365323435843%;
		top: 136px;
		height: 105px;
		width: 99px;
	}
}

@media screen and (max-width:640px) {
	#qrcode_style_01_1493794381102 {
		width: 31.31578947368421%;
		height: 110px;
		top: 385px;
		left: 2.9235197368421053%;
	}
}

#qrcode_style_01_1493794381102>.view_contents {
	overflow: visible;
}

#liuyanban_style_01_1493795203853 {
	width: 30.416666666666664%;
	position: absolute;
	top: 260px;
	left: 69.58333333333333%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#liuyanban_style_01_1493795203853 {
		width: 28.738069989395548%;
		left: 69.26365323435843%;
		top: 250px;
	}
}

@media screen and (max-width:640px) {
	#liuyanban_style_01_1493795203853 {
		width: 100%;
		top: 500px;
		left: 0%;
	}
}

#liuyanban_style_01_1493795203853 .titSet {
	text-align: left;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 20px;
	line-height: 45px;
}

#liuyanban_style_01_1493795203853 .btnaSet {
	background: #cd1612;
}

#liuyanban_style_01_1493795203853 .textareaSet {
	background: transparent;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

#liuyanban_style_01_1493795203853 .inputSet {
	background: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #cccccc;
}

#layout_1493697891916 {
	height: 623px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1493697891916 {
		height: 596px;
	}
}

@media screen and (max-width:640px) {
	#layout_1493697891916 {
		height: 850px;
	}
}

#layout_1493697891916>.view_contents {
	overflow: visible;
	max-width: 1000px;
}



#image_style_01_1482990131440 {
	width: 4%;
	height: 52px;
	position: absolute;
	top: 46px;
	left: 2.115885416666667%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1482990131440 {
		left: 5.2490234375%;
		width: 5%;
		top: 35px;
		height: 54px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1482990131440 {
		width: 52.63157894736842%;
		height: 200px;
		top: 25px;
		left: 47.36842105263158%;
		display: none;
	}
}

#image_style_01_1482990131440>.view_contents {
	overflow: visible;
}

#text_style_02_1482990181403 {
	width: 17.616666666666664%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 46px;
	left: 6.75%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1482990181403 {
		left: 11.770833333333334%;
		width: 14.479166666666671%;
		top: 33px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1482990181403 {
		width: 97.36842105263158%;
		top: 25px;
		left: 2.631578947368425%;
		display: none;
	}
}

#text_style_02_1482990181403>.view_contents {
	box-sizing: border-box;
	font-size: 16px;
	color: #888888;
	line-height: 25px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1482990181403>.view_contents {
		box-sizing: border-box;
		font-size: 16px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1482990181403>.view_contents {
		box-sizing: border-box;
	}
}

#image_style_01_1482990154665 {
	width: 4%;
	height: 49px;
	position: absolute;
	top: 46px;
	left: 39.916666666666664%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1482990154665 {
		left: 37.5%;
		width: 5%;
		top: 35px;
		height: 56px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1482990154665 {
		width: 52.63157894736842%;
		height: 200px;
		top: 23px;
		left: 47.36842105263158%;
		display: none;
	}
}

#image_style_01_1482990154665>.view_contents {
	overflow: visible;
}

#text_style_02_1482990235137 {
	width: 15.166666666666668%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 46px;
	left: 44.75%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1482990235137 {
		left: 43.86393229166667%;
		width: 20%;
		top: 33px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1482990235137 {
		width: 97.36842105263158%;
		top: 23px;
		left: 2.631578947368425%;
		display: none;
	}
}

#text_style_02_1482990235137>.view_contents {
	box-sizing: border-box;
	font-size: 16px;
	color: #888888;
	line-height: 25px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1482990235137>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1482990235137>.view_contents {
		box-sizing: border-box;
	}
}

#image_style_01_1482990163652 {
	width: 4%;
	height: 50px;
	position: absolute;
	top: 46px;
	left: 78.91666666666667%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1482990163652 {
		left: 74.79166666666667%;
		width: 5%;
		top: 35px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1482990163652 {
		width: 52.63157894736842%;
		height: 200px;
		top: 33px;
		left: 47.36842105263158%;
		display: none;
	}
}

#image_style_01_1482990163652>.view_contents {
	overflow: visible;
}

#text_style_02_1482990315359 {
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 46px;
	left: 83.75%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1482990315359 {
		left: 81.25%;
		width: 12.291666666666666%;
		top: 33px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1482990315359 {
		width: 97.36842105263158%;
		top: 33px;
		left: 2.631578947368425%;
		display: none;
	}
}

#text_style_02_1482990315359>.view_contents {
	box-sizing: border-box;
	font-size: 16px;
	color: #888888;
	line-height: 25px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1482990315359>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1482990315359>.view_contents {
		box-sizing: border-box;
	}
}

#div_includeBlock_1482994420520 {
	width: 1200px;
	height: 121px;
	position: absolute;
	top: 0px;
	left: calc(50% - 600px);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_includeBlock_1482994420520 {
		left: 0%;
		width: 100%;
		top: 0px;
		height: 93px;
	}
}

@media screen and (max-width:640px) {
	#div_includeBlock_1482994420520 {
		width: 100%;
		height: 0px;
		top: 5px;
		left: 0%;
		display: none;
	}
}

#text_style_02_1482990428197 {
	width: 100%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 168px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1482990428197 {
		left: 0%;
		width: 100%;
		top: 112px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1482990428197 {
		width: 100%;
		top: 14px;
		left: 0%;
	}
}

#text_style_02_1482990428197>.view_contents {
	box-sizing: border-box;
	color: #888888;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	border-top-color: #111111;
	border-top-style: solid;
	border-top-width: 1px;
	box-shadow: #3b3b3b 0px 1px 2px inset;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1482990428197>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1482990428197>.view_contents {
		box-sizing: border-box;
	}
}

#comm_layout_footer {
	height: 244px;
	display: block;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_footer {
		height: 213px;
		display: block;
	}
}

@media screen and (max-width:640px) {
	#comm_layout_footer {
		height: 104px;
		display: block;
	}
}

#comm_layout_footer {
	background: #282828;
}

/*产品样式*/
.prod_default {
	width: 100%;
	clear: both;
}

.prod_default * {
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	box-sizing: border-box;
}

.prod_default ul {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.prod_default .prod_Item {
	list-style: none;
	height: auto;
	padding: 0px;
	box-sizing: border-box;
	margin-bottom: 1%;
}

.prod_default .relative {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.prod_default .prodImg_box {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #eee;
	box-sizing: border-box;
}

.prod_default .prod_img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.prod_default .prod_img span {
	position: absolute;
	left: 35%;
	top: 35%;
	right: 35%;
	bottom: 35%;
	background: none;
}

.prod_default .prod_Item:hover .prod_img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.prod_default .prod_Item:hover .prod_img span {
	background: rgba(255, 255, 255, .25);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.prod_default .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%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.prod_default .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%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.prod_default .dummy {
	margin-top: 75%
}

/*控制产品图片显示比例*/
.prod_default .prod_info {
	overflow: hidden;
	width: 100%;
	padding-top: 10px;
	box-sizing: border-box;
}

.prod_default .p_name {
	margin-bottom: 5px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	line-height: 1.4;
	width: 100%;
}

.prod_default .p_name a {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	display: block;
}

/*文字两行后自动超出隐藏*/
.prod_default .p_detail {
	font-size: 12px;
	color: #666;
	display: block;
	margin-bottom: 5px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/*文字两行后自动超出隐藏*/
.prod_default .p_group {
	margin-bottom: 5px;
	display: block;
	float: left;
	width: 70%;
	color: #666;
	font-size: 12px;
}

.prod_default .p_group .p_lb {
	display: none;
}

.prod_default .p_line {
	margin-bottom: 5px;
	overflow: hidden;
	;
	width: 100%;
}

.prod_default .p_num {
	margin-bottom: 5px;
	display: block;
	float: right;
	text-align: right;
	width: 30%;
	color: #666;
	font-size: 12px;
}

.prod_default .p_jg {
	display: none;
}

.prod_default .p_price {
	float: left;
	line-height: 1;
	white-space: nowrap;
}

.prod_default .p_value {
	color: #ff002a;
	font-size: 26px;
}

.prod_default .zhekou {
	color: #ff002a;
	font-size: 16px;
	font-weight: bold;
}

.prod_default .unit {
	color: #ff002a;
	font-size: 16px;
}

.prod_default .p_vip {
	display: block;
	float: right;
	text-align: right;
	line-height: 30px;
	height: 26px;
	white-space: nowrap;
	position: absolute;
	right: 0;
}

.prod_default .p_vip .v_jg {
	color: #666;
	font-size: 12px;
}

.prod_default .v_value {
	color: #333;
	font-size: 18px;
}

.prod_default .v_unit {
	color: #333;
	font-size: 12px;
}

.prod_default .pro_button {
	margin: 10px 0;
	overflow: hidden;
}

.prod_default .p_link {
	float: left;
	width: 48%;
	text-align: center;
}

.prod_default .p_link a {
	display: block;
	padding: 10px 15px;
}

.prod_default .p_cart {
	text-align: center;
}

.prod_default .p_cart a {
	display: block;
	padding: 10px 15px;
	background: #f00;
	color: #fff;
}

.prod_default a {
	text-decoration: none;
}

.prod_default .p_price2 {
	clear: both;
	line-height: 1;
	white-space: nowrap;
	font-size: 12px !important;
	color: gray !important;
}

.prod_default .p_price2 .p_jg {
	font-size: 14px;
	color: gray;
}

.prod_default .p_price2 .unit {
	font-size: 14px;
	color: gray;
}

.prod_default .p_price2 .p_value {
	font-size: 14px;
	color: gray;
}

.prod_default .p_price2 .p_value {
	font-size: 14px;
	color: gray;
}

/*分页*/
.prod_default .page_btn {
	clear: both;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.prod_default .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_default .page_btn a.cur,
.prod_default .page_btn a:hover {
	border: 1px solid #4c4c4c;
}

.prod_default .page_btn a:nth-child(n+12) {
	display: none;
}

.prod_default .page_btn a:nth-last-child(1),
.prod_default .page_btn a:nth-last-child(2),
.prod_default .page_btn a:nth-last-child(3) {
	display: inline-block !important;
}

.prod_default .prev_btn,
.prod_default .next_btn {
	font-family: '黑体' !important;
	border: 0 !important;
}

.prod_default .no_page {
	border: 0 !important;
}

.prod_default .page_btn a:nth-child(n+10) {
	display: none;
}

.prod_default .p_line p {
	font-size: 16px;
	line-height: 28px;
	float: left;
}

@media screen and (max-width: 640px) {
	.prod_default .p_price2 {
		padding-top: 5px;
	}

	.prod_default .prod_info {
		padding: 6px;
	}

	.prod_default .unit,
	.prod_default .p_vip .v_jg,
	.prod_default .v_unit {
		font-size: 12px;
	}

	.prod_default .p_vip {
		height: 18px;
		line-height: 23px;
	}

	.prod_default .v_value {
		font-size: 14px;
	}

	.prod_default .p_value {
		font-size: 18px;
	}

	.prod_default .prod .p_detail {
		display: none !important;
	}

	.prod_default .p_vip {
		position: relative;
		float: none !important;
		clear: both;
		text-align: left !important;
	}

	/*分页*/
	/* .prod_default .page_btn a:nth-child(n+5){display: none;} */
}



.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;*/
/*菜单样式*/
.menuStyle_1 {
	width: 100%;
	position: relative;
}

.menuStyle_1 * {
	transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
	-webkit-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
	-moz-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
	-o-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
	box-sizing: border-box;
}

.menuStyle_1 .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_1 .rflex {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.menuStyle_1 ul,
.menuStyle_1 li {
	padding: 0;
	margin: 0px;
	list-style: none
}

.menuStyle_1 .menuLayout {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.menuStyle_1 .menuLayout:after {
	content: '';
	display: block;
	clear: both;
}

.menuStyle_1 .menuUl_box {
	position: relative;
	width: 100%;
	text-align: center;
}

.menuStyle_1 .menuUl {
	position: relative;
	width: 100%;
	text-align: center;
}

.menuStyle_1 .menuUl li {
	position: relative;
}

.menuStyle_1 .menuUl li>a {
	text-decoration: none;
	color: #4d5158;
	font-size: 14px;
	height: 44px;
	box-sizing: border-box;
	line-height: 44px;
	display: block;
	text-align: center;
	letter-spacing: normal;
	white-space: nowrap;
}

.menuStyle_1 .menuUl li>a:hover {
	color: #f90
}

.menuStyle_1 .menuUl #hot>a {
	color: #f90;
}

.menuStyle_1 .menuLayout .miniMenu {
	display: none;
}

.menuStyle_1 .menuUl02 {
	opacity: 0;
	display: none;
	position: absolute;
	left: 50%;
	height: 0;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.menuStyle_1 .menuUl .rflex:hover .menuUl02 {
	opacity: 1;
	display: block;
	height: auto;
}

.menuStyle_1 .menuUl02 .subMenu02 {
	float: none;
}

.menuStyle_1 .menuUl02 .subMenu02 a {
	color: #333;
	width: 130px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 15px;
}

.menuStyle_1 .menuUl02 .subMenu02 a:hover {}

.menuStyle_1 .rflex {
	position: relative;
}




@media screen and (max-width:640px) {

	.menuStyle_1 .menuUl,
	.menuStyle_1 .menuUl_box {
		display: none;
	}

	.menuStyle_1 .menuScroll {
		height: 84%;
		height: 84vh;
		width: 100%;
	}

	.menuStyle_1 .menuScroll>.menuUlCopy {
		width: calc(100% + 18px);
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
	}

	.menuStyle_1 .menuLayout .miniMenu {
		display: block;
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 44px;
	}

	.menuStyle_1 .miniMenu .leftBox .sidebar {
		font-size: 28px;
		line-height: 44px;
		font-weight: normal;
		cursor: pointer;
		color: #4d5158;
		position: absolute;
		top: 0;
		right: 0px;
		width: 44px;
		text-align: center;
	}

	.menuStyle_1 .miniMenu .leftBox .nav {
		width: 100%;
		height: 44px;
	}

	.menuStyle_1 .miniMenu .leftBox .menuUlCopy {
		padding: 15px 0 15px 30px;
	}

	.menuStyle_1 .miniMenu .leftBox .menuUlCopy li {
		width: 100%;
	}

	.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a {
		width: 100%;
		display: block;
		text-align: left;
		color: #fff;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
		text-decoration: none;
		font-size: 16px;
		line-height: 44px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.menuStyle_1 .menuLayout .miniMenu.Mslide {
		height: 100% !important;
		height: 100vh !important;
		background: rgba(0, 0, 0, .85);
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
	}

	.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar {
		color: #fff;
	}

	.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a {
		display: none !important;
	}
}

/* banner样式 */

.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;
}

.bannerStyle_1 div.flicking_con a {
	width: 14px;
	height: 14px;
	padding: 0;
	background: none;
	border: 1px solid #eee;
	display: inline-block;
	box-sizing: border-box;
	margin: 0 3px;
	border-radius: 100%;
}

.bannerStyle_1 div.flicking_con a.on {
	background: #ccc;
	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("../img/banner/style_01/hover_left.png")
		/*tpa=http://demo.nicebox.cn/58e6f1edda56c9ac/img/banner/style_01/hover_left.png*/
		no-repeat left top;
	left: 20px;
	background-size: 80%;
}

.bannerStyle_1 .btn_next {
	background: url("../img/banner/style_01/hover_right.png")
		/*tpa=http://demo.nicebox.cn/58e6f1edda56c9ac/img/banner/style_01/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;
	}
}

/* 默认 动画效果 */
.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;
}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part {
	position: absolute;
	top: 0;
	width: calc(20% + 1px);
	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}

.bannerStyle_1.rotate-3d .img-part .img {
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;
	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}

.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);
}

#banner_style_01_1482394346074 .bannerStyle_1 .main_image .img-item .img_0 {
	background: url("../img/upimages/pkgimg/pkgimg/15_mjbk2.jpg")
		/*tpa=http://demo.nicebox.cn/58e6f1edda56c9ac/img/upimages/pkgimg/pkgimg/15_mjbk2.jpg*/
		center top no-repeat;
}

#banner_style_01_1482394346074 .bannerStyle_1 .main_image .img-item .img_1 {
	background: url("../img/upimages/pkgimg/pkgimg/bann_02_6exlhvv.jpg")
		/*tpa=http://demo.nicebox.cn/58e6f1edda56c9ac/img/upimages/pkgimg/pkgimg/bann_02_6exlhvv.jpg*/
		center top no-repeat;
}

#banner_style_01_1482394346074 .bannerStyle_1 .ground_glass {
	display: block;
	opacity: 0;
	background-color: #191919;
}

/*新闻列表样式*/
.boxNewsListStyle_2 {
	width: 100%;
	clear: both;
}

.boxNewsListStyle_2 * {
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	box-sizing: border-box;
}

.boxNewsListStyle_2 li {
	width: 100%;
	list-style: none;
	margin-bottom: 10px;
	background: #fff;
}

.boxNewsListStyle_2 li .clear {
	clear: both;
}

.boxNewsListStyle_2 .sumary_list .newPic {
	float: left;
	width: 150px;
	background: #eee;
	overflow: hidden;
	position: relative;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.boxNewsListStyle_2 .sumary_list .newPic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.boxNewsListStyle_2 .sumary_list .newPic .zTm {
	margin-top: 100%;
}

.boxNewsListStyle_2 .sumary_list .newCont {
	float: left;
	width: calc(100% - 150px);
	padding-left: 1em;
	box-sizing: border-box;
}

.boxNewsListStyle_2 .sumary_list .newCont .newTitle {
	width: 100%;
}

.boxNewsListStyle_2 .sumary_list .newName {}

.boxNewsListStyle_2 .sumary_list .newName a {
	display: block;
	color: #333;
	text-decoration: none;
	line-height: 1.4;
	font-size: 16px;
	padding: 15px 0 10px;
	border-bottom: 1px solid #eee;
}

.boxNewsListStyle_2 .sumary_list .newName a:hover {}

.boxNewsListStyle_2 .sumary_list .newB {
	width: 100%;
	line-height: 2;
	padding-top: .5em;
}

.boxNewsListStyle_2 .sumary_list .newSort {
	color: #f37878;
	font-size: 12px;
	white-space: nowrap;
	border-radius: 1.5em;
	margin-right: 5px;
}

.boxNewsListStyle_2 .sumary_list .newsTime {
	text-align: right;
	color: #888;
	font-size: 14px;
	white-space: nowrap;
}

.boxNewsListStyle_2 .sumary_list .newsTime span {
	white-space: nowrap;
}

.boxNewsListStyle_2 .sumary_list .newDetail {
	width: 100%;
	padding: .6em .6em .6em 0;
	color: #888;
	font-size: 12px;
	line-height: 1.6;
}

.boxNewsListStyle_2 .sumary_list .show_all {
	width: 100%;
}

.boxNewsListStyle_2 .sumary_list .show_all a {
	display: inline-block;
	margin-top: .4em;
	text-decoration: underline;
	font-size: 12px;
	color: #fff;
	background: #f37878;
	padding: 4px 10px;
}

/*分页*/
.boxNewsListStyle_2 .page_btn {
	clear: both;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.boxNewsListStyle_2 .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_2 .page_btn a.cur,
.boxNewsListStyle_2 .page_btn a:hover {
	border: 1px solid #4c4c4c;
}

.boxNewsListStyle_2 .prev_btn,
.boxNewsListStyle_2 .next_btn {
	font-family: '黑体' !important;
	border: 0 !important;
}

.boxNewsListStyle_2 .no_page {
	border: 0 !important;
}

@media screen and (max-width:991px) {
	.boxNewsListStyle_2 .sumary_list .newName {
		margin: .4em 0;
	}
}

@media screen and (max-width:768px) {
	.boxNewsListStyle_2 li {
		float: left;
		width: calc((100% - 10px)/2);
		margin-right: 10px;
	}

	.boxNewsListStyle_2 li:nth-child(even) {
		margin-right: 0;
	}

	.boxNewsListStyle_2 .sumary_list .newPic {
		float: none;
		width: 100%;
	}

	.boxNewsListStyle_2 .sumary_list .newCont {
		float: none;
		width: 100%;
		padding-left: 0;
	}

	.boxNewsListStyle_2 .sumary_list .newName {
		margin: .4em 0;
	}

	.boxNewsListStyle_2 .sumary_list .newName a {
		font-size: 14px;
	}

	/*分页*/
	.boxNewsListStyle_2 .page_btn a:nth-child(n+5) {
		display: none;
	}

	.boxNewsListStyle_2 .page_btn a:nth-last-child(1),
	.boxNewsListStyle_2 .page_btn a:nth-last-child(2),
	.boxNewsListStyle_2 .page_btn a:nth-last-child(3) {
		display: inline-block;
	}
}

@media screen and (max-width:480px) {
	.boxNewsListStyle_2 li {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.boxNewsListStyle_2 .sumary_list .newName {
		margin: .4em 0;
	}

	.boxNewsListStyle_2 .sumary_list .newName a {
		font-size: 14px;
	}
}


#newsList_style_02_1493285043686 .newDetail.pc {
	display: block;
}

#newsList_style_02_1493285043686 .newDetail.pad,
#newsList_style_02_1493285043686 .newDetail.mobile {
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_02_1493285043686 .newDetail.pad {
		display: block;
	}

	#newsList_style_02_1493285043686 .newDetail.pc,
	#newsList_style_02_1493285043686 .newDetail.mobile {
		display: none;
	}
}

@media screen and (max-width:640px) {
	#newsList_style_02_1493285043686 .newDetail.mobile {
		display: block;
	}

	#newsList_style_02_1493285043686 .newDetail.pc,
	#newsList_style_02_1493285043686 .newDetail.pad {
		display: none;
	}
}

/*新闻列表样式*/
.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;
}

.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%;
}

.boxNewsListStyle_4 .sumary_list .newCont .newTitle {
	width: 100%;
}

.boxNewsListStyle_4 .sumary_list .newName {}

.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 .newName a:hover {}

.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;
	/* display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;*/
	border-bottom: 1px solid #eee;
	padding-bottom: 6px;
}

.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_btn {
	clear: both;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.boxNewsListStyle_4 .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_4 .page_btn a.cur,
.boxNewsListStyle_4 .page_btn a:hover {
	border: 1px solid #4c4c4c;
}

.boxNewsListStyle_4 .prev_btn,
.boxNewsListStyle_4 .next_btn {
	font-family: '黑体' !important;
	border: 0 !important;
}

.boxNewsListStyle_4 .no_page {
	border: 0 !important;
}

@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_02_1493359513848 .newDetail.pc {
	display: block;
}

#newsList_style_02_1493359513848 .newDetail.pad,
#newsList_style_02_1493359513848 .newDetail.mobile {
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_02_1493359513848 .newDetail.pad {
		display: block;
	}

	#newsList_style_02_1493359513848 .newDetail.pc,
	#newsList_style_02_1493359513848 .newDetail.mobile {
		display: none;
	}
}

@media screen and (max-width:640px) {
	#newsList_style_02_1493359513848 .newDetail.mobile {
		display: block;
	}

	#newsList_style_02_1493359513848 .newDetail.pc,
	#newsList_style_02_1493359513848 .newDetail.pad {
		display: none;
	}
}

/*pc*/
#newsList_style_02_1493359513848 li {
	width: 24.25%;
}

#newsList_style_02_1493359513848 li.sumary_list {
	margin-bottom: 1%;
}

@media screen and (max-width: 1024px) {

	/*ipad*/
	#newsList_style_02_1493359513848 li {
		width: 24.25%;
	}

	#newsList_style_02_1493359513848 li.sumary_list {
		margin-bottom: 1%;
	}
}

@media screen and (max-width: 768px) {

	/*mobi*/
	#newsList_style_02_1493359513848 li {
		width: 49.5%;
	}

	#newsList_style_02_1493359513848 li.sumary_list {
		margin-bottom: 1%;
	}
}

#image_style_01_1493689551612 .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_1493689551612 .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_1493689551612 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1493689551612 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_1493887781237 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1493887781237 .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_1493887781237 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

#image_style_01_1493887781237 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_1493888021407 .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_1493888021407 .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_1493888021407 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1493888021407 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_1493888162069 .CompatibleImg img {
	width: 100%;
	height: 100%
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1493888162069 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1493888162069 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1493888162069 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_default {
	width: 100%;
	clear: both;
}

.prod_default * {
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	box-sizing: border-box;
}

.prod_default ul {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.prod_default .prod_Item {
	list-style: none;
	height: auto;
	padding: 0px;
	box-sizing: border-box;
	margin-bottom: 1%;
}

.prod_default .relative {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.prod_default .prodImg_box {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #eee;
	box-sizing: border-box;
}

.prod_default .prod_img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.prod_default .prod_img span {
	position: absolute;
	left: 35%;
	top: 35%;
	right: 35%;
	bottom: 35%;
	background: none;
}

.prod_default .prod_Item:hover .prod_img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.prod_default .prod_Item:hover .prod_img span {
	background: rgba(255, 255, 255, .25);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.prod_default .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%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.prod_default .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%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.prod_default .dummy {
	margin-top: 75%
}

/*控制产品图片显示比例*/
.prod_default .prod_info {
	overflow: hidden;
	width: 100%;
	padding-top: 10px;
	box-sizing: border-box;
}

.prod_default .p_name {
	margin-bottom: 5px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	line-height: 1.4;
	width: 100%;
}

.prod_default .p_name a {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	display: block;
}

/*文字两行后自动超出隐藏*/
.prod_default .p_detail {
	font-size: 12px;
	color: #666;
	display: block;
	margin-bottom: 5px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/*文字两行后自动超出隐藏*/
.prod_default .p_group {
	margin-bottom: 5px;
	display: block;
	float: left;
	width: 70%;
	color: #666;
	font-size: 12px;
}

.prod_default .p_group .p_lb {
	display: none;
}

.prod_default .p_line {
	margin-bottom: 5px;
	overflow: hidden;
	;
	width: 100%;
}

.prod_default .p_num {
	margin-bottom: 5px;
	display: block;
	float: right;
	text-align: right;
	width: 30%;
	color: #666;
	font-size: 12px;
}

.prod_default .p_jg {
	display: none;
}

.prod_default .p_price {
	float: left;
	line-height: 1;
	white-space: nowrap;
}

.prod_default .p_value {
	color: #ff002a;
	font-size: 26px;
}

.prod_default .zhekou {
	color: #ff002a;
	font-size: 16px;
	font-weight: bold;
}

.prod_default .unit {
	color: #ff002a;
	font-size: 16px;
}

.prod_default .p_vip {
	display: block;
	float: right;
	text-align: right;
	line-height: 30px;
	height: 26px;
	white-space: nowrap;
	position: absolute;
	right: 0;
}

.prod_default .p_vip .v_jg {
	color: #666;
	font-size: 12px;
}

.prod_default .v_value {
	color: #333;
	font-size: 18px;
}

.prod_default .v_unit {
	color: #333;
	font-size: 12px;
}

.prod_default .pro_button {
	margin: 10px 0;
	overflow: hidden;
}

.prod_default .p_link {
	float: left;
	width: 48%;
	text-align: center;
}

.prod_default .p_link a {
	display: block;
	padding: 10px 15px;
}

.prod_default .p_cart {
	text-align: center;
}

.prod_default .p_cart a {
	display: block;
	padding: 10px 15px;
	background: #f00;
	color: #fff;
}

.prod_default a {
	text-decoration: none;
}

.prod_default .p_price2 {
	clear: both;
	line-height: 1;
	white-space: nowrap;
	font-size: 12px !important;
	color: gray !important;
}

.prod_default .p_price2 .p_jg {
	font-size: 14px;
	color: gray;
}

.prod_default .p_price2 .unit {
	font-size: 14px;
	color: gray;
}

.prod_default .p_price2 .p_value {
	font-size: 14px;
	color: gray;
}

.prod_default .p_price2 .p_value {
	font-size: 14px;
	color: gray;
}

/*分页*/
.prod_default .page_btn {
	clear: both;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.prod_default .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_default .page_btn a.cur,
.prod_default .page_btn a:hover {
	border: 1px solid #4c4c4c;
}

.prod_default .page_btn a:nth-child(n+12) {
	display: none;
}

.prod_default .page_btn a:nth-last-child(1),
.prod_default .page_btn a:nth-last-child(2),
.prod_default .page_btn a:nth-last-child(3) {
	display: inline-block !important;
}

.prod_default .prev_btn,
.prod_default .next_btn {
	font-family: '黑体' !important;
	border: 0 !important;
}

.prod_default .no_page {
	border: 0 !important;
}

.prod_default .page_btn a:nth-child(n+10) {
	display: none;
}

.prod_default .p_line p {
	font-size: 16px;
	line-height: 28px;
	float: left;
}

@media screen and (max-width: 640px) {
	.prod_default .p_price2 {
		padding-top: 5px;
	}

	.prod_default .prod_info {
		padding: 6px;
	}

	.prod_default .unit,
	.prod_default .p_vip .v_jg,
	.prod_default .v_unit {
		font-size: 12px;
	}

	.prod_default .p_vip {
		height: 18px;
		line-height: 23px;
	}

	.prod_default .v_value {
		font-size: 14px;
	}

	.prod_default .p_value {
		font-size: 18px;
	}

	.prod_default .prod .p_detail {
		display: none !important;
	}

	.prod_default .p_vip {
		position: relative;
		float: none !important;
		clear: both;
		text-align: left !important;
	}

	/*分页*/
	/* .prod_default .page_btn a:nth-child(n+5){display: none;} */
}

/*pc*/
#productList_style_01_1493364953000 li {
	width: 24.25%;
}

#productList_style_01_1493364953000 li.prod_Item {
	margin-bottom: 1%;
}

@media screen and (max-width: 1024px) {

	/*ipad*/
	#productList_style_01_1493364953000 li {
		width: 24.25%;
	}

	#productList_style_01_1493364953000 li.prod_Item {
		margin-bottom: 1%;
	}
}

@media screen and (max-width: 768px) {

	/*mobi*/
	#productList_style_01_1493364953000 li {
		width: 49.5%;
	}

	#productList_style_01_1493364953000 li.prod_Item {
		margin-bottom: 1%;
	}
}

#productList_style_01_1493364953000 .p_detail.pc {
	display: block;
}

#productList_style_01_1493364953000 .p_detail.pad,
#productList_style_01_1493364953000 .p_detail.mobile {
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1493364953000 .p_detail.pad {
		display: block;
	}

	#productList_style_01_1493364953000 .p_detail.pc,
	#productList_style_01_1493364953000 .p_detail.mobile {
		display: none;
	}
}

@media screen and (max-width:640px) {
	#productList_style_01_1493364953000 .p_detail.mobile {
		display: block;
	}

	#productList_style_01_1493364953000 .p_detail.pc,
	#productList_style_01_1493364953000 .p_detail.pad {
		display: none;
	}
}

#productList_style_01_1493364953000 .p_name.pc {
	display: block;
}

#productList_style_01_1493364953000 .p_name.pad,
#productList_style_01_1493364953000 .p_name.mobile {
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1493364953000 .p_name.pad {
		display: block;
	}

	#productList_style_01_1493364953000 .p_name.pc,
	#productList_style_01_1493364953000 .p_name.mobile {
		display: none;
	}
}

@media screen and (max-width:640px) {
	#productList_style_01_1493364953000 .p_name.mobile {
		display: block;
	}

	#productList_style_01_1493364953000 .p_name.pc,
	#productList_style_01_1493364953000 .p_name.pad {
		display: none;
	}
}

/*新闻列表样式*/
.boxNewsListStyle_2 {
	width: 100%;
	clear: both;
}

.boxNewsListStyle_2 * {
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	box-sizing: border-box;
}

.boxNewsListStyle_2 li {
	width: 100%;
	list-style: none;
	margin-bottom: 10px;
	background: #fff;
}

.boxNewsListStyle_2 li .clear {
	clear: both;
}

.boxNewsListStyle_2 .sumary_list .newPic {
	float: left;
	width: 150px;
	background: #eee;
	overflow: hidden;
	position: relative;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.boxNewsListStyle_2 .sumary_list .newPic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.boxNewsListStyle_2 .sumary_list .newPic .zTm {
	margin-top: 100%;
}

.boxNewsListStyle_2 .sumary_list .newCont {
	float: left;
	width: calc(100% - 150px);
	padding-left: 1em;
	box-sizing: border-box;
}

.boxNewsListStyle_2 .sumary_list .newCont .newTitle {
	width: 100%;
}

.boxNewsListStyle_2 .sumary_list .newName {}

.boxNewsListStyle_2 .sumary_list .newName a {
	display: block;
	color: #333;
	text-decoration: none;
	line-height: 1.4;
	font-size: 16px;
	padding: 15px 0 10px;
	border-bottom: 1px solid #eee;
}

.boxNewsListStyle_2 .sumary_list .newName a:hover {}

.boxNewsListStyle_2 .sumary_list .newB {
	width: 100%;
	line-height: 2;
	padding-top: .5em;
}

.boxNewsListStyle_2 .sumary_list .newSort {
	color: #f37878;
	font-size: 12px;
	white-space: nowrap;
	border-radius: 1.5em;
	margin-right: 5px;
}

.boxNewsListStyle_2 .sumary_list .newsTime {
	text-align: right;
	color: #888;
	font-size: 14px;
	white-space: nowrap;
}

.boxNewsListStyle_2 .sumary_list .newsTime span {
	white-space: nowrap;
}

.boxNewsListStyle_2 .sumary_list .newDetail {
	width: 100%;
	padding: .6em .6em .6em 0;
	color: #888;
	font-size: 12px;
	line-height: 1.6;
}

.boxNewsListStyle_2 .sumary_list .show_all {
	width: 100%;
}

.boxNewsListStyle_2 .sumary_list .show_all a {
	display: inline-block;
	margin-top: .4em;
	text-decoration: underline;
	font-size: 12px;
	color: #fff;
	background: #f37878;
	padding: 4px 10px;
}

/*分页*/
.boxNewsListStyle_2 .page_btn {
	clear: both;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.boxNewsListStyle_2 .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_2 .page_btn a.cur,
.boxNewsListStyle_2 .page_btn a:hover {
	border: 1px solid #4c4c4c;
}

.boxNewsListStyle_2 .prev_btn,
.boxNewsListStyle_2 .next_btn {
	font-family: '黑体' !important;
	border: 0 !important;
}

.boxNewsListStyle_2 .no_page {
	border: 0 !important;
}

@media screen and (max-width:991px) {
	.boxNewsListStyle_2 .sumary_list .newName {
		margin: .4em 0;
	}
}

@media screen and (max-width:768px) {
	.boxNewsListStyle_2 li {
		float: left;
		width: calc((100% - 10px)/2);
		margin-right: 10px;
	}

	.boxNewsListStyle_2 li:nth-child(even) {
		margin-right: 0;
	}

	.boxNewsListStyle_2 .sumary_list .newPic {
		float: none;
		width: 100%;
	}

	.boxNewsListStyle_2 .sumary_list .newCont {
		float: none;
		width: 100%;
		padding-left: 0;
	}

	.boxNewsListStyle_2 .sumary_list .newName {
		margin: .4em 0;
	}

	.boxNewsListStyle_2 .sumary_list .newName a {
		font-size: 14px;
	}

	/*分页*/
	.boxNewsListStyle_2 .page_btn a:nth-child(n+5) {
		display: none;
	}

	.boxNewsListStyle_2 .page_btn a:nth-last-child(1),
	.boxNewsListStyle_2 .page_btn a:nth-last-child(2),
	.boxNewsListStyle_2 .page_btn a:nth-last-child(3) {
		display: inline-block;
	}
}

@media screen and (max-width:480px) {
	.boxNewsListStyle_2 li {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.boxNewsListStyle_2 .sumary_list .newName {
		margin: .4em 0;
	}

	.boxNewsListStyle_2 .sumary_list .newName a {
		font-size: 14px;
	}
}


#newsList_style_02_1493696044736 .newDetail.pc {
	display: block;
}

#newsList_style_02_1493696044736 .newDetail.pad,
#newsList_style_02_1493696044736 .newDetail.mobile {
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_02_1493696044736 .newDetail.pad {
		display: block;
	}

	#newsList_style_02_1493696044736 .newDetail.pc,
	#newsList_style_02_1493696044736 .newDetail.mobile {
		display: none;
	}
}

@media screen and (max-width:640px) {
	#newsList_style_02_1493696044736 .newDetail.mobile {
		display: block;
	}

	#newsList_style_02_1493696044736 .newDetail.pc,
	#newsList_style_02_1493696044736 .newDetail.pad {
		display: none;
	}
}

#image_style_01_1493697535487 .CompatibleImg img {
	width: 100%;
	height: 100%
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1493697535487 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1493697535487 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1493697535487 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;
}

.imgStyle img {
	width: 100%;
	height: 100%;
}

#qrcode_style_01_1493794381102 .CompatibleImg img {
	width: auto;
	height: 100%;
	position: relative;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#qrcode_style_01_1493794381102 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width:640px) {
	#qrcode_style_01_1493794381102 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

/*留言板样式*/
.gformStyle_1 {
	width: 100%;
	box-sizing: border-box;
}

.gformStyle_1 * {
	box-sizing: border-box;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	box-sizing: border-box;
}

.gformStyle_1 form {}

.gformStyle_1 .gformS {
	width: 100%;
	box-sizing: border-box;
}

.gformStyle_1 .gf_title {
	text-align: center;
	font-size: 18px;
	line-height: 3;
}

.gformStyle_1 .gformList {
	width: 100%;
	margin-bottom: 4px;
}

.gformStyle_1 .gformList span {
	display: block;
	float: left;
	width: 36px;
	font-size: 14px;
	line-height: 34px;
}

.gformStyle_1 .gformList textarea.gf_message,
.gformStyle_1 .gformList input.gfInput {
	width: 100%;
	max-width: 100%;
	min-width: 300px;
	box-sizing: border-box;
	font-size: 14px;
	color: #333;
	padding: 8px;
	border: 1px solid #eee;
}

.gformStyle_1 .gformList input.gfInput {
	height: 34px;
	width: 100%;
	min-width: 300px;
}

.gformStyle_1 .gformList textarea.gf_message {}

.gformStyle_1 .gbt {
	background: #EC8C14;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	cursor: pointer;
	box-sizing: border-box;
	border: 0;
	height: 40px;
	width: 100%;
	margin: 3% auto;
}

.gformStyle_1 #gbook {
	width: 100%;
	box-sizing: border-box;
	list-style: none;
	clear: both;
}

.gformStyle_1 li.gbList {
	background: #fff;
	margin-bottom: 10px;
	color: #333;
	padding: 10px;
	box-sizing: border-box;
}

.gformStyle_1 .gb_name {
	font-size: 14px;
	line-height: 3;
	white-space: nowrap;
	border-top: 1px solid #aaa;
	padding: 10px;
}

.gformStyle_1 .gb_content {
	margin: 10px auto;
	clear: both;
}

.gformStyle_1 .gb_page {
	background: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 2;
}

.gformStyle_1 .gb_replay {
	margin: 10px auto;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	box-sizing: border-box;
	font-size: 14px;
}

.gformStyle_1 .gb_replay b {
	padding-left: 50px;
}

.gformStyle_1 .gb_replay .gb_content {
	padding-left: 50px;
}

.gformStyle_1 .gb_info {
	float: right;
	color: #666;
}

.gformStyle_1 .gb_nickname {}

@media screen and (max-width:991px) {

	.gformStyle_1 .gformList textarea.gf_message,
	.gformList input.gfInput {
		margin: auto;
		max-width: auto;
		min-width: calc(100% - 36px);
	}
}

@media screen and (max-width:768px) {
	.gformStyle_1 {
		padding: 15px;
	}

	.gformStyle_1 .listTit {
		display: none;
	}

	.gformStyle_1 .gformList textarea.gf_message,
	.gformList input.gfInput {
		margin: auto;
		max-width: auto;
		min-width: 100%;
	}

	.gformStyle_1 .gbt {
		font-size: 14px;
	}
}

@media screen and (max-width:480px) {
	.gformStyle_1 {
		padding: 10px;
	}

	.gformStyle_1 .listTit {
		display: none;
	}

	.gformStyle_1 .gformList textarea.gf_message,
	.gformStyle_1 .gformList input.gfInput {
		margin: auto;
		max-width: auto;
		min-width: 100%;
	}

	.gformStyle_1 .gb_replay {
		padding-left: 10px;
		font-size: 14px;
	}

	.gformStyle_1 .gb_nickname,
	.gformStyle_1 .gb_nickname b {
		font-size: 14px;
	}
}

/*程序修改的颜色*/
.gformStyle_1 .gformList textarea.gf_message,
.gformStyle_1 .gformList input.gfInput,
.gformStyle_1 li.gbList {
	background: #f5f5f5;
}

/*modBgColor*/
.gformStyle_1 .modFontColor {
	color: #333;
}

.gformStyle_1 .modBorderColor {
	border-color: #f5f5f5 !important;
}

#image_style_01_1482990131440 .CompatibleImg img {
	width: 100%;
	height: 100%
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1482990131440 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1482990131440 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1482990131440 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_1482990154665 .CompatibleImg img {
	width: 100%;
	height: 100%
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1482990154665 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1482990154665 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1482990154665 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_1482990163652 .CompatibleImg img {
	width: 100%;
	height: 100%
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1482990163652 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1482990163652 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1482990163652 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 {
	width: 100%;
	height: 40px;
	padding: 6px 0;
	background-color: #fff;
	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: auto;
}

.bottomMenu ul li .menuIco img {
	width: 100%;
}

.bottomMenu ul li .menuName {
	font-size: 12px;
	white-space: nowrap;
	margin: auto;
	text-align: center;
	color: #333;
	line-height: 18px;
}

.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 {}
}
