/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";

/*----------------公共部分----------------*/
html {
	overflow-x: hidden;
	overflow-y: auto;
}

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

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

em,
i {
	font-style: normal;
}

a {
	color: #333;
}

a {
	text-decoration: none;
}

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

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

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

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

.vertical .view {
	position: relative;
}

.view_contents {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	z-index: 10;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	/*添加后，模块的内边距和边框不会再溢出*/
}

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

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

/*流布局*/
.flow .view_contents>.view {
	float: left;
}

.clear {
	clear: both;
}

/*苹果去除样式*/
select,
input[type='button'],
input[type="reset"],
input[type='submit'],
input[type='text'],
input[type="password"],
input[name='query'],
input[name='d'] {
	-webkit-appearance: none;
	border-radius: 0px
}

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

/*模块分页*/
.page_btn {
	clear: both;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

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

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

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

.no_page {
	border: 0 !important;
}

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

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

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

/*图片放大样式*/
.imgBox {
	position: fixed;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jurisdiction_tips .jurisdiction_login {
	background: #ff0099;
}

.jurisdiction_tips button:hover {
	opacity: 0.8;
}

.jurisdiction_tips_mobile {
	display: none;
}

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

	.jurisdiction_tips p {
		display: none;
	}

	.jurisdiction_tips .jurisdiction_tips_mobile {
		display: block;
	}

	.jurisdiction_tips img {
		width: 60px;
	}

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

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

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

body {
	background-position: left top;
}


#image_logo_1500435130706 {
	width: 24.10400562192551%;
	height: 76px;
	position: absolute;
	top: 20px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_logo_1500435130706 {
		height: 54px;
		left: 1%;
		width: 202px;
		top: 16px;
	}
}

@media screen and (max-width:640px) {
	#image_logo_1500435130706 {
		width: 46.31578947368421%;
		height: 47px;
		top: 5px;
		left: 2.65625%;
		z-index: 99;
	}
}

#dh_style_01_1500340658540 {
	width: 61.82380216383307%;
	z-index: 999;
	position: absolute;
	top: 36px;
	left: 38.166666666666664%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1500340658540 {
		z-index: 999;
		left: 35.31283138918346%;
		top: 21px;
		width: 610px;
	}
}

@media screen and (max-width:640px) {
	#dh_style_01_1500340658540 {
		width: 12.054794520547945%;
		z-index: 999;
		top: 6px;
		left: 87.89473684210526%;
	}
}

#dh_style_01_1500340658540>.view_contents {
	overflow: visible;
}

@media screen and (max-width:640px) {
	#dh_style_01_1500340658540 #hot>a {
		color: #f37420;
	}
}

/*----------------------电脑板式样式----------------------*/
#dh_style_01_1500340658540 {}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1500340658540 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_01_1500340658540 {}
}

#comm_layout_header {
	height: 115px;
	z-index: 9998;
}

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

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

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

#comm_layout_header {
	background: transparent;
}


#banner_style_01_1500340675079 {
	width: 100%;
	height: 500px;
	position: absolute;
	top: 0px;
	left: 0%;
}

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

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

#layout_diy_1500340552 {
	height: 500px;
}

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

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


#text_style_02_1500342950961 {
	width: 30.833333333333336%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 69.99999618530273px;
	left: 42.99952665964762%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500342950961 {
		left: 48.00745403955853%;
		top: 58.94886016845703px;
	}
}

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

#text_style_02_1500342950961>.view_contents {
	box-sizing: border-box;
	font-size: 32px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500342950961>.view_contents {
		box-sizing: border-box;
		font-size: 24px;
		line-height: 32px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1500342950961>.view_contents {
		box-sizing: border-box;
		font-size: 18px;
		text-align: center;
		line-height: 36px;
	}
}

#div_blank_1500343016889 {
	width: 5.333333333333334%;
	height: 90px;
	position: absolute;
	top: 33.965911865234375px;
	left: 42.99952665964762%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1500343016889 {
		left: 47.93530338024967%;
		top: 12.926136016845703px;
		width: 48px;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1500343016889 {
		width: 8.421052631578947%;
		height: 38.01136px;
		top: 20.477264404296875px;
		left: 45.78947368421053%;
	}
}

#div_blank_1500343016889>.view_contents {
	overflow: visible;
}

#div_blank_1500343016889 {
	box-sizing: border-box;
	background: transparent;
	border-bottom-color: #f37420;
	border-bottom-style: solid;
	border-bottom-width: 4px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1500343016889 {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1500343016889 {
		box-sizing: border-box;
		border-bottom-width: 2px;
	}
}

#text_style_02_1500342957959 {
	width: 56.00000000000001%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 131.5px;
	left: 42.99952665964762%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500342957959 {
		width: 479px;
		left: 47.76995946490575%;
		top: 119.41761016845703px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1500342957959 {
		width: 97%;
		top: 65.97442626953125px;
		left: 1.498953292244359%;
	}
}

#text_style_02_1500342957959>.view_contents {
	box-sizing: border-box;
	font-size: 16px;
	line-height: 32px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500342957959>.view_contents {
		box-sizing: border-box;
		font-size: 14px;
		line-height: 28px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1500342957959>.view_contents {
		box-sizing: border-box;
		font-size: 12px;
		line-height: 24px;
		text-indent: 2em;
	}
}

#image_style_01_1500341180191 {
	width: 500px;
	height: 250px;
	position: absolute;
	top: 70px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1500341180191 {
		top: 50px;
		left: 1%;
		width: 429px;
		height: 214px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1500341180191 {
		width: 54.794520547945204%;
		height: 200px;
		top: 270.80963134765625px;
		left: 13.912230039897718%;
		display: none;
	}
}

#image_style_01_1500341180191>.view_contents {
	overflow: visible;
}

#layout_1500340801070 {
	height: 389.0px;
}

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

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

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


#text_style_02_1500343220280 {
	width: 50.16666666666667%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 70px;
	left: 24.916666666666668%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500343220280 {
		width: 478px;
		left: calc(50% - 239px);
		top: 50px;
	}
}

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

#text_style_02_1500343220280>.view_contents {
	box-sizing: border-box;
	font-size: 32px;
	text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500343220280>.view_contents {
		box-sizing: border-box;
		font-size: 24px;
		line-height: 32px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1500343220280>.view_contents {
		box-sizing: border-box;
		font-size: 18px;
		line-height: 36px;
	}
}

#text_style_02_1500343332695 {
	width: 96.33333333333334%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 138.49147033691406px;
	left: 1.874999682108561%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500343332695 {
		left: 1.8202861402400585%;
		top: 102.42327880859375px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1500343332695 {
		width: 97%;
		top: 65.9px;
		left: 1.5789473684210527%;
	}
}

#text_style_02_1500343332695>.view_contents {
	box-sizing: border-box;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
}

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

@media screen and (max-width:640px) {
	#text_style_02_1500343332695>.view_contents {
		box-sizing: border-box;
		font-size: 12px;
		line-height: 24px;
	}
}

#div_blank_1500343290956 {
	width: 5.333333333333334%;
	height: 90px;
	position: absolute;
	top: 40.914764404296875px;
	left: 47.34848499298096%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1500343290956 {
		top: 36.866455078125px;
		left: 47.204182942708336%;
		height: 61.008520000000004px;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1500343290956 {
		width: 8.4%;
		height: 38.0px;
		top: 20.4px;
		left: 45.6578947368421%;
	}
}

#div_blank_1500343290956>.view_contents {
	overflow: visible;
}

#div_blank_1500343290956 {
	box-sizing: border-box;
	background: transparent;
	border-bottom-color: #f37420;
	border-bottom-style: solid;
	border-bottom-width: 4px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1500343290956 {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1500343290956 {
		box-sizing: border-box;
		border-bottom-width: 2px;
	}
}

#image_style_03_1500346023452 {
	width: 19%;
	height: 177px;
	position: absolute;
	top: 198.46875px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_03_1500346023452 {
		left: 1%;
		height: 140px;
		top: 148.4658966064453px;
	}
}

@media screen and (max-width:640px) {
	#image_style_03_1500346023452 {
		width: 48%;
		height: 142px;
		top: 125.36363220214844px;
		left: 1.5%;
	}
}

#image_style_03_1500346023452>.view_contents {
	overflow: visible;
}

#image_style_03_1500346023452 .tipsText {
	font-size: 16px;
}

#image_style_03_1500346023452 .imgStyle_3:hover .tipsText {
	background: rgba(243, 116, 32, 0.9);
}

#image_style_03_1500346023452 .imgSet {
	background: #ffffff;
}

#image_style_03_1500346023452 {
	background: #ffffff;
}

#image_style_03_1500347302908 {
	width: 19%;
	height: 177px;
	position: absolute;
	top: 198.46590042114258px;
	left: 20.253609895706177%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_03_1500347302908 {
		height: 140px;
		left: 20.738636349874827%;
		top: 148.45170211791992px;
	}
}

@media screen and (max-width:640px) {
	#image_style_03_1500347302908 {
		width: 48%;
		height: 142px;
		top: 125.35510301589966px;
		left: 50.5%;
	}
}

#image_style_03_1500347302908>.view_contents {
	overflow: visible;
}

#image_style_03_1500347302908 .tipsText {
	font-size: 16px;
}

#image_style_03_1500347302908 .imgStyle_3:hover .tipsText {
	background: rgba(243, 116, 32, 0.9);
}

#image_style_03_1500347338755 {
	width: 19%;
	height: 177px;
	position: absolute;
	top: 198.46590042114258px;
	left: 40.50721979141235%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_03_1500347338755 {
		height: 140px;
		left: 40.47919672002237%;
		top: 148.45170211791992px;
	}
}

@media screen and (max-width:640px) {
	#image_style_03_1500347338755 {
		width: 48%;
		height: 142px;
		top: 271.2840766906738px;
		left: 1.569976053739849%;
	}
}

#image_style_03_1500347338755>.view_contents {
	overflow: visible;
}

#image_style_03_1500347338755 .tipsText {
	font-size: 16px;
}

#image_style_03_1500347338755 .imgStyle_3:hover .tipsText {
	color: #ffffff;
	background: rgba(243, 116, 32, 0.9);
}

#image_style_03_1500347382523 {
	width: 19%;
	height: 177px;
	position: absolute;
	top: 198.46590042114258px;
	left: 60.76082968711853%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_03_1500347382523 {
		height: 140px;
		left: 60.219757090169914%;
		top: 148.45170211791992px;
	}
}

@media screen and (max-width:640px) {
	#image_style_03_1500347382523 {
		width: 48%;
		height: 142px;
		top: 271.28691482543945px;
		left: 50.52332426372327%;
	}
}

#image_style_03_1500347382523>.view_contents {
	overflow: visible;
}

#image_style_03_1500347382523 .tipsText {
	font-size: 16px;
}

#image_style_03_1500347382523 .imgStyle_3:hover .tipsText {
	background: rgba(243, 116, 32, 0.9);
}

#image_style_03_1500347431229 {
	width: 19%;
	height: 177px;
	position: absolute;
	top: 198.46590042114258px;
	left: 81%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_03_1500347431229 {
		height: 140px;
		left: 79.96031746031747%;
		top: 148.45170211791992px;
	}
}

@media screen and (max-width:640px) {
	#image_style_03_1500347431229 {
		width: 48%;
		height: 142px;
		top: 417.2528381347656px;
		left: 1.5737140806097734%;
	}
}

#image_style_03_1500347431229>.view_contents {
	overflow: visible;
}

#image_style_03_1500347431229 .tipsText {
	font-size: 16px;
}

#image_style_03_1500347431229 .imgStyle_3:hover .tipsText {
	background: rgba(243, 116, 32, 0.9);
}

#image_style_03_1500347505323 {
	width: 19%;
	height: 177px;
	position: absolute;
	top: 390.4176025390625px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_03_1500347505323 {
		height: 140px;
		left: 0.9980759797272859%;
		top: 298.4119038581848px;
	}
}

@media screen and (max-width:640px) {
	#image_style_03_1500347505323 {
		width: 48%;
		height: 142px;
		top: 417.2443084716797px;
		left: 50.52481801886307%;
	}
}

#image_style_03_1500347505323>.view_contents {
	overflow: visible;
}

#image_style_03_1500347505323 .tipsText {
	font-size: 16px;
}

#image_style_03_1500347505323 .imgStyle_3:hover .tipsText {
	background: rgba(243, 116, 32, 0.9);
}

#image_style_03_1500347555879 {
	width: 19%;
	height: 177px;
	position: absolute;
	top: 390.4119110107422px;
	left: 20.253609895706177%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_03_1500347555879 {
		height: 140px;
		top: 298.40907287597656px;
		left: 20.71796803247361%;
	}
}

@media screen and (max-width:640px) {
	#image_style_03_1500347555879 {
		width: 48%;
		height: 142px;
		top: 564.2102203369141px;
		left: 1.5737140806097734%;
	}
}

#image_style_03_1500347555879>.view_contents {
	overflow: visible;
}

#image_style_03_1500347555879 .tipsText {
	font-size: 16px;
}

#image_style_03_1500347555879 .imgStyle_3:hover .tipsText {
	background: rgba(243, 116, 32, 0.9);
}

#image_style_03_1500347567411 {
	width: 19%;
	height: 177px;
	position: absolute;
	top: 390.4119110107422px;
	left: 40.50721979141235%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_03_1500347567411 {
		height: 140px;
		top: 298.40907287597656px;
		left: 40.43936325759484%;
	}
}

@media screen and (max-width:640px) {
	#image_style_03_1500347567411 {
		width: 48%;
		height: 142px;
		top: 564.2045440673828px;
		left: 50.52482052853233%;
	}
}

#image_style_03_1500347567411>.view_contents {
	overflow: visible;
}

#image_style_03_1500347567411 .tipsText {
	font-size: 16px;
}

#image_style_03_1500347567411 .imgStyle_3:hover .tipsText {
	background: rgba(243, 116, 32, 0.9);
}

#image_style_03_1500347613963 {
	width: 19%;
	height: 177px;
	position: absolute;
	top: 390.4119110107422px;
	left: 60.76082968711853%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_03_1500347613963 {
		height: 140px;
		top: 298.40907287597656px;
		left: 60.16075848271607%;
	}
}

@media screen and (max-width:640px) {
	#image_style_03_1500347613963 {
		width: 48%;
		height: 142px;
		top: 711.17041015625px;
		left: 1.5737140806097734%;
	}
}

#image_style_03_1500347613963>.view_contents {
	overflow: visible;
}

#image_style_03_1500347613963 .tipsText {
	font-size: 16px;
}

#image_style_03_1500347613963 .imgStyle_3:hover .tipsText {
	background: rgba(243, 116, 32, 0.9);
}

#image_style_03_1500347623745 {
	width: 19%;
	height: 177px;
	position: absolute;
	top: 390.4119110107422px;
	left: 81%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_03_1500347623745 {
		height: 140px;
		left: 79.8821537078373%;
		top: 298.40907287597656px;
	}
}

@media screen and (max-width:640px) {
	#image_style_03_1500347623745 {
		width: 48%;
		height: 142px;
		top: 711.1562194824219px;
		left: 50.52332426372327%;
	}
}

#image_style_03_1500347623745>.view_contents {
	overflow: visible;
}

#image_style_03_1500347623745 .tipsText {
	font-size: 16px;
}

#image_style_03_1500347623745 .imgStyle_3:hover .tipsText {
	background: rgba(243, 116, 32, 0.9);
}

#layout_1500341183047 {
	height: 636.0px;
}

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

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

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

#layout_1500341183047 {
	background: #d4d2d5;
}


#text_style_02_1500347810196 {
	width: 50.16666666666667%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 70px;
	left: 24.916666666666668%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500347810196 {
		width: 478px;
		left: calc(50% - 239px);
		top: 50px;
	}
}

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

#text_style_02_1500347810196>.view_contents {
	box-sizing: border-box;
	font-size: 32px;
	text-align: center;
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500347810196>.view_contents {
		box-sizing: border-box;
		font-size: 24px;
		line-height: 32px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1500347810196>.view_contents {
		box-sizing: border-box;
		font-size: 18px;
		line-height: 36px;
	}
}

#div_blank_1500347819263 {
	width: 5.333333333333334%;
	height: 90px;
	position: absolute;
	top: 40.914764404296875px;
	left: 47.34848499298096%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1500347819263 {
		top: 36.866455078125px;
		left: 47.204182942708336%;
		height: 61.008520000000004px;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1500347819263 {
		width: 8.4%;
		height: 38.0px;
		top: 20.4px;
		left: 45.6578947368421%;
	}
}

#div_blank_1500347819263>.view_contents {
	overflow: visible;
}

#div_blank_1500347819263 {
	box-sizing: border-box;
	background: transparent;
	border-bottom-color: #f37420;
	border-bottom-style: solid;
	border-bottom-width: 4px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1500347819263 {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1500347819263 {
		box-sizing: border-box;
		border-bottom-width: 2px;
	}
}

#text_style_02_1500347831794 {
	width: 96.33333333333334%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 138.49147033691406px;
	left: 1.874999682108561%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500347831794 {
		left: 1.8193266171792153%;
		top: 104.421875px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1500347831794 {
		width: 97%;
		top: 65.9px;
		left: 1.5789473684210527%;
	}
}

#text_style_02_1500347831794>.view_contents {
	box-sizing: border-box;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	color: #ffffff;
}

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

@media screen and (max-width:640px) {
	#text_style_02_1500347831794>.view_contents {
		box-sizing: border-box;
		font-size: 12px;
		line-height: 24px;
	}
}


#image_style_01_1500348896809 {
	width: 12.333333333333334%;
	height: 37px;
	position: absolute;
	top: 16.5px;
	left: 20px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1500348896809 {
		left: 7%;
		width: 13.852813852813853%;
		top: 10px;
		height: 33px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1500348896809 {
		width: 31px;
		height: 31px;
		top: 4.5px;
		left: 3.6966463414634143%;
	}
}

#image_style_01_1500348896809>.view_contents {
	overflow: visible;
}

#text_style_02_1500349026703 {
	width: 56.333333333333336%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 23px;
	left: 22%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500349026703 {
		width: 152px;
		left: 24.3%;
		top: 13.5px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1500349026703 {
		width: 78.59078590785907%;
		top: 8px;
		left: 14.185298102981031%;
	}
}

#text_style_02_1500349026703>.view_contents {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500349026703>.view_contents {
		box-sizing: border-box;
		font-size: 16px;
	}
}

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

#div_includeBlock_1500348480197 {
	width: 25%;
	height: 70px;
	position: absolute;
	top: 241.734375px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_includeBlock_1500348480197 {
		height: 51px;
		width: 24.5%;
		left: 0.9991383881230116%;
		top: 190.734375px;
	}
}

@media screen and (max-width:640px) {
	#div_includeBlock_1500348480197 {
		width: 97%;
		height: 40px;
		top: 169.890625px;
		left: 1.4453125%;
	}
}

#div_includeBlock_1500348480197 {
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
}

@media screen and (max-width:640px) {
	#div_includeBlock_1500348480197 {
		border-bottom-width: 0px;
		border-right-width: 0px;
	}
}


#image_style_01_1500349615810 {
	width: 12.333333333333334%;
	height: 37px;
	position: absolute;
	top: 16.5px;
	left: 20px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1500349615810 {
		left: 7%;
		width: 13.852813852813853%;
		top: 10px;
		height: 33px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1500349615810 {
		width: 31px;
		height: 31px;
		top: 4.5px;
		left: 3.6966463414634143%;
	}
}

#image_style_01_1500349615810>.view_contents {
	overflow: visible;
}

#text_style_02_1500349615819 {
	width: 56.333333333333336%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 23px;
	left: 22%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500349615819 {
		width: 152px;
		left: 24.3%;
		top: 13.5px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1500349615819 {
		width: 78.59078590785907%;
		top: 8px;
		left: 14.185298102981031%;
	}
}

#text_style_02_1500349615819>.view_contents {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500349615819>.view_contents {
		box-sizing: border-box;
		font-size: 16px;
	}
}

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

#div_includeBlock_1500349615609 {
	width: 25%;
	height: 70px;
	position: absolute;
	top: 241.734375px;
	left: 25%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_includeBlock_1500349615609 {
		height: 51px;
		width: 24.5%;
		top: 190.734375px;
		left: 25.498740721102862%;
	}
}

@media screen and (max-width:640px) {
	#div_includeBlock_1500349615609 {
		width: 97%;
		height: 40px;
		top: 209.890625px;
		left: 1.494140625%;
	}
}

#div_includeBlock_1500349615609 {
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
}

@media screen and (max-width:640px) {
	#div_includeBlock_1500349615609 {
		border-bottom-width: 0px;
		border-right-width: 0px;
	}
}


#image_style_01_1500349635486 {
	width: 12.333333333333334%;
	height: 37px;
	position: absolute;
	top: 16.5px;
	left: 20px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1500349635486 {
		left: 7%;
		width: 13.852813852813853%;
		top: 10px;
		height: 33px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1500349635486 {
		width: 31px;
		height: 31px;
		top: 4.5px;
		left: 3.6966463414634143%;
	}
}

#image_style_01_1500349635486>.view_contents {
	overflow: visible;
}

#text_style_02_1500349635496 {
	width: 56.333333333333336%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 23px;
	left: 22%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500349635496 {
		width: 152px;
		left: 24.3%;
		top: 13.5px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1500349635496 {
		width: 78.59078590785907%;
		top: 8px;
		left: 14.185298102981031%;
	}
}

#text_style_02_1500349635496>.view_contents {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500349635496>.view_contents {
		box-sizing: border-box;
		font-size: 16px;
	}
}

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

#div_includeBlock_1500349635308 {
	width: 25%;
	height: 70px;
	position: absolute;
	top: 241.734375px;
	left: 50%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_includeBlock_1500349635308 {
		height: 51px;
		width: 24.5%;
		top: 190.734375px;
		left: 49.99834305408272%;
	}
}

@media screen and (max-width:640px) {
	#div_includeBlock_1500349635308 {
		width: 97%;
		height: 40px;
		top: 249.890625px;
		left: 1.494140625%;
	}
}

#div_includeBlock_1500349635308 {
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
}

@media screen and (max-width:640px) {
	#div_includeBlock_1500349635308 {
		border-bottom-width: 0px;
		border-right-width: 0px;
	}
}


#image_style_01_1500349652961 {
	width: 12.333333333333334%;
	height: 37px;
	position: absolute;
	top: 16.5px;
	left: 20px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1500349652961 {
		left: 7%;
		width: 13.852813852813853%;
		top: 10px;
		height: 33px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1500349652961 {
		width: 31px;
		height: 31px;
		top: 4.5px;
		left: 3.6966463414634143%;
	}
}

#image_style_01_1500349652961>.view_contents {
	overflow: visible;
}

#text_style_02_1500349652973 {
	width: 56.333333333333336%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 23px;
	left: 22%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500349652973 {
		width: 152px;
		left: 24.3%;
		top: 13.5px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1500349652973 {
		width: 78.59078590785907%;
		top: 8px;
		left: 14.185298102981031%;
	}
}

#text_style_02_1500349652973>.view_contents {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500349652973>.view_contents {
		box-sizing: border-box;
		font-size: 16px;
	}
}

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

#div_includeBlock_1500349652771 {
	width: 25%;
	height: 70px;
	position: absolute;
	top: 241.734375px;
	left: 75%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_includeBlock_1500349652771 {
		height: 51px;
		width: 24.5%;
		left: 74.5%;
		top: 190.734375px;
	}
}

@media screen and (max-width:640px) {
	#div_includeBlock_1500349652771 {
		width: 97%;
		height: 40px;
		top: 289.890625px;
		left: 1.494140625%;
	}
}

#div_includeBlock_1500349652771 {
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 0px;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
}

@media screen and (max-width:640px) {
	#div_includeBlock_1500349652771 {
		border-bottom-width: 0px;
		border-right-width: 0px;
	}
}


#image_style_01_1500349852826 {
	width: 12.333333333333334%;
	height: 37px;
	position: absolute;
	top: 16.5px;
	left: 20px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1500349852826 {
		left: 7%;
		width: 13.852813852813853%;
		top: 10px;
		height: 33px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1500349852826 {
		width: 31px;
		height: 31px;
		top: 4.5px;
		left: 3.6966463414634143%;
	}
}

#image_style_01_1500349852826>.view_contents {
	overflow: visible;
}

#text_style_02_1500349852838 {
	width: 56.333333333333336%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 23px;
	left: 22%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500349852838 {
		width: 152px;
		left: 24.3%;
		top: 13.5px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1500349852838 {
		width: 78.59078590785907%;
		top: 8px;
		left: 14.185298102981031%;
	}
}

#text_style_02_1500349852838>.view_contents {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500349852838>.view_contents {
		box-sizing: border-box;
		font-size: 16px;
	}
}

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

#div_includeBlock_1500349852617 {
	width: 25%;
	height: 70px;
	position: absolute;
	top: 311.734375px;
	left: 25%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_includeBlock_1500349852617 {
		height: 51px;
		width: 24.5%;
		left: 25.499293036408627%;
		top: 241.734375px;
	}
}

@media screen and (max-width:640px) {
	#div_includeBlock_1500349852617 {
		width: 97%;
		height: 40px;
		top: 329.890625px;
		left: 1.4990234375%;
	}
}

#div_includeBlock_1500349852617 {
	border-bottom-color: #000000;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #ffffff;
}

@media screen and (max-width:640px) {
	#div_includeBlock_1500349852617 {
		border-bottom-width: 0px;
		border-right-width: 0px;
	}
}


#image_style_01_1500349831878 {
	width: 12.333333333333334%;
	height: 37px;
	position: absolute;
	top: 16.5px;
	left: 20px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1500349831878 {
		left: 7%;
		width: 13.852813852813853%;
		top: 10px;
		height: 33px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1500349831878 {
		width: 31px;
		height: 31px;
		top: 4.5px;
		left: 3.6966463414634143%;
	}
}

#image_style_01_1500349831878>.view_contents {
	overflow: visible;
}

#text_style_02_1500349831893 {
	width: 56.333333333333336%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 23px;
	left: 22%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500349831893 {
		width: 152px;
		left: 24.3%;
		top: 13.5px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1500349831893 {
		width: 78.59078590785907%;
		top: 8px;
		left: 14.185298102981031%;
	}
}

#text_style_02_1500349831893>.view_contents {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500349831893>.view_contents {
		box-sizing: border-box;
		font-size: 16px;
	}
}

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

#div_includeBlock_1500349831634 {
	width: 25%;
	height: 70px;
	position: absolute;
	top: 311.734375px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_includeBlock_1500349831634 {
		height: 51px;
		width: 24.5%;
		left: 1%;
		top: 241.734375px;
	}
}

@media screen and (max-width:640px) {
	#div_includeBlock_1500349831634 {
		width: 97%;
		height: 40px;
		top: 369.890625px;
		left: 1.4990234375%;
	}
}

#div_includeBlock_1500349831634 {
	border-bottom-color: #ffffff;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
}

@media screen and (max-width:640px) {
	#div_includeBlock_1500349831634 {
		border-bottom-width: 0px;
		border-right-width: 0px;
	}
}

/*----------------------电脑板式样式----------------------*/
#div_includeBlock_1500349831634 {}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_includeBlock_1500349831634 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_includeBlock_1500349831634 {}
}


#image_style_01_1500349864556 {
	width: 12.333333333333334%;
	height: 37px;
	position: absolute;
	top: 16.5px;
	left: 20px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1500349864556 {
		left: 7%;
		width: 13.852813852813853%;
		top: 10px;
		height: 33px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1500349864556 {
		width: 31px;
		height: 31px;
		top: 4.5px;
		left: 3.6966463414634143%;
	}
}

#image_style_01_1500349864556>.view_contents {
	overflow: visible;
}

#text_style_02_1500349864568 {
	width: 56.333333333333336%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 23px;
	left: 22%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500349864568 {
		width: 152px;
		left: 24.3%;
		top: 13.5px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1500349864568 {
		width: 78.59078590785907%;
		top: 8px;
		left: 14.185298102981031%;
	}
}

#text_style_02_1500349864568>.view_contents {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500349864568>.view_contents {
		box-sizing: border-box;
		font-size: 16px;
	}
}

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

#div_includeBlock_1500349864119 {
	width: 25%;
	height: 70px;
	position: absolute;
	top: 311.734375px;
	left: 50%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_includeBlock_1500349864119 {
		height: 51px;
		width: 24.5%;
		left: 49.999447684694246%;
		top: 241.734375px;
	}
}

@media screen and (max-width:640px) {
	#div_includeBlock_1500349864119 {
		width: 97%;
		height: 40px;
		top: 409.890625px;
		left: 1.4990234375%;
	}
}

#div_includeBlock_1500349864119 {
	border-bottom-color: #000000;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #ffffff;
}

@media screen and (max-width:640px) {
	#div_includeBlock_1500349864119 {
		border-bottom-width: 0px;
		border-right-width: 0px;
	}
}


#image_style_01_1500349874425 {
	width: 12.333333333333334%;
	height: 37px;
	position: absolute;
	top: 16.5px;
	left: 20px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1500349874425 {
		left: 7%;
		width: 13.852813852813853%;
		top: 10px;
		height: 33px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1500349874425 {
		width: 31px;
		height: 31px;
		top: 4.5px;
		left: 3.6966463414634143%;
	}
}

#image_style_01_1500349874425>.view_contents {
	overflow: visible;
}

#text_style_02_1500349874437 {
	width: 56.333333333333336%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 23px;
	left: 22%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500349874437 {
		width: 152px;
		left: 24.3%;
		top: 13.5px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1500349874437 {
		width: 78.59078590785907%;
		top: 8px;
		left: 14.185298102981031%;
	}
}

#text_style_02_1500349874437>.view_contents {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500349874437>.view_contents {
		box-sizing: border-box;
		font-size: 16px;
	}
}

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

#div_includeBlock_1500349874222 {
	width: 25%;
	height: 70px;
	position: absolute;
	top: 311.734375px;
	left: 75%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_includeBlock_1500349874222 {
		height: 51px;
		width: 24.5%;
		left: 74.49960233297985%;
		top: 241.734375px;
	}
}

@media screen and (max-width:640px) {
	#div_includeBlock_1500349874222 {
		width: 97%;
		height: 40px;
		top: 449.890625px;
		left: 1.4990234375%;
	}
}

#div_includeBlock_1500349874222 {
	border-bottom-color: #ffffff;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-right-color: #ffffff;
	border-right-style: none;
	border-right-width: 0px;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
}

@media screen and (max-width:640px) {
	#div_includeBlock_1500349874222 {
		border-bottom-width: 0px;
		border-right-width: 0px;
	}
}

#layout_1500347802506 {
	height: 451px;
}

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

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

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

#layout_1500347802506 {
	background: url(//cdn.xuansiwei.com/514iruj/img/upimages/pkgimg/other/20170718135112498.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}


#text_style_02_1500350242659 {
	width: 50.16666666666667%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 70px;
	left: 24.916666666666668%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500350242659 {
		width: 478px;
		left: calc(50% - 239px);
		top: 50px;
	}
}

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

#text_style_02_1500350242659>.view_contents {
	box-sizing: border-box;
	font-size: 32px;
	text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500350242659>.view_contents {
		box-sizing: border-box;
		font-size: 24px;
		line-height: 32px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1500350242659>.view_contents {
		box-sizing: border-box;
		font-size: 18px;
		line-height: 36px;
	}
}

#div_blank_1500350250914 {
	width: 5.333333333333334%;
	height: 90px;
	position: absolute;
	top: 40.914764404296875px;
	left: 47.34848499298096%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1500350250914 {
		top: 36.866455078125px;
		left: 47.204182942708336%;
		height: 61.008520000000004px;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1500350250914 {
		width: 8.4%;
		height: 38.0px;
		top: 20.4px;
		left: 45.6578947368421%;
	}
}

#div_blank_1500350250914>.view_contents {
	overflow: visible;
}

#div_blank_1500350250914 {
	box-sizing: border-box;
	background: transparent;
	border-bottom-color: #f37420;
	border-bottom-style: solid;
	border-bottom-width: 4px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1500350250914 {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1500350250914 {
		box-sizing: border-box;
		border-bottom-width: 2px;
	}
}

#text_style_02_1500350257566 {
	width: 96.33333333333334%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 138.49147033691406px;
	left: 1.874999682108561%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500350257566 {
		left: 1.8193266171792153%;
		top: 104.421875px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1500350257566 {
		width: 97%;
		top: 65.9px;
		left: 1.5789473684210527%;
	}
}

#text_style_02_1500350257566>.view_contents {
	box-sizing: border-box;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
}

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

@media screen and (max-width:640px) {
	#text_style_02_1500350257566>.view_contents {
		box-sizing: border-box;
		font-size: 12px;
		line-height: 24px;
	}
}

#newsList_style_02_1500350358345 {
	width: 100%;
	position: absolute;
	top: 214.578125px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_02_1500350358345 {
		width: 98%;
		left: 1.007423117709438%;
		top: 161.578125px;
	}
}

@media screen and (max-width:640px) {
	#newsList_style_02_1500350358345 {
		width: 97%;
		top: 149px;
		left: 1.4453125%;
	}
}

#newsList_style_02_1500350358345 .titleSet {
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 18px;
}

#newsList_style_02_1500350358345 .detailSet {
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	padding-right: 0px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_02_1500350358345 .titleSet {
		font-size: 16px;
		padding-top: 4px;
		padding-bottom: 4px;
	}
}

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

@media screen and (max-width:640px) {
	#newsList_style_02_1500350358345 .titleSet {
		font-size: 14px;
		border-bottom-width: 0px;
		border-bottom-style: none;
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

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

@media screen and (max-width:640px) {
	#newsList_style_02_1500350358345 .modSet {
		padding-bottom: 8px;
	}
}

/*----------------------电脑板式样式----------------------*/


/*----------------------电脑板式样式----------------------*/
@media screen and (min-width:1201px) {
	#newsList_style_02_1500350358345 {}

	#newsList_style_02_1500350358345 .sumary_list {
		width: 50%;
		float: left;
	}

	#newsList_style_02_1500350358345 .newPic {
		width: 180px;
	}

	#newsList_style_02_1500350358345 .newCont {
		width: calc(100% - 180px);
		padding-right: 1em;
	}
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_02_1500350358345 {}

	#newsList_style_02_1500350358345 .sumary_list {
		width: 50%;
		float: left;
	}

	#newsList_style_02_1500350358345 .newName {
		margin: 0;
	}

	#newsList_style_02_1500350358345 .newPic {
		width: 160px;
	}

	#newsList_style_02_1500350358345 .newCont {
		width: calc(100% - 160px);
		padding-right: 1em;
	}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_02_1500350358345 {}

	#newsList_style_02_1500350358345 .newName {
		margin: 0;
	}
}

#layout_1500350168401 {
	height: 677px;
}

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

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

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

#dh_style_01_1500371600321 {
	width: 51.74999999999999%;
	z-index: 999;
	position: absolute;
	top: 191px;
	left: 24.125%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1500371600321 {
		z-index: 999;
		left: 17.21339779005525%;
		width: 65.6353591160221%;
		top: 187px;
	}
}

@media screen and (max-width:640px) {
	#dh_style_01_1500371600321 {
		width: 44px;
		z-index: 999;
		top: 0px;
		display: none;
	}
}

#dh_style_01_1500371600321>.view_contents {
	overflow: visible;
}

#dh_style_01_1500371600321 .mainMenuSet {
	color: #ffffff;
	text-align: center;
}

#dh_style_01_1500371600321 #hot>a {
	color: #ffffff;
}

#text_style_02_1500371600330 {
	width: 100%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 253px;
	left: 0%;
}

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

@media screen and (max-width:640px) {
	#text_style_02_1500371600330 {
		width: 370px;
		top: 416px;
		left: calc(50% - 185px);
		display: none;
	}
}

#text_style_02_1500371600330>.view_contents {
	box-sizing: border-box;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	line-height: 14px;
	height: 34px;
	letter-spacing: 1px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500371600330>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1500371600330>.view_contents {
		box-sizing: border-box;
	}
}

#text_style_02_1500371600361 {
	width: 29.916666666666668%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 134px;
	left: 68.66666666666667%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500371600361 {
		width: 234px;
		top: 139px;
		left: 73.9899861878453%;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1500371600361 {
		width: 69.70684039087948%;
		top: 148.5px;
		left: 20.1496335504886%;
	}
}

#text_style_02_1500371600361>.view_contents {
	box-sizing: border-box;
	font-size: 14px;
	font-family: Microsoft YaHei;
	color: #ffffff;
	text-align: left;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 1px;
	padding-left: 0px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500371600361>.view_contents {
		box-sizing: border-box;
		line-height: 28px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1500371600361>.view_contents {
		box-sizing: border-box;
		font-size: 14px;
		line-height: 25px;
		letter-spacing: 1px;
	}
}

#text_style_02_1500371600367 {
	width: 100%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 69px;
	left: 0%;
	z-index: 2;
}

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

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

#text_style_02_1500371600367>.view_contents {
	box-sizing: border-box;
	font-size: 14px;
	font-family: Microsoft YaHei;
	color: #ffffff;
	text-align: center;
	font-weight: normal;
	line-height: 40px;
	letter-spacing: 2px;
	padding-left: 0px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500371600367>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1500371600367>.view_contents {
		box-sizing: border-box;
		font-size: 14px;
		line-height: 30px;
		letter-spacing: 1px;
		height: 30px;
	}
}

#image_style_01_1500371600378 {
	width: 6.25%;
	height: 31px;
	position: absolute;
	top: 134px;
	left: 11.708333333333334%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1500371600378 {
		left: 2.0959944751381214%;
		width: 6.077348066298343%;
		top: 136px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1500371600378 {
		width: 64px;
		height: 29px;
		top: 109px;
		left: 2.8908794788273613%;
	}
}

#image_style_01_1500371600378>.view_contents {
	overflow: visible;
}

#text_style_02_1500371600382 {
	width: 20.083333333333332%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 134px;
	left: 16.916666666666664%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500371600382 {
		left: 8.192334254143645%;
		top: 138px;
		width: 209px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1500371600382 {
		width: 71.33550488599349%;
		top: 111.5px;
		left: 20.07837947882736%;
	}
}

#text_style_02_1500371600382>.view_contents {
	box-sizing: border-box;
	font-size: 14px;
	font-family: Microsoft YaHei;
	color: #ffffff;
	text-align: left;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 1px;
	padding-left: 0px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500371600382>.view_contents {
		box-sizing: border-box;
		line-height: 28px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1500371600382>.view_contents {
		box-sizing: border-box;
		font-size: 14px;
		line-height: 25px;
		letter-spacing: 1px;
	}
}

#image_style_01_1500371600387 {
	width: 6.25%;
	height: 31px;
	position: absolute;
	top: 134px;
	left: 36.333333333333336%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1500371600387 {
		top: 138px;
		left: 32.99551104972376%;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1500371600387 {
		width: 17.26027397260274%;
		height: 25px;
		top: 184.5px;
		left: 4.433021172638436%;
	}
}

#image_style_01_1500371600387>.view_contents {
	overflow: visible;
}

#image_style_01_1500371600397 {
	width: 6.25%;
	height: 37px;
	position: absolute;
	top: 130.5px;
	left: 63.66666666666667%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1500371600397 {
		top: 134.5px;
		left: 68.68266574585635%;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1500371600397 {
		width: 13.698630136986301%;
		height: 38px;
		top: 143px;
		left: 6.082043973941368%;
	}
}

#image_style_01_1500371600397>.view_contents {
	overflow: visible;
}

#text_style_02_1500371600402 {
	width: 21.333333333333336%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 134px;
	left: 41.583333333333336%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500371600402 {
		width: 289px;
		top: 138.5px;
		left: 39.01761049723757%;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1500371600402 {
		width: 79.47882736156352%;
		top: 183px;
		left: 19.72210912052117%;
	}
}

#text_style_02_1500371600402>.view_contents {
	box-sizing: border-box;
	font-size: 14px;
	font-family: Microsoft YaHei;
	color: #ffffff;
	text-align: left;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 1px;
	padding-left: 0px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500371600402>.view_contents {
		box-sizing: border-box;
		line-height: 28px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1500371600402>.view_contents {
		box-sizing: border-box;
		font-size: 14px;
		line-height: 25px;
		letter-spacing: 1px;
	}
}

#text_style_02_1500371600410 {
	width: 100%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 348px;
	left: 0%;
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500371600410 {
		width: 100%;
		top: 348px;
		left: 0%;
		display: none;
	}
}

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

#text_style_02_1500371600410>.view_contents {
	box-sizing: border-box;
	font-size: 14px;
	text-align: center;
	color: #b6b6b6;
	line-height: 14px;
	height: 34px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1500371600410>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1500371600410>.view_contents {
		box-sizing: border-box;
		line-height: 25px;
		height: 90px;
		color: #ffffff;
	}
}

#image_style_01_1500435530931 {
	width: 19%;
	height: 58px;
	position: absolute;
	top: 0px;
	left: 40.5%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1500435530931 {
		left: 37.84530386740331%;
		width: 24.30939226519337%;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1500435530931 {
		width: 158px;
		height: 43px;
		top: 7px;
		left: 28.309075342465757%;
	}
}

#image_style_01_1500435530931>.view_contents {
	overflow: visible;
}

#div_includeBlock_1500371599519 {
	width: 1200px;
	height: 287px;
	position: absolute;
	top: 47px;
	left: calc(50% - 600px);
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_includeBlock_1500371599519 {
		height: 284px;
		width: 96%;
		left: 2%;
		top: 40.5px;
	}
}

@media screen and (max-width:640px) {
	#div_includeBlock_1500371599519 {
		width: 96.00000000000001%;
		height: 319px;
		top: 28px;
		left: 1.999999999999993%;
	}
}

@media screen and (max-width:640px) {
	#div_includeBlock_1500371599519 {
		background-repeat: no-repeat;
		background-size: cover;
		background: #3a2e46 undefined;
	}
}

#div_includeBlock_1500371599167 {
	width: 100%;
	height: 334px;
	position: absolute;
	top: 0px;
	left: 0%;
}

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

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

#div_includeBlock_1500371599167 {
	background: url(//cdn.xuansiwei.com/514iruj/img/footer/z_15/2592e3da2cf61c63e053ef481096af17.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 50%;
	background-position-y: 50%;
}

#qqol_style_01_1500513515788 {
	width: 14.757554462403375%;
	position: absolute;
	top: 255px;
	left: 81.09627547434997%;
}

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

@media screen and (max-width:640px) {
	#qqol_style_01_1500513515788 {
		width: 57.85123966942148%;
		top: 347px;
		left: 21.07438016528926%;
		display: none;
	}
}

#qqol_style_01_1500513515788>.view_contents {
	overflow: visible;
}

#comm_layout_footer {
	height: 365px;
	z-index: 9988;
}

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

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

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

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

.logoStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: block;
}

.logoName {
	white-space: nowrap;
}

/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
/*菜单样式*/
.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;
	float: left\0;
}

.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;
	padding: 0 1em\0;
}

.menuStyle_1 .menuUl li>a:hover {
	color: #f90
}

.menuStyle_1 .menuUl #hot>a {
	color: #f90;
}

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

.menuStyle_1 .menuUl02 {
	opacity: 0;
	display: none;
	position: absolute;
	left: 50%;
	height: 0;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

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

.menuStyle_1 .menuUl02 .subMenu02 {
	float: none;
}

.menuStyle_1 .menuUl02 .subMenu02 a {
	color: #333;
	width: 130px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 15px;
}

.menuStyle_1 .menuUl02 .subMenu02 a:hover {}

.menuStyle_1 .rflex {
	position: relative;
}

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

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

	.menuStyle_1 .menuScroll {
		height: 84%;
		height: 84vh;
		width: 100%;
	}

	.menuStyle_1 .menuScroll>.menuUlCopy {
		width: calc(100% + 18px);
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
	}

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

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

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

	.menuStyle_1 .miniMenu .leftBox .menuUlCopy {
		padding: 15px 0 15px 30px;
	}

	.menuStyle_1 .miniMenu .leftBox .menuUlCopy li {
		width: 100%;
	}

	.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a {
		width: 100%;
		display: block;
		text-align: left;
		color: #fff;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
		text-decoration: none;
		font-size: 16px;
		line-height: 44px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.menuStyle_1 .menuLayout .miniMenu.Mslide {
		height: 100% !important;
		height: 100vh !important;
		background: rgba(0, 0, 0, .85);
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
	}

	.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar {
		color: #fff;
	}

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

/* banner样式 */

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

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

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

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

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

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

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

.bannerStyle_1 .btn_prev {
	background: url(//cdn.xuansiwei.com/514iruj/img/banner/style_01/hover_left.png) no-repeat left top;
	left: 20px;
	background-size: 80%;
}

.bannerStyle_1 .btn_next {
	background: url(//cdn.xuansiwei.com/514iruj/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;
	}
}

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

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

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}

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

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

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

/* 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);
}


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

#banner_style_01_1500340675079 .bannerStyle_1 .main_image .img-item .img_0 {
	background: url('//cdn.xuansiwei.com/514iruj/img/upimages/pkgimg/other/20170718091936318.jpg') center top no-repeat;
}

#banner_style_01_1500340675079 .bannerStyle_1 .main_image .img-item .img_1 {
	background: url('//cdn.xuansiwei.com/514iruj/img/upimages/pkgimg/other/20170718091936564.jpg') center top no-repeat;
}

#banner_style_01_1500340675079 .bannerStyle_1 .main_image .img-item .img_2 {
	background: url('//cdn.xuansiwei.com/514iruj/img/upimages/pkgimg/other/thumb.jpg') center top no-repeat;
}

#banner_style_01_1500340675079 .bannerStyle_1 .ground_glass {}

#image_style_01_1500341180191 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1500341180191 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1500341180191 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1500341180191 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_03_1500346023452 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_03_1500346023452 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width:640px) {
	#image_style_03_1500346023452 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

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

.imgStyle_3 * {
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
	-o-transition: all linear .1s;
	transition: all linear .1s;
}

.imgStyle_3>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle_3 .tipsText {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	color: transparent;
	font-size: 12px;
	transform: scale(.85);
}

.imgStyle_3:hover .tipsText {
	background: rgba(0, 0, 0, .6);
	color: #fff;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}

.imgStyle_3 .tipsText span {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 10%;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

#image_style_03_1500347302908 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_03_1500347302908 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width:640px) {
	#image_style_03_1500347302908 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

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

.imgStyle_3 * {
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
	-o-transition: all linear .1s;
	transition: all linear .1s;
}

.imgStyle_3>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle_3 .tipsText {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	color: transparent;
	font-size: 12px;
	transform: scale(.85);
}

.imgStyle_3:hover .tipsText {
	background: rgba(0, 0, 0, .6);
	color: #fff;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}

.imgStyle_3 .tipsText span {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 10%;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

#image_style_03_1500347338755 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_03_1500347338755 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width:640px) {
	#image_style_03_1500347338755 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

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

.imgStyle_3 * {
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
	-o-transition: all linear .1s;
	transition: all linear .1s;
}

.imgStyle_3>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle_3 .tipsText {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	color: transparent;
	font-size: 12px;
	transform: scale(.85);
}

.imgStyle_3:hover .tipsText {
	background: rgba(0, 0, 0, .6);
	color: #fff;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}

.imgStyle_3 .tipsText span {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 10%;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

#image_style_03_1500347382523 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_03_1500347382523 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width:640px) {
	#image_style_03_1500347382523 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

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

.imgStyle_3 * {
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
	-o-transition: all linear .1s;
	transition: all linear .1s;
}

.imgStyle_3>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle_3 .tipsText {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	color: transparent;
	font-size: 12px;
	transform: scale(.85);
}

.imgStyle_3:hover .tipsText {
	background: rgba(0, 0, 0, .6);
	color: #fff;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}

.imgStyle_3 .tipsText span {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 10%;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

#image_style_03_1500347431229 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_03_1500347431229 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width:640px) {
	#image_style_03_1500347431229 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

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

.imgStyle_3 * {
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
	-o-transition: all linear .1s;
	transition: all linear .1s;
}

.imgStyle_3>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle_3 .tipsText {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	color: transparent;
	font-size: 12px;
	transform: scale(.85);
}

.imgStyle_3:hover .tipsText {
	background: rgba(0, 0, 0, .6);
	color: #fff;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}

.imgStyle_3 .tipsText span {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 10%;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

#image_style_03_1500347505323 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_03_1500347505323 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width:640px) {
	#image_style_03_1500347505323 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

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

.imgStyle_3 * {
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
	-o-transition: all linear .1s;
	transition: all linear .1s;
}

.imgStyle_3>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle_3 .tipsText {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	color: transparent;
	font-size: 12px;
	transform: scale(.85);
}

.imgStyle_3:hover .tipsText {
	background: rgba(0, 0, 0, .6);
	color: #fff;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}

.imgStyle_3 .tipsText span {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 10%;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

#image_style_03_1500347555879 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_03_1500347555879 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width:640px) {
	#image_style_03_1500347555879 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

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

.imgStyle_3 * {
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
	-o-transition: all linear .1s;
	transition: all linear .1s;
}

.imgStyle_3>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle_3 .tipsText {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	color: transparent;
	font-size: 12px;
	transform: scale(.85);
}

.imgStyle_3:hover .tipsText {
	background: rgba(0, 0, 0, .6);
	color: #fff;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}

.imgStyle_3 .tipsText span {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 10%;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

#image_style_03_1500347567411 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_03_1500347567411 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width:640px) {
	#image_style_03_1500347567411 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

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

.imgStyle_3 * {
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
	-o-transition: all linear .1s;
	transition: all linear .1s;
}

.imgStyle_3>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle_3 .tipsText {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	color: transparent;
	font-size: 12px;
	transform: scale(.85);
}

.imgStyle_3:hover .tipsText {
	background: rgba(0, 0, 0, .6);
	color: #fff;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}

.imgStyle_3 .tipsText span {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 10%;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

#image_style_03_1500347613963 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_03_1500347613963 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width:640px) {
	#image_style_03_1500347613963 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

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

.imgStyle_3 * {
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
	-o-transition: all linear .1s;
	transition: all linear .1s;
}

.imgStyle_3>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle_3 .tipsText {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	color: transparent;
	font-size: 12px;
	transform: scale(.85);
}

.imgStyle_3:hover .tipsText {
	background: rgba(0, 0, 0, .6);
	color: #fff;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}

.imgStyle_3 .tipsText span {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 10%;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

#image_style_03_1500347623745 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_03_1500347623745 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width:640px) {
	#image_style_03_1500347623745 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

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

.imgStyle_3 * {
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
	-o-transition: all linear .1s;
	transition: all linear .1s;
}

.imgStyle_3>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle_3 .tipsText {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	color: transparent;
	font-size: 12px;
	transform: scale(.85);
}

.imgStyle_3:hover .tipsText {
	background: rgba(0, 0, 0, .6);
	color: #fff;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}

.imgStyle_3 .tipsText span {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 10%;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

#image_style_01_1500348896809 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1500348896809 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1500348896809 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1500348896809 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_1500349615810 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1500349615810 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1500349615810 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1500349615810 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_1500349635486 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1500349635486 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1500349635486 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1500349635486 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_1500349652961 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1500349652961 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1500349652961 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1500349652961 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_1500349852826 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1500349852826 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1500349852826 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1500349852826 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_1500349831878 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1500349831878 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1500349831878 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1500349831878 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_1500349864556 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1500349864556 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1500349864556 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1500349864556 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_1500349874425 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1500349874425 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1500349874425 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1500349874425 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_2 {
	width: 100%;
	clear: both;
}

.boxNewsListStyle_2 * {
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	box-sizing: border-box;
}

.boxNewsListStyle_2 li {
	width: 100%;
	list-style: none;
	margin-bottom: 10px;
	background: #fff;
}

.boxNewsListStyle_2 li .clear {
	clear: both;
}

.boxNewsListStyle_2 .sumary_list .newPic {
	float: left;
	width: 150px;
	background: #eee;
	overflow: hidden;
	position: relative;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.boxNewsListStyle_2 .sumary_list .newPic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.boxNewsListStyle_2 .sumary_list .newPic .zTm {
	margin-top: 100%;
}

.boxNewsListStyle_2 .sumary_list .newCont {
	float: left;
	width: calc(100% - 150px);
	padding-left: 1em;
	box-sizing: border-box;
}

.boxNewsListStyle_2 .sumary_list .newCont .newTitle {
	width: 100%;
}

.boxNewsListStyle_2 .sumary_list .newName {}

.boxNewsListStyle_2 .sumary_list .newName a {
	display: block;
	color: #333;
	text-decoration: none;
	line-height: 1.4;
	font-size: 16px;
	padding: 15px 0 10px;
	border-bottom: 1px solid #eee;
}

.boxNewsListStyle_2 .sumary_list .newName a:hover {}

.boxNewsListStyle_2 .sumary_list .newB {
	width: 100%;
	line-height: 2;
	padding-top: .5em;
}

.boxNewsListStyle_2 .sumary_list .newSort {
	color: #f37878;
	font-size: 12px;
	white-space: nowrap;
	border-radius: 1.5em;
	margin-right: 5px;
}

.boxNewsListStyle_2 .sumary_list .newsTime {
	text-align: right;
	color: #888;
	font-size: 14px;
	white-space: nowrap;
}

.boxNewsListStyle_2 .sumary_list .newsTime span {
	white-space: nowrap;
}

.boxNewsListStyle_2 .sumary_list .newDetail {
	width: 100%;
	padding: .6em .6em .6em 0;
	color: #888;
	font-size: 12px;
	line-height: 1.6;
}

.boxNewsListStyle_2 .sumary_list .show_all {
	width: 100%;
}

.boxNewsListStyle_2 .sumary_list .show_all a {
	display: inline-block;
	margin-top: .4em;
	text-decoration: underline;
	font-size: 12px;
	color: #fff;
	background: #f37878;
	padding: 4px 10px;
}

/*分页*/
.boxNewsListStyle_2 .page_btn {
	clear: both;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

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

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

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

.boxNewsListStyle_2 .no_page {
	border: 0 !important;
}

@media screen and (max-width:991px) {
	.boxNewsListStyle_2 .sumary_list .newName {
		margin: .4em 0;
	}
}

@media screen and (max-width:768px) {
	.boxNewsListStyle_2 li {
		float: left;
		width: calc((100% - 10px)/2);
		margin-right: 10px;
	}

	.boxNewsListStyle_2 li:nth-child(even) {
		margin-right: 0;
	}

	.boxNewsListStyle_2 .sumary_list .newPic {
		float: none;
		width: 100%;
	}

	.boxNewsListStyle_2 .sumary_list .newCont {
		float: none;
		width: 100%;
		padding-left: 0;
	}

	.boxNewsListStyle_2 .sumary_list .newName {
		margin: .4em 0;
	}

	.boxNewsListStyle_2 .sumary_list .newName a {
		font-size: 14px;
	}

	/*分页*/
	.boxNewsListStyle_2 .page_btn a:nth-child(n+5) {
		display: none;
	}

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

@media screen and (max-width:480px) {
	.boxNewsListStyle_2 li {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.boxNewsListStyle_2 .sumary_list .newName {
		margin: .4em 0;
	}

	.boxNewsListStyle_2 .sumary_list .newName a {
		font-size: 14px;
	}
}


#newsList_style_02_1500350358345 .newDetail.pc {
	display: block;
}

#newsList_style_02_1500350358345 .newDetail.pad,
#newsList_style_02_1500350358345 .newDetail.mobile {
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_02_1500350358345 .newDetail.pad {
		display: block;
	}

	#newsList_style_02_1500350358345 .newDetail.pc,
	#newsList_style_02_1500350358345 .newDetail.mobile {
		display: none;
	}
}

@media screen and (max-width:640px) {
	#newsList_style_02_1500350358345 .newDetail.mobile {
		display: block;
	}

	#newsList_style_02_1500350358345 .newDetail.pc,
	#newsList_style_02_1500350358345 .newDetail.pad {
		display: none;
	}
}

@media screen and (min-width: 1025px) {
	#newsList_style_02_1500350358345 .sumary_list .newPic {
		width: px;
	}

	#newsList_style_02_1500350358345 .sumary_list .newCont {
		width: calc(100% - px);
	}
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_02_1500350358345 .sumary_list .newPic {
		width: px;
	}

	#newsList_style_02_1500350358345 .sumary_list .newCont {
		width: calc(100% - px);
	}
}

/*菜单样式*/
.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;
	float: left\0;
}

.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;
	padding: 0 1em\0;
}

.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_1500371600378 .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_1500371600378 .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_1500371600378 .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_1500371600378 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_1500371600387 .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_1500371600387 .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_1500371600387 .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_1500371600387 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_1500371600397 .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_1500371600397 .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_1500371600397 .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_1500371600397 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_1500435530931 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1500435530931 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1500435530931 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1500435530931 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;
}


/* 清除浮动 */

.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;
	}
}