/**
    *编辑器         \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;
	}
}

/*图片放大样式*/
.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;
}


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

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1546839838161 {
		left: 1.5906680805938493%;
		top: 81px;
		width: 275px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1546839838161 {
		width: 58.4375%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 51px;
		left: 20.78125%;
	}
}

#text_style_01_1546839838161>.view_contents {
	font-size: 18px;
}

@media screen and (max-width:640px) {
	#text_style_01_1546839838161>.view_contents {
		font-size: 12px;
		text-align: center;
	}
}

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

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1546839875190 {
		width: 255px;
		left: 1.5906680805938493%;
		top: 18px;
	}
}

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

#text_style_01_1546839875190>.view_contents {
	font-size: 40px;
	color: #076ce0;
}

@media screen and (max-width:640px) {
	#text_style_01_1546839875190>.view_contents {
		font-size: 32px;
		text-align: center;
	}
}

#searchbox_style_02_1546840112181 {
	width: 26%;
	position: absolute;
	left: 37%;
	top: 41px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#searchbox_style_02_1546840112181 {
		width: 36.47932131495228%;
		left: 36.638388123011666%;
		top: 52px;
	}
}

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

#searchbox_style_02_1546840112181>.view_contents {
	overflow: visible;
}

#searchbox_style_02_1546840112181 .inputSet {
	border-top-color: #e2e2e2;
	border-right-color: #e2e2e2;
	border-bottom-color: #e2e2e2;
	border-left-color: #e2e2e2;
	box-shadow: rgba(28, 28, 28, 0.3) 2px 2px 6px;
	height: 50px;
	border-radius: 30px;
}

#searchbox_style_02_1546840112181 .btnaSet {
	height: 50px;
	font-size: 24px;
	font-weight: normal;
}

#image_style_01_1546840302632 {
	width: 4.25%;
	height: 48px;
	position: absolute;
	top: 56px;
	left: 83.08333333333333%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1546840302632 {
		left: 78.77286585365853%;
		top: 52px;
		height: 48px;
		width: 44px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1546840302632 {
		width: 42px;
		height: 41px;
		top: 86px;
		left: 85.1220703125%;
		display: none;
	}
}

#image_style_01_1546840302632>.view_contents {
	overflow: visible;
}

#text_style_01_1546840375536 {
	width: 12%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 52px;
	left: 88%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1546840375536 {
		width: 150px;
		left: 84.39322640509013%;
		top: 45px;
	}
}

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

#text_style_01_1546840406052 {
	width: 12%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 76px;
	left: 88%;
}

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

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

#text_style_01_1546840406052>.view_contents {
	color: #da3b2a;
	font-size: 18px;
	font-weight: bold;
}

#div_blank_1546840746791 {
	width: 1920px;
	height: 1px;
	position: absolute;
	top: 130px;
	left: calc(50% - 960px);
}

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

@media screen and (max-width:640px) {
	#div_blank_1546840746791 {
		width: 96%;
		height: 1px;
		top: 84px;
		left: 2%;
		display: none;
	}
}

#div_blank_1546840746791>.view_contents {
	overflow: visible;
}

#div_blank_1546840746791 {
	box-sizing: border-box;
	background: #076ce0;
}

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

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

#dh_style_11_1546840954712 {
	width: 80%;
	z-index: 999;
	position: absolute;
	top: 135px;
	left: 20%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_11_1546840954712 {
		z-index: 999;
		width: 731px;
		left: 21.633085896076352%;
		top: 135px;
	}
}

@media screen and (max-width:640px) {
	#dh_style_11_1546840954712 {
		width: 12.812499999999998%;
		z-index: 999;
		top: 0px;
		left: 87.1875%;
	}
}

#dh_style_11_1546840954712>.view_contents {
	overflow: visible;
}

#dh_style_11_1546840954712 .mainMenuSet {
	font-size: 16px;
}

@media screen and (max-width:640px) {
	#dh_style_11_1546840954712 .mainMenuSet {
		text-indent: 1em;
	}
}

@media screen and (max-width:640px) {
	#dh_style_11_1546840954712 .mainMenuSet:hover {
		color: #076ce0;
		border-top: none !important;
		border-right: none !important;
		border-left: none !important;
		border-color: #076ce0;
		border-style: solid;
		border-width: 1px;
	}
}

@media screen and (max-width:640px) {
	#dh_style_11_1546840954712 #hot>a {
		color: #076ce0;
		border-top: none !important;
		border-right: none !important;
		border-left: none !important;
		border-color: #076ce0;
		border-style: solid;
		border-width: 1px;
	}
}


#text_style_01_1546842591414 {
	width: 28.749999999999996%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 28.235677083333332%;
	top: 5px;
}

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

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

#text_style_01_1546842591414>.view_contents {
	color: #076ce0;
}

#image_style_01_1546842661876 {
	width: 8%;
	height: 18px;
	position: absolute;
	left: 58.333333333333336%;
	top: 12px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1546842661876 {
		left: 63.07870370370371%;
		width: 7.936507936507936%;
		top: 15px;
	}
}

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

#image_style_01_1546842661876>.view_contents {
	overflow: visible;
}

#div_a_includeBlock_1546842532263 {
	width: 20%;
	height: 44px;
	position: absolute;
	top: 139px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1546842532263 {
		left: 1.5906680805938493%;
		top: 140px;
	}
}

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


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

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

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

#text_style_01_1546926401536>.view_contents {
	text-align: center;
	height: 40px;
	line-height: 40px;
}

#text_style_01_1546926401536 .view_contents:hover {
	background: #bbd9fc;
}

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

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

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

#text_style_01_1546926543642>.view_contents {
	text-align: center;
	height: 40px;
	line-height: 40px;
}

#text_style_01_1546926543642 .view_contents:hover {
	background: #bbd9fc;
}

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

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

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

#text_style_01_1546926550867>.view_contents {
	text-align: center;
	height: 40px;
	line-height: 40px;
}

#text_style_01_1546926550867 .view_contents:hover {
	background: #bbd9fc;
}

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

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

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

#text_style_01_1546926718903>.view_contents {
	text-align: center;
	height: 40px;
	line-height: 40px;
}

#text_style_01_1546926718903 .view_contents:hover {
	background: #bbd9fc;
}

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

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

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

#text_style_01_1546926725901>.view_contents {
	text-align: center;
	height: 40px;
	line-height: 40px;
}

#text_style_01_1546926725901 .view_contents:hover {
	background: #bbd9fc;
}

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

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

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

#text_style_01_1546926752064>.view_contents {
	text-align: center;
	height: 40px;
	line-height: 40px;
}

#text_style_01_1546926752064 .view_contents:hover {
	background: #bbd9fc;
}

#div_blank_1546926777074 {
	width: 90%;
	height: 1px;
	position: absolute;
	left: 5%;
	top: 220px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1546926777074 {
		left: 5%;
		width: 90%;
		top: 257px;
	}
}

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

#div_blank_1546926777074>.view_contents {
	overflow: visible;
}

#div_blank_1546926777074 {
	box-sizing: border-box;
	background: rgba(0, 0, 0, .6);
}

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

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

#text_style_01_1546926814635 {
	width: 9.166666666666666%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 8.75%;
	top: 240px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1546926814635 {
		left: 4.794973544973545%;
		width: 9.1324200913242%;
		top: 271.5px;
	}
}

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

#text_style_01_1546926814635>.view_contents {
	color: #076ce0;
	font-size: 18px;
	line-height: 22px;
}

@media screen and (max-width:640px) {
	#text_style_01_1546926814635>.view_contents {
		font-size: 18px;
	}
}

#image_style_01_1546926852097 {
	width: 59.583333333333336%;
	height: 143px;
	position: absolute;
	left: 28.958333333333336%;
	top: 240px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1546926852097 {
		left: 24.94212962962963%;
		width: 66.006600660066%;
		top: 280.5px;
		height: 128px;
	}
}

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

#image_style_01_1546926852097>.view_contents {
	overflow: visible;
}

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

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1546927021941 {
		left: 18.253968253968257%;
		width: 63.49206349206349%;
		top: 436px;
	}
}

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

#text_style_01_1546927021941>.view_contents {
	text-align: center;
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	background: #076ce0;
	border-radius: 5px;
}

#div_a_includeBlock_1546926367397 {
	width: 20%;
	height: 480px;
	position: absolute;
	top: 184px;
	left: 0%;
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1546926367397 {
		display: none;
		left: 1.5906680805938493%;
		top: 184px;
		width: 20%;
		height: 500px;
	}
}

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

#div_a_includeBlock_1546926367397 {
	background: rgba(255, 255, 255, 0.9);
}

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

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

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

#comm_layout_header {
	height: 183px;
	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: 88px;
	}
}

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


#text_style_01_1546843325674 {
	width: 51.74999999999999%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 86px;
	left: 24.125000000000004%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1546843325674 {
		width: 624px;
		left: calc(50% - 312px);
	}
}

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

#text_style_01_1546843325674>.view_contents {
	font-size: 50px;
	color: #ffffff;
	text-align: center;
}

@media screen and (max-width:640px) {
	#text_style_01_1546843325674>.view_contents {
		font-size: 20px;
	}
}

#text_style_01_1546843387315 {
	width: 47%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 176px;
	left: 26.5%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1546843387315 {
		width: 540px;
		left: calc(50% - 270px);
	}
}

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

#text_style_01_1546843387315>.view_contents {
	font-size: 22px;
	color: #ffffff;
	text-align: center;
}

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

#text_style_01_1546843494731 {
	width: 42.66666666666667%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 225px;
	left: 28.666666666666664%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1546843494731 {
		left: calc(50% - 210px);
		width: 420px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1546843494731 {
		width: 92%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 106px;
		left: 4%;
	}
}

#text_style_01_1546843494731>.view_contents {
	font-size: 26px;
	color: #ffffff;
	text-align: center;
	border-right: none !important;
	border-left: none !important;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	height: 60px;
	line-height: 60px;
}

@media screen and (max-width:640px) {
	#text_style_01_1546843494731>.view_contents {
		font-size: 16px;
		line-height: 30px;
		height: 30px;
	}
}

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

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1546843670800 {
		width: 192px;
		left: calc(50% - 96px);
	}
}

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

#text_style_01_1546843670800>.view_contents {
	font-size: 30px;
	color: #333333;
	text-align: center;
	background: #ffffff;
	height: 60px;
	line-height: 60px;
	border-radius: 5px;
}

#text_style_01_1546843670800 .view_contents:hover {
	color: #ffffff;
	background: #00a1e9;
}

@media screen and (max-width:640px) {
	#text_style_01_1546843670800>.view_contents {
		font-size: 16px;
		height: 30px;
		line-height: 30px;
	}
}

#layout_diy_1546823811 {
	height: 500px;
}

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

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

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

#layout_diy_1546823811 {
	background: url(http://cdn.xuansiwei.com/996cgvn/img/upimages/pkgimg/banner_02.jpg);
	background-size: cover;
}

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

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

#layout_1546932858757 {
	height: 65px;
}

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

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

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


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

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

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

#text_style_01_1546846153232>.view_contents {
	font-size: 24px;
	text-align: center;
	color: #076ce0;
}

@media screen and (max-width:640px) {
	#text_style_01_1546846153232>.view_contents {
		font-size: 18px;
	}
}

#text_style_01_1546846204022 {
	width: 18.75%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 43px;
	left: 40.625%;
}

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

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

#text_style_01_1546846204022>.view_contents {
	text-align: center;
	color: #076ce0;
}

#image_style_01_1546846224828 {
	width: 90%;
	height: 38px;
	position: absolute;
	top: 95px;
	left: 5%;
}

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

@media screen and (max-width:640px) {
	#image_style_01_1546846224828 {
		width: 90%;
		height: 20px;
		top: 70px;
		left: 5%;
	}
}

#image_style_01_1546846224828>.view_contents {
	overflow: visible;
}

#text_default_1546858941590 {
	width: 39.5%;
	height: 100px;
	position: absolute;
	top: 180px;
	left: 5%;
}

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

@media screen and (max-width:640px) {
	#text_default_1546858941590 {
		width: 53.125%;
		height: 120px;
		top: 100.796875px;
		left: 7.6220703125%;
		display: none;
	}
}

#text_style_01_1546859093879 {
	width: 39.33333333333333%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 332px;
	left: 5.791666666666666%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1546859093879 {
		left: 6.639382290562036%;
		top: 332px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1546859093879 {
		width: 80.9375%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 259.75px;
		left: 9.53125%;
	}
}

#image_style_01_1546859180112 {
	width: 27.083333333333332%;
	height: 293px;
	position: absolute;
	top: 180px;
	left: 64.20833333333333%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1546859180112 {
		width: 299px;
		left: 61.70135206786851%;
		top: 159px;
		height: 296px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1546859180112 {
		display: none;
		width: 37.5%;
		height: 122px;
		top: 100.796875px;
		left: 57.49999999999999%;
	}
}

#image_style_01_1546859180112>.view_contents {
	overflow: visible;
}

#text_default_1547027364091 {
	width: 33.33333333333333%;
	height: 300px;
	display: none;
	position: absolute;
	left: 33.333333333333336%;
	top: 103.078125px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_default_1547027364091 {
		width: 41.66666666666667%;
		height: 300px;
		display: none;
		left: 29.166666666666664%;
		top: 103.078125px;
	}
}

@media screen and (max-width:640px) {
	#text_default_1547027364091 {
		width: 100%;
		height: 370px;
		display: block;
		top: 110px;
		left: 0%;
	}
	#text_default_1547027364091 .wrapbox{
		padding: 10px;
		width: 94%;
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	#text_default_1547027364091 .wrapbox .item{
		text-align: center;
	}
	#text_default_1547027364091 .wrapbox .item h5{
		color: #337fe5;
		font-size: 18px;
		text-align: left;
	}
	#text_default_1547027364091 .wrapbox .item p{
		font-size: 12px;
		color: #333333;
		text-align: left;
	}
	#text_default_1547027364091 .wrapbox .item img{
		max-width: 200px;
	}
}

#layout_1546840302627 {
	height: 539px;
}

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

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

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


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

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1546861917938 {
		width: 415px;
		left: calc(50% - 207.5px);
	}
}

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

#text_style_01_1546861917938>.view_contents {
	font-size: 24px;
	text-align: center;
	color: #076ce0;
}

@media screen and (max-width:640px) {
	#text_style_01_1546861917938>.view_contents {
		font-size: 18px;
	}
}

#image_style_12_1546862562162 {
	width: 100%;
	position: absolute;
	top: 92px;
	left: 0%;
}

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

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

#image_style_12_1546862562162>.view_contents {
	overflow: visible;
}

#image_style_12_1546862562162 .detailSet {
	font-size: 20px;
	margin-top: 20px;
}

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

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

#layout_1546861896083 {
	height: 700px;
}

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

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

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

#layout_1546861896083 {
	background: #ffffff;
}


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

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

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

#text_style_01_1546863507238>.view_contents {
	font-size: 24px;
	text-align: center;
	color: #076ce0;
}

@media screen and (max-width:640px) {
	#text_style_01_1546863507238>.view_contents {
		font-size: 18px;
	}
}

#text_style_01_1546863513431 {
	width: 18.75%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 43px;
	left: 40.625%;
}

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

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

#text_style_01_1546863513431>.view_contents {
	text-align: center;
	color: #076ce0;
}

#image_style_01_1546863603176 {
	width: 90%;
	height: 38px;
	position: absolute;
	top: 95px;
	left: 5%;
}

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

@media screen and (max-width:640px) {
	#image_style_01_1546863603176 {
		width: 90%;
		height: 20px;
		top: 70px;
		left: 5%;
	}
}

#image_style_01_1546863603176>.view_contents {
	overflow: visible;
}

#image_style_12_1546863682294 {
	width: 100%;
	position: absolute;
	top: 180px;
	left: 0%;
}

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

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

#image_style_12_1546863682294>.view_contents {
	overflow: visible;
}

#image_style_12_1546863682294 .detailSet {
	font-size: 14px;
	margin-top: 0px;
	color: #999999;
}

#image_style_12_1546863682294 .titleSet {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 16px;
}

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

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

#layout_1546858700917 {
	height: 413px;
}

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

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

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

#layout_1546852315481 {
	height: 64px;
}

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

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

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



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

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

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

#text_style_01_1546856739875>.view_contents {
	font-size: 20px;
	text-align: center;
}

@media screen and (max-width:640px) {
	#text_style_01_1546856739875>.view_contents {
		font-size: 18px;
	}
}

#text_style_01_1546856758257 {
	width: 13.5%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 45px;
	left: 1.125%;
}

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

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

#text_style_01_1546856758257>.view_contents {
	text-align: center;
	font-size: 14px;
}

@media screen and (max-width:640px) {
	#text_style_01_1546856758257>.view_contents {
		font-size: 14px;
	}
}

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

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

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

#text_style_01_1546856915822>.view_contents {
	font-size: 20px;
	text-align: center;
}

@media screen and (max-width:640px) {
	#text_style_01_1546856915822>.view_contents {
		font-size: 18px;
	}
}

#text_style_01_1546856925970 {
	width: 13.5%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 39px;
	left: 30.319259567387686%;
}

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

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

#text_style_01_1546856925970>.view_contents {
	text-align: center;
	font-size: 14px;
}

@media screen and (max-width:640px) {
	#text_style_01_1546856925970>.view_contents {
		font-size: 14px;
	}
}

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

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

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

#text_style_01_1546857017172>.view_contents {
	font-size: 20px;
	text-align: center;
}

@media screen and (max-width:640px) {
	#text_style_01_1546857017172>.view_contents {
		font-size: 18px;
	}
}

#text_style_01_1546857024349 {
	width: 13.5%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 45px;
	left: 58.58205074875208%;
}

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

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

#text_style_01_1546857024349>.view_contents {
	text-align: center;
	font-size: 14px;
}

@media screen and (max-width:640px) {
	#text_style_01_1546857024349>.view_contents {
		font-size: 14px;
	}
}

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

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

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

#text_style_01_1546857129808>.view_contents {
	font-size: 20px;
	text-align: center;
}

@media screen and (max-width:640px) {
	#text_style_01_1546857129808>.view_contents {
		font-size: 18px;
	}
}

#text_style_01_1546857138925 {
	width: 13.5%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 45px;
	left: 85.35773710482529%;
}

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

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

#text_style_01_1546857138925>.view_contents {
	text-align: center;
	font-size: 14px;
}

@media screen and (max-width:640px) {
	#text_style_01_1546857138925>.view_contents {
		font-size: 14px;
	}
}

#div_a_includeBlock_1546856889337 {
	width: 50.083333333333336%;
	height: 153px;
	position: absolute;
	top: 29px;
	left: 0%;
	display: block;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1546856889337 {
		width: 532px;
		left: 1.2725344644750796%;
		top: 29px;
		height: 135px;
		display: block;
	}
}

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

#image_style_01_1546857375236 {
	width: 4.25%;
	height: 48px;
	position: absolute;
	top: 74px;
	left: 60.70833333333333%;
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1546857375236 {
		left: 60.28300636267232%;
		top: 29px;
		height: 44px;
		width: 49px;
		display: block;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1546857375236 {
		width: 81px;
		height: 48px;
		top: 615px;
		left: 39.3421052631579%;
		display: none;
	}
}

#image_style_01_1546857375236>.view_contents {
	overflow: visible;
}

#text_style_01_1546857383148 {
	width: 12%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 65px;
	left: 66.70833333333334%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1546857383148 {
		width: 152px;
		left: 68.3125662778367%;
		top: 29px;
	}
}

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

#text_style_01_1546857389577 {
	width: 12%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 95.5px;
	left: 66.70833333333334%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1546857389577 {
		width: 154px;
		left: 68.3125662778367%;
		top: 57px;
	}
}

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

#text_style_01_1546857389577>.view_contents {
	color: #da3b2a;
	font-size: 18px;
	font-weight: bold;
}

#text_style_01_1546857415964 {
	width: 24.75%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 122px;
	left: 57.54166666666667%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1546857415964 {
		width: 215px;
		left: 60.28300636267232%;
		top: 83.5px;
	}
}

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

#text_style_01_1546857415964>.view_contents {
	text-align: center;
}

#image_style_01_1546857537410 {
	width: 8.5%;
	height: 100px;
	position: absolute;
	top: 29px;
	left: 87.79166666666667%;
}

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

@media screen and (max-width:640px) {
	#image_style_01_1546857537410 {
		width: 162px;
		height: 100px;
		top: 476px;
		left: 28.68421052631579%;
		display: none;
	}
}

#image_style_01_1546857537410>.view_contents {
	overflow: visible;
}

#text_style_01_1546857609484 {
	width: 12.25%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 143px;
	left: 85.91666666666666%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1546857609484 {
		left: 85.88282078472959%;
		top: 126px;
	}
}

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

#text_style_01_1546857609484>.view_contents {
	text-align: center;
}

#dh_style_11_1546857652748 {
	width: 60%;
	z-index: 999;
	position: absolute;
	top: 221px;
	left: 20%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_11_1546857652748 {
		z-index: 999;
		left: calc(50% - 282.5px);
		top: 182px;
	}
}

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

#dh_style_11_1546857652748>.view_contents {
	overflow: visible;
}

#div_blank_1546857669953 {
	width: 1920px;
	height: 30px;
	position: absolute;
	top: 271px;
	left: calc(50% - 960px);
}

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

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

#div_blank_1546857669953>.view_contents {
	overflow: visible;
}

#div_blank_1546857669953 {
	box-sizing: border-box;
	background: #076ce0;
}

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

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

#text_style_01_1546857763893 {
	width: 48.16666666666667%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 275.5px;
	left: 25.916666666666664%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1546857763893 {
		left: calc(50% - 227.5px);
		top: 236.5px;
	}
}

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

#text_style_01_1546857763893>.view_contents {
	text-align: center;
	color: #ffffff;
	font-size: 12px;
}

#comm_layout_footer {
	height: 303px;
	z-index: 99999;
}

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

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

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

#comm_layout_footer {
	background: #eff7ff;
}

.searchStyle_2 {
	position: relative;
	min-width: 200px;
}

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

.searchStyle_2 .searchForm {
	width: 100%;
	border-radius: 0;
	box-sizing: border-box;
	position: relative;
}

.searchStyle_2 .searchForm .search-btn {
	width: 60px;
	text-align: center;
	border: 0;
	height: 40px;
	font-size: 16px;
	color: #666;
	background: none;
	outline: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}

.searchStyle_2 .searchForm .search_input {
	width: 100%;
	border: 0;
	border-radius: 20px;
	outline: none;
	padding-right: 65px;
	padding-left: 1em;
	height: 40px;
	font-size: 14px;
	color: #333;
	border: 1px solid #666;
}

.keyWord {
	margin-top: 5px;
}

.keyWord a {
	font-size: 14px;
	color: #666;
	margin-right: 5px;
}

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

	.searchStyle_2 .searchForm .search-btn,
	.searchStyle_2 .searchForm .search_input {
		height: 32px;
	}



}



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

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

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

#image_style_01_1546840302632 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_11 {
	width: 100%;
	position: relative;
}

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

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

.menuStyle_11 .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_11 .rflex {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	float: left\0;
}

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

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

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

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

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

.menuStyle_11 .menuUl>li {
	position: relative;
}

.menuStyle_11 .menuUl>li>a {
	position: relative;
	text-decoration: none;
	font-size: 14px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	letter-spacing: normal;
	white-space: nowrap;
	color: #333;
	padding: 10px 0;
	padding: 10px 1em\0;
}

.menuStyle_11 .menuUl>li>a:hover {
	background: rgba(0, 0, 0, .05);
}

.menuStyle_11 .menuUl #hot>a {
	color: #2d93ff;
}

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

.menuStyle_11 .menuUl #hot>a span {
	color: inherit;
}

/*.menuStyle_11 .menuUl>li>a i{position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}*/
.menuStyle_11 .menuLayout .miniMenu {
	display: none;
}

.menuStyle_11 .menuUl02 {
	position: absolute;
	left: 50%;
	opacity: 0;
	display: none;
	background: #fff;
	width: 100%;
	height: 0;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.menuStyle_11 .menuUl>li>#menuLogo {
	height: 85%;
}

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

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

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

.menuStyle_11 .menuUl02 .subMenu02.subCurSet {
	background: #2f94ff;
	color: #fff;
}

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

.menuStyle_11 .menuUl02 .subMenu02:hover {
	background: #2d93ff;
	color: #fff;
}

.menuStyle_11 .menuUl02 .subMenu02>a .fa {
	float: right;
	line-height: inherit;
}

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

.menuStyle_11 .menuUl03 {
	position: absolute;
	background: #2f94ff;
	/*left需要js获取二级的宽*/
	top: 0;
	display: none;
	box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);
}

.menuStyle_11 .menuUl03 .subMenu03 {
	color: #fff;
	padding: 0 15px;
	line-height: 40px;
}

.menuStyle_11 .menuUl03 .subMenu03:hover {
	background: rgba(0, 0, 0, 0.1);
}

.menuStyle_11 .menuUl03 .subMenu03.thrCurSet {
	background: rgba(0, 0, 0, 0.1);
}

.menuStyle_11 .menuUl03 .subMenu03>a {
	color: inherit;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.menuStyle_11 .rflex {
	position: relative;
}

.menuStyle_11 .maxWidth {
	margin: auto;
}

.menuStyle_11 .menuUl03 .subMenu03.thrCurSet {
	background: rgba(0, 0, 0, 0.1);
}

.menuStyle_11 .subBox {
	position: absolute;
	left: 0;
	/*top通过JS获取菜单高度*/
	width: 100%;
	background: rgba(238, 238, 238, 0.85);
	display: none;
}

.menuStyle_11 .subBox .subBoxContent {
	padding: 15px;
	text-align: left;
	overflow: hidden;
}

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

.menuStyle_11 .subBox .sublm {
	float: left;
	width: calc(100% - 440px);
	min-height: 10px;
}

.menuStyle_11 .subBox .sublm>div {
	clear: both;
	overflow: hidden;
	margin: 8px 0;
}

.menuStyle_11 .subBox .subImgsbox {
	float: left;
	width: 440px;
	/*这个宽可被设置*/
	height: 160px;
}

.menuStyle_11 .subBox .subImgsbox>a {
	display: block;
	height: 100%;
	float: right;
	width: calc((100% - 20px)/2);
	margin-left: 20px;
}

.menuStyle_11 .subBox .subImgsbox>a:last-child {
	margin-left: 0;
}

.menuStyle_11 .subBox .subImgsbox>a>div.subImg {
	position: relative;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover !important;
}

.menuStyle_11 .subBox .subImgsbox>a>div.subImg span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
	padding: 5px;
	background: rgba(255, 255, 255, .8);
	color: #333;
	font-size: 12px;
}

.menuStyle_11 .subBox p {
	overflow: hidden;
	float: left;
}

.menuStyle_11 .subBox p:first-child {
	margin-right: 10px;
	width: 100px;
}

.menuStyle_11 .subBox p:last-child {
	width: calc(100% - 110px);
}

.menuStyle_11 .subBox .subMenu02 {
	font-size: 14px;
	margin-bottom: 5px;
	clear: both;
	color: #333;
	line-height: 28px;
}

.menuStyle_11 .subBox .subMenu02.subCurSet {
	color: #2d93ff;
}

.menuStyle_11 .subBox .subMenu02:hover,
.menuStyle_11 .subBox .subMenu02:active {
	color: #2d93ff;
}

.menuStyle_11 .subBox .subMenu03 {
	float: left;
	margin: 5px 20px 5px 0;
	font-size: 12px;
	color: #666;
}

.menuStyle_11 .subBox .subMenu03:hover,
.menuStyle_11 .subBox .subMenu03:active {
	color: #2d93ff;
}

.menuStyle_11 .subBox .subMenu03.thrCurSet {
	color: #2d93ff;
}


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

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




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

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

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

	.menuStyle_11 .menuScroll>.menuUlCopy {
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
	}

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

	.menuStyle_11 .miniMenu .leftBox {
		height: 100%;
	}

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

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

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

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

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

	.menuStyle_11 .miniMenu .leftBox .menuUlCopy .menuUlCopy {
		display: none;
	}

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

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

	.menuStyle_11 .miniMenu .leftBox .menuUlCopy li#hot>a {
		border-bottom: 1px solid #fff;
	}

	.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa {
		color: inherit;
		display: none;
		font-size: inherit;
		float: left;
		width: 50px;
		text-align: center;
		line-height: inherit;
		background: rgba(0, 0, 0, 0.1);
	}

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

	.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
	.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a {
		border-bottom: 1px solid #fff;
	}

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

	.menuStyle_11 .menuLayout .miniMenu.Mslide .sidebar {
		color: #fff;
		background: rgba(0, 0, 0, .05);
	}

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


@media screen and (min-width:640px) {
	#dh_style_11_1546840954712 .maxWidth {
		max-width: px;
	}

	#dh_style_11_1546840954712 .subBox .sublm {
		width: calc(100% - (px + px) - 20px);
	}

	/*20px是两张图片间的间距*/
	#dh_style_11_1546840954712 .subBox .subImgsbox {
		width: calc((px + px) + 20px);
		height: px
	}

	/*20px是两张图片间的间距*/
	#dh_style_11_1546840954712 .menuUl>li>#menuLogo {
		height: px;
		margin-right: px;
		margin-left: px;
	}
}

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

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

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

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

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

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

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

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

@media screen and (max-width:640px) {
	#image_style_01_1546846224828 .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_1546846224828 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_1546859180112 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

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

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

#image_style_01_1546859180112 a {
	cursor: default;
}

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

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

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

.imgStyle_12 {
	width: 100%;
}

.imgStyle_12 * {
	font-size: '微软雅黑';
}

.imgStyle_12 .imgTextUl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.imgStyle_12 .imgTextLi {
	width: 23.5%;
	overflow: hidden;
	margin-bottom: 2%;
}

.imgStyle_12 .imgTBox {
	text-align: center;
}

.imgStyle_12 .imgTBox>img {
	display: inline-block;
	width: 100px;
}

.imgStyle_12 .imgBt {
	text-align: center;
	font-size: 20px;
	line-height: 3;
}

.imgStyle_12 .imgDetail {
	text-align: center;
	font-size: 12px;
}



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

	.imgStyle_12 .imgTextLi {
		width: 44%;
	}

	.imgStyle_12 .imgTBox>img {
		width: 50px;
	}

	.imgStyle_12 .imgBt {
		font-size: 16px;
		line-height: 2.5;
	}

}

#image_style_12_1546862562162 .imgDetail {
	display: block;
}

#image_style_12_1546862562162 li {
	width: 32%;
}

#image_style_12_1546862562162 li.imgTextLi {
	margin-bottom: 2%;
}

#image_style_12_1546862562162 .imgTBox img {
	width: 300px;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
	#image_style_12_1546862562162 li {
		width: 32%;
	}

	#image_style_12_1546862562162 li.imgTextLi {
		margin-bottom: 2%;
	}

	#image_style_12_1546862562162 .imgTBox img {
		width: 100px;
	}
}

@media screen and (max-width: 768px) {
	#image_style_12_1546862562162 li {
		width: 30.666666666667%;
	}

	#image_style_12_1546862562162 li.imgTextLi {
		margin-bottom: 4%;
	}

	#image_style_12_1546862562162 .imgTBox img {
		width: 100px;
	}
}







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

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

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

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

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

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

.imgStyle_12 {
	width: 100%;
}

.imgStyle_12 * {
	font-size: '微软雅黑';
}

.imgStyle_12 .imgTextUl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.imgStyle_12 .imgTextLi {
	width: 23.5%;
	overflow: hidden;
	margin-bottom: 2%;
}

.imgStyle_12 .imgTBox {
	text-align: center;
}

.imgStyle_12 .imgTBox>img {
	display: inline-block;
	width: 100px;
}

.imgStyle_12 .imgBt {
	text-align: center;
	font-size: 20px;
	line-height: 3;
}

.imgStyle_12 .imgDetail {
	text-align: center;
	font-size: 12px;
}



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

	.imgStyle_12 .imgTextLi {
		width: 44%;
	}

	.imgStyle_12 .imgTBox>img {
		width: 50px;
	}

	.imgStyle_12 .imgBt {
		font-size: 16px;
		line-height: 2.5;
	}

}

#image_style_12_1546863682294 .imgDetail {
	display: block;
}

#image_style_12_1546863682294 li {
	width: 18.4%;
}

#image_style_12_1546863682294 li.imgTextLi {
	margin-bottom: 2%;
}

#image_style_12_1546863682294 .imgTBox img {
	width: 70px;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
	#image_style_12_1546863682294 li {
		width: 18.4%;
	}

	#image_style_12_1546863682294 li.imgTextLi {
		margin-bottom: 2%;
	}

	#image_style_12_1546863682294 .imgTBox img {
		width: 70px;
	}
}

@media screen and (max-width: 768px) {
	#image_style_12_1546863682294 li {
		width: 48%;
	}

	#image_style_12_1546863682294 li.imgTextLi {
		margin-bottom: 4%;
	}

	#image_style_12_1546863682294 .imgTBox img {
		width: 50px;
	}
}







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

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

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

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

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

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

#image_style_01_1546857537410 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_11 {
	width: 100%;
	position: relative;
}

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

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

.menuStyle_11 .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_11 .rflex {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	float: left\0;
}

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

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

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

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

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

.menuStyle_11 .menuUl>li {
	position: relative;
}

.menuStyle_11 .menuUl>li>a {
	position: relative;
	text-decoration: none;
	font-size: 14px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	letter-spacing: normal;
	white-space: nowrap;
	color: #333;
	padding: 10px 0;
	padding: 10px 1em\0;
}

.menuStyle_11 .menuUl>li>a:hover {
	background: rgba(0, 0, 0, .05);
}

.menuStyle_11 .menuUl #hot>a {
	color: #2d93ff;
}

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

.menuStyle_11 .menuUl #hot>a span {
	color: inherit;
}

/*.menuStyle_11 .menuUl>li>a i{position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}*/
.menuStyle_11 .menuLayout .miniMenu {
	display: none;
}

.menuStyle_11 .menuUl02 {
	position: absolute;
	left: 50%;
	opacity: 0;
	display: none;
	background: #fff;
	width: 100%;
	height: 0;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.menuStyle_11 .menuUl>li>#menuLogo {
	height: 85%;
}

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

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

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

.menuStyle_11 .menuUl02 .subMenu02.subCurSet {
	background: #2f94ff;
	color: #fff;
}

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

.menuStyle_11 .menuUl02 .subMenu02:hover {
	background: #2d93ff;
	color: #fff;
}

.menuStyle_11 .menuUl02 .subMenu02>a .fa {
	float: right;
	line-height: inherit;
}

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

.menuStyle_11 .menuUl03 {
	position: absolute;
	background: #2f94ff;
	/*left需要js获取二级的宽*/
	top: 0;
	display: none;
	box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);
}

.menuStyle_11 .menuUl03 .subMenu03 {
	color: #fff;
	padding: 0 15px;
	line-height: 40px;
}

.menuStyle_11 .menuUl03 .subMenu03:hover {
	background: rgba(0, 0, 0, 0.1);
}

.menuStyle_11 .menuUl03 .subMenu03.thrCurSet {
	background: rgba(0, 0, 0, 0.1);
}

.menuStyle_11 .menuUl03 .subMenu03>a {
	color: inherit;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.menuStyle_11 .rflex {
	position: relative;
}

.menuStyle_11 .maxWidth {
	margin: auto;
}

.menuStyle_11 .menuUl03 .subMenu03.thrCurSet {
	background: rgba(0, 0, 0, 0.1);
}

.menuStyle_11 .subBox {
	position: absolute;
	left: 0;
	/*top通过JS获取菜单高度*/
	width: 100%;
	background: rgba(238, 238, 238, 0.85);
	display: none;
}

.menuStyle_11 .subBox .subBoxContent {
	padding: 15px;
	text-align: left;
	overflow: hidden;
}

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

.menuStyle_11 .subBox .sublm {
	float: left;
	width: calc(100% - 440px);
	min-height: 10px;
}

.menuStyle_11 .subBox .sublm>div {
	clear: both;
	overflow: hidden;
	margin: 8px 0;
}

.menuStyle_11 .subBox .subImgsbox {
	float: left;
	width: 440px;
	/*这个宽可被设置*/
	height: 160px;
}

.menuStyle_11 .subBox .subImgsbox>a {
	display: block;
	height: 100%;
	float: right;
	width: calc((100% - 20px)/2);
	margin-left: 20px;
}

.menuStyle_11 .subBox .subImgsbox>a:last-child {
	margin-left: 0;
}

.menuStyle_11 .subBox .subImgsbox>a>div.subImg {
	position: relative;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover !important;
}

.menuStyle_11 .subBox .subImgsbox>a>div.subImg span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
	padding: 5px;
	background: rgba(255, 255, 255, .8);
	color: #333;
	font-size: 12px;
}

.menuStyle_11 .subBox p {
	overflow: hidden;
	float: left;
}

.menuStyle_11 .subBox p:first-child {
	margin-right: 10px;
	width: 100px;
}

.menuStyle_11 .subBox p:last-child {
	width: calc(100% - 110px);
}

.menuStyle_11 .subBox .subMenu02 {
	font-size: 14px;
	margin-bottom: 5px;
	clear: both;
	color: #333;
	line-height: 28px;
}

.menuStyle_11 .subBox .subMenu02.subCurSet {
	color: #2d93ff;
}

.menuStyle_11 .subBox .subMenu02:hover,
.menuStyle_11 .subBox .subMenu02:active {
	color: #2d93ff;
}

.menuStyle_11 .subBox .subMenu03 {
	float: left;
	margin: 5px 20px 5px 0;
	font-size: 12px;
	color: #666;
}

.menuStyle_11 .subBox .subMenu03:hover,
.menuStyle_11 .subBox .subMenu03:active {
	color: #2d93ff;
}

.menuStyle_11 .subBox .subMenu03.thrCurSet {
	color: #2d93ff;
}


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

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




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

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

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

	.menuStyle_11 .menuScroll>.menuUlCopy {
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
	}

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

	.menuStyle_11 .miniMenu .leftBox {
		height: 100%;
	}

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

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

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

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

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

	.menuStyle_11 .miniMenu .leftBox .menuUlCopy .menuUlCopy {
		display: none;
	}

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

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

	.menuStyle_11 .miniMenu .leftBox .menuUlCopy li#hot>a {
		border-bottom: 1px solid #fff;
	}

	.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa {
		color: inherit;
		display: none;
		font-size: inherit;
		float: left;
		width: 50px;
		text-align: center;
		line-height: inherit;
		background: rgba(0, 0, 0, 0.1);
	}

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

	.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
	.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a {
		border-bottom: 1px solid #fff;
	}

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

	.menuStyle_11 .menuLayout .miniMenu.Mslide .sidebar {
		color: #fff;
		background: rgba(0, 0, 0, .05);
	}

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


@media screen and (min-width:640px) {
	#dh_style_11_1546857652748 .maxWidth {
		max-width: px;
	}

	#dh_style_11_1546857652748 .subBox .sublm {
		width: calc(100% - (px + px) - 20px);
	}

	/*20px是两张图片间的间距*/
	#dh_style_11_1546857652748 .subBox .subImgsbox {
		width: calc((px + px) + 20px);
		height: px
	}

	/*20px是两张图片间的间距*/
	#dh_style_11_1546857652748 .menuUl>li>#menuLogo {
		height: px;
		margin-right: px;
		margin-left: px;
	}
}


.bottomMenu {
	width: 100%;
	box-sizing: border-box;
	display: none;
	position: fixed;
	bottom: 0;
	z-index: 999999
}

.bottomMenu ul {
	width: 100%;
	height: 40px;
	padding: 6px 0;
	background-color: #fff;
	border-top: 1px solid #ddd;
	box-shadow: 0 0px 6px rgba(0, 0, 0, .1);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.bottomMenu ul li {
	position: relative;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.bottomMenu ul li .menuItem {
	position: relative;
}

.bottomMenu ul li .menuIco {
	width: 26px;
	height: 26px;
	overflow: hidden;
	margin: auto;
}

.bottomMenu ul li .menuIco img {
	width: 100%;
}

.bottomMenu ul li .menuName {
	font-size: 12px;
	white-space: nowrap;
	margin: auto;
	text-align: center;
	color: #333;
	line-height: 18px;
}

.bottomMenu ul li .submenuItems {
	position: absolute;
	bottom: 48px;
	z-index: 999999;
	width: 100%;
	text-align: center;
	border: 1px solid #ddd;
	background-color: #fff;
	box-shadow: 0 0px 6px rgba(0, 0, 0, .1);
}

.bottomMenu ul li .submenuItems a {
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid #ddd;
}

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

	.bottomMenu {
		display: block;
	}

	body {
		padding-bottom: 55px;
	}

}