<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
    *ç¼–è¾‘å™¨         \View\css\diy\editPageComm.css
    *ç¼–è¾‘å™¨-é¢„è§ˆ    \View\css\diy\pageCom.css
    *ç¼–è¾‘å™¨-å‘å¸ƒ    \Model\viewsRes\publish\comm.css
*/

/*----------------å…¬å…±éƒ¨åˆ†----------------*/
html {
	overflow-x: hidden;
	overflow-y: auto;
}

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

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

em,
i {
	font-style: normal;
}

a {
	color: #333;
}

a {
	text-decoration: none;
}

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

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

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

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

.vertical .view {
	position: relative;
}

.view_contents {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	z-index: 10;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	/*æ·»åŠ&nbsp;åŽï¼Œæ¨¡å—çš„å†…è¾¹è·å’Œè¾¹æ¡†ä¸ä¼šå†æº¢å‡º*/
}

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

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

/*æµå¸ƒå±€*/
.flow .view_contents&gt;.view {
	float: left;
}

.clear {
	clear: both;
}

/*è‹¹æžœåŽ»é™¤æ&nbsp;·å¼*/
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;
	}
}

/*å›¾ç‰‡æ”¾å¤§æ&nbsp;·å¼*/
.imgBox {
	position: fixed;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jurisdiction_tips .jurisdiction_login {
	background: #ff0099;
}

.jurisdiction_tips button:hover {
	opacity: 0.8;
}

.jurisdiction_tips_mobile {
	display: none;
}

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

	.jurisdiction_tips p {
		display: none;
	}

	.jurisdiction_tips .jurisdiction_tips_mobile {
		display: block;
	}

	.jurisdiction_tips img {
		width: 60px;
	}

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

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

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

/*å†…é“¾æ›¿æ¢çš„ç»§æ‰¿çˆ¶æ&nbsp;·å¼*/
.inherit_the_style {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	background: inherit;
	display: unset;
	margin: 0;
	padding: 0
}

body {
	background-position: left top;
}


#image_logo_1575606105555 {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 22px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_logo_1575606105555 {
		left: 2%;
		top: 18px;
		height: 44px;
	}
}

@media screen and (max-width:640px) {
	#image_logo_1575606105555 {
		width: 59.73333333333334%;
		height: 32px;
		top: 9px;
		left: 2%;
	}
}

#dh_style_28_1578629663716 {
	width: 70%;
	z-index: 999;
	left: 30%;
	top: 25px;
	position: absolute;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_28_1578629663716 {
		width: 70%;
		z-index: 999;
		left: 30%;
		top: 20px;
	}
}

@media screen and (max-width:640px) {
	#dh_style_28_1578629663716 {
		width: 44px;
		z-index: 999;
		left: calc(100% - 50px);
		top: 2px;
	}
}

#dh_style_28_1578629663716&gt;.view_contents {
	overflow: visible;
}

#dh_style_28_1578629663716 .mainMenuSet {
	font-size: 15px;
}

#dh_style_28_1578629663716 .mainMenuSet:hover {
	font-size: 15px;
	color: #03C2FC;
}

#dh_style_28_1578629663716 #hot&gt;a {
	font-size: 15px;
	color: #03C2FC;
}

#dh_style_28_1578629663716 #hot .aview {
	font-size: 15px;
	color: #03C2FC;
}

#text_style_01_1583890059583 {
	width: 20%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 60px;
	top: 26px;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1583890059583 {
		top: 20px;
		width: 25%;
		left: 7.0900715800636265%;
	}
}

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

#text_style_01_1583890059583&gt;.view_contents {
	font-size: 20px;
	line-height: 40px;
	color: #333333;
	text-align: left;
	font-weight: normal;
	font-family: Microsoft YaHei;
}

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

@media screen and (max-width:640px) {
	#text_style_01_1583890059583&gt;.view_contents {
		font-size: 18px;
		line-height: 20px;
	}
}

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

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

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

#comm_layout_header&gt;.view_contents {
	overflow: visible;
	max-width: 1200px;
}

#comm_layout_header {
	background: url(../image/1583656990738ab6ada74c536e598-0.png);
	background-position: 50% 100% !important;
	background-size: auto;
}

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


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

@media screen and (min-width:641px) and (max-width:1200px) {
	#banner_style_01_1578626271528 {
		height: 500px;
		top: -10px;
	}
}

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


#text_style_01_1578626272579 {
	width: 63.416666666666664%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 18.291666666666668%;
	top: 200px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1578626272579 {
		left: 6.132596685082873%;
		width: 87.6243093922652%;
		top: 130px;
	}
}

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

#text_style_01_1578626272579&gt;.view_contents {
	font-size: 50px;
	line-height: 60px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-family: Microsoft YaHei;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1578626272579&gt;.view_contents {
		font-size: 40px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1578626272579&gt;.view_contents {
		font-size: 20px;
		line-height: 26px;
	}
}

#text_style_01_1578626272586 {
	width: 67.66666666666666%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 16.166666666666664%;
	top: 270px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1578626272586 {
		left: 10%;
		width: 80%;
		top: 200px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1578626272586 {
		width: 90%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 80px;
		left: 5%;
		display: block;
	}
}

#text_style_01_1578626272586&gt;.view_contents {
	text-align: center;
	color: #eeeeee;
	line-height: 30px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: normal;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1578626272586&gt;.view_contents {
		font-size: 16px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1578626272586&gt;.view_contents {
		line-height: 22px;
		font-size: 12px;
	}
}

#image_style_01_1583657761180 {
	width: 20%;
	height: 120px;
	position: absolute;
	left: 40%;
	top: 480px;
	z-index: 1;
	display: block;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1583657761180 {
		display: block;
		height: 100px;
		top: 320px;
	}
}

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

#image_style_01_1583657761180&gt;.view_contents {
	overflow: visible;
}


#video_style_02_1583657731895 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0;
	z-index: 1;
	display: block;
}

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

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

#video_style_02_1583657731895&gt;.view_contents {
	overflow: hidden;
}

#image_style_01_1590894914442 {
	width: 50px;
	height: 50px;
	position: absolute;
	left: calc(100% - 60px);
	top: 12px;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1590894914442 {
		left: calc(100% - 60px);
		width: 50px;
		height: 50px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1590894914442 {
		top: 0px;
		display: block;
		left: calc(100% - 60px);
	}
}

#image_style_01_1590894914442&gt;.view_contents {
	overflow: visible;
}

#image_style_01_1590894914442 .picSet {
	opacity: 0.8;
	border-width: 12px;
	border-style: solid;
	border-color: transparent;
}

#image_style_01_1590894914442 .picSet:hover {
	opacity: 1;
}

#div_a_includeBlock_1590894826003 {
	width: 60%;
	height: 425px;
	position: absolute;
	left: 20%;
	top: 70px;
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1590894826003 {
		left: calc(50% - 380px);
		width: 760px;
		display: none;
		height: 420px;
		top: 40px;
	}
}

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

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

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1578626271548 {
		width: 96%;
		left: 2.014846235418876%;
		height: 480px;
	}
}

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

#div_a_includeBlock_1578626271548&gt;.view_contents {
	overflow: visible;
}

#layout_1578626271523 {
	height: 760px;
	z-index: 1000;
}
#layout_1578626271523 .swiper-container,#layout_1578626271523 .swiper-wrapper,#layout_1578626271523 .swiper-slide, #layout_1578626271523 .img-bg{
	width: 100%;
	height: 100%;
}

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

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

#layout_1578626271523&gt;.view_contents {
	overflow: visible;
}

#layout_1578626271523 {
	background: #eeeeee;
}



#text_style_01_1583669246865 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	padding-top: 60px;
	position: unset;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1583669246865 {
		top: 30px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1583669246865 {
		width: 96%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		padding-top: 10px;
	}
}

#text_style_01_1583669246865&gt;.view_contents {
	font-size: 24px;
	line-height: 38px;
	color: #333333;
	text-align: center;
	font-weight: normal;
	font-family: Microsoft YaHei;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1583669246865&gt;.view_contents {
		font-size: 24px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1583669246865&gt;.view_contents {
		font-size: 18px;
		line-height: 20px;
	}
}

#text_style_01_1583669246851 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: static;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1583669246851 {
	}
}

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

#text_style_01_1583669246851&gt;.view_contents {
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

@media screen and (max-width:640px) {
	#text_style_01_1583669246851&gt;.view_contents {
		font-size: 14px;
		line-height: 16px;
	}
}

#div_a_includeBlock_1583669246683 {
	width: 60%;
	height: 160px;
	position: absolute;
	top: 0px;
	left: 20%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1583669246683 {
		width: 80%;
		left: 10%;
		height: 120px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1583669246683 {
		width: 96%;
		height: 40px;
		top: 10px;
		left: 2%;
		display: block;
	}
}

#layout_1583669227254 {
	height: 160px;
}

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

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

#layout_1583669227254&gt;.view_contents {
	overflow: visible;
	max-width: 1200px;
}




#image_style_01_1583722203280 {
	width: 30%;
	height: 330px;
	position: absolute;
	left: 3%;
	top: 60px;
	z-index: 2;
}

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

@media screen and (max-width:640px) {
	#image_style_01_1583722203280 {
		width: 96%;
		height: 280px;
		top: 15px;
		left: 2%;
	}
}

#image_style_01_1583722203280&gt;.view_contents {
	overflow: hidden;
}

#image_style_01_1583722488720 {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 35%;
	top: 120px;
	z-index: 2;
}

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

@media screen and (max-width:640px) {
	#image_style_01_1583722488720 {
		width: 36px;
		height: 36px;
		top: 218px;
		left: 45.2%;
		display: none;
	}
}

#image_style_01_1583722488720&gt;.view_contents {
	overflow: visible;
}

#text_style_01_1583723217490 {
	width: 30%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 40%;
	top: 120px;
	z-index: 2;
}

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

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

#text_style_01_1583723217490&gt;.view_contents {
	font-size: 24px;
	line-height: 32px;
	color: #333333;
	text-align: left;
	font-weight: normal;
	font-family: Microsoft YaHei;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1583723217490&gt;.view_contents {
		font-size: 24px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1583723217490&gt;.view_contents {
		font-size: 16px;
		line-height: 20px;
		text-align: center;
	}
}

#text_style_01_1583738090100 {
	width: 53%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 40%;
	top: 180px;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1583738090100 {
		top: 150px;
	}
}

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

#text_style_01_1583738090100&gt;.view_contents {
	color: #666666;
	font-size: 14px;
	line-height: 28px;
	text-align: left;
}

@media screen and (max-width:640px) {
	#text_style_01_1583738090100&gt;.view_contents {
		font-size: 14px;
		line-height: 16px;
	}
}

#text_style_01_1584005580606 {
	width: 10%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 40%;
	top: 300px;
	z-index: 1;
}

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

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

#text_style_01_1584005580606&gt;.view_contents {
	font-size: 14px;
	color: #666666;
	line-height: 36px;
	height: 36px;
	text-align: center;
	border-width: 1px;
	border-color: #999999;
	border-radius: 3px;
	border-style: solid;
	padding-left: 20px;
	padding-right: 20px;
}

#text_style_01_1584005580606 .view_contents:hover {
	color: #ffffff;
	background: #03C2FC;
	border-width: 1px;
	border-style: solid;
	border-color: #03C2FC;
}

@media screen and (max-width:640px) {
	#text_style_01_1584005580606&gt;.view_contents {
		line-height: 36px;
		font-size: 13px;
	}
}

#image_style_01_1584005417735 {
	width: 30%;
	height: 330px;
	position: absolute;
	left: 3%;
	top: 60px;
}

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

@media screen and (max-width:640px) {
	#image_style_01_1584005417735 {
		width: 96%;
		height: 300px;
		top: 15px;
		left: 2%;
	}
}

#image_style_01_1584005417735&gt;.view_contents {
	overflow: hidden;
}

#image_style_01_1584005943181 {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 35%;
	top: 120px;
	z-index: 2;
}

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

@media screen and (max-width:640px) {
	#image_style_01_1584005943181 {
		width: 12.376237623762377%;
		height: 36px;
		top: 0px;
		left: 0%;
		display: none;
	}
}

#image_style_01_1584005943181&gt;.view_contents {
	overflow: visible;
}

#text_style_01_1584006078577 {
	width: 30%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 40%;
	top: 120px;
	z-index: 2;
}

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

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

#text_style_01_1584006078577&gt;.view_contents {
	font-size: 24px;
	line-height: 32px;
	color: #333333;
	text-align: left;
	font-weight: normal;
	font-family: Microsoft YaHei;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584006078577&gt;.view_contents {
		font-size: 24px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584006078577&gt;.view_contents {
		font-size: 16px;
		line-height: 20px;
		text-align: center;
	}
}

#text_style_01_1584006154691 {
	width: 53%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 40%;
	top: 180px;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584006154691 {
		top: 150px;
	}
}

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

#text_style_01_1584006154691&gt;.view_contents {
	color: #666666;
	font-size: 14px;
	line-height: 28px;
	text-align: left;
}

@media screen and (max-width:640px) {
	#text_style_01_1584006154691&gt;.view_contents {
		font-size: 14px;
		line-height: 16px;
	}
}

#text_style_01_1584006227582 {
	width: 10%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 40%;
	top: 300px;
	z-index: 1;
}

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

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

#text_style_01_1584006227582&gt;.view_contents {
	font-size: 14px;
	color: #666666;
	line-height: 36px;
	height: 36px;
	text-align: center;
	border-width: 1px;
	border-color: #999999;
	border-radius: 3px;
	border-style: solid;
}

#text_style_01_1584006227582 .view_contents:hover {
	color: #ffffff;
	background: #03C2FC;
	border-width: 1px;
	border-style: solid;
	border-color: #03C2FC;
}

@media screen and (max-width:640px) {
	#text_style_01_1584006227582&gt;.view_contents {
		font-size: 13px;
	}
}

#image_style_01_1584005467395 {
	width: 330px;
	height: 330px;
	position: absolute;
	left: 5%;
	top: 60px;
}

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

@media screen and (max-width:640px) {
	#image_style_01_1584005467395 {
		width: 96%;
		height: 300px;
		top: 15px;
		left: 2%;
	}
}

#image_style_01_1584005467395&gt;.view_contents {
	overflow: hidden;
}

#image_style_01_1584005467395 .picSet {
	border-radius: 200px;
}

#image_style_01_1584005995162 {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 35%;
	top: 120px;
	z-index: 2;
}

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

@media screen and (max-width:640px) {
	#image_style_01_1584005995162 {
		width: 12.376237623762377%;
		height: 36px;
		top: 0px;
		left: 0%;
		display: none;
	}
}

#image_style_01_1584005995162&gt;.view_contents {
	overflow: visible;
}

#text_style_01_1584006096564 {
	width: 30%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 40%;
	top: 120px;
	z-index: 2;
}

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

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

#text_style_01_1584006096564&gt;.view_contents {
	font-size: 24px;
	line-height: 32px;
	color: #333333;
	text-align: left;
	font-weight: normal;
	font-family: Microsoft YaHei;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584006096564&gt;.view_contents {
		font-size: 24px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584006096564&gt;.view_contents {
		font-size: 16px;
		line-height: 20px;
		text-align: center;
	}
}

#text_style_01_1584006173400 {
	width: 53%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 40%;
	top: 180px;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584006173400 {
		top: 150px;
	}
}

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

#text_style_01_1584006173400&gt;.view_contents {
	color: #666666;
	font-size: 14px;
	line-height: 28px;
	text-align: left;
}

@media screen and (max-width:640px) {
	#text_style_01_1584006173400&gt;.view_contents {
		font-size: 14px;
		line-height: 16px;
	}
}

#text_style_01_1584006246708 {
	width: 10%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 40%;
	top: 300px;
	z-index: 1;
}

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

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

#text_style_01_1584006246708&gt;.view_contents {
	font-size: 14px;
	color: #666666;
	line-height: 36px;
	height: 36px;
	text-align: center;
	border-width: 1px;
	border-color: #999999;
	border-radius: 3px;
	border-style: solid;
}

#text_style_01_1584006246708 .view_contents:hover {
	color: #ffffff;
	background: #03C2FC;
	border-width: 1px;
	border-style: solid;
	border-color: #03C2FC;
}

@media screen and (max-width:640px) {
	#text_style_01_1584006246708&gt;.view_contents {
		font-size: 13px;
	}
}

#image_style_01_1584005488150 {
	width: 30%;
	height: 330px;
	position: absolute;
	left: 3%;
	top: 60px;
}

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

@media screen and (max-width:640px) {
	#image_style_01_1584005488150 {
		width: 96%;
		height: 300px;
		top: 15px;
		left: 2%;
	}
}

#image_style_01_1584005488150&gt;.view_contents {
	overflow: hidden;
}

#image_style_01_1584006027678 {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 35%;
	top: 120px;
	z-index: 2;
}

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

@media screen and (max-width:640px) {
	#image_style_01_1584006027678 {
		width: 12.376237623762377%;
		height: 36px;
		top: 0px;
		left: 0%;
		display: none;
	}
}

#image_style_01_1584006027678&gt;.view_contents {
	overflow: visible;
}

#text_style_01_1584006114085 {
	width: 30%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 40%;
	top: 120px;
	z-index: 2;
}

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

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

#text_style_01_1584006114085&gt;.view_contents {
	font-size: 24px;
	line-height: 32px;
	color: #333333;
	text-align: left;
	font-weight: normal;
	font-family: Microsoft YaHei;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584006114085&gt;.view_contents {
		font-size: 24px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584006114085&gt;.view_contents {
		font-size: 16px;
		line-height: 20px;
		text-align: center;
	}
}

#text_style_01_1584006192671 {
	width: 53%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 40%;
	top: 180px;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584006192671 {
		top: 150px;
	}
}

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

#text_style_01_1584006192671&gt;.view_contents {
	color: #666666;
	font-size: 14px;
	line-height: 28px;
	text-align: left;
}

@media screen and (max-width:640px) {
	#text_style_01_1584006192671&gt;.view_contents {
		font-size: 14px;
		line-height: 16px;
	}
}

#text_style_01_1584006266593 {
	width: 10%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 40%;
	top: 300px;
	z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584006266593 {
		width: 10%;
		top: 270px;
	}
}

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

#text_style_01_1584006266593&gt;.view_contents {
	font-size: 14px;
	color: #666666;
	line-height: 36px;
	height: 36px;
	text-align: center;
	border-width: 1px;
	border-color: #999999;
	border-radius: 3px;
	border-style: solid;
}

#text_style_01_1584006266593 .view_contents:hover {
	color: #ffffff;
	background: #03C2FC;
	border-width: 1px;
	border-style: solid;
	border-color: #03C2FC;
}

@media screen and (max-width:640px) {
	#text_style_01_1584006266593&gt;.view_contents {
		font-size: 13px;
	}
}

#image_style_01_1584005508825 {
	width: 30%;
	height: 330px;
	position: absolute;
	left: 3%;
	top: 60px;
}

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

@media screen and (max-width:640px) {
	#image_style_01_1584005508825 {
		width: 96%;
		height: 300px;
		top: 15px;
		left: 2%;
	}
}

#image_style_01_1584005508825&gt;.view_contents {
	overflow: hidden;
}

#image_style_01_1584006049669 {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 35%;
	top: 120px;
	z-index: 2;
}

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

@media screen and (max-width:640px) {
	#image_style_01_1584006049669 {
		width: 12.376237623762377%;
		height: 36px;
		top: 0px;
		left: 0%;
		display: none;
	}
}

#image_style_01_1584006049669&gt;.view_contents {
	overflow: visible;
}

#text_style_01_1584006132610 {
	width: 30%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 40%;
	top: 120px;
	z-index: 2;
}

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

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

#text_style_01_1584006132610&gt;.view_contents {
	font-size: 24px;
	line-height: 32px;
	color: #333333;
	text-align: left;
	font-weight: normal;
	font-family: Microsoft YaHei;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584006132610&gt;.view_contents {
		font-size: 24px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584006132610&gt;.view_contents {
		font-size: 16px;
		line-height: 20px;
		text-align: center;
	}
}

#text_style_01_1584006207565 {
	width: 53%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 40%;
	top: 180px;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584006207565 {
		top: 150px;
	}
}

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

#text_style_01_1584006207565&gt;.view_contents {
	color: #666666;
	font-size: 14px;
	line-height: 28px;
	text-align: left;
}

@media screen and (max-width:640px) {
	#text_style_01_1584006207565&gt;.view_contents {
		font-size: 14px;
		line-height: 16px;
	}
}

#text_style_01_1584006284309 {
	width: 10%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 40%;
	top: 300px;
	z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584006284309 {
		width: 10%;
		top: 270px;
	}
}

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

#text_style_01_1584006284309&gt;.view_contents {
	font-size: 14px;
	color: #666666;
	line-height: 36px;
	height: 36px;
	text-align: center;
	border-width: 1px;
	border-color: #999999;
	border-radius: 3px;
	border-style: solid;
}

#text_style_01_1584006284309 .view_contents:hover {
	color: #ffffff;
	background: #03C2FC;
	border-width: 1px;
	border-style: solid;
	border-color: #03C2FC;
}

@media screen and (max-width:640px) {
	#text_style_01_1584006284309&gt;.view_contents {
		font-size: 13px;
	}
}

#tab_style_03_1583670121697 {
	width: 100%;
	height: 480px;
	position: absolute;
	top: 0px;
	left: 0%;
	z-index: 1;
}

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

@media screen and (max-width:640px) {
	#tab_style_03_1583670121697 {
		width: 100%;
		height: 460px;
		top: 10px;
		left: 0%;
		display: block;
	}
}

#tab_style_03_1583670121697 .tabItemSet {
	background: transparent;
	font-size: 15px;
	height: 40px;
	line-height: 24px;
}

#tab_style_03_1583670121697 .tabItemSet.tabCurItem {
	background: transparent;
	color: #0465b4;
	height: 40px;
	line-height: 24px;
}

#tab_style_03_1583670121697 .tabconSet {
	background: transparent;
	border-width: 2px;
	border-style: solid;
	box-shadow: #cccccc 2px 2px 10px;
	border-color: #03C2FC;
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
	padding-top: 0px;
	margin-top: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#tab_style_03_1583670121697 .tabItemSet.tabCurItem {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#tab_style_03_1583670121697 .tabconSet {
		margin-top: 20px;
	}
}

@media screen and (max-width:640px) {
	#tab_style_03_1583670121697 .tabItemSet {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media screen and (max-width:640px) {
	#tab_style_03_1583670121697 .tabItemSet.tabCurItem {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media screen and (max-width:640px) {
	#tab_style_03_1583670121697 .tabconSet {
		margin-top: 10px;
	}
}

#layout_1583670108645 {
	height: 550px;
}

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

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

#layout_1583670108645&gt;.view_contents {
	overflow: visible;
	max-width: 1200px;
}

#layout_1583670108645 {
	background: url(../image/15837418010378ff749d2e17bd59c-0.png);
	background-position: 50% 100% !important;
	background-repeat: no-repeat !important;
	background-size: auto;
}

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

@media screen and (max-width:640px) {
	#layout_1583670108645 {
		background: #ffffff;
	}
}



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

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1583742762527 {
		top: 30px;
	}
}

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

#text_style_01_1583742762527&gt;.view_contents {
	font-size: 24px;
	line-height: 38px;
	color: #333333;
	text-align: center;
	font-weight: normal;
	font-family: Microsoft YaHei;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1583742762527&gt;.view_contents {
		font-size: 24px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1583742762527&gt;.view_contents {
		font-size: 18px;
		line-height: 20px;
	}
}

#text_style_01_1583742762559 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 0%;
	top: 100px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1583742762559 {
		top: 70px;
	}
}

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

#text_style_01_1583742762559&gt;.view_contents {
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

@media screen and (max-width:640px) {
	#text_style_01_1583742762559&gt;.view_contents {
		font-size: 14px;
		line-height: 16px;
	}
}

#div_a_includeBlock_1583742762271 {
	width: 60%;
	height: 160px;
	position: absolute;
	top: 0px;
	left: 20%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1583742762271 {
		width: 80%;
		left: 10%;
		height: 120px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1583742762271 {
		width: 96%;
		height: 40px;
		top: 10px;
		left: 2%;
	}
}

#layout_1583742762267 {
	height: 160px;
}

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

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

#layout_1583742762267&gt;.view_contents {
	overflow: visible;
	max-width: 1200px;
}

#layout_1583742762267 {
	background: #E9ECF3
}



#image_style_01_1583742907257 {
	width: 80%;
	height: 141px;
	position: absolute;
	left: 10%;
	top: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1583742907257 {
		left: 10%;
		width: 80%;
		height: 108.4525px;
		top: 23.075px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1583742907257 {
		position: static;
		height: 83.425px;
		width: 80%;
		top: 17.75px;
		left: 10%;
	}
}

#image_style_01_1583742907257&gt;.view_contents {
	overflow: hidden;
}

#image_style_01_1583742907257 .picSet:hover {
	background: url(../image/1583743108754e1bbdb03294065de-15.png);
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important;
}

#image_style_01_1583742907257 .picSet {
	background: url(../image/15837431087551711a7b854abe0cb-15.png);
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1583742907257 .picSet {
		background-size: auto 100%;
	}
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1583742907257 .picSet:hover {
		background-size: auto 100%;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1583742907257 .picSet {
		background-size: auto 100%;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1583742907257 .picSet:hover {
		background-size: auto 100%;
	}
}

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

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1583742907279 {
		width: 80%;
		left: 10%;
		top: 153.83333333333334px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1583742907279 {
		width: 80%;
		font-size: 16px;
		color: #333;
		line-height: 1.8;
		font-family: Microsoft YaHei;
		position: absolute;
		left: 10%;
		top: 110px;
		display: block;
	}
}

#text_style_01_1583742907279&gt;.view_contents {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #666666;
	font-weight: bold;
	font-family: Microsoft YaHei;
	height: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1583742907279&gt;.view_contents {
		font-size: 16px;
		font-weight: normal;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1583742907279&gt;.view_contents {
		font-size: 12px;
		line-height: 26px;
		text-align: center;
	}
}

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

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1583742907284 {
		top: 184.6px;
		display: block;
		width: 70%;
		left: 15%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1583742907284 {
		width: 80%;
		font-size: 16px;
		color: #333;
		line-height: 1.8;
		font-family: Microsoft YaHei;
		position: absolute;
		left: 10%;
		top: 31.713084603258014px;
		display: none;
	}
}

#text_style_01_1583742907284&gt;.view_contents {
	overflow: hidden;
}

#text_style_01_1583742907284&gt;.view_contents {
	text-align: center;
	color: #999999;
	line-height: 24px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: normal;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1583742907284&gt;.view_contents {
		font-size: 12px;
		line-height: 20px;
		font-family: Microsoft YaHei;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1583742907284&gt;.view_contents {
		line-height: 22px;
		font-size: 12px;
	}
}

#div_a_includeBlock_1583742907016 {
	width: 25%;
	height: 320px;
	position: absolute;
	top: 10px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1583742907016 {
		height: 260px;
		width: 24%;
		left: 2%;
		top: 10px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1583742907016 {
		width: 177.5px;
		height: 148.33333333333331px;
		top: 10px;
		left: 10px;
		z-index: 1;
		display: block;
	}
}

#div_a_includeBlock_1583742907016&gt;.view_contents {
	overflow: visible;
}

#div_a_includeBlock_1583742907016 {
	border-width: 0px;
	border-style: solid;
	border-color: #03C2FC;
}

#div_a_includeBlock_1583742907016:hover {
	background: #ffffff;
	box-shadow: #cccccc 2px 2px 10px;
}


#image_style_01_1584006362244 {
	width: 80%;
	height: 141px;
	position: absolute;
	left: 10%;
	top: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1584006362244 {
		left: 10%;
		width: 80%;
		height: 108.4525px;
		top: 23.075px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1584006362244 {
		position: absolute;
		height: 83.425px;
		width: 80%;
		top: 17.75px;
		left: 10%;
	}
}

#image_style_01_1584006362244&gt;.view_contents {
	overflow: hidden;
}

#image_style_01_1584006362244 .picSet:hover {
	background: url(../image/1583743108753aba7b9b0898862c2-15.png);
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important;
}

#image_style_01_1584006362244 .picSet {
	background: url(../image/1583743108738af41389b6cb65133-15.png);
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1584006362244 .picSet {
		background-size: auto 100%;
	}
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1584006362244 .picSet:hover {
		background-size: auto 100%;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1584006362244 .picSet {
		background-size: auto 100%;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1584006362244 .picSet:hover {
		background-size: auto 100%;
	}
}

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

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584006362258 {
		width: 80%;
		left: 10%;
		top: 153.83333333333334px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584006362258 {
		width: 80%;
		font-size: 16px;
		color: #333;
		line-height: 1.8;
		font-family: Microsoft YaHei;
		position: absolute;
		left: 10%;
		top: 110px;
	}
}

#text_style_01_1584006362258&gt;.view_contents {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #666666;
	font-weight: bold;
	font-family: Microsoft YaHei;
	height: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584006362258&gt;.view_contents {
		font-size: 16px;
		font-weight: normal;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584006362258&gt;.view_contents {
		font-size: 12px;
		line-height: 26px;
		text-align: center;
	}
}

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

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584006362264 {
		top: 184.6px;
		display: block;
		width: 70%;
		left: 15%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584006362264 {
		width: 80%;
		font-size: 16px;
		color: #333;
		line-height: 1.8;
		font-family: Microsoft YaHei;
		position: absolute;
		left: 10%;
		top: 31.713084603258014px;
		display: none;
	}
}

#text_style_01_1584006362264&gt;.view_contents {
	overflow: hidden;
}

#text_style_01_1584006362264&gt;.view_contents {
	text-align: center;
	color: #999999;
	line-height: 24px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: normal;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584006362264&gt;.view_contents {
		font-size: 12px;
		line-height: 20px;
		font-family: Microsoft YaHei;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584006362264&gt;.view_contents {
		line-height: 22px;
		font-size: 12px;
	}
}

#div_a_includeBlock_1584006362071 {
	width: 25%;
	height: 320px;
	position: absolute;
	top: 10px;
	left: 25%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1584006362071 {
		height: 260px;
		width: 24%;
		left: 26%;
		top: 10px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1584006362071 {
		width: 177.5px;
		height: 148.33333333333331px;
		top: 10px;
		left: 187.5px;
		z-index: 1;
		display: block;
	}
}

#div_a_includeBlock_1584006362071&gt;.view_contents {
	overflow: visible;
}

#div_a_includeBlock_1584006362071 {
	border-width: 0px;
	border-style: solid;
	border-color: #03C2FC;
}

#div_a_includeBlock_1584006362071:hover {
	background: #ffffff;
	box-shadow: #cccccc 2px 2px 10px;
}


#image_style_01_1584006385955 {
	width: 80%;
	height: 141px;
	position: absolute;
	left: 10%;
	top: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1584006385955 {
		left: 10%;
		width: 80%;
		height: 108.4525px;
		top: 23.075px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1584006385955 {
		position: absolute;
		height: 83.425px;
		width: 80%;
		top: 17.75px;
		left: 10%;
	}
}

#image_style_01_1584006385955&gt;.view_contents {
	overflow: hidden;
}

#image_style_01_1584006385955 .picSet:hover {
	background: url(../image/15837431087558a489255fd215eee-15.png);
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important;
}

#image_style_01_1584006385955 .picSet {
	background: url(../image/1583743108741ee720c4c4a661f50-15.png);
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1584006385955 .picSet {
		background-size: auto 100%;
	}
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1584006385955 .picSet:hover {
		background-size: auto 100%;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1584006385955 .picSet {
		background-size: auto 100%;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1584006385955 .picSet:hover {
		background-size: auto 100%;
	}
}

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

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584006385969 {
		width: 80%;
		left: 10%;
		top: 153.83333333333334px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584006385969 {
		width: 80%;
		font-size: 16px;
		color: #333;
		line-height: 1.8;
		font-family: Microsoft YaHei;
		position: absolute;
		left: 10%;
		top: 110px;
	}
}

#text_style_01_1584006385969&gt;.view_contents {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #666666;
	font-weight: bold;
	font-family: Microsoft YaHei;
	height: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584006385969&gt;.view_contents {
		font-size: 16px;
		font-weight: normal;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584006385969&gt;.view_contents {
		font-size: 12px;
		line-height: 26px;
		text-align: center;
	}
}

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

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584006385973 {
		top: 184.6px;
		display: block;
		width: 70%;
		left: 15%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584006385973 {
		width: 80%;
		font-size: 16px;
		color: #333;
		line-height: 1.8;
		font-family: Microsoft YaHei;
		position: absolute;
		left: 10%;
		top: 31.713084603258014px;
		display: none;
	}
}

#text_style_01_1584006385973&gt;.view_contents {
	overflow: hidden;
}

#text_style_01_1584006385973&gt;.view_contents {
	text-align: center;
	color: #999999;
	line-height: 24px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: normal;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584006385973&gt;.view_contents {
		font-size: 12px;
		line-height: 20px;
		font-family: Microsoft YaHei;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584006385973&gt;.view_contents {
		line-height: 22px;
		font-size: 12px;
	}
}

#div_a_includeBlock_1584006385774 {
	width: 25%;
	height: 320px;
	position: absolute;
	top: 10px;
	left: 50%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1584006385774 {
		height: 260px;
		width: 24%;
		left: 50%;
		top: 10px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1584006385774 {
		width: 177.5px;
		height: 148.33333333333331px;
		top: 168.33333333333331px;
		left: 10px;
		z-index: 1;
		display: block;
	}
}

#div_a_includeBlock_1584006385774&gt;.view_contents {
	overflow: visible;
}

#div_a_includeBlock_1584006385774 {
	border-width: 0px;
	border-style: solid;
	border-color: #03C2FC;
}

#div_a_includeBlock_1584006385774:hover {
	background: #ffffff;
	box-shadow: #cccccc 2px 2px 10px;
}


#image_style_01_1584006400549 {
	width: 80%;
	height: 141px;
	position: absolute;
	left: 10%;
	top: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1584006400549 {
		left: 10%;
		width: 80%;
		height: 108.4525px;
		top: 23.075px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1584006400549 {
		position: absolute;
		height: 83.425px;
		width: 80%;
		top: 17.75px;
		left: 10%;
	}
}

#image_style_01_1584006400549&gt;.view_contents {
	overflow: hidden;
}

#image_style_01_1584006400549 .picSet:hover {
	background: url(../image/1583743108742e4471aac67e30521-15.png);
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important;
}

#image_style_01_1584006400549 .picSet {
	background: url(../image/15837431087409132daed7af8e199-15.png);
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1584006400549 .picSet {
		background-size: auto 100%;
	}
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1584006400549 .picSet:hover {
		background-size: auto 100%;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1584006400549 .picSet {
		background-size: auto 100%;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1584006400549 .picSet:hover {
		background-size: auto 100%;
	}
}

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

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584006400564 {
		width: 80%;
		left: 10%;
		top: 153.83333333333334px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584006400564 {
		width: 80%;
		font-size: 16px;
		color: #333;
		line-height: 1.8;
		font-family: Microsoft YaHei;
		position: absolute;
		left: 10%;
		top: 110px;
	}
}

#text_style_01_1584006400564&gt;.view_contents {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #666666;
	font-weight: bold;
	font-family: Microsoft YaHei;
	height: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584006400564&gt;.view_contents {
		font-size: 16px;
		font-weight: normal;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584006400564&gt;.view_contents {
		font-size: 12px;
		line-height: 26px;
		text-align: center;
	}
}

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

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584006400570 {
		top: 184.6px;
		display: block;
		width: 70%;
		left: 15%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584006400570 {
		width: 80%;
		font-size: 16px;
		color: #333;
		line-height: 1.8;
		font-family: Microsoft YaHei;
		position: absolute;
		left: 10%;
		top: 31.713084603258014px;
		display: none;
	}
}

#text_style_01_1584006400570&gt;.view_contents {
	overflow: hidden;
}

#text_style_01_1584006400570&gt;.view_contents {
	text-align: center;
	color: #999999;
	line-height: 24px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: normal;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1584006400570&gt;.view_contents {
		font-size: 12px;
		line-height: 20px;
		font-family: Microsoft YaHei;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1584006400570&gt;.view_contents {
		line-height: 22px;
		font-size: 12px;
	}
}

#div_a_includeBlock_1584006400340 {
	width: 25%;
	height: 320px;
	position: absolute;
	top: 10px;
	left: 75%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1584006400340 {
		height: 260px;
		width: 24%;
		left: 74%;
		top: 10px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1584006400340 {
		width: 177.5px;
		height: 148.33333333333331px;
		top: 168.33333333333331px;
		left: 187.5px;
		z-index: 1;
		display: block;
	}
}

#div_a_includeBlock_1584006400340&gt;.view_contents {
	overflow: visible;
}

#div_a_includeBlock_1584006400340 {
	border-width: 0px;
	border-style: solid;
	border-color: #03C2FC;
}

#div_a_includeBlock_1584006400340:hover {
	background: #ffffff;
	box-shadow: #cccccc 2px 2px 10px;
}

#layout_1583738357596 .view_contents{
	display: flex;
	flex-wrap: wrap;
}
#layout_1583738357596 .xcx-item{
	width: 25%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1583738357596 {
	}
}

@media screen and (max-width:640px) {
	#layout_1583738357596 .xcx-item{
		width: 50%;
	}
}

#layout_1583738357596&gt;.view_contents {
	overflow: visible;
	max-width: 1200px;
}

#layout_1583738357596 {
	background: #E9ECF3
}



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

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1583744091559 {
		top: 30px;
	}
}

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

#text_style_01_1583744091559&gt;.view_contents {
	font-size: 24px;
	line-height: 38px;
	color: #333333;
	text-align: center;
	font-weight: normal;
	font-family: Microsoft YaHei;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1583744091559&gt;.view_contents {
		font-size: 24px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1583744091559&gt;.view_contents {
		font-size: 18px;
		line-height: 20px;
	}
}

#text_style_01_1583744091577 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 0%;
	top: 100px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1583744091577 {
		top: 70px;
	}
}

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

#text_style_01_1583744091577&gt;.view_contents {
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

@media screen and (max-width:640px) {
	#text_style_01_1583744091577&gt;.view_contents {
		font-size: 14px;
		line-height: 16px;
	}
}

#div_a_includeBlock_1583744091263 {
	width: 60%;
	height: 160px;
	position: absolute;
	top: 0px;
	left: 20%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1583744091263 {
		width: 80%;
		left: 10%;
		height: 120px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1583744091263 {
		width: 96%;
		height: 40px;
		top: 10px;
		left: 2%;
	}
}

#layout_1583744091260 {
	height: 160px;
}

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

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

#layout_1583744091260&gt;.view_contents {
	overflow: visible;
	max-width: 1200px;
}


#productList_style_23_1583754378129 {
	width: 100%;
	left: 0%;
	top: 0px;
	position: absolute;
	display: block;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_23_1583754378129 {
		width: 96%;
		display: block;
		top: 10px;
		left: 2%;
	}
}

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

#productList_style_23_1583754378129&gt;.view_contents {
	overflow: visible;
}

#productList_style_23_1583754378129 .modSet {
	border-width: 0px;
	border-style: solid;
	border-color: #dddddd;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background: #ffffff;
}

#productList_style_23_1583754378129 .modSet:hover {
	background: #ffffff;
	border-width: 0px;
	border-style: solid;
	border-color: #03C2FC;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	box-shadow: #cccccc 2px 2px 10px;
}

#productList_style_23_1583754378129 .modSet:hover .titleSet {
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	font-family: Microsoft YaHei;
	color: #03C2FC;
	text-decoration: underline;
}

#productList_style_23_1583754378129 .imgSet {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: #ffffff;
	padding-right: 0px;
	height: 285px;
	opacity: 1;
}

#productList_style_23_1583754378129 .titleSet {
	text-align: left;
	line-height: 28px;
	height: 28px;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
}

#productList_style_23_1583754378129 .page_btn .pageSet:hover {
	background: #6aa84f;
}

#productList_style_23_1583754378129 .btnaSet:hover {
	margin-left: 55px;
	margin-top: 15px;
	background: #6aa84f;
	color: #ffffff;
	font-family: Microsoft YaHei;
	text-align: center;
	line-height: 28px;
	height: 28px;
	border-width: 1px;
	border-style: solid;
	border-color: #6aa84f;
	margin-bottom: 5px;
}

#productList_style_23_1583754378129 .btnaSet {
	margin-top: 15px;
	margin-left: 55px;
	margin-bottom: 5px;
	border-width: 0px;
	border-color: #6aa84f;
	color: #6aa84f;
}

#productList_style_23_1583754378129 .detailSet {
	font-size: 12px;
	text-align: left;
	line-height: 22px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	height: 22px;
	color: #999999;
}

#productList_style_23_1583754378129 .modSet:hover .detailSet {
	font-size: 12px;
	font-family: Microsoft YaHei;
	color: #666666;
	text-decoration: none;
}

#productList_style_23_1583754378129 .modSet:hover .imgSet {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	height: 285px;
	opacity: 0.9;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_23_1583754378129 .detailSet {
		height: 0px;
	}
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_23_1583754378129 .btnaSet {
		margin-left: 40px;
		margin-top: 5px;
	}
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_23_1583754378129 .btnaSet:hover {
		margin-top: 5px;
		margin-left: 40px;
	}
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_23_1583754378129 .imgSet {
		padding-top: 0px;
		height: 210px;
		padding-bottom: 0px;
	}
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_23_1583754378129 .titleSet {
		line-height: 24px;
		height: 24px;
		font-size: 14px;
	}
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_23_1583754378129 .modSet:hover .imgSet {
		height: 210px;
	}
}

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

@media screen and (max-width:640px) {
	#productList_style_23_1583754378129 .detailSet {
		height: 0px;
	}
}

@media screen and (max-width:640px) {
	#productList_style_23_1583754378129 .btnaSet {
		height: 0px;
		line-height: 0px;
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

@media screen and (max-width:640px) {
	#productList_style_23_1583754378129 .btnaSet:hover {
		height: 0px;
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

@media screen and (max-width:640px) {
	#productList_style_23_1583754378129 .modSet:hover .titleSet {
		font-size: 14px;
	}
}

@media screen and (max-width:640px) {
	#productList_style_23_1583754378129 .titleSet {
		font-size: 13px;
		height: 20px;
		line-height: 20px;
	}
}

@media screen and (max-width:640px) {
	#productList_style_23_1583754378129 .imgSet {
		height: 130px;
	}
}

@media screen and (max-width:640px) {
	#productList_style_23_1583754378129 .modSet:hover .imgSet {
		height: 130px;
	}
}

#layout_1583744294526 {
	height: 1159px;
}

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

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

#layout_1583744294526&gt;.view_contents {
	overflow: visible;
	max-width: 1200px;
}

#layout_1583744294526 {
	background: transparent;
}

#layout_1583755679850 {
	height: 50px;
}

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

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

#layout_1583755679850&gt;.view_contents {
	overflow: visible;
	max-width: 1200px;
}


#counter_style_3_1583744354801 {
	width: 96%;
	position: absolute;
	left: 2%;
	top: 80px;
	z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#counter_style_3_1583744354801 {
		left: calc(50% - 452.5px);
		top: 40px;
	}
}

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

#counter_style_3_1583744354801&gt;.view_contents {
	overflow: visible;
}

#counter_style_3_1583744354801 .listBlocksSet {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 28px;
	padding-bottom: 28px;
	background: transparent;
}

#counter_style_3_1583744354801 .titleSet {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
	font-family: Microsoft YaHei;
	height: 24px;
}

#counter_style_3_1583744354801 .unitSet {
	font-size: 24px;
	margin-top: 11px;
	font-family: Times New Roman;
	line-height: 32px;
	letter-spacing: 0px;
}

#counter_style_3_1583744354801 .numtSet {
	font-size: 60px;
	text-shadow: transparent 0px 0px 0px;
	margin-bottom: 7px;
	font-family: Times New Roman;
	font-weight: bold;
	line-height: 70px;
	height: 70px;
}

#counter_style_3_1583744354801 .modSet:hover .unitSet {
	background: transparent;
	color: #03C2FC;
}

#counter_style_3_1583744354801 .numtSet:hover {
	background: transparent;
	color: #03C2FC;
}

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

@media screen and (max-width:640px) {
	#counter_style_3_1583744354801 .unitSet {
		font-size: 12px;
		margin-top: 7px;
	}
}

@media screen and (max-width:640px) {
	#counter_style_3_1583744354801 .numtSet {
		font-size: 32px;
		line-height: 30px;
		height: 30px;
	}
}

@media screen and (max-width:640px) {
	#counter_style_3_1583744354801 .listBlocksSet {
		padding-top: 10px;
		padding-bottom: 10px;
		height: 220px;
	}
}

#layout_1583744354799 {
	height: 360px;
}

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

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

#layout_1583744354799&gt;.view_contents {
	overflow: visible;
	max-width: 1200px;
}

#layout_1583744354799 {
	background: url(../image/158374439422572aff1cb1e3edf1e-0.jpg);
	background-repeat: no-repeat !important;
	background-size: cover;
	background-position: 50% 50% !important;
	background-attachment: unset;
}

@media screen and (max-width:640px) {
	#layout_1583744354799 {
		background-size: cover;
		background-attachment: unset;
	}
}



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

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1583744428531 {
		top: 30px;
	}
}

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

#text_style_01_1583744428531&gt;.view_contents {
	font-size: 24px;
	line-height: 38px;
	color: #333333;
	text-align: center;
	font-weight: normal;
	font-family: Microsoft YaHei;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1583744428531&gt;.view_contents {
		font-size: 24px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1583744428531&gt;.view_contents {
		font-size: 18px;
		line-height: 20px;
	}
}

#text_style_01_1583744428551 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 0%;
	top: 100px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1583744428551 {
		top: 70px;
	}
}

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

#text_style_01_1583744428551&gt;.view_contents {
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

@media screen and (max-width:640px) {
	#text_style_01_1583744428551&gt;.view_contents {
		font-size: 14px;
		line-height: 16px;
	}
}

#div_a_includeBlock_1583744428267 {
	width: 60%;
	height: 160px;
	position: absolute;
	top: 0px;
	left: 20%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1583744428267 {
		width: 80%;
		left: 10%;
		height: 120px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1583744428267 {
		width: 96%;
		height: 40px;
		top: 10px;
		left: 2%;
	}
}

#layout_1583744428263 {
	height: 160px;
}

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

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

#layout_1583744428263&gt;.view_contents {
	overflow: visible;
	max-width: 1200px;
}

#layout_1583744428263 {
	background: #E9ECF3
}


#newsList_style_04_1583744475034 {
	width: 100%;
	position: static;
	padding-top: 10px;
	z-index: 1;
	margin: 0 auto;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_04_1583744475034 {
		padding-top: 10px;
		width: 96%;
	}
}

@media screen and (max-width:640px) {
	#newsList_style_04_1583744475034 {
		width: 96%;
	}
}

#newsList_style_04_1583744475034&gt;.view_contents {
	overflow: visible;
}

#newsList_style_04_1583744475034 .detailSet {
	border-bottom: none !important;
	font-size: 14px;
	color: #999999;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	line-height: 24px;
	height: 48px;
}

#newsList_style_04_1583744475034 .modSet {
	text-align: center;
	color: transparent;
	background: #ededed;
}

#newsList_style_04_1583744475034 .titleSet {
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	margin-top: 22px;
	margin-bottom: 12px;
	text-align: center;
	font-family: Microsoft YaHei;
	line-height: 20px;
	height: 20px;
}

#newsList_style_04_1583744475034 .btnaSet {
	border-style: none;
	background: transparent;
	color: #03C2FC;
	font-size: 12px;
	border-radius: 50px;
	margin-left: 140px;
	margin-right: 140px;
	margin-bottom: 17px;
	margin-top: 7px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#newsList_style_04_1583744475034 .imgSet {
	height: 190px;
	text-align: center;
}

#newsList_style_04_1583744475034 .timesSet {
	height: 36px;
	line-height: 36px;
}

#newsList_style_04_1583744475034 .modSet:hover .titleSet {
	color: #03C2FC;
	font-family: Microsoft YaHei;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_04_1583744475034 .btnaSet {
		margin-left: 69px;
		margin-right: 69px;
		margin-bottom: 0px;
	}
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_04_1583744475034 .imgSet {
		height: 140px;
	}
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_04_1583744475034 .detailSet {
		height: 72px;
		font-size: 13px;
	}
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_04_1583744475034 .titleSet {
		font-size: 15px;
		margin-top: 15px;
	}
}

@media screen and (max-width:640px) {
	#newsList_style_04_1583744475034 .btnaSet {
		margin-left: 10px;
		margin-right: 10px;
		font-size: 12px;
		height: 0px;
		line-height: 0px;
	}
}

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

@media screen and (max-width:640px) {
	#newsList_style_04_1583744475034 .titleSet {
		margin-top: 0px;
		margin-bottom: 8px;
	}
}
/* æ–°é—» */

@media screen and (max-width:640px) {
	#newsList_style_04_1583744475034 .sumary_list {
		display: flex;
		flex-flow: row-reverse;
		margin-bottom: 20px !important;
		padding-bottom: 20px;
		border-bottom: 2px solid #ffffff;
	}
	#newsList_style_04_1583744475034 .sumary_list .imgSet{
		width: 30%;
    height: 100%;
		text-align: center;
		margin-left: 30px;
	}
	#newsList_style_04_1583744475034 .sumary_list .imgSet a{
		display: block;
	}
	#newsList_style_04_1583744475034 .sumary_list .imgSet img{
		width: 100%;
		height: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	#newsList_style_04_1583744475034 .sumary_list .newDetail{
		display: none !important;
	}
	#newsList_style_04_1583744475034 .sumary_list .newB {
		text-align: left;
	}
	#newsList_style_04_1583744475034 .sumary_list .newB .timesSet{
    height: 20px;
    line-height: 22px;
	}
	#newsList_style_04_1583744475034 .sumary_list .show_all{
		display: none !important;
	}



	#newsList_style_04_1583744475034 .sumary_list:first-child {
		flex-direction: column;
		flex-flow: column-reverse;
		margin-bottom: 20px;
	}
	#newsList_style_04_1583744475034 .sumary_list .newTitle{
		margin-bottom: 0;
		text-align: left;
		height: auto;
	}
	#newsList_style_04_1583744475034 .sumary_list .newTitle .overhide{
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
		word-break: break-all;
	}
	#newsList_style_04_1583744475034 .sumary_list:first-child .imgSet{
		width: 100%;
    height: 170px;
    text-align: center;
		margin-left: 0;
	}
	#newsList_style_04_1583744475034 .sumary_list:first-child .newDetail{
		display: none;
	}
	#newsList_style_04_1583744475034 .sumary_list:first-child .newB{
		text-align: left;
	}
	#newsList_style_04_1583744475034 .sumary_list:first-child .show_all{
		display: none;
	}
}

#layout_1583744475013 {
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1583744475013 {
	}
}

@media screen and (max-width:640px) {
	#layout_1583744475013 {
	}
}

#layout_1583744475013&gt;.view_contents {
	overflow: visible;
	max-width: 1200px;
}

#layout_1583744475013 {
	background-repeat: repeat-x !important;
	background-size: auto 100%;
	background-position: 50% 50% !important;
	background: #eeeeee;
}



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

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1583744521784 {
		top: 30px;
	}
}

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

#text_style_01_1583744521784&gt;.view_contents {
	font-size: 24px;
	line-height: 38px;
	color: #333333;
	text-align: center;
	font-weight: normal;
	font-family: Microsoft YaHei;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1583744521784&gt;.view_contents {
		font-size: 24px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1583744521784&gt;.view_contents {
		font-size: 18px;
		line-height: 20px;
	}
}

#text_style_01_1583744521800 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 0%;
	top: 100px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1583744521800 {
		top: 70px;
	}
}

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

#text_style_01_1583744521800&gt;.view_contents {
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

@media screen and (max-width:640px) {
	#text_style_01_1583744521800&gt;.view_contents {
		font-size: 14px;
		line-height: 16px;
	}
}

#div_a_includeBlock_1583744521377 {
	width: 60%;
	height: 160px;
	position: absolute;
	top: 0px;
	left: 20%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1583744521377 {
		width: 80%;
		left: 10%;
		height: 120px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1583744521377 {
		width: 96%;
		height: 40px;
		top: 10px;
		left: 2%;
	}
}

#layout_1583744521376 {
	height: 160px;
}

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

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

#layout_1583744521376&gt;.view_contents {
	overflow: visible;
	max-width: 1200px;
}


#image_style_11_1584016063412 {
	width: 100%;
	position: static;
	margin: 0 auto;
}

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

@media screen and (max-width:640px) {
	#image_style_11_1584016063412 {
		width: 96%;
	}
}

#image_style_11_1584016063412&gt;.view_contents {
	overflow: visible;
}

#image_style_11_1584016063412 .modSet {
	border-style: solid;
	border-width: 1px;
	padding-top: 0px;
	padding-left: 25px;
	padding-right: 25px;
	border-color: #dddddd;
	opacity: 1;
}

#image_style_11_1584016063412 {
	border-style: none;
}

#image_style_11_1584016063412 .modSet:hover {
	border-style: solid;
	border-width: 2px;
	border-color: #03C2FC;
}

#layout_1584016063406 {
	padding: 40px 0;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1584016063406 {
		z-index: 1;
	}
}

@media screen and (max-width:640px) {
	#layout_1584016063406 {
		padding: 20px 0;
	}
}

#layout_1584016063406&gt;.view_contents {
	overflow: visible;
	max-width: 1200px;
}



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

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1578228831304 {
		left: 18.291666666666668%;
		width: 63.416666666666664%;
		top: 30px;
	}
}

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

#text_style_01_1578228831304&gt;.view_contents {
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
	font-weight: normal;
	font-family: Microsoft YaHei;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1578228831304&gt;.view_contents {
		font-size: 31px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1578228831304&gt;.view_contents {
		font-size: 16px;
		line-height: 26px;
	}
}

#button_style_04_1583744858230 {
	width: 12%;
	left: 44%;
	top: 160px;
	position: absolute;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#button_style_04_1583744858230 {
		width: 12%;
		top: 100px;
		left: 44%;
	}
}

@media screen and (max-width:640px) {
	#button_style_04_1583744858230 {
		left: 35%;
		top: 40px;
		width: 30%;
	}
}

#button_style_04_1583744858230&gt;.view_contents {
	overflow: visible;
}

#button_style_04_1583744858230 .btnaSet {
	background: transparent;
	color: #ffffff;
	border-radius: 3px;
	border-width: 2px;
	border-style: solid;
	border-color: #e5e5e5;
	height: 40px;
	font-family: Microsoft YaHei;
	font-size: 15px;
}

#button_style_04_1583744858230 .btnaSet:hover {
	background: #ffffff;
	color: #03C2FC;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#button_style_04_1583744858230 .btnaSet {
		height: 36px;
		font-size: 14px;
	}
}

@media screen and (max-width:640px) {
	#button_style_04_1583744858230 .btnaSet {
		font-family: Microsoft YaHei;
		font-size: 12px;
		border-radius: 40px;
		height: 30px;
		border-width: 1px;
	}
}

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

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1578228831128 {
		height: 163.06666666666666px;
		top: 20px;
		left: 10px;
		width: 923px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1578228831128 {
		width: 355px;
		height: 83.33333333333334px;
		top: 10px;
		left: 10px;
		z-index: 2;
	}
}

#div_a_includeBlock_1578228831128&gt;.view_contents {
	overflow: visible;
}

#layout_1578228157475 {
	height: 300px;
}

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

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

#layout_1578228157475&gt;.view_contents {
	overflow: visible;
	max-width: 1200px;
}

#layout_1578228157475 {
	background-size: auto 100%;
	background: url(../image/1583744665345ef6aa36ebd5a108c-0.png);
	background-position: 50% 50% !important;
	background-repeat: no-repeat !important;
}

@media screen and (max-width:640px) {
	#layout_1578228157475 {
		background-size: cover;
	}
}


#text_style_01_1575602059365 {
	width: 77.4%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 380px;
	left: 1%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1575602059365 {
		top: 360px;
		left: 2%;
		z-index: 1;
		width: 80%;
	}
}

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

#text_style_01_1575602059365&gt;.view_contents {
	color: #999999;
	line-height: 22px;
	text-align: left;
	font-size: 14px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1575602059365&gt;.view_contents {
		font-size: 13px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1575602059365&gt;.view_contents {
		font-size: 12px;
		line-height: 18px;
		text-align: center;
	}
}


#image_logo_1578303053500 {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0px;
	left: 0%;
}

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

@media screen and (max-width:640px) {
	#image_logo_1578303053500 {}
}

#text_style_01_1578303082645 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 60px;
	left: 0.5576208178438662%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1578303082645 {
		z-index: 3;
	}
}

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

#text_style_01_1578303082645&gt;.view_contents {
	font-size: 14px;
	line-height: 30px;
	color: #999999;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1578303082645&gt;.view_contents {
		font-size: 13px;
	}
}

#text_style_01_1578303198379 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 180px;
	left: 0.5576208178438662%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1578303198379 {
		z-index: 3;
	}
}

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

#text_style_01_1578303198379&gt;.view_contents {
	font-size: 14px;
	line-height: 28px;
	color: #999999;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1578303198379&gt;.view_contents {
		font-size: 13px;
	}
}

#text_style_01_1583890224145 {
	width: 80%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 20%;
	top: 2px;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1583890224145 {}
}

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

#text_style_01_1583890224145&gt;.view_contents {
	font-size: 20px;
	line-height: 40px;
	color: #ffffff;
	text-align: left;
	font-weight: normal;
	font-family: Microsoft YaHei;
}

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

@media screen and (max-width:640px) {
	#text_style_01_1583890224145&gt;.view_contents {
		font-size: 18px;
		line-height: 20px;
	}
}

#div_a_includeBlock_1578303272572 {
	width: 25%;
	height: 300px;
	position: absolute;
	top: 60px;
	left: 1%;
}

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

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


#text_style_01_1578303246335 {
	width: 98.19277108433735%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 0px;
	left: 0%;
	z-index: 2;
	display: block;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1578303246335 {
		z-index: 3;
		display: block;
	}
}

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

#text_style_01_1578303246335&gt;.view_contents {
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	font-weight: normal;
}

#text_style_01_1583891494332 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 50px;
	left: 0%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1583891494332 {
		z-index: 3;
	}
}

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

#text_style_01_1583891494332&gt;.view_contents {
	font-size: 14px;
	line-height: 36px;
	color: #999999;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1583891494332&gt;.view_contents {
		font-size: 13px;
	}
}

#div_a_includeBlock_1578303798973 {
	width: 10%;
	height: 300px;
	position: absolute;
	top: 60px;
	left: 32%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1578303798973 {
		top: 50px;
	}
}

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


#text_style_01_1578304101733 {
	width: 98.19277108433735%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 0px;
	left: 0%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1578304101733 {
		z-index: 3;
	}
}

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

#text_style_01_1578304101733&gt;.view_contents {
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	font-weight: normal;
}

#text_style_01_1578304137711 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 50px;
	left: 0%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1578304137711 {
		z-index: 3;
	}
}

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

#text_style_01_1578304137711&gt;.view_contents {
	font-size: 14px;
	line-height: 36px;
	color: #999999;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1578304137711&gt;.view_contents {
		font-size: 13px;
	}
}

#div_a_includeBlock_1578304101529 {
	width: 24%;
	height: 299px;
	position: absolute;
	top: 60px;
	left: 46%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1578304101529 {
		top: 50px;
	}
}

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


#text_style_01_1578304240487 {
	width: 50%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 0%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1578304240487 {
		z-index: 3;
	}
}

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

#text_style_01_1578304240487&gt;.view_contents {
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
}

#image_style_01_1578304752776 {
	width: 50%;
	height: 110px;
	position: absolute;
	left: 0%;
	top: 50px;
}

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

@media screen and (max-width:640px) {
	#image_style_01_1578304752776 {}
}

#image_style_01_1578304752776&gt;.view_contents {
	overflow: visible;
}

#image_style_01_1578304855901 {
	width: 50%;
	height: 110px;
	position: absolute;
	left: 50%;
	top: 50px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1578304855901 {}
}

@media screen and (max-width:640px) {
	#image_style_01_1578304855901 {}
}

#image_style_01_1578304855901&gt;.view_contents {
	overflow: visible;
}

#text_style_01_1578304868358 {
	width: 50%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1578304868358 {
		z-index: 3;
	}
}

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

#text_style_01_1578304868358&gt;.view_contents {
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
}

#text_style_01_1583831433649 {
	width: 80%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 180px;
	left: 10%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1583831433649 {
		z-index: 3;
		width: 90%;
		left: 5%;
	}
}

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

#text_style_01_1583831433649&gt;.view_contents {
	font-size: 14px;
	line-height: 38px;
	color: #e5e5e5;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1583831433649&gt;.view_contents {
		font-size: 13px;
	}
}

#text_style_01_1583831446916 {
	width: 80%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 220px;
	left: 10%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1583831446916 {
		z-index: 3;
		left: 5%;
		width: 90%;
	}
}

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

#text_style_01_1583831446916&gt;.view_contents {
	font-size: 32px;
	line-height: 38px;
	color: #e5e5e5;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1583831446916&gt;.view_contents {
		font-size: 30px;
	}
}

#div_a_includeBlock_1578304240250 {
	width: 26%;
	height: 300px;
	position: absolute;
	top: 60px;
	left: 74%;
}

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

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

#qqol_style_01_1575620923404 {
	width: 17.497348886532343%;
	position: absolute;
	top: 7px;
	left: 41.25132555673383%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#qqol_style_01_1575620923404 {
		top: 7px;
		left: 77.00324761399789%;
		width: 17.497348886532343%;
	}
}

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

#qqol_style_01_1575620923404&gt;.view_contents {
	overflow: visible;
}

#button_style_04_1578627329765 {
	width: 10%;
	left: 90%;
	top: 365px;
	position: absolute;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#button_style_04_1578627329765 {
		left: 88%;
		top: 350px;
	}
}

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

#button_style_04_1578627329765&gt;.view_contents {
	overflow: visible;
}

#button_style_04_1578627329765 .btnaSet {
	background: transparent;
	color: #999999;
	border-radius: initial;
	font-family: Microsoft YaHei;
	font-size: 14px;
}

#button_style_04_1578627329765 .btnaSet:hover {
	background: transparent;
	color: #ffffff;
	font-size: 14px;
	font-family: Microsoft YaHei;
}

@media screen and (max-width:640px) {
	#button_style_04_1578627329765 .btnaSet {
		border-radius: 40px;
		height: 30px;
		text-shadow: transparent 0px 0px 0px;
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#button_style_04_1578627329765 .btnaSet:hover {
		font-size: 12px;
	}
}

#text_default_1579405177282 {
	width: 9.583333333333334%;
	height: 23px;
	position: absolute;
	left: 78.41666666666667%;
	top: 380px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_default_1579405177282 {
		top: 360px;
	}
}

@media screen and (max-width:640px) {
	#text_default_1579405177282 {
		width: 96%;
		height: 29px;
		top: 60px;
		left: 2%;
		z-index: 1;
	}
}

#comm_layout_footer {
	height: 450px;
	z-index: 1000;
}

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

@media screen and (max-width:640px) {
	#comm_layout_footer {
		height: 100px;
		z-index: 9999;
	}
}

#comm_layout_footer&gt;.view_contents {
	overflow: visible;
	max-width: 1200px;
}

#comm_layout_footer {
	background-repeat: repeat-x !important;
	background-size: auto 100%;
	background-position: 50% 50% !important;
	background: #333333;
}

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

.logoStyle * {
	box-sizing: border-box;
}

.logoStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.logoStyle&gt;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_39 {
	width: 100%;
	position: relative;
}

.menuStyle_39 * {
	box-sizing: border-box;
}

.menuStyle_39 .miniMenu *,
.menuStyle_39 .menuUl li * {
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-property: background, height, padding;
	-moz-transition-property: background, height, padding;
	-moz-transition-property: background, height, padding;
	transition-property: background, height, padding;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.menuStyle_39 .dflex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.menuStyle_39 .rflex {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	float: left\0;
}

.menuStyle_39 ul,
.menuStyle_39 li {
	padding: 0;
	margin: 0px;
	list-style: none
}

.menuStyle_39 .menuLayout {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.menuStyle_39 .menuLayout:after {
	content: '';
	display: block;
	clear: both;
}

.menuStyle_39 .menuUl_box {
	position: relative;
	width: 100%;
	text-align: center;
}

.menuStyle_39 .menuUl {
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 99;
}

.menuStyle_39 .menuUl&gt;li {
	position: relative;
}

.menuStyle_39 .menuUl&gt;li&gt;a {
	height: 100%;
	position: relative;
	text-decoration: none;
	font-size: 16px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	letter-spacing: normal;
	white-space: nowrap;
	line-height: 44px;
	padding: 0;
	padding: 0 1em\0;
}

.menuStyle_39 .menuUl&gt;li&gt;a:hover {
	color: #2d8cf0;
}

.menuStyle_39 .menuUl #hot&gt;a {
	color: #2d8cf0;
}

.menuStyle_39 .menuUl&gt;li&gt;a span {
	display: block;
	width: 100%;
	text-align: center;
	color: rgba(0, 0, 0, .3);
	font-size: 12px;
}

.menuStyle_39 .menuUl #hot&gt;a span {
	color: inherit;
}

.menuStyle_39 .menuUl&gt;.logo {
	background: transparent !important;
}

.menuStyle_39 .menuUl&gt;.logo:after {
	width: 0;
}

.menuStyle_39 .menuUl&gt;.logo .menuUl_box_logo {
	background: transparent !important;
	border-top: 3px solid transparent !important;
}

.menuStyle_39 .menuUl&gt;.logo .menuUl_box_logo:hover {
	background: #fff;
}

.menuStyle_39 .menuLayout .miniMenu {
	display: none;
}

.menuStyle_39 .menuUl02 {
	opacity: 0;
	display: none;
	position: absolute;
	left: 50%;
	width: 100%;
	height: 0;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	background: #f5f5f5;
}

.menuStyle_39 .menuUl&gt;li&gt;#menuLogo {
	height: 85%;
}

.menuStyle_39 .menuUl .rflex:hover .menuUl02 {
	opacity: 1;
	display: block;
	height: auto;
}

.menuStyle_39 .menuUl.noHover .rflex:hover .menuUl02 {
	display: none;
}

.menuStyle_39 .menuUl02 .subMenu02 {
	float: none;
	position: relative;
	color: #4d5158;
	font-size: 14px;
	line-height: 40px;
	padding: 0 15px;
}

.menuStyle_39 .subBox .subMenu02#subCurSet {
	font-weight: bold;
	border-bottom: 2px solid #04b29b;
}

.menuStyle_39 .menuUl02 .subMenu02&gt;a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.menuStyle_39 .menuUl02 .subMenu02:hover {
	background: #4bc9e4;
	color: #fff;
}

.menuStyle_39 .menuUl02 .subMenu02&gt;a .fa {
	float: right;
	line-height: inherit;
}

.menuStyle_39 .menuUl02 .subMenu02:hover .menuUl03 {
	display: block;
}

.menuStyle_39 .menuUl03 {
	position: absolute;
	background: #f5f5f5;
	top: 0;
	display: none;
}

.menuStyle_39 .rflex {
	position: relative;
}

.menuStyle_39 .maxWidth {
	margin: auto;
}

.menuStyle_39 .subBox {
	border-top: 1px solid #2d8cf0;
	position: absolute;
	left: 0;
	width: 100%;
	background: #fff;
	display: none;
	padding: 20px 20px 0;
}

.menuStyle_39 .subBox .subBoxContent {
	text-align: left;
	overflow: hidden;
}

.menuStyle_39 .subBox .subBoxContent .subItems {
	overflow: hidden;
	display: none;
}

.menuStyle_39 .subBox .sublm {
	min-height: 10px;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.menuStyle_39 .subBox .sublm .subMenuArea {
	width: 49%;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 20px;
}

.menuStyle_39 .subBox .subMenuArea .subMenuImgArea {
	width: 50%;
	float: left;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

.menuStyle_39 .subBox .subMenuArea .dummy {
	margin-top: calc(100%/3*2);
}

.menuStyle_39 .subBox .subMenuArea .subMenuImg {
	width: 100%;
}

.menuStyle_39 .subBox .subMenuArea .menu_img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.menuStyle_39 .subBox .subMenuArea .subMenuCon {
	width: 50%;
	float: left;
	padding: 10px;
}

.menuStyle_39 .subBox .subMenu02 {
	font-size: 14px;
	margin-bottom: 7px;
	clear: both;
	color: #333;
	display: block;
}

.menuStyle_39 .subBox .subMenu02#subCurSet {
	font-weight: bold;
}

.menuStyle_39 .subBox .subMenu02:hover,
.menuStyle_39 .subBox .subMenu02:active {
	color: #2d8cf0;
}

.menuStyle_39 .imgIco {
	vertical-align: middle;
	display: inline-block;
	overflow: hidden;
	position: relative;
	padding: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.menuStyle_39 .imgIco img {
	width: auto;
	height: 100%;
	vertical-align: top;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%);
}

@media screen and (max-width:640px) {
	.menuStyle_39 .imgIco {
		margin-right: 10px;
	}

	.menuStyle_39 .menuUl,
	.menuStyle_39 .menuUl_box {
		display: none;
	}

	.menuStyle_39 .menuScroll {
		height: calc(100% - 100px);
		width: 100%;
	}

	.menuStyle_39 .menuScroll&gt;.menuUlCopy {
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
	}

	.menuStyle_39 .menuLayout .miniMenu {
		display: block;
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 44px;
	}

	.menuStyle_39 .miniMenu .leftBox {
		height: 100%
	}

	.menuStyle_39 .miniMenu .leftBox .sidebar {
		font-size: 24px;
		line-height: 44px;
		font-weight: normal;
		cursor: pointer;
		color: #4d5158;
		position: absolute;
		top: 0;
		right: 0px;
		width: 44px;
		text-align: center;
	}

	.menuStyle_39 .miniMenu .leftBox .sidebar .fa {
		font-size: inherit;
		line-height: inherit;
		color: inherit;
	}

	.menuStyle_39 .miniMenu .leftBox .nav {
		width: 100%;
		height: 44px;
	}

	.menuStyle_39 .miniMenu.Mslide .leftBox .nav {
		border-bottom: 1px solid rgba(0, 0, 0, .05);
	}

	.menuStyle_39 .miniMenu .leftBox .menuUlCopy {
		padding: 0 0 0 30px;
		clear: both;
	}

	.menuStyle_39 .miniMenu .leftBox .menuUlCopy .menuUlCopy {
		display: none;
		padding: 0;
	}

	.menuStyle_39 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy {
		width: calc(100% - 50px);
	}

	.menuStyle_39 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a {
		padding-left: 30px;
		box-sizing: border-box;
	}

	.menuStyle_39 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a {
		padding-left: 60px;
		box-sizing: border-box;
	}

	.menuStyle_39 .miniMenu .leftBox .menuUlCopy li {
		width: 100%;
		overflow: hidden;
		color: #4d5158;
		font-size: 12px;
		line-height: 44px;
	}

	.menuStyle_39 .miniMenu .leftBox .menuUlCopy li a {
		width: calc(100% - 50px);
		float: left;
		display: block;
		text-align: left;
		color: inherit;
		text-decoration: none;
		font-size: inherit;
		line-height: inherit;
		height: inherit;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}

	.menuStyle_39 .miniMenu .leftBox .menuUlCopy li#hot&gt;a {
		border-bottom: 1px solid #555;
	}

	.menuStyle_39 .miniMenu .leftBox .menuUlCopy li .fa {
		color: inherit;
		display: none;
		font-size: inherit;
		float: left;
		width: 50px;
		text-align: center;
		line-height: inherit;
	}

	.menuStyle_39 .miniMenu .leftBox .menuUlCopy li .fa:active {
		background: rgba(0, 0, 0, .1);
	}

	.menuStyle_39 .miniMenu .leftBox .menuUlCopy li.subMenuSet#subCurSet&gt;a,
	.menuStyle_39 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet&gt;a {
		border-bottom: 1px solid #555;
	}

	.menuStyle_39 .menuLayout .miniMenu.Mslide {
		height: 100% !important;
		height: 100vh !important;
		background: rgba(255, 255, 255, .95);
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		-webkit-transition: all linear .3s;
		-moz-transition: all linear .3s;
		-o-transition: all linear .3s;
		transition: all linear .3s;
	}

	.menuStyle_39 .menuLayout .miniMenu.Mslide .sidebar {
		color: #4d5158;
		background: rgba(0, 0, 0, .05);
	}

	.menuStyle_39 .menuLayout .miniMenu.Mslide .nav a {
		display: none !important;
	}
}



#dh_style_28_1578629663716 .menuUl02 .subMenu02&gt;a .fa {
	position: absolute;
	top: 0;
	right: 0;
}

/* é«˜åº¦è®¾ç½® */
#dh_style_28_1578629663716 .subBox .subMenuArea .dummy {
	margin-top: px;
}

/* å®½åº¦è®¾ç½® */
#dh_style_28_1578629663716 .subBox .subMenuArea .subMenuImgArea {
	width: px;
}

#dh_style_28_1578629663716 .subBox .subMenuArea .subMenuCon {
	width: calc(100% - px);
}


.bannerStyle_1 {
	width: 100%;
	height: 100%;
	position: relative;
}

.bannerStyle_1 .main_visual {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.bannerStyle_1 .main_image {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.bannerStyle_1 div.flicking_con {
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 14px;
	text-align: center;
	z-index: 105;
}

.bannerStyle_1 div.flicking_con a {
	width: 14px;
	height: 14px;
	padding: 0;
	background: none;
	border: 1px solid white;
	display: inline-block;
	box-sizing: border-box;
	margin: 0 3px;
	border-radius: 100%;
}

.bannerStyle_1 div.flicking_con a.on {
	background: white;
	border: 0;
}

.bannerStyle_1 .btn_prev,
.bannerStyle_1 .btn_next {
	z-index: 11111;
	position: absolute;
	width: 73px;
	height: 74px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}

.bannerStyle_1 .btn_prev {
	background: url(../image/hover_left.png) no-repeat left top;
	left: 20px;
	background-size: 80%;
}

.bannerStyle_1 .btn_next {
	background: url(../image/hover_right.png) no-repeat right top;
	right: 20px;
	background-size: 80%;
}

.bannerStyle_1 .ground_glass {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
	background-color: #fff;
}

@media screen and (min-width:326px) and (max-width:767px) {
	.bannerStyle_1 div.flicking_con a {
		width: 9px;
		height: 9px;
	}
}

@media screen and (max-width:640px) {
	.bannerStyle_1 div.flicking_con a {
		width: 9px;
		height: 9px;
	}

	.bannerStyle_1 .btn_prev,
	.bannerStyle_1 .btn_next {
		width: 53px;
		height: 54px;
	}
}

.bannerStyle_1 .main_image .img-list {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}

.bannerStyle_1 .main_image .img-item {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
}

.bannerStyle_1 .main_image .img-item span {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover !important;
}

.bannerStyle_1 .main_image .img-item a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.bannerStyle_1.rotate-3d .img-part {
	position: absolute;
	top: 0;
	width: calc(20% + 1px);
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	transform-style: preserve-3d;
}

.bannerStyle_1.rotate-3d .img-part .img {
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;
}

.bannerStyle_1.rotate-3d .img-part .img:nth-child(1) {
	transform: rotateX(0deg) translateZ(150px);
}

.bannerStyle_1.rotate-3d .img-part .img:nth-child(2) {
	transform: rotateX(-90deg) translateZ(150px);
}

.bannerStyle_1.rotate-3d .img-part .img:nth-child(3) {
	transform: rotateX(-180deg) translateZ(150px);
}

.bannerStyle_1.rotate-3d .img-part .img:nth-child(4) {
	transform: rotateX(-270deg) translateZ(150px);
}

.img_url {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	z-index: 100;
}


#banner_style_01_1578626271528 .bannerStyle_1 .main_image .img-item .img_0 {
	background: url('../image/15836574139889188eef5157342c5-15.jpg') center top no-repeat;
}

#banner_style_01_1578626271528 .bannerStyle_1 .main_image .img-item .img_1 {
	background: url('../image/1583657413989bc2d09f64349b814-0.png') center top no-repeat;
}

#banner_style_01_1578626271528 .bannerStyle_1 .ground_glass {}

#banner_style_01_1578626271528 .bannerStyle_1 .main_image .img-item span {
	background-size: 100% auto !important;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1578626271523 .swiper-slide .img-bg {
		background-size: auto 100% !important;
	}
	#banner_style_01_1578626271528 .bannerStyle_1 .main_image .img-item span {
		background-size: auto 100% !important;
	}
}

@media screen and (max-width:640px) {
	#layout_1578626271523 .swiper-slide .img-bg {
		background-size: auto 100% !important;
	}
	#banner_style_01_1578626271528 .bannerStyle_1 .main_image .img-item span {
		background-size: auto 100% !important;
	}
}

#image_style_01_1583657761180 .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_1583657761180 .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_1583657761180 .CompatibleImg img {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle&gt;a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

/*è§†é¢‘æ&nbsp;·å¼*/
#image_style_01_1590894914442 .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_1590894914442 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1590894914442 .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);
	}
}

#image_style_01_1590894914442 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle&gt;a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

ba.niceTab.tabStyle_3 {
	position: relative;
	width: 100%;
	height: 100%;
}

.niceTab.tabStyle_3 li {
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-o-transition: all ease-out .2s;
	transition: all ease-out .2s
}

/*æ&nbsp;‡ç­¾æ&nbsp;·å¼*/
.tab_nav {
	position: absolute;
	z-index: 2;
	overflow: hidden;
}

.tab_ul {
	text-align: left;
	/* è¯¥è®¾ç½®å¯å°†æ&nbsp;‡ç­¾å±…å·¦leftã€å±…ä¸­centerã€å±…å³right,ä»…å¯¹æ&nbsp;‡ç­¾åœ¨ä¸Šé¢æˆ–æ&nbsp;‡ç­¾åœ¨ä¸‹é¢å¯ç”¨ */
}

.tab_li {
	display: inline-block;
	text-align: center;
	background: #f6f5f4;
	font-size: 12px;
	border: 0;
	cursor: pointer;
	box-sizing: border-box;
}

.tab_ul .tabCurItem {
	background: #eee;
}

.tab_img img {
	width: 18px;
	height: 14px;
}

.tab_img {
	vertical-align: middle;
}

.tab_txt {
	vertical-align: middle;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	color: inherit !important;
}

.tab_txt p {
	white-space: nowrap;
	font-size: inherit;
	color: inherit;
	font-size: 19px;
}

/*å†…å®¹åŒºæ&nbsp;·å¼*/
.tab_box {
	position: absolute;
	left: 0;
	z-index: 1;
}

.tab_content {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.tab_main {
	background: #eee;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.tab_div {
	width: 100%;
	height: 100%;
	display: none;
	overflow: hidden;
}

.niceTabShow {
	display: block;
}

/*é€‰é¡¹å¡å·¦å³ç®­å¤´*/
.tab_left_arrow {
	position: absolute;
	cursor: pointer;
	top: 50%;
	left: 10px;
	/*å·¦ç®­å¤´è¾¹è·*/
	/*width: 40px; height: 40px;*/
	background: url(../image/arrow_left.png) no-repeat center center !important;
	background-size: auto 80%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	opacity: 1;
	z-index: 999999;
	display: none;
}

.tab_right_arrow {
	position: absolute;
	cursor: pointer;
	top: 50%;
	right: 10px;
	/*å³ç®­å¤´è¾¹è·*/
	width: 40px;
	height: 40px;
	background: url(../image/arrow_right.png) no-repeat center center !important;
	background-size: auto 80%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	opacity: 1;
	z-index: 999999;
	display: none;
}

.tab_content:hover .tab_left_arrow,
.tab_content:hover .tab_right_arrow {
	display: block;
}

/*=========  æ&nbsp;‡ç­¾ä½ç½®  ==========*/
/*æ&nbsp;‡ç­¾é¡¶éƒ¨æ&nbsp;·å¼*/
.tab_nav_top {
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
	/*æ&nbsp;‡ç­¾é«˜åº¦å¯ä»¥éšæ„è®¾ç½®*/
}

/* .tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);} */
.tab_scroll_top {
	overflow-x: scroll !important;
	overflow-y: hidden;
	width: 100%;
	height: 100%;
	scrollbar-width: none;
}

.tab_scroll_top::-webkit-scrollbar {
	display: none;
}

.tab_ul_top {
	min-width: 100%;
	height: 100%;
	/*è¯¥å®½åº¦æ˜¯é»˜è®¤å®½åº¦,ç¨‹åºè¯»å–åŽæ›¿æ¢*/
}

.tab_li_top {
	padding: 0 1em;
	height: 100%;
	/*æ&nbsp;‡ç­¾å®½åº¦å¯ä»¥éšæ„è®¾ç½®*/
}

.tab_box_top {
	width: 100%;
	height: calc(100% - 50px);
	/*å‡æŽ‰æ&nbsp;‡ç­¾çš„é«˜åº¦*/
	top: 50px;
	/*æ&nbsp;‡ç­¾çš„é«˜åº¦*/
}

/*æ&nbsp;‡ç­¾å·¦ä¾§æ&nbsp;·å¼*/
.tab_nav_left {
	left: 0;
	top: 0;
	width: 50px;
	/*æ&nbsp;‡ç­¾å®½åº¦å¯ä»¥éšæ„è®¾ç½®*/
	height: 100%;
}

.tab_scroll_left {
	overflow-x: hidden;
	overflow-y: scroll !important;
	width: 100%;
	height: 100%;
	scrollbar-width: none;
}

.tab_scroll_left::-webkit-scrollbar {
	display: none;
}

.tab_ul_left {
	height: 100%;
	/*è¯¥æ&nbsp;‡ç­¾çš„å®½åº¦è¦å’Œ.tab_nav_leftå®½åº¦ä¸€æ&nbsp;·;*/
}

.tab_li_left {
	padding: 1em 0;
	width: 100%;
	/*æ&nbsp;‡ç­¾é«˜åº¦å¯ä»¥éšæ„è®¾ç½®*/
}

.tab_box_left {
	height: 100%;
	width: calc(100% - 50px);
	/*å‡æŽ‰æ&nbsp;‡ç­¾çš„å®½åº¦*/
	left: 50px;
	/*æ&nbsp;‡ç­¾çš„å®½åº¦*/
}

/*æ&nbsp;‡ç­¾åº•éƒ¨æ&nbsp;·å¼*/
.tab_nav_bottom {
	right: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	/*æ&nbsp;‡ç­¾é«˜åº¦å¯ä»¥éšæ„è®¾ç½®*/
}

.tab_scroll_bottom {
	overflow-x: scroll !important;
	overflow-y: hidden;
	width: 100%;
	height: 100%;
	scrollbar-width: none;
}

.tab_scroll_bottom::-webkit-scrollbar {
	display: none;
}

.tab_ul_bottom {
	min-width: 100%;
	height: 100%;
	/*è¯¥å®½åº¦æ˜¯é»˜è®¤å®½åº¦ï¼Œç¨‹åºè¯»å–åŽæ›¿æ¢*/
}

.tab_li_bottom {
	padding: 0 1em;
	height: 100%;
	/*æ&nbsp;‡ç­¾å®½åº¦å¯ä»¥éšæ„è®¾ç½®*/
}

.tab_box_bottom {
	width: 100%;
	height: calc(100% - 50px);
	/*å‡æŽ‰æ&nbsp;‡ç­¾çš„é«˜åº¦*/
	bottom: 50px;
	/*æ&nbsp;‡ç­¾çš„é«˜åº¦*/
}

/*æ&nbsp;‡ç­¾å·¦ä¾§æ&nbsp;·å¼*/
.tab_nav_right {
	right: 0;
	bottom: 0;
	width: 50px;
	/*æ&nbsp;‡ç­¾å®½åº¦å¯ä»¥éšæ„è®¾ç½®*/
	height: 100%;
}

.tab_scroll_right {
	overflow-x: hidden;
	overflow-y: scroll !important;
	width: 100%;
	height: 100%;
	scrollbar-width: none;
}

.tab_scroll_right::-webkit-scrollbar {
	display: none;
}

.tab_ul_right {
	height: 100%;
	/*è¯¥æ&nbsp;‡ç­¾çš„å®½åº¦è¦å’Œ.tab_nav_leftå®½åº¦ä¸€æ&nbsp;·;*/
}

.tab_li_right {
	padding: 1em 0;
	width: 100%;
	/*æ&nbsp;‡ç­¾é«˜åº¦å¯ä»¥éšæ„è®¾ç½®*/
}

.tab_box_right {
	height: 100%;
	width: calc(100% - 50px);
	/*å‡æŽ‰æ&nbsp;‡ç­¾çš„å®½åº¦*/
	right: 50px;
	/*æ&nbsp;‡ç­¾çš„å®½åº¦*/
}

.tab_pos_r {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

#image_style_01_1583722203280 .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_1583722203280 .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_1583722203280 .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);
	}
}

#image_style_01_1583722203280 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle&gt;a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

#image_style_01_1583722488720 .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_1583722488720 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1583722488720 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1583722488720 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle&gt;a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

#image_style_01_1584005417735 .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_1584005417735 .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_1584005417735 .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);
	}
}

#image_style_01_1584005417735 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle&gt;a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

#image_style_01_1584005943181 .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_1584005943181 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1584005943181 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1584005943181 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle&gt;a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

#image_style_01_1584005467395 .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_1584005467395 .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_1584005467395 .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);
	}
}

#image_style_01_1584005467395 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle&gt;a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

#image_style_01_1584005995162 .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_1584005995162 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1584005995162 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1584005995162 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle&gt;a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

#image_style_01_1584005488150 .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_1584005488150 .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_1584005488150 .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);
	}
}

#image_style_01_1584005488150 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle&gt;a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

#image_style_01_1584006027678 .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_1584006027678 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1584006027678 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1584006027678 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle&gt;a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

#image_style_01_1584005508825 .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_1584005508825 .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_1584005508825 .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);
	}
}

#image_style_01_1584005508825 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle&gt;a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

#image_style_01_1584006049669 .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_1584006049669 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1584006049669 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1584006049669 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle&gt;a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}


#tab_style_03_1583670121697 #div_tab_style_03_1583670121697 .tab_right_arrow {
	width: 40px;
	height: 40px;
	opacity: 1;
	right: 10px;
}

#tab_style_03_1583670121697 #div_tab_style_03_1583670121697 .tab_left_arrow {
	width: 40px;
	height: 40px;
	opacity: 1;
	left: 10px;
}

#tab_style_03_1583670121697 #div_tab_style_03_1583670121697 .tab_img {
	display: none;
}

#tab_style_03_1583670121697 #div_tab_style_03_1583670121697 .tab_ul {
	/*text-align: center*/
}

#tab_style_03_1583670121697 #div_tab_style_03_1583670121697 .tab_nav {
	display: block !important;
	height: 40px;
}

#tab_style_03_1583670121697 #div_tab_style_03_1583670121697 .tab_box {
	height: calc(100% - 40px);
	top: 40px;
}

#tab_style_03_1583670121697 #div_tab_style_03_1583670121697 .tab_li {
	width: calc(62vw/4);
}

#tab_style_03_1583670121697 .tab_ul.tab_ul_top,
#tab_style_03_1583670121697 .tab_ul.tab_ul_bottom {
	white-space: nowrap;
}

#tab_style_03_1583670121697 .layout_mask_showName {
	position: absolute;
	width: 100%;
	height: 80px;
	line-height: 80px;
	left: 0px;
	top: 50%;
	margin-top: -40px;
	text-align: center;
	color: rgba(142, 142, 142, 0.63);
	font-size: 30px;
}

@media screen and (max-width:640px) {
	::-webkit-scrollbar {
		width: 0px;
	}
}

#image_style_01_1583742907257 .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_1583742907257 .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_1583742907257 .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);
	}
}

#image_style_01_1583742907257 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle&gt;a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

#image_style_01_1584006362244 .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_1584006362244 .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_1584006362244 .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);
	}
}

#image_style_01_1584006362244 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle&gt;a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

#image_style_01_1584006385955 .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_1584006385955 .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_1584006385955 .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);
	}
}

#image_style_01_1584006385955 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle&gt;a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

#image_style_01_1584006400549 .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_1584006400549 .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_1584006400549 .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);
	}
}

#image_style_01_1584006400549 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle&gt;a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

/*äº§å“æ&nbsp;·å¼*/
.prod_default23 {
	width: 100%;
	clear: both;
}

.prod_default23 * {
	transition: all ease-out .2s;
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-o-transition: all ease-out .2s;
	box-sizing: border-box;
}

.prod_default23 ul {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.prod_default23 .prod_Item {
	list-style: none;
	height: auto;
	padding: 0px;
	box-sizing: border-box;
	margin-bottom: 1%;
	background-color: #f6f6f6;
	overflow: hidden;
}

.prod_default23 .relative {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.prod_default23 .prodImg_box {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #eee;
	box-sizing: border-box;
}

.prod_default23 .prod_img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.prod_default23 .prod_Item:hover .prod_img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.prod_default23 .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_default23 .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_default23 .dummy {
	margin-top: 75%
}

/*æŽ§åˆ¶äº§å“å›¾ç‰‡æ˜¾ç¤ºæ¯”ä¾‹*/
.prod_default23 .prod_info {
	overflow: hidden;
	width: auto;
	padding: 5% 12px;
	box-sizing: border-box;
}

.prod_default23 .p_name {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
	color: #333;
	line-height: 1.4;
	width: 100%;
}

.prod_default23 .p_name a {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	display: block;
}

/*æ–‡å­—ä¸¤è¡ŒåŽè‡ªåŠ¨è¶…å‡ºéšè—*/
.prod_default23 .status {
	margin-right: 0 !important;
	margin-top: 2px;
	color: #333;
	border: 1px solid #7d7d7d;
	float: right;
	display: inline-block;
	padding: 0 2px;
	margin-right: 5px;
	text-align: center;
	font-size: 12px;
	font-family: 'Times New Roman';
	vertical-align: middle;
	text-indent: 0px;
}

.prod_default23 .p_detail {
	font-size: 12px;
	color: #666;
	display: block;
	margin-top: 2px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/*æ–‡å­—ä¸¤è¡ŒåŽè‡ªåŠ¨è¶…å‡ºéšè—*/
.prod_default23 .p_group {
	margin-top: 6px;
	display: block;
	float: left;
	text-align: left !important;
	width: 60%;
	color: #666;
	font-size: 12px;
}

.prod_default23 .p_line {
	overflow: hidden;
	;
	width: 100%;
}

.prod_default23 .p_num {
	margin-top: 6px;
	display: block;
	float: right;
	text-align: right !important;
	width: 40%;
	color: #666;
	font-size: 12px;
}

.prod_default23 .p_price {
	float: left;
	line-height: 1;
	white-space: nowrap;
}

.prod_default23 .p_value {
	color: #333;
	font-size: 18px;
	margin-top: 6px;
	display: inline-block;
}

.prod_default23 .unit {
	color: #333;
	font-size: 16px;
}

.prod_default23 .p_vip {
	display: block;
	float: left;
	text-align: left;
	white-space: nowrap;
	width: 48%;
}

.prod_default23 .p_vip .v_jg {
	color: #666;
	font-size: inherit;
}

.prod_default23 .v_value {
	color: #666;
	font-size: inherit;
}

.prod_default23 .v_unit {
	color: #666;
	font-size: inherit;
}

.prod_default23 .pro_button {
	display: none;
	margin: 10px 0;
	overflow: hidden;
}

.prod_default23 .p_link {
	float: left;
	width: 48%;
	text-align: center;
}

.prod_default23 .p_link a {
	display: block;
	padding: 10px 15px;
}

.prod_default23 .p_cart {
	float: right;
	width: 48%;
	text-align: center;
}

.prod_default23 .p_cart a {
	display: block;
	padding: 10px 15px;
}

.prod_default23 a {
	text-decoration: none;
}

/*åˆ†é¡µ*/
.prod_default23 .page {
	display: inline-block;
	border: none;
	background: white;
	text-align: center;
	width: auto;
	padding: 0 15px;
	margin: 0 .5px;
	height: auto;
	line-height: 35px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #e5e5e5;
}

.prod_default23 .page_btn .cur {
	background: red;
	color: white;
	cursor: pointer;
}

.prod_default23 .page:hover {
	background: red;
	color: white;
	cursor: pointer;
}

.prod_default23 .page_btn {
	clear: both;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.prod_default23 .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_default23 .page_btn a.cur,
.prod_default23 .page_btn a:hover {
	border: 1px solid #4c4c4c;
}

.prod_default23 .page_btn a:nth-child(n+12) {
	display: none;
}

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

.prod_default23 .prev_btn,
.prod_default23 .next_btn {
	font-family: 'é»‘ä½“' !important;
	border: 0 !important;
}

.prod_default23 .no_page {
	border: 0 !important;
}

.prod_default23 .page_btn a:nth-child(n+10) {
	display: none;
}

/*æ‹¼è´­*/
.prod_default23 .Collage_ico {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	z-index: 100;
}

.prod_default23 .Collage_ico img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.prod_default23 .prod_top {
	background-color: #ff5656;
	overflow: hidden;
	padding: 10px 10px;
	color: white;
	font-size: 14px;
}

.prod_default23 .prod_top_left {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	vertical-align: middle;
}

.prod_default23 .prod_price {
	display: inline-block;
	color: #ff002a;
}

.prod_default23 .prod_old_price {
	font-size: 12px;
	text-decoration: line-through;
	display: inline-block;
}

.prod_default23 .prod_infos .price_value {
	font-size: 26px;
}

.prod_default23 .prod_infos .units {
	font-size: 16px;
}

.prod_default23 .prod_infos .zero {
	font-size: 12px;
}

.prod_default23 .prod_top_right {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	position: absolute;
	bottom: 0;
	z-index: 99;
	padding: 10px;
	background: #f00;
	color: #fff;
}

.prod_default23 .prod_details {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
}

.prod_default23 .prod_pernum {
	float: right;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-align: right;
	font-size: 14px;
}

.prod_default23 .ptoldprice {
	display: block;
	float: right;
	text-align: right;
	white-space: nowrap;
	width: auto;
	font-size: 12px;
}

/* æŠ˜æ‰£ */
.prod_default23 .zhekou {
	color: #333;
	font-size: 18px;
	line-height: 1;
	clear: both;
	display: inline-block;
}

.prod_default23 .zhekou .zk_unit {
	font-size: 14px;
	font-weight: normal;
}

.prod_default23 .zhe_price {
	position: relative;
	float: left;
	width: 52%;
	min-width: 126px;
	color: #888;
}

.prod_default23 .p_price2 {
	font-family: "å¾®è½¯é›…é»‘";
	font-size: 12px;
	float: right;
	color: #666;
	margin-top: 6px;
}

.prod_default23 .line_through {
	text-decoration: line-through;
	display: inline-block;
}

.prod_default23 .yuanjia2 {
	color: inherit;
	font-size: inherit;
}

.prod_default23 .fuhao {
	color: inherit;
	font-size: inherit;
	font-family: "å¾®è½¯é›…é»‘";
}

.prod_default23 .jiage {
	color: inherit;
	font-size: inherit;
}

.prod_default23 .freebox {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* æŒ‰é’® */
.prod_default23 .btnn {
	background-color: transparent;
	width: 50%;
	height: 30px;
	display: block;
	margin-top: 10px;
	border: 1px solid #7d7d7d;
	line-height: 28px;
	color: #333;
	text-align: center;
}

.prod_default23 .btnn a {
	display: block;
	color: inherit;
}

/* æ&nbsp;‡è¯† */

.prod_default23 span.freeSet {
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-align: center;
	position: relative;
	line-height: 1;
	top: -49px;
	height: 40px;
	width: 40px;
	display: table-cell;
	vertical-align: middle;
}

.prod_default23 .freeinfo {
	clear: both;
	overflow: hidden;
}

.prod_default23 .freeinfo span {
	display: block;
	float: left;
	border: 1px solid red;
	border-radius: 5px;
	padding: 0 5px;
	color: red;
	margin-right: 5px;
	box-sizing: border-box;
}


@media screen and (max-width: 767px) {
	.prod_default23 .prod_info {
		overflow: hidden;
		width: auto;
		padding: 5%;
		box-sizing: border-box;
	}

	.prod_default23 .p_name {
		font-size: 14px;
		margin-bottom: 0px;
	}

	.prod_default23 .zhekou {
		font-size: 16px;
		line-height: 24px;
	}

	.prod_default23 .ptoldprice {
		display: none;
	}

	.prod_default23 .unit {
		font-size: 16px;
	}

	.prod_default23 .p_vip .v_jg {
		font-size: 12px;
	}

	.prod_default23 .v_unit {
		font-size: 14px;
	}

	.prod_default23 .p_vip {
		height: 18px;
		line-height: 23px;
	}

	.prod_default23 .v_value {
		font-size: 14px;
	}

	.prod_default23 .p_value {
		font-size: 18px;
		display: inline-block;
		margin-top: 4px;
	}

	.prod_default23 .Collage_ico {
		width: 40px;
	}

	.prod_default23 .freebox {
		display: block;
		position: relative;
		right: 0;
		top: 0;
		transform: translateY(0%);
	}

	.prod_default23 .btnn {
		height: 28px;
		width: 100%;
		line-height: 26px;
	}

	.prod_default23 .p_price2 {
		margin-top: 4px;
	}

}

.prod_default23 .showPage {
	display: none !important;
}

.prod_default23 .showKind {
	display: none !important;
}

.prod_default23 .showOldprice {
	display: none !important;
}

.prod_default23 .showPrice {
	display: none !important;
}

.prod_default23 .showIntro {
	display: none !important;
}

.prod_default23 .showButton {
	display: none !important;
}

.prod_default23 .showStatus {
	display: none !important;
}

.prod_default23 .showActivity {
	display: none !important;
}

/*pc*/
#productList_style_23_1583754378129 li {
	width: 32.666666666667%;
}

#productList_style_23_1583754378129 li.prod_Item {
	margin-bottom: 1%;
}

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

	/*ipad*/
	#productList_style_23_1583754378129 li {
		width: 32.666666666667%;
	}

	#productList_style_23_1583754378129 li.prod_Item {
		margin-bottom: 1%;
	}
}

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

	font-size: 14px;
}

	/*mobi*/
	#productList_style_23_1583754378129 li {
		width: 49.5%;
	}

	#productList_style_23_1583754378129 li.prod_Item {
		margin-bottom: 1%;
	}
}

#productList_style_23_1583754378129 .p_detail.pc,
#productList_style_23_1583754378129 .p_name.pc {
	display: block;
}

#productList_style_23_1583754378129 .p_detail.pad,
#productList_style_23_1583754378129 .p_detail.mobile,
#productList_style_23_1583754378129 .p_name.pad,
#productList_style_23_1583754378129 .p_name.mobile {
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {

	#productList_style_23_1583754378129 .p_detail.pad,
	#productList_style_23_1583754378129 .p_name.pad {
		display: block;
	}

	#productList_style_23_1583754378129 .p_detail.pc,
	#productList_style_23_1583754378129 .p_detail.mobile,
	#productList_style_23_1583754378129 .p_name.pc,
	#productList_style_23_1583754378129 .p_name.mobile {
		display: none;
	}
}

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

	#productList_style_23_1583754378129 .p_detail.mobile,
	#productList_style_23_1583754378129 .p_name.mobile {
		display: block;
	}

	#productList_style_23_1583754378129 .p_detail.pc,
	#productList_style_23_1583754378129 .p_detail.pad,
	#productList_style_23_1583754378129 .p_name.pc,
	#productList_style_23_1583754378129 .p_name.pad {
		display: none;
	}
}

#productList_style_23_1583754378129 .status {}


#productList_style_23_1583754378129 .page_btn {
	font-size: 14px;
	text-align: center;
}

#productList_style_23_1583754378129 .page_btn .all_page {
	display: inline-block;
	margin: 0 10px;
}

#productList_style_23_1583754378129 .page:hover {
	background: red;
	color: white;
	cursor: pointer;
}

#productList_style_23_1583754378129 .page_btn .cur {
	background: red;
	color: white;
	cursor: pointer;
}

#productList_style_23_1583754378129 .submit_div {
	display: inline-block;
}

#productList_style_23_1583754378129 .page_btn input {
	width: 50px;
	margin: 0 5px;
}

#productList_style_23_1583754378129 .page_btn input:hover {
	cursor: default;
	background: white;
	color: #333;
}

#productList_style_23_1583754378129 .page_submit {
	margin-left: 5px;
}

#productList_style_23_1583754378129 .page {
	display: inline-block;
	border: none;
	background: white;
	text-align: center;
	width: auto;
	padding: 0 15px;
	margin: 0 .5px;
	height: auto;
	line-height: 35px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #e5e5e5;
}

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

	#productList_style_23_1583754378129 .submit_div {
		display: none;
	}
}

#productList_style_23_1583754378129 .page {
	width: auto;
	margin: 0 5px 10px 5px;
	border-radius: 5px;
}

@media screen and (max-width:640px) {
	#productList_style_23_1583754378129 .page {
		line-height: 30px;
		padding: 0 13px;
	}
}

.prod_default .v_value {
	color: #333;
	font-size: 12px;
}

#productList_style_23_1583754378129 .showActivity {
	display: none !important;
}

#productList_style_23_1583754378129 .showPic {
	display: block !important;
}

#productList_style_23_1583754378129 .showTitle {
	display: block !important;
}

#productList_style_23_1583754378129 .showIntro {
	display: block !important;
}

#productList_style_23_1583754378129 .showOldprice {
	display: block !important;
}

#productList_style_23_1583754378129 .showOldprice {
	display: none !important;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_23_1583754378129 .showPage {
		display: none !important;
	}

	#productList_style_23_1583754378129 .showKind {
		display: none !important;
	}

	#productList_style_23_1583754378129 .showOldprice {
		display: none !important;
	}

	#productList_style_23_1583754378129 .showPrice {
		display: none !important;
	}

	#productList_style_23_1583754378129 .showIntro {
		display: none !important;
	}

	#productList_style_23_1583754378129 .showButton {
		display: none !important;
	}

	#productList_style_23_1583754378129 .showStatus {
		display: none !important;
	}

	#productList_style_23_1583754378129 .showActivity {
		display: none !important;
	}

	#productList_style_23_1583754378129 .showPic {
		display: block !important;
	}

	#productList_style_23_1583754378129 .showTitle {
		display: block !important;
	}

	#productList_style_23_1583754378129 .showIntro {
		display: block !important;
	}

	#productList_style_23_1583754378129 .showOldprice {
		display: block !important;
	}

	#productList_style_23_1583754378129 .showOldprice {
		display: none !important;
	}
}

@media screen and (max-width:640px) {
	#productList_style_23_1583754378129 .showPage {
		display: none !important;
	}

	#productList_style_23_1583754378129 .showKind {
		display: none !important;
	}

	#productList_style_23_1583754378129 .showOldprice {
		display: none !important;
	}

	#productList_style_23_1583754378129 .showPrice {
		display: none !important;
	}

	#productList_style_23_1583754378129 .showIntro {
		display: none !important;
	}

	#productList_style_23_1583754378129 .showButton {
		display: none !important;
	}

	#productList_style_23_1583754378129 .showStatus {
		display: none !important;
	}

	#productList_style_23_1583754378129 .showActivity {
		display: none !important;
	}

	#productList_style_23_1583754378129 .showPic {
		display: block !important;
	}

	#productList_style_23_1583754378129 .showTitle {
		display: block !important;
	}

	#productList_style_23_1583754378129 .showIntro {
		display: block !important;
	}

	#productList_style_23_1583754378129 .showOldprice {
		display: block !important;
	}

	#productList_style_23_1583754378129 .showOldprice {
		display: none !important;
	}
}


#productList_style_23_1583754378129 .btnaSet,
#productList_style_23_1583754378129 .btnaSet a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.counterStyle03 {
	overflow: hidden;
}

.counterStyle03 .numberUl {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	box-sizing: border-box;
	background: rgb(39, 139, 243);
}

.counterStyle03 .li {
	width: calc(100%/6);
}

.counterStyle03 .numberLi {
	text-align: center;
	position: relative;
}

.counterStyle03 .number {
	flex: 1;
	display: flex;
	padding-top: 20px
}

.counterStyle03 .number .span {
	display: inline-block;
	vertical-align: top;
}

.counterStyle03 .number .num {
	font-family: 'Courier New';
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 3px 3px #333;
	line-height: 1;
	flex: 1;
}

.counterStyle03 .number .unit {
	font-size: 12px;
	color: #fff;
	margin-left: 2px;
}

.counterStyle03 .text {
	font-size: 14px;
	margin-bottom: 20px;
	color: #fff;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}

.counterStyle03 .numberLi .numberItem {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
}

@media screen and (max-width:640px) {
	.counterStyle03 .number .num {
		font-size: 30px;
	}
}

#counter_style_3_1583744354801 .li {
	width: calc(100%/4);
}

@media screen and (max-width:1200px) {
	#counter_style_3_1583744354801 .li {
		width: calc(100%/4)
	}
}

@media screen and (max-width:640px) {
	#counter_style_3_1583744354801 .li {
		width: calc(100%/2)
	}
	#tab_style_03_1583670121697 #div_tab_style_03_1583670121697 .tab_li {
	    width: calc(96vw/4);
	}
}

/*æ–°é—»åˆ—è¡¨æ&nbsp;·å¼*/
.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: unset;
}

.boxNewsListStyle_4 .sumary_list {
	list-style: none;
	background: #fff;
	overflow: hidden;
}

.boxNewsListStyle_4 .sumary_list .newPic {
	width: 100%;
	min-width: 100px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	background: #eee;
}

.boxNewsListStyle_4 .sumary_list .newPic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.boxNewsListStyle_4 .sumary_list .newPic .zTm {
	margin-top: 100%;
}

.boxNewsListStyle_4 .sumary_list .newCont {
	width: 100%;
	position: relative;
	z-index: 999;
}

.boxNewsListStyle_4 .sumary_list .newCont .newTitle {
	width: 100%;
}

.boxNewsListStyle_4 .sumary_list .newName a {
	text-decoration: none;
	color: #333;
	line-height: 1.1;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 10px 0;
}

.boxNewsListStyle_4 .sumary_list .newB {
	width: 100%;
	line-height: 2;
	padding-top: 5px;
}

.boxNewsListStyle_4 .sumary_list .newSort {
	color: #fff;
	background-color: #498D9C;
	font-size: 12px;
	white-space: nowrap;
	padding: .5em 1em;
	margin-right: 5px;
}

.boxNewsListStyle_4 .sumary_list .newsTime {
	text-align: right;
	color: #666;
	font-size: 14px;
	white-space: nowrap;
}

.boxNewsListStyle_4 .sumary_list .newsTime span {
	white-space: nowrap;
}

.boxNewsListStyle_4 .sumary_list .newsTime span.nTime {
	display: none;
}

.boxNewsListStyle_4 .sumary_list .newDetail {
	width: 100%;
	margin: 0;
	color: #999;
	font-size: 12px;
	line-height: 1.6;
	border-bottom: 1px solid #eee;
}

.boxNewsListStyle_4 .sumary_list .newDetail span {
	display: block;
	margin-bottom: 6px;
	overflow: hidden;
}

.boxNewsListStyle_4 .sumary_list .show_all {
	width: 100%;
	margin-top: .5em;
}

.boxNewsListStyle_4 .sumary_list .show_all a {
	display: block;
	margin-top: .4em;
	text-decoration: none;
	border: 1px solid #ddd;
	text-align: center;
	padding: .4em;
	font-size: 12px;
	color: #666;
}

/* åˆ†é¡µ */
.boxNewsListStyle_4 .page {
	display: inline-block;
	border: none;
	background: white;
	text-align: center;
	width: auto;
	padding: 0 15px;
	margin: 0 .5px;
	height: auto;
	line-height: 35px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #e5e5e5;
}

.boxNewsListStyle_4 .page_btn .cur {
	background: red;
	color: white;
	cursor: pointer;
}

.boxNewsListStyle_4 .page:hover {
	background: red;
	color: white;
	cursor: pointer;
}

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

	/*åˆ†é¡µ*/
	.boxNewsListStyle_4 .page_btn a:nth-child(n+5) {
		display: none;
	}

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

#newsList_style_04_1583744475034 .newDetail.pc {
	display: block;
}

#newsList_style_04_1583744475034 .newDetail.pad,
#newsList_style_04_1583744475034 .newDetail.mobile {
	display: none;
}

#newsList_style_04_1583744475034 .newTitle.pc {
	display: block;
}

#newsList_style_04_1583744475034 .newTitle.pad,
#newsList_style_04_1583744475034 .newTitle.mobile {
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_04_1583744475034 .newDetail.pad {
		display: block;
	}

	#newsList_style_04_1583744475034 .newDetail.pc,
	#newsList_style_04_1583744475034 .newDetail.mobile {
		display: none;
	}

	#newsList_style_04_1583744475034 .newTitle.pad {
		display: block;
	}

	#newsList_style_04_1583744475034 .newTitle.pc,
	#newsList_style_04_1583744475034 .newTitle.mobile {
		display: none;
	}
}

@media screen and (max-width:640px) {
	#newsList_style_04_1583744475034 .newDetail.mobile {
		display: block;
	}

	#newsList_style_04_1583744475034 .newDetail.pc,
	#newsList_style_04_1583744475034 .newDetail.pad {
		display: none;
	}

	#newsList_style_04_1583744475034 .newTitle.mobile {
		display: block;
	}

	#newsList_style_04_1583744475034 .newTitle.pc,
	#newsList_style_04_1583744475034 .newTitle.pad {
		display: none;
	}
}

/*pc*/
#newsList_style_04_1583744475034 li {
	width: 31.333333333333%;
	margin-right: 3%;
}
#newsList_style_04_1583744475034 li:nth-child(3n) {
	margin-right: 0%;
}

#newsList_style_04_1583744475034 li.sumary_list {
	margin-bottom: 3%;
}

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

	/*ipad*/
	#newsList_style_04_1583744475034 li {
		width: 31.333333333333%;
	}

	#newsList_style_04_1583744475034 li.sumary_list {
		margin-bottom: 3%;
	}
}

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

	/*mobi*/
	#newsList_style_04_1583744475034 li {
		width: 100%;
		margin-right: 0% !important;
	}

	#newsList_style_04_1583744475034 li.sumary_list {
		margin-bottom: 2%;
	}
}

@media screen and (min-width: 1025px) {}

@media screen and (min-width: 640px) and (max-width: 1024px) {}

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

/* æ–°åˆ†é¡µ */
#newsList_style_04_1583744475034 .page_btn {
	font-size: 14px;
	text-align: center;
}

#newsList_style_04_1583744475034 .page_btn .all_page {
	display: inline-block;
	margin: 0 10px;
}

#newsList_style_04_1583744475034 .page:hover {
	background: red;
	color: white;
	cursor: pointer;
}

#newsList_style_04_1583744475034 .page_btn .cur {
	background: red;
	color: white;
	cursor: pointer;
}

#newsList_style_04_1583744475034 .submit_div {
	display: inline-block;
}

#newsList_style_04_1583744475034 .page_btn input {
	width: 50px;
	margin: 0 5px;
}

#newsList_style_04_1583744475034 .page_btn input:hover {
	cursor: default;
	background: white;
	color: #333;
}

#newsList_style_04_1583744475034 .page_submit {
	margin-left: 5px;
}

#newsList_style_04_1583744475034 .page {
	display: inline-block;
	border: none;
	background: white;
	text-align: center;
	width: auto;
	padding: 0 15px;
	margin: 0 .5px;
	height: auto;
	line-height: 35px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #e5e5e5;
}

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

	#newsList_style_04_1583744475034 .submit_div {
		display: none;
	}
}

#newsList_style_04_1583744475034 .page {
	width: auto;
	margin: 0 5px 10px 5px;
	border-radius: 5px;
}

@media screen and (max-width:640px) {
	#newsList_style_04_1583744475034 .page {
		line-height: 30px;
		padding: 0 13px;
	}
}

.imgStyle_11 {
	position: relative;
	clear: both;
	width: 100%;
	height: 100%;
}

.imgStyle_11 ul {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.imgStyle_11 ul li.imgItems {
	position: relative;
	overflow: hidden !important;
	width: 19%;
	box-sizing: border-box;
	margin-bottom: 10px;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}

.imgStyle_11 ul li .ratio {
	margin-top: 100%;
}

.imgStyle_11 ul li a {
	display: block;
	width: 100%;
	height: 113px;
}

.imgStyle_11 ul li:hover {
	z-index: 2;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.imgStyle_11 ul li a img {
	position: absolute;
	width: auto;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}


.imgStyle_11 .theimgtext {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: black;
	width: 100%;
	text-align: center;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
}

.imgStyle_11 .theimgdiv {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat !important;
	background-position-x: 50% !important;
	background-position-y: 50% !important;
	background-size: auto 100% !important;
}

.imgShowBox {
	position: fixed;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.imgShowBox img {
	position: absolute;
	width: auto;
	max-width: 80%;
	border: 20px solid #fff;
	top: 50%;
	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);
}

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

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

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

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

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

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

.imgShowBox.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%;
}

.imgButton {
	position: fixed;
	width: 70%;
	max-width: 400px;
	bottom: 15%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.imgButton 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;
}

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

.imgButton span i {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.imgButton span.prevImg,
.imgButton span.nextImg,
.imgButton span.closeShowPic {
	font-size: 40px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	font-family: serif;
	background-color: #fff;
	text-align: center;
	box-sizing: border-box;
}

.imgButton span.prevImg,
.imgButton span.nextImg {
	font-size: 26px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

@media screen and (max-width: 1024px) {
	.imgStyle_11 ul li {
		width: 24%;
	}
}

@media screen and (max-width: 768px) {
	.imgStyle_11 ul li {
		width: 49%;
	}

	.imgShowBox img {
		border-width: 10px;
	}

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



/*pc*/
#image_style_11_1584016063412 ul{
	display: flex;
	flex-wrap: wrap;
}
#image_style_11_1584016063412 ul li .ratio {
	margin-top: 67%;
	float: left;
}

#image_style_11_1584016063412 ul li {
	width: 18.4%;
	margin-right: 2%;
}
#image_style_11_1584016063412 ul li:nth-child(5n){
	margin-right: 0;
}

#image_style_11_1584016063412 ul li.imgItems {
	margin-bottom: 2%;
}

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

	/*ipad*/
	#image_style_11_1584016063412 ul li .ratio {
		margin-top: 67%;
		float: left;
	}

	#image_style_11_1584016063412 ul li {
		width: 18.4%;
	}

	#image_style_11_1584016063412 ul li.imgItems {
		margin-bottom: 2%;
	}
}

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

	/*mobi*/
	#image_style_11_1584016063412 ul li .ratio {
		margin-top: 67%;
		float: left;
	}

	#image_style_11_1584016063412 ul li {
		width: 49%;
	}
	#image_style_11_1584016063412 ul li:nth-child(2n){
		margin-right: 0;
	}
	#image_style_11_1584016063412 ul li:nth-child(5n){
		margin-right: 2%;
	}

	#image_style_11_1584016063412 ul li.imgItems {
		margin-bottom: 2%;
	}
}

.button_default04 {
	width: 100%;
	height: 40px;
	background: #ffd9e4;
	color: #000;
	border-width: 0px;
	box-sizing: border-box;
	border-radius: 40px;
	font-size: 14px;
	cursor: pointer;
	transition: all ease-in .1s;
	-webkit-transition: all ease-in .1s;
	-moz-transition: all ease-in .1s;
	-o-transition: all ease-in .1s;
}

#button_style_04_1583744858230 .button_default .buttonImg {
	width: auto;
	height: 100%;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#button_style_04_1583744858230 .button_default .buttonImg {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media screen and (max-width:640px) {
	#button_style_04_1583744858230 .button_default .buttonImg {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	.imgStyle_11 ul li a {
		display: block;
		width: 100%;
		height: 84px;
	}
}

.logoStyle * {
	box-sizing: border-box;
}

.logoStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.logoStyle&gt;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;*/

#image_style_01_1578304752776 .CompatibleImg img {
	width: auto;
	height: 100%;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1578304752776 .CompatibleImg img {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1578304752776 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1578304752776 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle&gt;a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

#image_style_01_1578304855901 .CompatibleImg img {
	width: auto;
	height: 100%;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1578304855901 .CompatibleImg img {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1578304855901 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1578304855901 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle&gt;a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

/* æ¸…é™¤æµ®åŠ¨ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1
}

.online-service-style01 {
	display: none
}

.online-service .wrapper {
	padding: 5px 0;
	background-color: #fff
}

.online-service .close,
.online-service .button {
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.online-service.right .button div {
	text-align: right;
	padding-right: 5px
}

.online-service.left .button div {
	text-align: left;
	padding-left: 5px
}

.online-service .header,
.online-service .footer {
	height: 25px;
	line-height: 25px;
	padding: 0 .5em;
}

.online-service .header {
	border-bottom: 1px solid #eee
}

.online-service .footer {
	border-top: 1px solid #eee;
	font-size: 12px
}

.online-service.right .footer {
	text-align: right
}

.online-service.left .footer {
	text-align: left
}

.online-service .content {
	padding: .5em 1em
}

.ol-qq-online .qq-btn {
	float: left;
	margin-right: .5em
}

.ol-qq-online .qq-btn img {
	float: left
}

.ol-qq-online {
	line-height: 25px
}

.ol-image img {
	width: 100%
}

/*----------------------ç”µè„‘æ¿å¼æ&nbsp;·å¼----------------------*/
body&gt;.online-service {
	display: block !important;
}

/*----------------------å¹³æ¿æ¿å¼æ&nbsp;·å¼----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	body&gt;.online-service {
		display: block !important;
	}
}

/*----------------------æ‰‹æœºæ¿å¼æ&nbsp;·å¼----------------------*/
@media screen and (max-width:640px) {
	body&gt;.online-service {
		display: none !important;
	}
}



.button_default04 {
	width: 100%;
	height: 40px;
	background: #ffd9e4;
	color: #000;
	border-width: 0px;
	box-sizing: border-box;
	border-radius: 40px;
	font-size: 14px;
	cursor: pointer;
	transition: all ease-in .1s;
	-webkit-transition: all ease-in .1s;
	-moz-transition: all ease-in .1s;
	-o-transition: all ease-in .1s;
}

#button_style_04_1578627329765 .button_default .buttonImg {
	width: auto;
	height: 100%;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#button_style_04_1578627329765 .button_default .buttonImg {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media screen and (max-width:640px) {
	#button_style_04_1578627329765 .button_default .buttonImg {
		width: auto;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

.bottomMenu {
	width: 100%;
	box-sizing: border-box;
	display: none;
	position: fixed;
	bottom: 0;
	z-index: 999999;
}

.bottomMenu ul {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	background-color: #FFFFFF;
	border-top: none;
	box-shadow: 0 0px 6px rgba(0, 0, 0, .1);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.bottomMenu ul li {
	position: relative;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.bottomMenu ul li .menuItem {
	position: relative;
}

.bottomMenu ul li .menuIco {
	width: 26px;
	height: 26px;
	overflow: hidden;
	margin: 0 auto 4px;
}

.bottomMenu ul li .menuIco img {
	width: 100%;
	height: 100%;
	padding: 2px 1px 0;
	box-sizing: border-box;
}

.bottomMenu ul li .menuName {
	font-size: 12px;
	white-space: nowrap;
	margin: auto;
	text-align: center;
	color: #666666;
	line-height: 1;
	font-family: Microsoft YaHei;
}

.bottomMenu ul li .submenuItems {
	position: absolute;
	bottom: 48px;
	z-index: 999999;
	width: 100%;
	text-align: center;
	border: 1px solid #ddd;
	background-color: #fff;
	box-shadow: 0 0px 6px rgba(0, 0, 0, .1);
}

.bottomMenu ul li .submenuItems a {
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid #ddd;
}

@media screen and (max-width:767px) {
	.bottomMenu {
		display: block;
	}

	body {
		padding-bottom: 45px !important;
	}
}

.xcx-box{
	padding: 40px 0;
	background: #E9ECF3
}
.xcx-box .container{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.xcx-box .container .xcx-item{
	width: 25%;
	text-align: center;
	padding-bottom: 20px;
}
.xcx-box .container .xcx-item:hover{
	background: #ffffff;
	border-width: 0px;
	border-style: solid;
	box-shadow: #cccccc 2px 2px 10px;
}
.xcx-box .container .xcx-item .img-box{
	padding-top: 30px;
	width: 141px;
	margin: 0 auto;
}
.xcx-box .container .xcx-item .img-box img{
	display: block;
	width: 141px;
	height: 141px;
	margin: 0 auto;
	/*border-radius: 50%;*/
}
.xcx-box .container .xcx-item:hover .img-box .xcx-item-code{
	display: block;
}
.xcx-box .container .xcx-item:hover .img-box .xcx-item-logo{
	display: none;
}
.xcx-box .container .xcx-item .img-box .xcx-item-code{
	display: none;
}
.xcx-box .container .xcx-item .img-box .xcx-item-logo{
	display: block
}
.xcx-box .container .xcx-item .title{
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #666666;
	font-weight: bold;
	font-family: Microsoft YaHei;
	height: 30px;
	margin-top: 30px;
	max-width: 80%;
	margin: 30px auto 0;
}
.xcx-box .container .xcx-item .txt{
	text-align: center;
	color: #999999;
	line-height: 24px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: normal;
	max-width: 80%;
	margin: 20px auto 0;
}
@media screen and (max-width:640px) {
	.xcx-box{
		padding: 20px 0;
	}
	.xcx-box .container {
		padding: 0 20px;
	}
	.xcx-box .container .xcx-item {
		width: 50%;
	}
	.xcx-box .container .xcx-item .img-box img{
		width: 84px;
		height: 84px;
	}
	.xcx-box .container .xcx-item .img-box{
		padding-top: 17.75px;
		width: 84px;
	}
	.xcx-box .container .xcx-item{
		padding-bottom: 10px;
	}
	.xcx-box .container .xcx-item .title{
    font-size: 12px;
    line-height: 26px;
		text-align: center;
    color: #666666;
    font-weight: bold;
    font-family: Microsoft YaHei;
    height: 30px;
		max-width: 80%;
		margin: 10px auto 0;
	}
	.xcx-box .container .xcx-item .txt{
		display: none;
	}
}</pre></body></html>