@charset "utf-8";

/*----------------公共部分----------------*/
html {
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

body,
li,
ul,
ol,
dl,
dt,
dd,
form,
input,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p,
select {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
	/*解决ie6缓动*/
	background-attachment: fixed;
	font: 12px/1.5 tahoma, arial, "Microsoft YaHei";
	outline: 0 none;
	color: #333;
}

em,
i {
	font-style: normal;
}

a {
	color: #333;
}

a {
	text-decoration: none;
}

* {
	margin: 0px;
	padding: 0px;
	outline: none !important;
}

.view {
	z-index: 1;
	position: absolute;
}

.horizontal .view {
	position: relative;
	float: left;
}

.vertical .view {
	position: relative;
}

.view_contents {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	z-index: 10;
	height: 100%;
	overflow: hidden;
}

.layout {
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	z-index: 1;
}

.layout>.view_contents {
	/*overflow: visible;*/
	cursor: default;
}

/*流布局*/
.flow .view_contents>.view {
	float: left;
}

.clear {
	clear: both;
}

/*苹果去除样式*/
select,
input[type='button'],
input[type="reset"],
input[type='submit'],
input[type='text'],
input[type="password"],
input[name='query'],
input[name='d'] {
	-webkit-appearance: none;
	border-radius: 0px
}

input:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-modify: read-write-plaintext-only;
}

/*模块分页*/
.page_btn {
	clear: both;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.page_btn a {
	display: inline-block;
	color: #333;
	box-sizing: border-box;
	margin: 0 5px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #ccc;
	font-family: 'microsoft YaHei';
}

.page_btn a.cur,
.page_btn a:hover {
	border: 1px solid #4c4c4c;
}

.prev_btn,
.next_btn {
	font-family: '黑体' !important;
	border: 0 !important;
}

.no_page {
	border: 0 !important;
}

@media screen and (max-width:768px) {

	/*分页*/
	.page_btn a:nth-child(n+5) {
		display: none;
	}

	.page_btn a:nth-last-child(1),
	.page_btn a:nth-last-child(2),
	.page_btn a:nth-last-child(3) {
		display: inline-block !important;
	}
}

/*图片放大样式*/
.imgBox {
	position: fixed;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.imgBox img {
	position: absolute;
	width: auto;
	max-width: 80%;
	/*max-height: 65%;*/
	border: 20px solid #fff;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.imgBox.scroll {
	overflow-y: scroll;
	overflow-x: hidden;
}

.imgBox.scroll::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background: rgba(0, 0, 0, .05);
}

.imgBox.scroll::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background: rgba(0, 0, 0, .02);
}

.imgBox.scroll::-webkit-scrollbar-button {
	background: #f7f7f7;
	height: 0;
}

.imgBox.scroll::-webkit-scrollbar-corner {
	background: rgba(0, 0, 0, .05);
}

.imgBox.scroll::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, .7);
	border-radius: 3px;
}

.imgBox.scroll img {
	top: 5%;
	margin-bottom: 5%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
}

.pos_fixed {
	position: fixed;
	width: 100%;
}

.imageButton {
	position: fixed;
	bottom: 15%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.imageButton span {
	display: inline-block;
	cursor: pointer;
	box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}

.imageButton span:hover {
	opacity: .8;
}

.imageButton span.closeShowPic {
	font-size: 40px;
	border-radius: 100%;
	font-family: serif;
	line-height: 1;
	background-color: #fff;
	padding: .2em;
	text-align: center;
}

@media screen and (max-width: 768px) {

	/*mobi*/
	.imgBox img {
		border-width: 10px;
	}

	.imgBox.scroll img {
		top: 5%;
		margin-bottom: 10vh;
	}
}

body {
	background-position: left top;
}


#text_style_02_1490063023274 {
	display: block;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1490063023274 {}
}

@media screen and (max-width:640px) {
	#text_style_02_1490063023274 {
		display: block;
	}
}

#text_style_02_1490063046138 {
	display: block;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1490063046138 {}
}

@media screen and (max-width:640px) {
	#text_style_02_1490063046138 {
		display: block;
	}
}

#dh_style_01_1490063713095 {
	display: block;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1490063713095 {}
}

@media screen and (max-width:640px) {
	#dh_style_01_1490063713095 {
		display: block;
	}
}


#text_style_02_1492761173275 {
	width: 8.25%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 0px;
	left: 0%;
	z-index: 3;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492761173275 {
		left: 0%;
		width: 11.2707182320442%;
		top: 0px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1492761173275 {
		width: 22%;
		top: 0px;
		left: 2%;
	}
}

#text_style_02_1492761173275>.view_contents {
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	background: #FF4E4C;
	color: #ffffff;
	font-size: 35px;
	font-family: Tahoma;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 7px;
	margin-top: 0px;
	padding-top: 10px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492761173275>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1492761173275>.view_contents {
		box-sizing: border-box;
		font-size: 25px;
		line-height: 40px;
		height: 55px;
	}
}

#searchbox_style_02_1492760947760 {
	width: 18.25%;
	position: absolute;
	left: 81.75%;
	top: 13.5px;
	z-index: 3;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#searchbox_style_02_1492760947760 {
		width: 24.972375690607734%;
		left: 75.0517955801105%;
		top: 13.5px;
	}
}

@media screen and (max-width:640px) {
	#searchbox_style_02_1492760947760 {
		width: 53.94736842105263%;
		top: 17.5px;
		left: 30.526315789473685%;
		display: none;
	}
}

#searchbox_style_02_1492760947760 .inputSet {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background: #FF4E4C;
	color: #ffffff;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#searchbox_style_02_1492760947760 .btnaSet {
	color: #ffffff;
}

#dh_style_01_1492760815350 {
	width: 56.49999999999999%;
	z-index: 2;
	position: absolute;
	top: 14px;
	left: 21.833333333333332%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1492760815350 {
		z-index: 999;
		left: 14%;
		width: 60%;
		top: 13px;
	}
}

@media screen and (max-width:640px) {
	#dh_style_01_1492760815350 {
		width: 44px;
		z-index: 999;
		top: 5.5px;
		left: 86.31578947368422%;
	}
}

#dh_style_01_1492760815350>.view_contents {
	overflow: visible;
}

#dh_style_01_1492760815350 .mainMenuSet {
	font-size: 16px;
	font-weight: bold;
	font-family: Microsoft YaHei;
	color: #ffffff;
	line-height: 40px;
	height: 40px;
}

#dh_style_01_1492760815350 #hot>a {
	color: #ffffff;
	background: #FF4E4C;
	line-height: 40px;
	height: 40px;
}

#dh_style_01_1492760815350 .mainMenuSet:hover {
	color: #ffffff;
}

@media screen and (max-width:640px) {
	#dh_style_01_1492760815350 .icoMenuSet {
		color: #ffffff;
		background: transparent;
		line-height: 40px;
		height: 44px;
		font-size: 28px;
	}
}

@media screen and (max-width:640px) {
	#dh_style_01_1492760815350 .mainMenuSet {
		color: FF4E4C;
		background: transparent;
		padding-left: 10px;
	}
}

@media screen and (max-width:640px) {
	#dh_style_01_1492760815350 .columnSet {
		background: rgba(39, 39, 39, 0.8);
	}
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1492760815350 .mainMenuSet {
		font-size: 16px;
	}
}

#qqol_style_01_1493029379568 {
	width: 17.5%;
	position: absolute;
	top: 0px;
	left: 6.625%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#qqol_style_01_1493029379568 {
		left: 21.07438016528926%;
	}
}

@media screen and (max-width:640px) {
	#qqol_style_01_1493029379568 {
		width: 57.85123966942148%;
		top: 72.5px;
		display: none;
	}
}

#qqol_style_01_1493029379568>.view_contents {
	overflow: visible;
}

#div_includeBlock_1492760789677 {
	width: 1200px;
	height: 67px;
	position: absolute;
	top: 0px;
	left: calc(50% - 600px);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_includeBlock_1492760789677 {
		height: 67px;
		width: 96%;
		left: 2.014846235418876%;
	}
}

@media screen and (max-width:640px) {
	#div_includeBlock_1492760789677 {
		width: 100%;
		height: 55px;
		top: 0px;
		left: 0%;
	}
}

#div_includeBlock_1492760789677 {
	padding-top: 0px;
}

#comm_layout_header {
	height: 67px;
	display: block;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_header {
		height: 67px;
		display: block;
	}
}

@media screen and (max-width:640px) {
	#comm_layout_header {
		height: 55px;
		display: block;
		z-index: 2;
	}
}

#comm_layout_header>.view_contents {
	overflow: hidden;
	max-width: 1200px;
}

#comm_layout_header {
	background: #272727;
}


#image_style_01_1493001419328 {
	width: 100%;
	height: 444px;
	position: absolute;
	top: 0px;
	left: 0%;
	z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1493001419328 {
		height: 295px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1493001419328 {
		width: 100%;
		height: 117px;
		top: 0px;
		left: 0%;
	}
}

#image_style_01_1493001419328>.view_contents {
	overflow: visible;
}


#text_style_11_1493002033902 {
	width: 39.58333333333333%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: Tahoma;
	position: absolute;
	top: 215px;
	left: 30.208333333333332%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_11_1493002033902 {
		left: 30.041666666666668%;
		top: 143px;
	}
}

@media screen and (max-width:640px) {
	#text_style_11_1493002033902 {
		width: 100%;
		top: 62px;
		left: 0%;
	}
}

#text_style_11_1493002033902>.view_contents {
	box-sizing: border-box;
	color: #ffffff;
	font-weight: normal;
	font-size: 30px;
	text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_11_1493002033902>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_11_1493002033902>.view_contents {
		box-sizing: border-box;
		font-size: 15px;
		line-height: 20px;
		height: 20px;
	}
}

#text_style_02_1493001480668 {
	width: 38.916666666666664%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 155px;
	left: 30.541666666666668%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493001480668 {
		left: 30.375000000000004%;
		top: 83px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1493001480668 {
		width: 100%;
		top: 28px;
		left: 0%;
	}
}

#text_style_02_1493001480668>.view_contents {
	box-sizing: border-box;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 50px;
	line-height: 55px;
	height: 55px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493001480668>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1493001480668>.view_contents {
		box-sizing: border-box;
		font-size: 20px;
		line-height: 30px;
		height: 30px;
	}
}

#div_includeBlock_1493005303718 {
	width: 1200px;
	height: 443px;
	position: absolute;
	top: 0px;
	left: calc(50% - 600px);
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_includeBlock_1493005303718 {
		height: 295px;
	}
}

@media screen and (max-width:640px) {
	#div_includeBlock_1493005303718 {
		width: 100%;
		height: 117px;
		top: 0px;
		left: 0%;
	}
}

#layout_diy_1484042021 {
	height: 444px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_diy_1484042021 {
		height: 295px;
	}
}

@media screen and (max-width:640px) {
	#layout_diy_1484042021 {
		height: 117px;
	}
}


#image_style_01_1493009550521 {
	width: 16.666666666666664%;
	height: 200px;
	position: absolute;
	top: 204px;
	left: 13.333333333333334%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1493009550521 {
		height: 164px;
		left: 11.476007423117709%;
		top: 204px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1493009550521 {
		width: 27.500000000000004%;
		height: 85px;
		top: 103px;
		left: 3.896484375%;
	}
}

#image_style_01_1493009550521>.view_contents {
	overflow: visible;
}

#image_style_01_1493009645941 {
	width: 16.666666666666664%;
	height: 200px;
	position: absolute;
	top: 204px;
	left: 41.66666666666667%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1493009645941 {
		height: 162px;
		left: 41.66556203605514%;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1493009645941 {
		width: 28.4375%;
		height: 86px;
		top: 210px;
		left: 3.427734375%;
	}
}

#image_style_01_1493009645941>.view_contents {
	overflow: visible;
}

#image_style_01_1493009825782 {
	width: 16.666666666666664%;
	height: 200px;
	position: absolute;
	top: 204px;
	left: 70%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1493009825782 {
		height: 163px;
		left: 69.99933722163308%;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1493009825782 {
		width: 28.4375%;
		height: 86px;
		top: 318px;
		left: 3.427734375%;
	}
}

#image_style_01_1493009825782>.view_contents {
	overflow: visible;
}

#text_style_02_1493009070439 {
	width: 40%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 80px;
	left: 30%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493009070439 {
		top: 104px;
		left: 0%;
		width: 100%;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1493009070439 {
		width: 100%;
		top: 32px;
		left: 0%;
	}
}

#text_style_02_1493009070439>.view_contents {
	box-sizing: border-box;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493009070439>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1493009070439>.view_contents {
		box-sizing: border-box;
		font-size: 20px;
	}
}

#text_style_02_1493009572586 {
	width: 15.25%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 418px;
	left: 13.958333333333334%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493009572586 {
		width: 192px;
		left: 10.309517497348887%;
		top: 394px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1493009572586 {
		width: 52.1875%;
		top: 111.5px;
		left: 34.04296875%;
	}
}

#text_style_02_1493009572586>.view_contents {
	box-sizing: border-box;
	font-size: 20px;
	text-align: center;
	line-height: 35px;
	color: #545454;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493009572586>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1493009572586>.view_contents {
		box-sizing: border-box;
		font-size: 14px;
	}
}

#text_style_02_1493009665989 {
	width: 22.666666666666664%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 428px;
	left: 38.58333333333333%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493009665989 {
		top: 404px;
		left: 38.58198568398728%;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1493009665989 {
		width: 49.21052631578947%;
		top: 229px;
		left: 34.04296875%;
	}
}

#text_style_02_1493009665989>.view_contents {
	box-sizing: border-box;
	font-size: 20px;
	text-align: center;
	color: #545454;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493009665989>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1493009665989>.view_contents {
		box-sizing: border-box;
		font-size: 14px;
	}
}

#text_style_02_1493009868114 {
	width: 30.833333333333336%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 428px;
	left: 63.541666666666664%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493009868114 {
		top: 404px;
		left: 63.54056203605515%;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1493009868114 {
		width: 51.31578947368421%;
		top: 343.5px;
		left: 34.04296875%;
	}
}

#text_style_02_1493009868114>.view_contents {
	box-sizing: border-box;
	font-size: 20px;
	text-align: center;
	color: #545454;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493009868114>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1493009868114>.view_contents {
		box-sizing: border-box;
		font-size: 14px;
	}
}

#layout_1493001446201 {
	height: 575px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1493001446201 {
		height: 552px;
	}
}

@media screen and (max-width:640px) {
	#layout_1493001446201 {
		height: 440px;
	}
}

#layout_1493001446201>.view_contents {
	overflow: visible;
	max-width: 1200px;
}


#image_style_01_1493010664527 {
	width: 50%;
	height: 374px;
	position: absolute;
	top: 176px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1493010664527 {
		height: 291px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1493010664527 {
		width: 100%;
		height: 239px;
		top: 81px;
		left: 0%;
	}
}

#image_style_01_1493010664527>.view_contents {
	overflow: visible;
}

#text_style_02_1493010700538 {
	width: 30.833333333333336%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 260px;
	left: 51.625%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493010700538 {
		left: 53.03495197438634%;
		top: 238.00001907348633px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1493010700538 {
		width: 96%;
		top: 332px;
		left: 1.9970703125%;
	}
}

#text_style_02_1493010700538>.view_contents {
	box-sizing: border-box;
	font-size: 25px;
	font-weight: bold;
	color: #FF4E4C;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493010700538>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1493010700538>.view_contents {
		box-sizing: border-box;
		font-size: 18px;
	}
}

#text_style_02_1493010742510 {
	width: 48.25%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 327px;
	left: 51.74999999999999%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493010742510 {
		width: 46%;
		left: 53.03495197438634%;
		top: 304.0000190734863px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1493010742510 {
		width: 96%;
		top: 382px;
		left: 1.9970703125%;
	}
}

#text_style_02_1493010742510>.view_contents {
	box-sizing: border-box;
	font-size: 16px;
	line-height: 30px;
	color: #606060;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493010742510>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1493010742510>.view_contents {
		box-sizing: border-box;
		font-size: 13px;
	}
}

#text_style_02_1493010930539 {
	width: 48.16666666666667%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 718px;
	left: 0.2916666666666667%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493010930539 {
		top: 608px;
		left: 1%;
		width: 46%;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1493010930539 {
		width: 96%;
		top: 789px;
		left: 1.9970703125%;
	}
}

#text_style_02_1493010930539>.view_contents {
	box-sizing: border-box;
	font-size: 16px;
	line-height: 30px;
	color: #606060;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493010930539>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1493010930539>.view_contents {
		box-sizing: border-box;
		font-size: 13px;
	}
}

#text_style_02_1493010851705 {
	width: 30.833333333333336%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 659px;
	left: 17.208333333333332%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493010851705 {
		top: 549px;
		left: 16.16350742311771%;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1493010851705 {
		width: 96%;
		top: 736px;
		left: 1.9970703125%;
	}
}

#text_style_02_1493010851705>.view_contents {
	box-sizing: border-box;
	font-size: 25px;
	font-weight: bold;
	color: #FF4E4C;
	text-align: right;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493010851705>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1493010851705>.view_contents {
		box-sizing: border-box;
		font-size: 18px;
		text-align: left;
	}
}

#image_style_01_1493010798401 {
	width: 50%;
	height: 373px;
	position: absolute;
	top: 550px;
	left: 50%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1493010798401 {
		left: 50.05302226935313%;
		top: 471px;
		height: 294px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1493010798401 {
		width: 100%;
		height: 200px;
		top: 526px;
		left: 0%;
	}
}

#image_style_01_1493010798401>.view_contents {
	overflow: visible;
}

#text_style_02_1493010634615 {
	width: 30.833333333333336%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 80px;
	left: 34.041666666666664%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493010634615 {}
}

@media screen and (max-width:640px) {
	#text_style_02_1493010634615 {
		width: 100%;
		top: 30px;
		left: 0%;
	}
}

#text_style_02_1493010634615>.view_contents {
	box-sizing: border-box;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493010634615>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1493010634615>.view_contents {
		box-sizing: border-box;
		font-size: 20px;
		line-height: 30px;
		height: 30px;
	}
}

#text_style_02_1493011067709 {
	width: 15.083333333333334%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 985px;
	left: 42.458333333333336%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493011067709 {
		left: 40%;
		top: 815px;
		width: 20%;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1493011067709 {
		width: 30%;
		top: 965px;
		left: 35%;
	}
}

#text_style_02_1493011067709>.view_contents {
	box-sizing: border-box;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF4E4C;
	border-right-color: #FF4E4C;
	border-bottom-color: #FF4E4C;
	border-left-color: #FF4E4C;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	color: #FF4E4C;
}

#text_style_02_1493011067709:hover {
	background: #;
}

#text_style_02_1493011067709 .view_contents:hover {
	background: #FF4E4C;
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493011067709>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1493011067709>.view_contents {
		box-sizing: border-box;
		font-size: 15px;
		line-height: 30px;
	}
}

/*----------------------电脑板式样式----------------------*/
#text_style_02_1493011067709 {}

#text_style_02_1493011067709:hover {
	cursor: pointer;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493011067709 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_02_1493011067709 {}
}

#layout_1493010388775 {
	height: 1035px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1493010388775 {
		height: 865px;
	}
}

@media screen and (max-width:640px) {
	#layout_1493010388775 {
		height: 995px;
	}
}

#layout_1493010388775>.view_contents {
	overflow: visible;
	max-width: 1200px;
}

#layout_1493010388775 {
	/* background: #F7F7F7; */
}

#layout_1505195886033 {
	height: 50px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1505195886033 {}
}

@media screen and (max-width:640px) {
	#layout_1505195886033 {
		height: 30px;
	}
}

#layout_1505195886033>.view_contents {
	overflow: visible;
	max-width: 1200px;
}

#layout_1505195886033 {
	background: #F7F7F7;
}




#liuyanban_style_03_1492762108785 {
	width: 45%;
	position: absolute;
	top: 0px;
	left: 3.4505208333333335%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#liuyanban_style_03_1492762108785 {
		width: 50%;
	}
}

@media screen and (max-width:640px) {
	#liuyanban_style_03_1492762108785 {
		width: 100%;
		top: 0px;
		left: 0%;
		display: none;
	}
}

#liuyanban_style_03_1492762108785 .titSet {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
}

#liuyanban_style_03_1492762108785 .labSet {
	color: #727272;
	font-size: 16px;
}

#liuyanban_style_03_1492762108785 .gubookSet {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	color: #ffffff;
}

#liuyanban_style_03_1492762108785 .textareaSet {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	font-size: 14px;
	height: 84px;
	margin-bottom: 10px;
	color: #727272;
	border-top-color: #727272;
	border-right-color: #727272;
	border-bottom-color: #727272;
	border-left-color: #727272;
	background: transparent;
}

#liuyanban_style_03_1492762108785 .inputSet {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	font-size: 14px;
	margin-bottom: 10px;
	background: #f5f5f5;
	border-radius: 10px;
	border-top-color: #727272;
	border-right-color: #727272;
	border-bottom-color: #727272;
	border-left-color: #727272;
}

#liuyanban_style_03_1492762108785 .btnaSet {
	background: #FF4E4C;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

#liuyanban_style_03_1492762108785 .modSet {
	padding-top: 0px;
	padding-bottom: 0px;
	color: #ffffff;
}

#liuyanban_style_03_1492762108785 .contSet {
	color: #ffffff;
}

@media screen and (max-width:640px) {
	#liuyanban_style_03_1492762108785 .textareaSet {
		margin-bottom: 0px;
	}
}

/*----------------------电脑板式样式----------------------*/
#liuyanban_style_03_1492762108785 {}

#liuyanban_style_03_1492762108785 .textareaSet {
	resize: none;
}

#liuyanban_style_03_1492762108785 .btnaSet {
	width: 35%;
	margin: 0 auto;
	display: block;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#liuyanban_style_03_1492762108785 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#liuyanban_style_03_1492762108785 {}
}

#text_style_02_1492762108795 {
	width: 100%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 422.53125px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492762108795 {}
}

@media screen and (max-width:640px) {
	#text_style_02_1492762108795 {
		width: 100%;
		top: 31px;
		left: 0%;
	}
}

#text_style_02_1492762108795>.view_contents {
	box-sizing: border-box;
	font-size: 14px;
	font-family: Microsoft YaHei;
	color: #727272;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492762108795>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1492762108795>.view_contents {
		box-sizing: border-box;
	}
}

#dh_style_01_1492762108802 {
	width: 47%;
	z-index: 999;
	position: absolute;
	top: 379.53125px;
	left: 26.5%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1492762108802 {
		z-index: 999;
		left: 26.5%;
	}
}

@media screen and (max-width:640px) {
	#dh_style_01_1492762108802 {
		width: 12.121212121212121%;
		z-index: 999;
		top: 0px;
		left: 43.93939393939394%;
		display: none;
	}
}

#dh_style_01_1492762108802>.view_contents {
	overflow: visible;
}

#dh_style_01_1492762108802 #hot>a {
	color: #727272;
}

#dh_style_01_1492762108802 .mainMenuSet {
	color: #727272;
}

#dh_style_01_1492762108802 .mainMenuSet:hover {
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1492762108802 .mainMenuSet:hover {
		color: #ffffff;
	}
}

#image_style_01_1492762108815 {
	height: 41px;
	position: absolute;
	top: 77.5px;
	left: 67.65104166666667%;
	width: 38px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1492762108815 {
		left: 63.50138121546961%;
		top: 83.5px;
		width: 4%;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1492762108815 {
		width: 55.09641873278237%;
		height: 200px;
		top: 800px;
		left: 22.451790633608816%;
		display: none;
	}
}

#image_style_01_1492762108815>.view_contents {
	overflow: visible;
}

#text_style_02_1492762108824 {
	width: 22.909346451159525%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 79px;
	left: 72.234375%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492762108824 {
		left: 69.40435082872928%;
		top: 83.5px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1492762108824 {
		width: 100%;
		top: 500px;
		left: 0%;
		display: none;
	}
}

#text_style_02_1492762108824>.view_contents {
	box-sizing: border-box;
	color: #727272;
	font-size: 18px;
	font-family: Microsoft YaHei;
	line-height: 38px;
	height: 38px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492762108824>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1492762108824>.view_contents {
		box-sizing: border-box;
	}
}

/*----------------------电脑板式样式----------------------*/
#text_style_02_1492762108824 {}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492762108824 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_02_1492762108824 {}
}

#image_style_01_1492762108837 {
	height: 30px;
	position: absolute;
	top: 136.5px;
	left: 67.65104166666667%;
	width: 38px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1492762108837 {
		left: 63.50079533404029%;
		top: 142.5px;
		width: 4%;
		height: 27px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1492762108837 {
		width: 55.09641873278237%;
		height: 200px;
		top: 1000px;
		left: 22.451790633608816%;
		display: none;
	}
}

#image_style_01_1492762108837>.view_contents {
	overflow: visible;
}

#text_default_1492762108846 {
	width: 19.184820801124385%;
	height: 38px;
	position: absolute;
	top: 146px;
	left: 72.234375%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_default_1492762108846 {
		left: 69.40435082872928%;
		top: 151px;
	}
}

@media screen and (max-width:640px) {
	#text_default_1492762108846 {
		width: 100%;
		height: 300px;
		top: 1200px;
		left: 0%;
		display: none;
	}
}

#image_style_01_1492762108854 {
	height: 46px;
	position: absolute;
	top: 204px;
	left: 67.31770833333334%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1492762108854 {
		left: 63.50079533404029%;
		top: 202px;
		width: 4%;
		height: 35px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1492762108854 {
		width: 55.09641873278237%;
		height: 200px;
		top: 1500px;
		left: 22.451790633608816%;
		display: none;
	}
}

#image_style_01_1492762108854>.view_contents {
	overflow: visible;
}

#text_style_02_1492762108861 {
	width: 20.098383696416022%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 204px;
	left: 72.234375%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492762108861 {
		left: 69.40435082872928%;
		top: 202px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1492762108861 {
		width: 100%;
		top: 1700px;
		left: 0%;
		display: none;
	}
}

#text_style_02_1492762108861>.view_contents {
	box-sizing: border-box;
	color: #727272;
	font-size: 18px;
	font-family: Microsoft YaHei;
	line-height: 38px;
	height: 38px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492762108861>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1492762108861>.view_contents {
		box-sizing: border-box;
	}
}

#image_style_01_1492762108868 {
	height: 38px;
	position: absolute;
	top: 270px;
	left: 67.40104166666666%;
	width: 44px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1492762108868 {
		left: 63.50079533404029%;
		top: 260px;
		width: 4%;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1492762108868 {
		width: 55.09641873278237%;
		height: 200px;
		top: 2000px;
		left: 22.451790633608816%;
		display: none;
	}
}

#image_style_01_1492762108868>.view_contents {
	overflow: visible;
}

#text_style_02_1492762108875 {
	width: 23.893183415319747%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 270px;
	left: 72.234375%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492762108875 {
		left: 69.40435082872928%;
		top: 260px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1492762108875 {
		width: 100%;
		top: 2200px;
		left: 0%;
		display: none;
	}
}

#text_style_02_1492762108875>.view_contents {
	box-sizing: border-box;
	color: #727272;
	font-size: 18px;
	font-family: Microsoft YaHei;
	line-height: 38px;
	height: 38px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492762108875>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1492762108875>.view_contents {
		box-sizing: border-box;
	}
}

#div_blank_1492762108883 {
	width: 32%;
	height: 46px;
	position: absolute;
	top: 0px;
	left: 65.56770833333333%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1492762108883 {
		width: 36%;
		left: 60.01381215469613%;
		top: 8px;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1492762108883 {
		width: 82.64462809917357%;
		height: 200px;
		top: 300px;
		left: 8.677685950413213%;
		display: none;
	}
}

#div_blank_1492762108883>.view_contents {
	overflow: visible;
}

#div_blank_1492762108883 {
	box-sizing: border-box;
	border-bottom-style: solid;
	border-bottom-color: #eaeaea;
	border-bottom-width: 1px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1492762108883 {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1492762108883 {
		box-sizing: border-box;
	}
}

#text_style_02_1492762108889 {
	width: 8%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 0px;
	left: 65.56770833333333%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492762108889 {
		left: 60.0310773480663%;
		top: 8px;
		width: 15%;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1492762108889 {
		width: 100%;
		top: 2102px;
		left: 0%;
		display: none;
	}
}

#text_style_02_1492762108889>.view_contents {
	box-sizing: border-box;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
}

#text_style_02_1492762108889 {
	line-height: 45px;
	height: 45px;
}

#text_style_02_1492762108889 .view_contents:active {
	text-align: center;
}

#text_style_02_1492762108889:active {
	text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492762108889>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1492762108889>.view_contents {
		box-sizing: border-box;
	}
}

#div_includeBlock_1492762108643 {
	width: 1200px;
	height: 496px;
	position: absolute;
	top: 0px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_includeBlock_1492762108643 {
		width: 100%;
		left: 0%;
		top: 0px;
		height: 452.53125px;
	}
}

@media screen and (max-width:640px) {
	#div_includeBlock_1492762108643 {
		width: 100%;
		height: 92px;
		top: 0px;
		left: 0%;
	}
}

#div_includeBlock_1492762108527 {
	width: 1200px;
	height: 496px;
	position: absolute;
	top: 120px;
	left: calc(50% - 600px);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_includeBlock_1492762108527 {
		height: 500px;
		width: 100%;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#div_includeBlock_1492762108527 {
		width: 100%;
		height: 92px;
		top: 54px;
		left: 0%;
	}
}

#div_includeBlock_1492762108527 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 0%;
}

#div_blank_1492762364663 {
	width: 100%;
	height: 67px;
	position: absolute;
	top: 0px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1492762364663 {}
}

@media screen and (max-width:640px) {
	#div_blank_1492762364663 {
		width: 100%;
		height: 55px;
		top: 0px;
		left: 0%;
	}
}

#div_blank_1492762364663>.view_contents {
	overflow: visible;
}

#div_blank_1492762364663 {
	box-sizing: border-box;
	background: #272727;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1492762364663 {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1492762364663 {
		box-sizing: border-box;
	}
}

#text_style_02_1492762412497 {
	width: 8.25%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 0px;
	left: 45.888966971187635%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492762412497 {
		width: 10%;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1492762412497 {
		width: 22%;
		top: 0px;
		left: 38.94736842105263%;
	}
}

#text_style_02_1492762412497>.view_contents {
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	background: #FF4E4C;
	color: #ffffff;
	font-size: 35px;
	font-family: Tahoma;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 7px;
	margin-top: 0px;
	padding-top: 10px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492762412497>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1492762412497>.view_contents {
		box-sizing: border-box;
		font-size: 25px;
		line-height: 40px;
		height: 55px;
	}
}

#comm_layout_footer {
	height: 616px;
	display: block;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_footer {
		height: 620px;
		display: block;
	}
}

@media screen and (max-width:640px) {
	#comm_layout_footer {
		height: 146px;
		display: block;
	}
}

#comm_layout_footer {
	background: #272727;
}

.searchStyle_2 {
	position: relative;
	min-width: 200px;
}

.searchStyle_2 * {
	box-sizing: border-box;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.searchStyle_2 .searchForm {
	width: 100%;
	border-radius: 0;
	box-sizing: border-box;
	position: relative;
}

.searchStyle_2 .searchForm .search-btn {
	width: 60px;
	text-align: center;
	border: 0;
	height: 40px;
	font-size: 16px;
	color: #666;
	background: none;
	outline: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}

.searchStyle_2 .searchForm .search_input {
	width: 100%;
	border: 0;
	border-radius: 20px;
	outline: none;
	padding-right: 65px;
	padding-left: 1em;
	height: 40px;
	font-size: 14px;
	color: #333;
	border: 1px solid #666;
}

.keyWord {
	margin-top: 5px;
}

.keyWord a {
	font-size: 14px;
	color: #666;
	margin-right: 5px;
}

@media screen and (max-width: 768px) {

	.searchStyle_2 .searchForm .search-btn,
	.searchStyle_2 .searchForm .search_input {
		height: 32px;
	}

}

/*菜单样式*/
.menuStyle_1 {
	width: 100%;
	position: relative;
}

.menuStyle_1 * {
	transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
	-webkit-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
	-moz-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
	-o-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
	box-sizing: border-box;
}

.menuStyle_1 .dflex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.menuStyle_1 .rflex {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.menuStyle_1 ul,
.menuStyle_1 li {
	padding: 0;
	margin: 0px;
	list-style: none
}

.menuStyle_1 .menuLayout {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.menuStyle_1 .menuLayout:after {
	content: '';
	display: block;
	clear: both;
}

.menuStyle_1 .menuUl_box {
	position: relative;
	width: 100%;
	text-align: center;
}

.menuStyle_1 .menuUl {
	position: relative;
	width: 100%;
	text-align: center;
}

.menuStyle_1 .menuUl li {
	position: relative;
}

.menuStyle_1 .menuUl li>a {
	text-decoration: none;
	color: #4d5158;
	font-size: 14px;
	height: 44px;
	box-sizing: border-box;
	line-height: 44px;
	display: block;
	text-align: center;
	letter-spacing: normal;
	white-space: nowrap;
}

.menuStyle_1 .menuUl li>a:hover {
	color: #f90
}

.menuStyle_1 .menuUl #hot>a {
	color: #f90;
}

.menuStyle_1 .menuLayout .miniMenu {
	display: none;
}

.menuStyle_1 .menuUl02 {
	opacity: 0;
	display: none;
	position: absolute;
	left: 50%;
	height: 0;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.menuStyle_1 .menuUl .rflex:hover .menuUl02 {
	opacity: 1;
	display: block;
	height: auto;
}

.menuStyle_1 .menuUl02 .subMenu02 {
	float: none;
}

.menuStyle_1 .menuUl02 .subMenu02 a {
	color: #333;
	width: 130px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 15px;
}

.menuStyle_1 .menuUl02 .subMenu02 a:hover {}

.menuStyle_1 .rflex {
	position: relative;
}




@media screen and (max-width:640px) {

	.menuStyle_1 .menuUl,
	.menuStyle_1 .menuUl_box {
		display: none;
	}

	.menuStyle_1 .menuScroll {
		height: 84%;
		height: 84vh;
		width: 100%;
	}

	.menuStyle_1 .menuScroll>.menuUlCopy {
		width: calc(100% + 18px);
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
	}

	.menuStyle_1 .menuLayout .miniMenu {
		display: block;
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 44px;
	}

	.menuStyle_1 .miniMenu .leftBox .sidebar {
		font-size: 28px;
		line-height: 44px;
		font-weight: normal;
		cursor: pointer;
		color: #4d5158;
		position: absolute;
		top: 0;
		right: 0px;
		width: 44px;
		text-align: center;
	}

	.menuStyle_1 .miniMenu .leftBox .nav {
		width: 100%;
		height: 44px;
	}

	.menuStyle_1 .miniMenu .leftBox .menuUlCopy {
		padding: 15px 0 15px 30px;
	}

	.menuStyle_1 .miniMenu .leftBox .menuUlCopy li {
		width: 100%;
	}

	.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a {
		width: 100%;
		display: block;
		text-align: left;
		color: #fff;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
		text-decoration: none;
		font-size: 16px;
		line-height: 44px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.menuStyle_1 .menuLayout .miniMenu.Mslide {
		height: 100% !important;
		height: 100vh !important;
		background: rgba(0, 0, 0, .85);
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
	}

	.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar {
		color: #fff;
	}

	.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a {
		display: none !important;
	}
}

/* 清除浮动 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1
}

.online-service {
	display: none
}

.online-service .wrapper {
	padding: 5px 0;
	background-color: #fff
}

.online-service .close,
.online-service .button {
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.online-service.right .button div {
	text-align: right;
	padding-right: 5px
}

.online-service.left .button div {
	text-align: left;
	padding-left: 5px
}

.online-service .header,
.online-service .footer {
	height: 25px;
	line-height: 25px;
	padding: 0 .5em;
}

.online-service .header {
	border-bottom: 1px solid #eee
}

.online-service .footer {
	border-top: 1px solid #eee;
	font-size: 12px
}

.online-service.right .footer {
	text-align: right
}

.online-service.left .footer {
	text-align: left
}

.online-service .content {
	padding: .5em 1em
}

.ol-qq-online .qq-btn {
	float: left;
	margin-right: .5em
}

.ol-qq-online .qq-btn img {
	float: left
}

.ol-qq-online {
	line-height: 25px
}

.ol-image img {
	width: 100%
}

/*----------------------电脑板式样式----------------------*/
body>.online-service {
	display: block !important;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	body>.online-service {
		display: block !important;
	}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	body>.online-service {
		display: none !important;
	}
}

#image_style_01_1493001419328 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1493001419328 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1493001419328 .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_1493001419328 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

#image_style_01_1493009550521 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1493009550521 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1493009550521 .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_1493009550521 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

#image_style_01_1493009645941 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1493009645941 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1493009645941 .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_1493009645941 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

#image_style_01_1493009825782 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1493009825782 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1493009825782 .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_1493009825782 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

#image_style_01_1493010664527 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1493010664527 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1493010664527 .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_1493010664527 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

#image_style_01_1493010798401 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1493010798401 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1493010798401 .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_1493010798401 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

/*留言板样式*/
.gformStyle_3 {
	width: 100%;
	border-radius: 14px;
	padding: 5px;
	box-sizing: border-box;
}

.gformStyle_3 * {
	box-sizing: border-box;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
}

.gformStyle_3 form {}

.gformStyle_3 .gformS {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 14px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.gformStyle_3 .gf_title {
	text-align: center;
	font-size: 18px;
	line-height: 3;
	font-weight: bold;
}

.gformStyle_3 .gformList {
	width: 100%;
	margin-bottom: 4px;
}

.gformStyle_3 .gformList span {
	display: block;
	float: left;
	width: 60px;
	font-size: 14px;
	line-height: 34px;
}

.gformStyle_3 .gformList textarea.gf_message,
.gformStyle_3 .gformList input.gfInput {
	background: #f5f5f5;
	width: calc(100% - 60px);
	max-width: calc(100% - 60px);
	box-sizing: border-box;
	font-size: 14px;
	color: #333;
	padding: 8px;
	border: 1px solid #eee;
	border-radius: 17px;
	outline: none;
}

.gformStyle_3 .gformList input.gfInput {
	height: 34px;
}

.gformStyle_3 .gformList textarea.gf_message {}

.gformStyle_3 .gbt {
	background: #6FC742;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	cursor: pointer;
	box-sizing: border-box;
	border: 0;
	height: 40px;
	width: 100%;
	margin: 3% auto 0;
	border-radius: 20px;
}

.gformStyle_3 .gbook {
	width: 100%;
	box-sizing: border-box;
	list-style: none;
	border-radius: 12px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	margin-top: 20px;
	padding: 15px;
}

.gformStyle_3 li.gbList {
	background: #f5f5f5;
	margin-bottom: 10px;
	color: #333;
	padding: 10px;
	box-sizing: border-box;
}

.gformStyle_3 .gb_name {
	font-size: 14px;
	line-height: 3;
	white-space: nowrap
}

.gformStyle_3 .gb_content {
	margin: 10px auto;
	clear: both;
}

.gformStyle_3 .gb_page {
	background: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 2;
}

.gformStyle_3 .gb_replay {
	padding-left: 50px;
	margin: 10px auto;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	box-sizing: border-box;
	font-size: 14px;
}

.gformStyle_3 .gb_info {
	float: right;
	color: #666;
}

.gformStyle_3 .gb_nickname {}

@media screen and (max-width:991px) {

	.gformStyle_3 .gformList textarea.gf_message,
	.gformList input.gfInput {
		margin: auto;
		max-width: auto;
		min-width: calc(100% - 60px);
	}
}

@media screen and (max-width:768px) {
	.gformStyle_3 {
		padding: 15px;
	}

	.gformStyle_3 .listTit {
		display: none;
	}

	.gformStyle_3 .gformList textarea.gf_message,
	.gformList input.gfInput {
		margin: auto;
		max-width: auto;
		min-width: 100%;
	}

	.gformStyle_3 .gbt {
		font-size: 14px;
	}
}

@media screen and (max-width:480px) {
	.gformStyle_3 {
		padding: 10px;
	}

	.gformStyle_3 .listTit {
		display: none;
	}

	.gformStyle_3 .gformList textarea.gf_message,
	.gformStyle_3 .gformList input.gfInput {
		margin: auto;
		max-width: auto;
		min-width: 100%;
	}

	.gformStyle_3 .gb_replay {
		padding-left: 10px;
		font-size: 14px;
	}

	.gformStyle_3 .gb_nickname,
	.gformStyle_3 .gb_nickname b {
		font-size: 14px;
	}
}

/*程序修改的颜色*/
.gformStyle_3 .modBgColor {
	background: #fff;
}

.gformStyle_3 .modFontColor {
	color: #333;
}

.gformStyle_3 .modBorderColor {
	border-color: #fff !important;
}

/*菜单样式*/
.menuStyle_1 {
	width: 100%;
	position: relative;
}

.menuStyle_1 * {
	transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
	-webkit-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
	-moz-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
	-o-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
	box-sizing: border-box;
}

.menuStyle_1 .dflex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.menuStyle_1 .rflex {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.menuStyle_1 ul,
.menuStyle_1 li {
	padding: 0;
	margin: 0px;
	list-style: none
}

.menuStyle_1 .menuLayout {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.menuStyle_1 .menuLayout:after {
	content: '';
	display: block;
	clear: both;
}

.menuStyle_1 .menuUl_box {
	position: relative;
	width: 100%;
	text-align: center;
}

.menuStyle_1 .menuUl {
	position: relative;
	width: 100%;
	text-align: center;
}

.menuStyle_1 .menuUl li {
	position: relative;
}

.menuStyle_1 .menuUl li>a {
	text-decoration: none;
	color: #4d5158;
	font-size: 14px;
	height: 44px;
	box-sizing: border-box;
	line-height: 44px;
	display: block;
	text-align: center;
	letter-spacing: normal;
	white-space: nowrap;
}

.menuStyle_1 .menuUl li>a:hover {
	color: #f90
}

.menuStyle_1 .menuUl #hot>a {
	color: #f90;
}

.menuStyle_1 .menuLayout .miniMenu {
	display: none;
}

.menuStyle_1 .menuUl02 {
	opacity: 0;
	display: none;
	position: absolute;
	left: 50%;
	height: 0;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.menuStyle_1 .menuUl .rflex:hover .menuUl02 {
	opacity: 1;
	display: block;
	height: auto;
}

.menuStyle_1 .menuUl02 .subMenu02 {
	float: none;
}

.menuStyle_1 .menuUl02 .subMenu02 a {
	color: #333;
	width: 130px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 15px;
}

.menuStyle_1 .menuUl02 .subMenu02 a:hover {}

.menuStyle_1 .rflex {
	position: relative;
}




@media screen and (max-width:640px) {

	.menuStyle_1 .menuUl,
	.menuStyle_1 .menuUl_box {
		display: none;
	}

	.menuStyle_1 .menuScroll {
		height: 84%;
		height: 84vh;
		width: 100%;
	}

	.menuStyle_1 .menuScroll>.menuUlCopy {
		width: calc(100% + 18px);
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
	}

	.menuStyle_1 .menuLayout .miniMenu {
		display: block;
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 44px;
	}

	.menuStyle_1 .miniMenu .leftBox .sidebar {
		font-size: 28px;
		line-height: 44px;
		font-weight: normal;
		cursor: pointer;
		color: #4d5158;
		position: absolute;
		top: 0;
		right: 0px;
		width: 44px;
		text-align: center;
	}

	.menuStyle_1 .miniMenu .leftBox .nav {
		width: 100%;
		height: 44px;
	}

	.menuStyle_1 .miniMenu .leftBox .menuUlCopy {
		padding: 15px 0 15px 30px;
	}

	.menuStyle_1 .miniMenu .leftBox .menuUlCopy li {
		width: 100%;
	}

	.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a {
		width: 100%;
		display: block;
		text-align: left;
		color: #fff;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
		text-decoration: none;
		font-size: 16px;
		line-height: 44px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.menuStyle_1 .menuLayout .miniMenu.Mslide {
		height: 100% !important;
		height: 100vh !important;
		background: rgba(0, 0, 0, .85);
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
	}

	.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar {
		color: #fff;
	}

	.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a {
		display: none !important;
	}
}

#image_style_01_1492762108815 .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_1492762108815 .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_1492762108815 .CompatibleImg img {
		width: auto;
		height: auto
	}
}

#image_style_01_1492762108815 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

#image_style_01_1492762108837 .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_1492762108837 .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_1492762108837 .CompatibleImg img {
		width: auto;
		height: auto
	}
}

#image_style_01_1492762108837 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

#image_style_01_1492762108854 .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_1492762108854 .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_1492762108854 .CompatibleImg img {
		width: auto;
		height: auto
	}
}

#image_style_01_1492762108854 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

#image_style_01_1492762108868 .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_1492762108868 .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_1492762108868 .CompatibleImg img {
		width: auto;
		height: auto
	}
}

#image_style_01_1492762108868 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}