@charset "utf-8";

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

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

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

em,
i {
	font-style: normal;
}

a {
	color: #333;
}

a {
	text-decoration: none;
}

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

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

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

.vertical .view {
	position: relative;
}

.view_contents {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	z-index: 10;
	height: 100%;
	overflow: hidden;
}

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

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

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

.clear {
	clear: both;
}

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

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

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

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

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

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

.no_page {
	border: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
	background-position: left top;
}


#image_logo_1502159593091 {
	width: 12.166666666666668%;
	height: 117px;
	position: absolute;
	top: 10px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_logo_1502159593091 {
		width: 16%;
		left: 2%;
		height: 130px;
	}
}

@media screen and (max-width:640px) {
	#image_logo_1502159593091 {
		width: 26.842105263157894%;
		height: 82px;
		top: 10px;
		left: 2%;
		z-index: 1000;
	}
}

#text_style_02_1502160077437 {
	width: 36.833333333333336%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 53.5px;
	left: 14.458333333333334%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1502160077437 {
		width: 40%;
		left: 19.54699098621421%;
		top: 58px;
	}
}

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

#text_style_02_1502160077437>.view_contents {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 30px;
	font-style: italic;
	color: #565656;
	text-indent: 1em;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #565656;
}

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

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

#text_style_02_1502161216388 {
	width: 17.416666666666668%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 63px;
	left: 82.58333333333333%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1502161216388 {
		width: 173px;
		left: 79.2948038176034%;
		top: 67.5px;
	}
}

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

#text_style_02_1502161216388>.view_contents {
	box-sizing: border-box;
	color: #00829a;
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
}

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

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

#image_style_01_1502160524137 {
	width: 4.416666666666667%;
	height: 49px;
	position: absolute;
	top: 44px;
	left: 77.20833333333333%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1502160524137 {
		left: 72.91390509013786%;
		top: 48.5px;
		width: 57px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1502160524137 {
		width: 55.09641873278237%;
		height: 200px;
		top: 184px;
		left: 22.451790633608816%;
		display: none;
	}
}

#image_style_01_1502160524137>.view_contents {
	overflow: visible;
}

#image_style_01_1502161123692 {
	width: 8.333333333333332%;
	height: 100px;
	position: absolute;
	top: 18.5px;
	left: 68.125%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1502161123692 {
		left: 60.912645811240715%;
		top: 23px;
		width: 103px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1502161123692 {
		width: 55.09641873278237%;
		height: 200px;
		top: 384px;
		left: 22.451790633608816%;
		display: none;
	}
}

#image_style_01_1502161123692>.view_contents {
	overflow: visible;
}

#text_style_02_1502161376215 {
	width: 12.666666666666668%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 44px;
	left: 82.58333333333333%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1502161376215 {
		left: 79.2948038176034%;
		top: 48.5px;
	}
}

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

#text_style_02_1502161376215>.view_contents {
	box-sizing: border-box;
	color: #00829a;
	font-size: 16px;
	line-height: 20px;
}

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

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

#dh_style_01_1502161568394 {
	width: 100%;
	z-index: 999;
	position: absolute;
	top: 137px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1502161568394 {
		z-index: 999;
		left: 2.014846235418876%;
		top: 140px;
		width: 96%;
	}
}

@media screen and (max-width:640px) {
	#dh_style_01_1502161568394 {
		width: 96%;
		z-index: 999;
		top: 34px;
		left: 2%;
	}
}

#dh_style_01_1502161568394>.view_contents {
	overflow: visible;
}

#dh_style_01_1502161568394 .mainMenuSet {
	font-size: 16px;
	color: #262626;
	margin-left: 10px;
	margin-right: 10px;
}

#dh_style_01_1502161568394 #hot>a {
	font-size: 16px;
	color: #00829a;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #00829a;
}

@media screen and (max-width:640px) {
	#dh_style_01_1502161568394 {
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-color: #909090;
		border-right-color: #909090;
		border-bottom-color: #909090;
		border-left-color: #909090;
	}
}

@media screen and (max-width:640px) {
	#dh_style_01_1502161568394 .icoMenuSet {
		border-top-color: #909090;
		border-right-color: #909090;
		border-bottom-color: #909090;
		border-left-color: #909090;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-left-width: 1px;
		border-bottom-width: 1px;
		border-right-width: 1px;
		border-top-width: 1px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		height: 40px;
		line-height: 38px;
	}
}

@media screen and (max-width:640px) {
	#dh_style_01_1502161568394 .mainMenuSet {
		margin-left: -24px;
		margin-right: 0px;
		padding-left: 10px;
		margin-top: 5px;
		margin-bottom: 5px;
		border-bottom-style: none;
		text-align: center;
	}
}

@media screen and (max-width:640px) {
	#dh_style_01_1502161568394 #hot>a {
		border-bottom-style: none;
		background: #00829a;
		color: #ffffff;
	}
}

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

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

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

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

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

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

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

#layout_1502243268870 {
	height: 300px;
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1502243268870 {
		height: 69px;
		display: none;
	}
}

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

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



#homelink_style_01_1502243373660 {
	width: 100%;
	position: absolute;
	top: 324px;
	left: 0%;
}

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

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

#homelink_style_01_1502243373660 .textSet {
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
}

@media screen and (max-width:640px) {
	#homelink_style_01_1502243373660 .textSet {
		font-size: 12px;
		height: 0px;
		line-height: 0px;
	}
}

#text_style_02_1502243320629 {
	width: 59.8705501618123%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 160px;
	left: 20.06472491909385%;
}

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

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

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

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

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

#div_includeBlock_1502243347990 {
	width: 1200px;
	height: 370px;
	position: absolute;
	top: 0px;
	left: 0%;
}

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

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

#layout_1502242523464 {
	height: 370px;
}

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

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

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

#layout_1502242523464 {
	background: url(http://cdn.xuansiwei.com/575hyks/img/upimages/pkgimg/pkgimg/web/500083706.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

@media screen and (max-width:640px) {
	#layout_1502242523464 {
		background-size: auto 100%;
		background-position-x: 50%;
	}
}

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


#text_style_02_1502245508458 {
	width: 38.83333333333333%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 50px;
	left: 30.583333333333336%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1502245508458 {
		left: calc(50% - 268.5px);
		top: 50px;
		width: 537px;
	}
}

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

#text_style_02_1502245508458>.view_contents {
	box-sizing: border-box;
	color: #00829a;
	font-size: 35px;
	line-height: 40px;
	text-align: center;
}

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

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

#div_blank_1502246055991 {
	width: 5%;
	height: 3px;
	position: absolute;
	top: 100px;
	left: 47.5%;
}

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

@media screen and (max-width:640px) {
	#div_blank_1502246055991 {
		width: 15%;
		height: 3px;
		top: 70px;
		left: 42.5%;
	}
}

#div_blank_1502246055991>.view_contents {
	overflow: visible;
}

#div_blank_1502246055991 {
	box-sizing: border-box;
	background: #00829a;
}

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

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

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

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1502247521268 {
		left: 34.57051961823966%;
		top: 123px;
	}
}

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

#text_style_02_1502247521268>.view_contents {
	box-sizing: border-box;
	color: #909090;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
}

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

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

#liuyanban_style_01_1502247594048 {
	width: 100%;
	position: absolute;
	top: 169px;
	left: 0%;
}

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

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

#liuyanban_style_01_1502247594048 .titSet {
	text-align: left;
	font-size: 16px;
}

#liuyanban_style_01_1502247594048 .btnaSet {
	font-size: 14px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background: #00829a;
}

#liuyanban_style_01_1502247594048 .inputSet {
	margin-top: 9px;
	background: transparent;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#liuyanban_style_01_1502247594048 .textareaSet {
	background: transparent;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#liuyanban_style_01_1502247594048 .btnaSet:hover {
	background: #01323a;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#liuyanban_style_01_1502247594048 .btnaSet {
		margin-top: 28px;
	}
}

/*----------------------电脑板式样式----------------------*/
#liuyanban_style_01_1502247594048 .gformList input {
	float: left;
	margin-right: 1%;
}

#liuyanban_style_01_1502247594048 .gformList input[name=tel],
#liuyanban_style_01_1502247594048 .gformList input[name=qq] {
	float: right;
	margin-right: 0;
}

#liuyanban_style_01_1502247594048 .btnaSet {
	width: 20%;
	min-width: 0;
	margin-bottom: 0;
	float: none !important;
}

#liuyanban_style_01_1502247594048 .gf_name {
	width: 49%;
	float: left;
	min-width: 0;
}

#liuyanban_style_01_1502247594048 .gf_tel {
	width: 49%;
	float: right;
	min-width: 0;
}

#liuyanban_style_01_1502247594048 .gf_email {
	clear: both;
	position: relative;
	top: 4px;
	min-width: 0;
}

#liuyanban_style_01_1502247594048 .gformStyle_1 .gformList:last-of-type {
	text-align: center;
}

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

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

	#liuyanban_style_01_1502247594048 .btnaSet {
		width: 50%;
		min-width: 0;
	}
}

#layout_diy_1484042021 {
	height: 562px;
}

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

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

#layout_diy_1484042021>.view_contents {
	max-width: 1200px;
}

#layout_diy_1484042021 {
	background: #f4f4f4;
}



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

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1502248635979 {
		left: 9.616712707182321%;
		width: 30.055248618784532%;
		top: 49px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1502248635979 {
		width: 72.10526315789474%;
		top: 30px;
		left: 13.815789473684212%;
	}
}

#text_style_02_1502248635979>.view_contents {
	box-sizing: border-box;
	color: #565656;
	font-size: 16px;
	line-height: 40px;
}

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

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

#text_style_02_1502248853695 {
	width: 22.583333333333332%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 49px;
	left: 64.28255208333333%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1502248853695 {
		width: 30.276243093922652%;
		left: 59.66160220994475%;
		top: 49px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1502248853695 {
		width: 72.3%;
		top: 220px;
		left: 13.815789473684212%;
	}
}

#text_style_02_1502248853695>.view_contents {
	box-sizing: border-box;
	color: #565656;
	font-size: 16px;
	line-height: 40px;
}

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

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

#div_includeBlock_1502248596042 {
	width: 100%;
	height: 260px;
	position: absolute;
	top: 50px;
	left: 0%;
}

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

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

#div_includeBlock_1502248596042 {
	background: rgba(0, 130, 154, 0.1);
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: rgba(51, 51, 51, 0.2);
	border-bottom-color: rgba(51, 51, 51, 0.2);
	border-right-style: none;
}

#layout_1502248286264 {
	height: 310px;
}

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

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

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

#layout_1502248286264 {
	background: #f4f4f4;
}


#map_style_01_1502249331335 {
	width: 100%;
	height: 420px;
	position: absolute;
	top: 50px;
	left: 0%;
}

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

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

#map_style_01_1502249331335>.view_contents {
	overflow: visible;
}

#layout_1502249325397 {
	height: 470px;
}

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

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

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

#layout_1502249325397 {
	background: #f4f4f4;
}

#layout_1496218744606 {
	height: 63px;
}

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

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

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

#layout_1496218744606 {
	background: #f4f4f4;
}





#div_blank_1502170586493 {
	width: 12.3%;
	height: 3px;
	position: absolute;
	left: 10%;
	top: 46.96875px;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1502170586493 {
		top: 47.9757080078125px;
		height: 3px;
		left: 5.684614603498341%;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1502170586493 {
		width: 20.263157894736842%;
		height: 3px;
		left: 39.868421052631575%;
		top: 0px;
		display: none;
	}
}

#div_blank_1502170586493>.view_contents {
	overflow: visible;
}

#div_blank_1502170586493 {
	box-sizing: border-box;
	background: #00829a;
}

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

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

#text_style_02_1502170586510 {
	width: 37.666666666666664%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 152.47222900390625px;
	left: 60.00001017252604%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1502170586510 {
		left: 63.129917921218194%;
		top: 154.46878051757812px;
		width: 158px;
	}
}

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

#text_style_02_1502170586510>.view_contents {
	box-sizing: border-box;
	font-family: Microsoft YaHei;
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
}

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

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

#image_style_01_1502170586517 {
	width: 11.166666666666666%;
	height: 29px;
	position: absolute;
	top: 154.46875px;
	left: 6.498850504557292%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1502170586517 {
		left: 2.884559293763828%;
		top: 152.97567749023438px;
		height: 33px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1502170586517 {
		width: 55.09641873278237%;
		height: 200px;
		top: 0px;
		left: 22.451790633608816%;
		display: none;
	}
}

#image_style_01_1502170586517>.view_contents {
	overflow: visible;
}

#text_style_02_1502170586524 {
	width: 38.666666666666664%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 152.47222900390625px;
	left: 16.331024169921875%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1502170586524 {
		left: 13.71220951586698%;
		top: 153.47915649414062px;
	}
}

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

#text_style_02_1502170586524>.view_contents {
	box-sizing: border-box;
	font-family: Microsoft YaHei;
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
}

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

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

#image_style_01_1502170586532 {
	width: 6.166666666666667%;
	height: 25px;
	position: absolute;
	top: 69.46875px;
	left: 52.662038167317704%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1502170586532 {
		left: 52.77854446816234%;
		top: 66.48263549804688px;
		width: 43px;
		height: 27px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1502170586532 {
		width: 55.09641873278237%;
		height: 200px;
		top: 0px;
		left: 22.451790633608816%;
		display: none;
	}
}

#image_style_01_1502170586532>.view_contents {
	overflow: visible;
}

#image_style_01_1502170586537 {
	width: 11.166666666666666%;
	height: 35px;
	position: absolute;
	top: 190.96182250976562px;
	left: 6.498850504557292%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1502170586537 {
		left: 2.884559293763828%;
		top: 193.47915649414062px;
		height: 38px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1502170586537 {
		width: 55.09641873278237%;
		height: 200px;
		top: 600px;
		left: 22.451790633608816%;
		display: none;
	}
}

#image_style_01_1502170586537>.view_contents {
	overflow: visible;
}

#text_style_02_1502170586542 {
	width: 58.833333333333336%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 194.97222900390625px;
	left: 16.163197835286457%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1502170586542 {
		left: 13.696842699979259%;
		top: 197.97567749023438px;
		width: 362px;
	}
}

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

#text_style_02_1502170586542>.view_contents {
	box-sizing: border-box;
	font-family: Microsoft YaHei;
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
}

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

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

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

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1502170586554 {
		left: 5.730708299484928%;
		top: 2.9757080078125px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1502170586554 {
		width: 97.30000000000001%;
		left: 1.3499999999999943%;
		top: 0px;
		display: none;
	}
}

#text_style_02_1502170586554>.view_contents {
	box-sizing: border-box;
	color: #ffffff;
	font-size: 22px;
	font-weight: normal;
	text-align: left;
	font-family: Microsoft YaHei;
	line-height: 30px;
}

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

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

#image_style_01_1502170586560 {
	width: 11.946902654867257%;
	height: 25px;
	position: absolute;
	top: 69.46875px;
	left: 6.082183837890625%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1502170586560 {
		left: 2.220072788474834%;
		width: 11.946902654867257%;
		top: 67.9757080078125px;
		height: 27px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1502170586560 {
		width: 55.09641873278237%;
		height: 200px;
		top: 0px;
		left: 22.451790633608816%;
		display: none;
	}
}

#image_style_01_1502170586560>.view_contents {
	overflow: visible;
}

#text_style_02_1502170586566 {
	width: 32.5%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 67.47222900390625px;
	left: 60.00001017252604%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1502170586566 {
		top: 66.48263549804688px;
		left: 62.69205819189021%;
		width: 35.61946902654867%;
	}
}

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

#text_style_02_1502170586566>.view_contents {
	box-sizing: border-box;
	font-family: Microsoft YaHei;
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
}

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

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

#text_style_02_1502170586572 {
	width: 31.833333333333336%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 66.46527099609375px;
	left: 16.331024169921875%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1502170586572 {
		left: 14.138550884955754%;
		width: 33.6283185840708%;
		top: 66.48263549804688px;
	}
}

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

#text_style_02_1502170586572>.view_contents {
	box-sizing: border-box;
	font-family: Microsoft YaHei;
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
}

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

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

#image_style_01_1502170586580 {
	width: 9.166666666666666%;
	height: 32px;
	position: absolute;
	top: 151.46530151367188px;
	left: 51.49885050455729%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1502170586580 {
		left: 53.83481726182245%;
		top: 150.97915649414062px;
		height: 35px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1502170586580 {
		width: 55.09641873278237%;
		height: 200px;
		top: 400px;
		left: 22.451790633608816%;
		display: none;
	}
}

#image_style_01_1502170586580>.view_contents {
	overflow: visible;
}

#image_style_01_1502170586585 {
	width: 11%;
	height: 25px;
	position: absolute;
	top: 111.96875px;
	left: 50.248850504557296%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1502170586585 {
		height: 30px;
		left: 52.06797101856333%;
		top: 112.47222900390625px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1502170586585 {
		width: 55.09641873278237%;
		height: 200px;
		top: 200px;
		left: 22.451790633608816%;
		display: none;
	}
}

#image_style_01_1502170586585>.view_contents {
	overflow: visible;
}

#text_style_02_1502170586591 {
	width: 34.66666666666667%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 108.96530151367188px;
	left: 60.00001017252604%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1502170586591 {
		left: 63.07614756896432%;
		top: 112.47222900390625px;
		width: 163px;
	}
}

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

#text_style_02_1502170586591>.view_contents {
	box-sizing: border-box;
	font-family: Microsoft YaHei;
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
}

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

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

#text_style_02_1502170586598 {
	width: 32.5%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 111.96875px;
	left: 16.498850504557293%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1502170586598 {
		left: 14.111665708828816%;
		top: 112.47222900390625px;
		width: 190px;
	}
}

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

#text_style_02_1502170586598>.view_contents {
	box-sizing: border-box;
	font-family: Microsoft YaHei;
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
}

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

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

#image_style_01_1502170586605 {
	width: 6.833333333333333%;
	height: 25px;
	position: absolute;
	top: 111.96875px;
	left: 8.663197835286459%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1502170586605 {
		left: 5.089265266350941%;
		top: 114.97222900390625px;
		height: 25px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1502170586605 {
		width: 55.09641873278237%;
		height: 200px;
		top: 0px;
		left: 22.451790633608816%;
		display: none;
	}
}

#image_style_01_1502170586605>.view_contents {
	overflow: visible;
}

#div_includeBlock_1502170586329 {
	width: 50%;
	height: 264px;
	position: absolute;
	top: 0px;
	left: 50%;
}

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

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

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

@media screen and (max-width:640px) {
	#div_includeBlock_1502170586329 {
		border-left-width: 0px;
	}
}


#div_blank_1502170586733 {
	width: 12.333333333333334%;
	height: 3px;
	position: absolute;
	left: 0.33333333333333337%;
	top: 45px;
	z-index: 2;
}

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

@media screen and (max-width:640px) {
	#div_blank_1502170586733 {
		width: 20.263157894736842%;
		height: 3px;
		left: 39.868421052631575%;
		top: 0px;
		display: block;
	}
}

#div_blank_1502170586733>.view_contents {
	overflow: visible;
}

#div_blank_1502170586733 {
	box-sizing: border-box;
	background: #00829a;
}

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

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

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

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

@media screen and (max-width:640px) {
	#text_style_02_1502170586749 {
		width: 97.30000000000001%;
		left: 1.3499999999999943%;
		top: 0px;
	}
}

#text_style_02_1502170586749>.view_contents {
	box-sizing: border-box;
	color: #ffffff;
	font-size: 22px;
	font-weight: normal;
	text-align: left;
	font-family: Microsoft YaHei;
	line-height: 30px;
}

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

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

#text_style_02_1502170586757 {
	width: 90%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 60.5px;
	left: 0.33333333333333337%;
}

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

@media screen and (max-width:640px) {
	#text_style_02_1502170586757 {
		width: 370px;
		top: 0px;
	}
}

#text_style_02_1502170586757>.view_contents {
	box-sizing: border-box;
	font-family: Microsoft YaHei;
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
	text-indent: 2em;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1502170586757>.view_contents {
		box-sizing: border-box;
		text-indent: 2em;
		line-height: 25px;
		text-align: justify;
	}
}

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

#div_includeBlock_1502170586339 {
	width: 50%;
	height: 264px;
	position: absolute;
	top: 0px;
	left: 0%;
}

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

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

#div_includeBlock_1502170586339 {
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#dh_style_01_1502170586924 {
	width: 100%;
	z-index: 999;
	position: absolute;
	top: 280.97222900390625px;
	left: 0%;
}

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

@media screen and (max-width:640px) {
	#dh_style_01_1502170586924 {
		width: 12.696214219759927%;
		z-index: 999;
		top: 227px;
		display: none;
		left: 43.65189289012004%;
	}
}

#dh_style_01_1502170586924>.view_contents {
	overflow: visible;
}

#dh_style_01_1502170586924 .mainMenuSet {
	color: #ffffff;
	font-size: 14px;
	text-align: left;
}

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

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

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

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

#text_style_02_1502170586934>.view_contents {
	box-sizing: border-box;
	font-family: Microsoft YaHei;
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	height: 64px;
}

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

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

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

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

@media screen and (max-width:640px) {
	#div_includeBlock_1502170586148 {
		width: 96%;
		height: 79px;
		top: 0px;
		left: 2%;
	}
}

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

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

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

#image_style_01_1502171135853>.view_contents {
	overflow: visible;
}

#image_style_01_1502171135853 {
	background: #000d0f;
}

#image_style_01_1502171135853 .picSet {
	opacity: 0.1;
}

#div_includeBlock_1502170585918 {
	width: 100%;
	height: 437.9722595214844px;
	position: absolute;
	top: 0.003475189208984375px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_includeBlock_1502170585918 {
		height: 588.96875px;
		width: 100%;
	}
}

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

#div_includeBlock_1502170585918 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 50%;
}

@media screen and (max-width:640px) {
	#div_includeBlock_1502170585918 {
		background-position-x: 50%;
	}
}

#comm_layout_footer {
	height: 437.97573471069336px;
	z-index: 1;
}

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

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

.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;*/

#image_style_01_1502160524137 .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_1502160524137 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

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

#image_style_01_1502160524137 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_1502161123692 .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_1502161123692 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

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

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

/*菜单样式*/
.menuStyle_1 {
	width: 100%;
	position: relative;
}

.menuStyle_1 * {
	transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
	-webkit-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
	-moz-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
	-o-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
	box-sizing: border-box;
}

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

.menuStyle_1 .rflex {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

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

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

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

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

.menuStyle_1 .menuUl {
	position: relative;
	width: 100%;
	text-align: center;
}

.menuStyle_1 .menuUl li {
	position: relative;
}

.menuStyle_1 .menuUl li>a {
	text-decoration: none;
	color: #4d5158;
	font-size: 14px;
	height: 44px;
	box-sizing: border-box;
	line-height: 44px;
	display: block;
	text-align: center;
	letter-spacing: normal;
	white-space: nowrap;
}

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

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

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

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

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

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

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

.menuStyle_1 .menuUl02 .subMenu02 a:hover {}

.menuStyle_1 .rflex {
	position: relative;
}




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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb {
	padding: 8px 15px;
	/* margin-bottom: 20px; */
	list-style: none;
	/* background-color: #f5f5f5; */
	border-radius: 4px;
}

.breadcrumb>li {
	display: inline-block;
}

.breadcrumb>li+li:before {
	/* content: "/\00a0"; */
	content: "\003e\00a0";
	padding: 0 5px;
	color: #cccccc;
}

.breadcrumb>.active {
	color: #777777;
}

.location_style01 .fa-home {
	font-size: 16px;
	margin-right: .25em;
}

.location_style01 .home-icon {
	height: 1.5em;
	float: left;
	margin-right: .8em;
}

/*留言板样式*/
.gformStyle_1 {
	width: 100%;
	box-sizing: border-box;
}

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

.gformStyle_1 form {}

.gformStyle_1 .gformS {
	width: 100%;
	box-sizing: border-box;
}

.gformStyle_1 .gf_title {
	text-align: center;
	font-size: 18px;
	line-height: 3;
}

.gformStyle_1 .gformList {
	width: 100%;
	margin-bottom: 4px;
}

.gformStyle_1 .gformList span {
	display: block;
	float: left;
	width: 36px;
	font-size: 14px;
	line-height: 34px;
}

.gformStyle_1 .gformList textarea.gf_message,
.gformStyle_1 .gformList input.gfInput {
	width: 100%;
	max-width: 100%;
	min-width: 300px;
	box-sizing: border-box;
	font-size: 14px;
	color: #333;
	padding: 8px;
	border: 1px solid #eee;
}

.gformStyle_1 .gformList input.gfInput {
	height: 34px;
	width: 100%;
	min-width: 300px;
}

.gformStyle_1 .gformList textarea.gf_message {}

.gformStyle_1 .gbt {
	background: #EC8C14;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	cursor: pointer;
	box-sizing: border-box;
	border: 0;
	height: 40px;
	width: 100%;
	margin: 3% auto;
}

.gformStyle_1 #gbook {
	width: 100%;
	box-sizing: border-box;
	list-style: none;
	clear: both;
}

.gformStyle_1 li.gbList {
	background: #fff;
	margin-bottom: 10px;
	color: #333;
	padding: 10px;
	box-sizing: border-box;
}

.gformStyle_1 .gb_name {
	font-size: 14px;
	line-height: 3;
	white-space: nowrap;
	border-top: 1px solid #aaa;
	padding: 10px;
}

.gformStyle_1 .gb_content {
	margin: 10px auto;
	clear: both;
}

.gformStyle_1 .gb_page {
	background: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 2;
}

.gformStyle_1 .gb_replay {
	margin: 10px auto;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	box-sizing: border-box;
	font-size: 14px;
}

.gformStyle_1 .gb_replay b {
	padding-left: 50px;
}

.gformStyle_1 .gb_replay .gb_content {
	padding-left: 50px;
}

.gformStyle_1 .gb_info {
	float: right;
	color: #666;
}

.gformStyle_1 .gb_nickname {}

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

	.gformStyle_1 .gformList textarea.gf_message,
	.gformList input.gfInput {
		margin: auto;
		max-width: auto;
		min-width: calc(100% - 36px);
	}
}

@media screen and (max-width:768px) {
	.gformStyle_1 {
		padding: 15px;
	}

	.gformStyle_1 .listTit {
		display: none;
	}

	.gformStyle_1 .gformList textarea.gf_message,
	.gformList input.gfInput {
		margin: auto;
		max-width: auto;
		min-width: 100%;
	}

	.gformStyle_1 .gbt {
		font-size: 14px;
	}
}

@media screen and (max-width:480px) {
	.gformStyle_1 {
		padding: 10px;
	}

	.gformStyle_1 .listTit {
		display: none;
	}

	.gformStyle_1 .gformList textarea.gf_message,
	.gformStyle_1 .gformList input.gfInput {
		margin: auto;
		max-width: auto;
		min-width: 100%;
	}

	.gformStyle_1 .gb_replay {
		padding-left: 10px;
		font-size: 14px;
	}

	.gformStyle_1 .gb_nickname,
	.gformStyle_1 .gb_nickname b {
		font-size: 14px;
	}
}

/*程序修改的颜色*/
.gformStyle_1 .gformList textarea.gf_message,
.gformStyle_1 .gformList input.gfInput,
.gformStyle_1 li.gbList {
	background: #f5f5f5;
}

/*modBgColor*/
.gformStyle_1 .modFontColor {
	color: #333;
}

.gformStyle_1 .modBorderColor {
	border-color: #f5f5f5 !important;
}

#image_style_01_1502170586517 .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_1502170586517 .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_1502170586517 .CompatibleImg img {
		null
	}
}

#image_style_01_1502170586517 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_1502170586532 .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_1502170586532 .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_1502170586532 .CompatibleImg img {
		null
	}
}

#image_style_01_1502170586532 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_1502170586537 .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_1502170586537 .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_1502170586537 .CompatibleImg img {
		null
	}
}

#image_style_01_1502170586537 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_1502170586560 .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_1502170586560 .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_1502170586560 .CompatibleImg img {
		null
	}
}

#image_style_01_1502170586560 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_1502170586580 .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_1502170586580 .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_1502170586580 .CompatibleImg img {
		null
	}
}

#image_style_01_1502170586580 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_1502170586585 .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_1502170586585 .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_1502170586585 .CompatibleImg img {
		null
	}
}

#image_style_01_1502170586585 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_1502170586605 .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_1502170586605 .CompatibleImg img {
		null
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1502170586605 .CompatibleImg img {
		null
	}
}

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

/*菜单样式*/
.menuStyle_1 {
	width: 100%;
	position: relative;
}

.menuStyle_1 * {
	transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
	-webkit-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
	-moz-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
	-o-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
	box-sizing: border-box;
}

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

.menuStyle_1 .rflex {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

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

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

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

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

.menuStyle_1 .menuUl {
	position: relative;
	width: 100%;
	text-align: center;
}

.menuStyle_1 .menuUl li {
	position: relative;
}

.menuStyle_1 .menuUl li>a {
	text-decoration: none;
	color: #4d5158;
	font-size: 14px;
	height: 44px;
	box-sizing: border-box;
	line-height: 44px;
	display: block;
	text-align: center;
	letter-spacing: normal;
	white-space: nowrap;
}

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

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

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

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

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

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

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

.menuStyle_1 .menuUl02 .subMenu02 a:hover {}

.menuStyle_1 .rflex {
	position: relative;
}




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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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