@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: 33%;
		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:768px) and (max-width:1200px) {
	#div_includeBlock_1492760789677 {
		height: 67px;
		width: 96%;
		left: 2.014846235418876%;
	}
}

@media screen and (max-width:768px) {
	#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;
}


#banner_style_01_1492763045721 {
	width: 100%;
	height: 641px;
	position: absolute;
	top: 0px;
	left: 0%;
}

@media screen and (min-width:768px) and (max-width:1200px) {
	#banner_style_01_1492763045721 {
		width: 100%;
		left: 0%;
	}
}

@media screen and (max-width:768px) {
	#banner_style_01_1492763045721 {
		width: 100%;
		height: 176px;
		top: 0px;
		left: 0%;
	}
	.bannerStyle_1 .main_image .img-item span {
		width: 100% !important;
		height: 176px !important;
		background-size: contain !important;
	}
}

#layout_diy_1492760713 {
	height: 641px;
}

@media screen and (min-width:768px) and (max-width:1200px) {
	#layout_diy_1492760713 {
		height: 641px;
	}
}
@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_diy_1492760713 {
		height: 641px;
	}
}

@media screen and (max-width:640px) {
	#layout_diy_1492760713 {
		height: 176px;
	}
}

@media screen and (max-width:768px) {
	#layout_diy_1492760713 {
		height: 176px;
	}
}

#div_blank_1492763060445 {
	width: 100%;
	height: 300px;
	position: absolute;
	top: 0px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1492763060445 {
		height: 300px;
		top: 0px;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1492763060445 {
		width: 100%;
		height: 474px;
		top: 0px;
		left: 0%;
	}
}

#div_blank_1492763060445>.view_contents {
	overflow: visible;
}

#div_blank_1492763060445 {
	box-sizing: border-box;
	background: #272727;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1492763060445 {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1492763060445 {
		box-sizing: border-box;
	}
}


#text_style_02_1492764715632 {
	width: 13.666666666666666%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 0px;
	left: 3.5416666666666665%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492764715632 {
		width: 10%;
		top: 0px;
		left: 5.476519337016575%;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1492764715632 {
		width: 50%;
		top: 0px;
		left: 12.585616438356166%;
	}
}

#text_style_02_1492764715632>.view_contents {
	box-sizing: border-box;
	font-weight: bold;
	color: #ffffff;
	font-size: 18px;
	text-align: left;
	line-height: 30px;
	height: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492764715632>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1492764715632>.view_contents {
		box-sizing: border-box;
		font-size: 15px;
	}
}

#image_style_01_1492763502716 {
	width: 2.833333333333333%;
	height: 35px;
	position: absolute;
	top: 129.5px;
	left: 56.08333333333333%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1492763502716 {
		left: 0%;
		width: 4.3%;
		top: 123px;
		height: 43px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1492763502716 {
		width: 32px;
		height: 33px;
		top: 300px;
		left: 0%;
	}
}

#image_style_01_1492763502716>.view_contents {
	overflow: visible;
}

#text_style_02_1492764704382 {
	width: 39.666666666666664%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 32px;
	left: 3.5416666666666665%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492764704382 {
		width: 40%;
		top: 32px;
		left: 5.476519337016575%;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1492764704382 {
		width: 86.84931506849315%;
		top: 27px;
		left: 12.585616438356166%;
	}
}

#text_style_02_1492764704382>.view_contents {
	box-sizing: border-box;
	color: #dddddd;
	font-size: 13px;
	line-height: 30px;
	height: 60px;
	padding-left: 0px;
	padding-top: 0px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492764704382>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1492764704382>.view_contents {
		box-sizing: border-box;
		font-size: 12px;
		line-height: 20px;
	}
}

#image_style_01_1492763185275 {
	width: 2.8%;
	height: 29px;
	position: absolute;
	top: 15px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1492763185275 {
		left: 0%;
		width: 4.3%;
		top: 9px;
		height: 38px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1492763185275 {
		width: 32px;
		height: 30px;
		top: 11px;
		left: 0%;
	}
}

#image_style_01_1492763185275>.view_contents {
	overflow: visible;
}

#image_style_01_1492763449490 {
	width: 2.8%;
	height: 37px;
	position: absolute;
	top: 11px;
	left: 56.08333333333333%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1492763449490 {
		left: 54.30939226519337%;
		width: 4.3%;
		height: 46px;
		top: 0px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1492763449490 {
		width: 32px;
		height: 35px;
		top: 102px;
		left: 0%;
	}
}

#image_style_01_1492763449490>.view_contents {
	overflow: visible;
}

#image_style_01_1492763481153 {
	width: 2.8%;
	height: 38px;
	position: absolute;
	top: 128px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1492763481153 {
		left: 54.30939226519337%;
		width: 4.3%;
		height: 45px;
		top: 123px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1492763481153 {
		width: 32px;
		height: 34px;
		top: 192px;
		left: 0%;
	}
}

#image_style_01_1492763481153>.view_contents {
	overflow: visible;
}

#text_style_02_1492765308178 {
	width: 39.666666666666664%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 32px;
	left: 60.333333333333336%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492765308178 {
		width: 40%;
		left: 59.925759668508285%;
		top: 32px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1492765308178 {
		width: 87.43150684931507%;
		top: 115px;
		left: 12.577054794520548%;
	}
}

#text_style_02_1492765308178>.view_contents {
	box-sizing: border-box;
	color: #dddddd;
	font-size: 13px;
	line-height: 30px;
	height: 60px;
	padding-left: 0px;
	padding-top: 0px;
	
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492765308178>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1492765308178>.view_contents {
		box-sizing: border-box;
		font-size: 12px;
		line-height: 20px;
		height: 60px;
	}
}

#text_style_02_1492765284340 {
	width: 13.666666666666666%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 0px;
	left: 60.333333333333336%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492765284340 {
		width: 10%;
		left: 59.9%;
		top: 0px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1492765284340 {
		width: 50%;
		top: 85px;
		left: 12.559931506849315%;
	}
}

#text_style_02_1492765284340>.view_contents {
	box-sizing: border-box;
	font-weight: bold;
	color: #ffffff;
	font-size: 18px;
	text-align: left;
	line-height: 30px;
	height: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492765284340>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1492765284340>.view_contents {
		box-sizing: border-box;
		font-size: 15px;
	}
}

#text_style_02_1492765605158 {
	width: 39.666666666666664%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 141px;
	left: 3.5416666666666665%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492765605158 {
		width: 40%;
		left: 5.476519337016575%;
		top: 137px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1492765605158 {
		width: 87.43150684931507%;
		top: 213px;
		left: 12.577054794520548%;
	}
}

#text_style_02_1492765605158>.view_contents {
	box-sizing: border-box;
	color: #dddddd;
	font-size: 13px;
	line-height: 30px;
	height: 60px;
	padding-left: 0px;
	padding-top: 0px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492765605158>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1492765605158>.view_contents {
		box-sizing: border-box;
		font-size: 12px;
		line-height: 20px;
		height: 40px;
	}
}

#text_style_02_1492765554643 {
	width: 13.666666666666666%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 110px;
	left: 3.5416666666666665%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492765554643 {
		width: 10%;
		left: 5.476519337016575%;
		top: 106px;
	}
}

@media screen and (max-width:640px) {
	
	#text_style_02_1492765554643 {
		width: 50%;
		top: 178px;
		left: 12.577054794520548%;
	}
}

#text_style_02_1492765554643>.view_contents {
	box-sizing: border-box;
	font-weight: bold;
	color: #ffffff;
	font-size: 18px;
	text-align: left;
	line-height: 30px;
	height: 30px;
	top:10px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492765554643>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1492765554643>.view_contents {
		box-sizing: border-box;
		font-size: 15px;
	}
}

#text_style_02_1492765968220 {
	width: 39.666666666666664%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 141px;
	left: 60.333333333333336%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492765968220 {
		width: 40%;
		left: 59.93266574585635%;
		top: 137px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1492765968220 {
		width: 87.43150684931507%;
		top: 312px;
		left: 12.311643835616438%;
	}
}

#text_style_02_1492765968220>.view_contents {
	box-sizing: border-box;
	color: #dddddd;
	font-size: 13px;
	line-height: 30px;
	height: 60px;
	padding-left: 0px;
	padding-top: 0px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492765968220>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1492765968220>.view_contents {
		box-sizing: border-box;
		font-size: 12px;
		line-height: 20px;
		height: 40px;
	}
}

#text_style_02_1492765958227 {
	width: 13.666666666666666%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 110px;
	left: 60.333333333333336%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492765958227 {
		width: 10%;
		left: 59.93266574585635%;
		top: 106px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1492765958227 {
		width: 50%;
		top: 282px;
		left: 12.559931506849315%;
	}
}

#text_style_02_1492765958227>.view_contents {
	box-sizing: border-box;
	font-weight: bold;
	color: #ffffff;
	font-size: 18px;
	text-align: left;
	line-height: 30px;
	height: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492765958227>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1492765958227>.view_contents {
		box-sizing: border-box;
		font-size: 15px;
	}
}

#div_includeBlock_1492763093106 {
	width: 1200px;
	height: 201px;
	position: absolute;
	top: 50px;
	left: calc(50% - 600px);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_includeBlock_1492763093106 {
		height: 200px;
		width: 96%;
		left: 2%;
		top: 50px;
	}
}

@media screen and (max-width:640px) {
	#div_includeBlock_1492763093106 {
		width: 96%;
		height: 376px;
		top: 50px;
		left: 2%;
	}
}

#layout_1492763022915 {
	height: 300px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1492763022915 {
		height: 300px;
	}
}

@media screen and (max-width:640px) {
	#layout_1492763022915 {
		height: 474px;
	}
}

#layout_1492763022915>.view_contents {
	overflow: visible;
}


#text_style_02_1492766251351 {
	width: 25%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 80px;
	left: 37.5%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492766251351 {}
}

@media screen and (max-width:640px) {
	#text_style_02_1492766251351 {
		width: 100%;
		top: 50px;
		left: 0%;
	}
}

#text_style_02_1492766251351>.view_contents {
	box-sizing: border-box;
	font-weight: bold;
	font-size: 40px;
	text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492766251351>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1492766251351>.view_contents {
		box-sizing: border-box;
		font-size: 30px;
		line-height: 35px;
	}
}

#div_blank_1492766428417 {
	width: 4%;
	height: 5px;
	position: absolute;
	top: 165.99609375px;
	left: 46.082682291666664%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1492766428417 {
		top: 167px;
		left: 45.9984756097561%;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1492766428417 {
		width: 10%;
		height: 5px;
		top: 123px;
		left: 50%;
	}
}

#div_blank_1492766428417>.view_contents {
	overflow: visible;
}

#div_blank_1492766428417 {
	box-sizing: border-box;
	background: #FF4E4C;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1492766428417 {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1492766428417 {
		box-sizing: border-box;
	}
}

#div_blank_1492766328372 {
	width: 4%;
	height: 5px;
	position: absolute;
	top: 165.99609375px;
	left: 49.916666666666664%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1492766328372 {
		top: 167px;
		left: 49.89395546129374%;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1492766328372 {
		width: 10%;
		height: 5px;
		top: 123px;
		left: 40%;
	}
}

#div_blank_1492766328372>.view_contents {
	overflow: visible;
}

#div_blank_1492766328372 {
	box-sizing: border-box;
	background: #FF4E4C;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1492766328372 {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1492766328372 {
		box-sizing: border-box;
	}
}

#text_style_11_1492766615720 {
	width: 13.916666666666666%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: Tahoma;
	position: absolute;
	top: 123px;
	left: 43.041666666666664%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_11_1492766615720 {
		top: 123px;
		left: 43.04082714740191%;
	}
}

@media screen and (max-width:640px) {
	#text_style_11_1492766615720 {
		width: 100%;
		top: 90px;
		left: 0%;
	}
}

#text_style_11_1492766615720>.view_contents {
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_11_1492766615720>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_11_1492766615720>.view_contents {
		box-sizing: border-box;
		line-height: 30px;
	}
}

#image_style_01_1492766802521 {
	width: 38.58333333333333%;
	height: 307px;
	position: absolute;
	top: 210px;
	left: 0%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1492766802521 {
		height: 241px;
		width: 371px;
		top: 222px;
		left: 1.9088016967126193%;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1492766802521 {
		width: 70.26315789473684%;
		height: 176px;
		top: 148px;
		left: 2%;
	}
}

#image_style_01_1492766802521>.view_contents {
	overflow: visible;
}

#div_includeBlock_1492994014133 {
	width: 52.666666666666664%;
	height: 335px;
	position: absolute;
	top: 271px;
	left: 13.041666666666666%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_includeBlock_1492994014133 {
		top: 180px;
		left: 12.949032343584305%;
	}
}

@media screen and (max-width:640px) {
	#div_includeBlock_1492994014133 {
		width: 80%;
		height: 300px;
		top: 185px;
		left: 8.68421052631579%;
	}
}

#div_includeBlock_1492994014133 {
	border-top-color: #FF4E4C;
	border-right-color: #FF4E4C;
	border-bottom-color: #FF4E4C;
	border-left-color: #FF4E4C;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
}

#text_style_02_1492766843313 {
	width: 58.833333333333336%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 477.5px;
	left: 40%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492766843313 {
		top: 267.5px;
		left: 42.99111876988335%;
		width: 55.991516436903495%;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1492766843313 {
		width: 73.125%;
		top: 333px;
		left: 13.286132812500002%;
	}
}

#text_style_02_1492766843313>.view_contents {
	box-sizing: border-box;
	font-size: 12px !important;
	line-height: 30px;
	color: #3f3f3f;
	background: #ffffff;
	padding-left: 10px;
	padding-bottom: 0px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492766843313>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1492766843313>.view_contents {
		box-sizing: border-box;
		font-size: 12px;
		padding-bottom: 0px;
	}
}

#layout_1492766215130 {
	height: 627.5px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1492766215130 {
		height: 515px;
	}
}

@media screen and (max-width:640px) {
	#layout_1492766215130 {
		height: 603px;
	}
}

#layout_1492766215130>.view_contents {
	overflow: visible;
	max-width: 1200px;
}

#layout_1505195982284 {
	height: 50px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1505195982284 {}
}

@media screen and (max-width:640px) {
	#layout_1505195982284 {
		height: 30px;
	}
}

#layout_1505195982284>.view_contents {
	overflow: visible;
	max-width: 1200px;
}



#image_style_04_1492996950923 {
	width: 100%;
	position: absolute;
	top: 157px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_04_1492996950923 {
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#image_style_04_1492996950923 {
		width: 96%;
		top: 148px;
		left: 2%;
	}
}

#image_style_04_1492996950923>.view_contents {
	overflow: visible;
}

#text_style_11_1492768463777 {
	width: 21.14337568058076%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: Tahoma;
	position: absolute;
	top: 123px;
	left: 39.899047186932854%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_11_1492768463777 {}
}

@media screen and (max-width:640px) {
	#text_style_11_1492768463777 {
		width: 100%;
		top: 45px;
		left: 0%;
	}
}

#text_style_11_1492768463777>.view_contents {
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_11_1492768463777>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_11_1492768463777>.view_contents {
		box-sizing: border-box;
		line-height: 30px;
	}
}

#text_style_02_1492768397961 {
	width: 39.83666061705989%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 80px;
	left: 30.59068738656987%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492768397961 {}
}

@media screen and (max-width:640px) {
	#text_style_02_1492768397961 {
		width: 100%;
		top: 11px;
		left: 0%;
	}
}

#text_style_02_1492768397961>.view_contents {
	box-sizing: border-box;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #333333;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492768397961>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1492768397961>.view_contents {
		box-sizing: border-box;
		font-size: 30px;
		line-height: 40px;
	}
}

#div_blank_1492768551554 {
	width: 4%;
	height: 5px;
	position: absolute;
	top: 165.984375px;
	left: 50.33333333333333%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1492768551554 {
		top: 165.984375px;
		left: 50.6155303030303%;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1492768551554 {
		width: 10%;
		height: 5px;
		top: 73px;
		left: 50%;
	}
}

#div_blank_1492768551554>.view_contents {
	overflow: visible;
}

#div_blank_1492768551554 {
	box-sizing: border-box;
	background: #FF4E4C;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1492768551554 {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1492768551554 {
		box-sizing: border-box;
	}
}

#div_blank_1492768533904 {
	width: 4%;
	height: 5px;
	position: absolute;
	top: 165.984375px;
	left: 46.748697916666664%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1492768533904 {
		top: 166px;
		left: 46.575689935064936%;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1492768533904 {
		width: 10%;
		height: 5px;
		top: 73px;
		left: 40%;
	}
}

#div_blank_1492768533904>.view_contents {
	overflow: visible;
}

#div_blank_1492768533904 {
	box-sizing: border-box;
	background: #FF4E4C;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1492768533904 {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1492768533904 {
		box-sizing: border-box;
	}
}

#div_includeBlock_1492998254576 {
	width: 1200px;
	height: 902px;
	position: absolute;
	top: 0px;
	left: calc(50% - 600px);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_includeBlock_1492998254576 {
		height: 745px;
		width: 98%;
		left: 0.9991383881230116%;
		top: 0px;
	}
}

@media screen and (max-width:640px) {
	#div_includeBlock_1492998254576 {
		width: 100%;
		height: 805px;
		top: 0px;
		left: 0%;
	}
}

#layout_1492768337715 {
	height: 902px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1492768337715 {
		height: 745px;
	}
}

@media screen and (max-width:640px) {
	#layout_1492768337715 {
		height: 805px;
		z-index: 1;
	}
}

#layout_1492768337715>.view_contents {
	overflow: visible;
}

#layout_1492768337715 {
	background: #e5e5e5;
}


#text_style_02_1492997521988 {
	width: 30.833333333333336%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 80px;
	left: 34.708333333333336%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492997521988 {}
}

@media screen and (max-width:640px) {
	#text_style_02_1492997521988 {
		width: 100%;
		top: 50px;
		left: 0%;
	}
}

#text_style_02_1492997521988>.view_contents {
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	font-size: 40px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1492997521988>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1492997521988>.view_contents {
		box-sizing: border-box;
		font-size: 30px;
		line-height: 40px;
		height: 40px;
	}
}

#text_style_11_1492997593522 {
	width: 19.666666666666664%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: Tahoma;
	position: absolute;
	top: 123px;
	left: 40.166666666666664%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_11_1492997593522 {
		width: 280px;
		left: calc(50% - 140px);
	}
}

@media screen and (max-width:640px) {
	#text_style_11_1492997593522 {
		width: 100%;
		top: 90px;
		left: 0%;
	}
}

#text_style_11_1492997593522>.view_contents {
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_11_1492997593522>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_11_1492997593522>.view_contents {
		box-sizing: border-box;
		line-height: 30px;
	}
}

#div_blank_1492997692442 {
	width: 4%;
	height: 5px;
	position: absolute;
	top: 165.99609375px;
	left: 46.082682291666664%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1492997692442 {}
}

@media screen and (max-width:640px) {
	#div_blank_1492997692442 {
		width: 10%;
		height: 5px;
		top: 123px;
		left: 40%;
	}
}

#div_blank_1492997692442>.view_contents {
	overflow: visible;
}

#div_blank_1492997692442 {
	box-sizing: border-box;
	background: #FF4E4C;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1492997692442 {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1492997692442 {
		box-sizing: border-box;
	}
}

#div_blank_1492997733359 {
	width: 4%;
	height: 5px;
	position: absolute;
	top: 165.99609375px;
	left: 49.916666666666664%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1492997733359 {
		top: 166px;
		left: 49.89395546129374%;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1492997733359 {
		width: 10%;
		height: 5px;
		top: 123px;
		left: 50%;
	}
}

#div_blank_1492997733359>.view_contents {
	overflow: visible;
}

#div_blank_1492997733359 {
	box-sizing: border-box;
	background: #FF4E4C;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1492997733359 {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1492997733359 {
		box-sizing: border-box;
	}
}

#image_style_01_1492997873926 {
	width: 44.583333333333336%;
	height: 301px;
	position: absolute;
	top: 226px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1492997873926 {
		left: 0.9991383881230116%;
		height: 234px;
		top: 248px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1492997873926 {
		width: 100%;
		height: 200px;
		top: 148px;
		left: 0%;
	}
}

#image_style_01_1492997873926>.view_contents {
	overflow: visible;
}

#newsList_style_01_1492998904866 {
	width: 52.666666666666664%;
	position: absolute;
	top: 221px;
	left: 47.333333333333336%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_01_1492998904866 {
		width: 491px;
	}
}

@media screen and (max-width:640px) {
	#newsList_style_01_1492998904866 {
		width: 98%;
		top: 356px;
		left: 0.9991776315789473%;
	}
}

#newsList_style_01_1492998904866 .riSet {
	color: #FF4E4C;
}

#layout_1492997327195 {
	height: 527px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1492997327195 {
		height: 655px;
	}
}

@media screen and (max-width:640px) {
	#layout_1492997327195 {
		height: 628px;
	}
}

#layout_1492997327195>.view_contents {
	overflow: visible;
	max-width: 1200px;
}

#layout_1505194996417 {
	height: 50px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1505194996417 {}
}

@media screen and (max-width:640px) {
	#layout_1505194996417 {
		height: 20px;
	}
}

#layout_1505194996417>.view_contents {
	overflow: visible;
	max-width: 1200px;
}


#div_blank_1493002460348 {
	width: 100%;
	height: 400px;
	position: absolute;
	top: 0px;
	left: 0%;
}

@media screen and (min-width:768px) and (max-width:1200px) {
	#div_blank_1493002460348 {
		height: 350px;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1493002460348 {
		width: 100%;
		height: 300px;
		top: 0px;
		left: 0%;
	}
}

#div_blank_1493002460348>.view_contents {
	overflow: visible;
}

#div_blank_1493002460348 {
	box-sizing: border-box;
	background-repeat: repeat-y;
	background-size: 100% auto;
	background: url(http://cdn.xuansiwei.com/825hxjx/img/upimages/pkgimg/pkgimg/icons/584a8425esdsad332e.jpg);
	background-position-y: 50%;
}

@media screen and (min-width:768px) and (max-width:1200px) {
	#div_blank_1493002460348 {
		box-sizing: border-box;

	}
}
@media screen and (max-width: 768px) {
    #text_style_02_1492766843313>.view_contents>.psize {
        font-size: 12px !important;
    }
}

@media screen and (max-width:768px) {
	#div_blank_1493002460348 {
		box-sizing: border-box;
	}
}


#text_style_02_1493002684937 {
	width: 30.833333333333336%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 80px;
	left: 34.541666666666664%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493002684937 {
		left: 0%;
		width: 100%;
		top: 50px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1493002684937 {
		width: 370px;
		top: 50px;
		left: calc(50% - 185px);
	}
}

#text_style_02_1493002684937>.view_contents {
	box-sizing: border-box;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 40px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1493002684937>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1493002684937>.view_contents {
		box-sizing: border-box;
		font-size: 30px;
		line-height: 40px;
		height: 40px;
	}
}

#text_style_11_1493002773853 {
	width: 19.666666666666664%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: Tahoma;
	position: absolute;
	top: 123px;
	left: 40.166666666666664%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_11_1493002773853 {
		width: 23.333333333333332%;
		top: 99px;
		left: 38.335100742311774%;
	}
}

@media screen and (max-width:640px) {
	#text_style_11_1493002773853 {
		width: 100%;
		top: 90px;
		left: 0%;
	}
}

#text_style_11_1493002773853>.view_contents {
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_11_1493002773853>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_11_1493002773853>.view_contents {
		box-sizing: border-box;
		line-height: 30px;
	}
}

#image_style_01_1493003221059 {
	width: 11.755%;
	height: 90px;
	position: absolute;
	top: 207px;
	left: 10.625%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1493003221059 {
		left: 5.16635737009544%;
		width: 9.862142099681867%;
		top: 177px;
		height: 73px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1493003221059 {
		width: 69px;
		height: 56px;
		top: 152px;
		left: 8.68421052631579%;
	}
}

#image_style_01_1493003221059>.view_contents {
	overflow: visible;
}

#image_style_01_1493003239925 {
	width: 9.916666666666666%;
	height: 45px;
	position: absolute;
	top: 207px;
	left: 33.88888888888889%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1493003239925 {
		left: 31.428950159066808%;
		width: 8.48356309650053%;
		height: 78px;
		top: 168.5px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1493003239925 {
		width: 66px;
		height: 64px;
		top: 143px;
		left: 30.201480263157894%;
	}
}

#image_style_01_1493003239925>.view_contents {
	overflow: visible;
}

#image_style_01_1493003255420 {
	width: 10.833333333333334%;
	height: 123px;
	position: absolute;
	top:207px;
	left: 57.152777777777786%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1493003255420 {
		left: 57.69319989395546%;
		width: 9.43796394485684%;
		top: 163px;
		height: 89px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1493003255420 {
		width: 78px;
		height: 74px;
		top: 137px;
		left: 49.2516447368421%;
	}
}

#image_style_01_1493003255420>.view_contents {
	overflow: visible;
}

#image_style_01_1493003270358 {
	width: 11.583333333333332%;
	height: 66px;
	position: absolute;
	top: 207px;
	left: 80.41666666666667%;
}
#image_style_01_1493003270359 {
	width: 11.583333333333332%;
	height: 66px;
	position: absolute;
	top: 237px;
	left: 0;
}
#image_style_01_1493003270360 {
	width: 13.58%;
	height: 66px;
	position: absolute;
	top: 237px;
	left: 33.88888888888888;
}
#image_style_01_1493003270361 {
	width: 11.583333333333332%;
	height: 66px;
	position: absolute;
	top: 237px;
	left: 57.1527777777777786;
}
#image_style_01_1493003270362 {
	width: 11.583333333333332%;
	height: 66px;
	position: absolute;
	top: 237px;
	left: 80.4166666666667;
}
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1493003270358 {
		left: 83.95744962884412%;
		width: 11.876988335100743%;
		top: 182px;
		height: 51px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1493003270358 {
		width: 91px;
		height: 53px;
		top: 156px;
		left: 70.40707236842105%;
	}
}

#image_style_01_1493003270358>.view_contents {
	overflow: visible;
}
#image_style_01_1493003270359>.view_contents {
	overflow: visible;
}
#div_includeBlock_1493002650938 {
	width: 1200px;
	height: 400px;
	position: absolute;
	top: 0px;
	left: calc(50% - 600px);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_includeBlock_1493002650938 {
		width: 100%;
		left: 0%;
		height: 350px;
	}
}

@media screen and (max-width:640px) {
	#div_includeBlock_1493002650938 {
		width: 100%;
		height: 300px;
		top: 0px;
		left: 0%;
	}
}

#layout_1493002453171 {
	/* margin-top: 200px; */
	height: 400px;
}

@media screen and (min-width:768px) and (max-width:1200px) {
	#layout_1493002453171 {
		height: 350px;
	}
}

@media screen and (max-width:768px) {
	#layout_1493002453171 {
		height: 300px;
	}
}

#layout_1493002453171>.view_contents {
	overflow: visible;
}




#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 .btnaSet1 {
	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;
}
#liuyanban_style_03_1492762108785 .btnaSet1 {
	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;
	}
}

/* banner样式 */

.bannerStyle_1 {
	width: 100%;
	height: 100%;
	position: relative;
}

.bannerStyle_1 .main_visual {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.bannerStyle_1 .main_image {
	height: 100%;
	overflow: hidden;
	position: relative;
}

/* 圆点 */
.bannerStyle_1 div.flicking_con {
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 14px;
	text-align: center;
}

.bannerStyle_1 div.flicking_con a {
	width: 14px;
	height: 14px;
	padding: 0;
	background: none;
	border: 1px solid #eee;
	display: inline-block;
	box-sizing: border-box;
	margin: 0 3px;
	border-radius: 100%;
}

.bannerStyle_1 div.flicking_con a.on {
	background: #ccc;
	border: 0;
}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,
.bannerStyle_1 .btn_next {
	z-index: 11111;
	position: absolute;
	width: 73px;
	height: 74px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}

.bannerStyle_1 .btn_prev {
	background: url(http://cdn.xuansiwei.com/825hxjx/img/banner/style_01/hover_left.png) no-repeat left top;
	left: 20px;
	background-size: 80%;
}

.bannerStyle_1 .btn_next {
	background: url(http://cdn.xuansiwei.com/825hxjx/img/banner/style_01/hover_right.png) no-repeat right top;
	right: 20px;
	background-size: 80%;
}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
	background-color: #fff;
}

@media screen and (min-width:326px) and (max-width:767px) {
	.bannerStyle_1 div.flicking_con a {
		width: 9px;
		height: 9px;
	}
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}

.bannerStyle_1 .main_image .img-item {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
}

.bannerStyle_1 .main_image .img-item span {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
}

.bannerStyle_1 .main_image .img-item a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part {
	position: absolute;
	top: 0;
	width: calc(20% + 1px);
	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}

.bannerStyle_1.rotate-3d .img-part .img {
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;
	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}

.bannerStyle_1.rotate-3d .img-part .img:nth-child(1) {
	transform: rotateX(0deg) translateZ(150px);
}

.bannerStyle_1.rotate-3d .img-part .img:nth-child(2) {
	transform: rotateX(-90deg) translateZ(150px);
}

.bannerStyle_1.rotate-3d .img-part .img:nth-child(3) {
	transform: rotateX(-180deg) translateZ(150px);
}

.bannerStyle_1.rotate-3d .img-part .img:nth-child(4) {
	transform: rotateX(-270deg) translateZ(150px);
}

#banner_style_01_1492763045721 .bannerStyle_1 .main_image .img-item .img_0 {
	background: url('http://cdn.xuansiwei.com/825hxjx/img/upimages/pkgimg/pkgimg/icons/321qwe32q1we32qw1e.jpg') center top no-repeat;
}

#banner_style_01_1492763045721 .bannerStyle_1 .main_image .img-item .img_1 {
	background: url('http://cdn.xuansiwei.com/825hxjx/img/upimages/pkgimg/pkgimg/icons/20170424180838587.jpg') center top no-repeat;
}

#banner_style_01_1492763045721 .bannerStyle_1 .ground_glass {}

#image_style_01_1492763502716 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1492763502716 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1492763502716 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1492763502716 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_1492763185275 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1492763185275 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1492763185275 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

#image_style_01_1492763185275 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_1492763449490 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1492763449490 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1492763449490 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1492763449490 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_1492763481153 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1492763481153 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1492763481153 .CompatibleImg img {
		position: absolute;
		margin-top: 10px;
		width: 100%;
		height: 100%
		
	}
}

#image_style_01_1492763481153 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_1492766802521 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1492766802521 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1492766802521 .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_1492766802521 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

.imgStyle_4 ul li a img {
	width: auto !important;
	height: 100% !important;
}

/*pc*/
#image_style_04_1492996950923 .imgStyle_4 ul li,
#image_style_04_1492996950923 .imgStyle_4 ul li {
	width: 24.25%;
}

#image_style_04_1492996950923 .imgStyle_4 ul li.imgItems,
#image_style_04_1492996950923 .imgStyle_4 ul li.imgItems {
	margin-bottom: 1%;
}

@media screen and (max-width: 1024px) {

	/*ipad*/
	#image_style_04_1492996950923 .imgStyle_4 ul li,
	#image_style_04_1492996950923 .imgStyle_4 ul li {
		width: 23.5%;
	}

	#image_style_04_1492996950923 .imgStyle_4 ul li.imgItems,
	#image_style_04_1492996950923 .imgStyle_4 ul li.imgItems {
		margin-bottom: 2%;
	}
}

@media screen and (max-width: 768px) {

	/*mobi*/
	#image_style_04_1492996950923 .imgStyle_4 ul li,
	#image_style_04_1492996950923 .imgStyle_4 ul li {
		width: 49%;
	}

	#image_style_04_1492996950923 .imgStyle_4 ul li.imgItems,
	#image_style_04_1492996950923 .imgStyle_4 ul li.imgItems {
		margin-bottom: 2%;
	}
}

.imgStyle_4,
.imgStyle_11 {
	position: relative;
	clear: both;
	width: 100%;
	height: 100%;
}

.imgStyle_4 ul,
.imgStyle_11 ul {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.imgStyle_4 ul li.imgItems,
.imgStyle_11 ul li.imgItems {
	position: relative;
	overflow: hidden;
	width: 19%;
	box-sizing: border-box;
	margin-bottom: 10px;
	background-color: #eee;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}

/*pc 1=100%; 2=49%; 3=32%; 4=24%; 5=19%; 6=15%; 7=13%; 8=12%; 9=10.5%; 10=9%*/
.imgStyle_4 ul li .ratio,
.imgStyle_11 ul li .ratio {
	margin-top: 100%;
}

.imgStyle_4 ul li a {}

.imgStyle_4 ul li:hover,
.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_4 ul li a img,
.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;
}

/*****在BODY添加的内容*****/
.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%;
	/*max-height: 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) {

	/*ipad*/
	.imgStyle_4 ul li,
	.imgStyle_11 ul li {
		width: 24%;
	}
}

@media screen and (max-width: 768px) {

	/*mobi*/
	.imgStyle_4 ul li,
	.imgStyle_11 ul li {
		width: 49%;
	}

	.imgShowBox img {
		border-width: 10px;
	}

	.imgShowBox.scroll img {
		top: 5%;
		margin-bottom: 10vh;
	}
}

#image_style_01_1492997873926 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1492997873926 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1492997873926 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

#image_style_01_1492997873926 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;
}

/*新闻列表样式*/
.boxNewsListStyle_1 {
	width: 100%;
	clear: both;
}

.boxNewsListStyle_1 * {
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
}

.boxNewsListStyle_1 li {
	width: 100%;
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.boxNewsListStyle_1 li:hover {}

.boxNewsListStyle_1 li:first-child {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: transparent;
}

.boxNewsListStyle_1 li .clear {
	clear: both;
}

.boxNewsListStyle_1 .sumary_list .newCont {
	float: none;
	width: 100%;
	box-sizing: border-box;
}

.boxNewsListStyle_1 .sumary_list .newCont .newTitle {
	width: 100%;
}

.boxNewsListStyle_1 .newTitle .nDate {
	float: left;
	width: 80px;
	background: #fff;
	text-align: center;
	line-height: 1.4;
	box-sizing: border-box;
	border: 1px solid #ddd;
}

.boxNewsListStyle_1 .newTitle .nDate .numDate {
	float: left;
	width: 60%;
	text-align: right;
	font-weight: normal;
	font-size: 38px;
	/*font-family: Georgia,Tahoma;*/
	color: #40B8FF;
}

.boxNewsListStyle_1 .newTitle .nDate .enDate {
	float: left;
	margin-top: 20px;
	font-weight: normal;
	font-size: 18px;
	font-family: microsoft yahei;
	color: #666;
}

.boxNewsListStyle_1 .newTitle .nDate .yrDate {
	font-size: 18px;
	color: #999;
	background: #eee;
	height: 26px;
	line-height: 26px;
	clear: both;
}

.boxNewsListStyle_1 .sumary_list .newName {
	float: left;
	width: calc(78% - 80px);
	margin: .5em 0;
	padding: 0 .5em;
	box-sizing: border-box;
}

.boxNewsListStyle_1 .sumary_list .newName .newTit {
	width: 100%;
}

.boxNewsListStyle_1 .sumary_list .newName a {
	text-decoration: none;
	line-height: 1.4;
	font-size: 16px;
	color: #333;
	display: block;
}

.boxNewsListStyle_1 .sumary_list .newName a:hover {}

.boxNewsListStyle_1 .sumary_list .newB {
	width: 100%;
	line-height: 2;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.boxNewsListStyle_1 .sumary_list .newSort {
	font-size: 12px;
	white-space: nowrap;
	padding: .5em 1em .5em 0;
	border-radius: 1.5em;
	margin-right: 5px;
	/*display:block;*/
	width: 60px;
	text-align: center;
	margin-top: 5px;
}

.boxNewsListStyle_1 .sumary_list .newsTime {
	text-align: left;
	color: #999;
	font-size: 14px;
	white-space: nowrap;
	display: inline-block;
}

.boxNewsListStyle_1 .sumary_list .newsTime .nsDate {
	margin-right: 15px;
	font-size: 12px;
	color: #999
}

.boxNewsListStyle_1 .sumary_list .newsTime span {
	white-space: nowrap;
}

.boxNewsListStyle_1 .sumary_list .newDetail {
	width: 100%;
	box-sizing: border-box;
	padding: .6em .6em .6em 0;
	color: #999;
	font-size: 12px;
	line-height: 1.6;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/*分页*/
.boxNewsListStyle_1 .page_btn {
	clear: both;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.boxNewsListStyle_1 .page_btn a {
	display: inline-block;
	color: #333;
	box-sizing: border-box;
	margin: 0 5px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #ccc;
	font-family: 'microsoft YaHei';
}

.boxNewsListStyle_1 .page_btn a.cur,
.boxNewsListStyle_1 .page_btn a:hover {
	border: 1px solid #4c4c4c;
}

.boxNewsListStyle_1 .prev_btn,
.boxNewsListStyle_1 .next_btn {
	font-family: '黑体' !important;
	border: 0 !important;
}

.boxNewsListStyle_1 .no_page {
	border: 0 !important;
}

.boxNewsListStyle_1 .sumary_list .show_all {
	width: 25%;
	margin-top: .5em;
}

.boxNewsListStyle_1 .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;
}

/*alex---后期加的图片样式*/
.boxNewsListStyle_1 .sumary_list .newPic {
	background-color: #eee;
	width: 20%;
	min-width: 100px;
	margin-left: 1%;
	margin-right: 1%;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	float: left;
	padding-bottom: 1px;
}

.boxNewsListStyle_1 .sumary_list .newPic img {
	width: 100%;
	float: left;
	background-color: #eee;
}

.boxNewsListStyle_1 .sumary_list .newPic2 {
	display: none;
}

@media screen and (max-width:767px) {
	.boxNewsListStyle_1 .sumary_list .newName a {
		font-size: 12px;
	}

	.boxNewsListStyle_1 .newTitle .nDate {
		width: 65px;
	}

	.boxNewsListStyle_1 .sumary_list .newName {
		width: calc(100% - 65px);
	}

	.boxNewsListStyle_1 .newTitle .nDate .numDate {
		font-size: 28px;
	}

	.boxNewsListStyle_1 .newTitle .nDate .enDate {
		font-size: 12px;
		margin-top: 15px;
	}

	/*分页*/
	.boxNewsListStyle_1 .page_btn a:nth-child(n+5) {
		display: none;
	}

	.boxNewsListStyle_1 .page_btn a:nth-last-child(1),
	.boxNewsListStyle_1 .page_btn a:nth-last-child(2),
	.boxNewsListStyle_1 .page_btn a:nth-last-child(3) {
		display: inline-block !important;
	}

	.boxNewsListStyle_1 .sumary_list .newPic {
		margin-bottom: 15px;
	}

	.boxNewsListStyle_1 .sumary_list .newPic {
		display: none;
	}

	.boxNewsListStyle_1 .sumary_list .newPic2 {
		display: block;
		background-color: #eee;
		width: 100%;
		min-width: 100px;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 5px;
		overflow: hidden;
		position: relative;
		box-sizing: border-box;
		float: left;
		padding-bottom: 1px;
	}

	.boxNewsListStyle_1 .sumary_list .newPic2 img {
		width: 100%;
		float: left;
	}
}




#newsList_style_01_1492998904866 .newDetail.pc {
	display: block;
}

#newsList_style_01_1492998904866 .newDetail.pad,
#newsList_style_01_1492998904866 .newDetail.mobile {
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_01_1492998904866 .newDetail.pad {
		display: block;
	}

	#newsList_style_01_1492998904866 .newDetail.pc,
	#newsList_style_01_1492998904866 .newDetail.mobile {
		display: none;
	}
}

@media screen and (max-width:640px) {
	#newsList_style_01_1492998904866 .newDetail.mobile {
		display: block;
	}

	#newsList_style_01_1492998904866 .newDetail.pc,
	#newsList_style_01_1492998904866 .newDetail.pad {
		display: none;
	}
}

#image_style_01_1493003221059 .CompatibleImg img {
	width: 100%;
	height: 45.92%;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1493003221059 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1493003221059 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

#image_style_01_1493003221059 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_1493003239925 .CompatibleImg img {
	width: 100%;
	height: 45.92px;
	margin-left: 0px;
	object-fit:cover;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1493003239925 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1493003239925 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

#image_style_01_1493003239925 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_1493003255420 .CompatibleImg img {
	width: 100%;
	height: 47.92px;
	margin-left: 0px;
	object-fit: cover;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1493003255420 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1493003255420 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

#image_style_01_1493003255420 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_1493003270358 .CompatibleImg img {
	width: 100%;
	height: 46.92px;
	margin-left: 0px;
	object-fit: cover;
}
#image_style_01_1493003270359 .CompatibleImg img {
	width: 100%;
	height: 45.92px;
	margin-left: 0px;
	object-fit: cover;
}
#image_style_01_1493003270360 .CompatibleImg img {
	width: 100%;
	height: 46.92px;
	margin-left: 0px;
	object-fit: cover;
}
#image_style_01_1493003270361 .CompatibleImg img {
	width: 100%;
	height: 45.92px;
	margin-left: 0px;
	object-fit: cover;
}
#image_style_01_1493003270362 .CompatibleImg img {
	width: 100%;
	height: 45.92px;
	margin-left: 0px;
	object-fit: cover;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1493003270358 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1493003270358 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

#image_style_01_1493003270358 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 .gbt1 {
	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;
	}
	.gformStyle_3 .gbt1 {
		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;
}