@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;
	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%;

}

.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-color: #ffffff;
}

body {
	background-position: left top;
}


#dh_style_01_1482562315212 {
	width: 53.91666666666667%;
	position: absolute;
	left: 46.08333333333333%;
	top: 0px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1482562315212 {
		width: 62.990455991516434%;
		z-index: 999;
		left: 36.918411983032875%;
		top: 0px;
	}
}

@media screen and (max-width:640px) {
	#dh_style_01_1482562315212 {
		width: 31.57894736842105%;
		z-index: 2;
		left: 68.4375%;
		top: 0px;
		height: 50px;
	}
}

#dh_style_01_1482562315212>.view_contents {
	overflow: visible;
}

#dh_style_01_1482562315212 {
	font-size: 12px;
}

#dh_style_01_1482562315212 .columnSet {
	font-size: 12px;
	margin-left: 0px;
	margin-right: 0px;
}

#dh_style_01_1482562315212 .mainMenuSet {
	font-size: 16px;
	border-bottom-color: transparent;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: transparent;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	line-height: 96px;
	height: 96px;
}

#dh_style_01_1482562315212 .mainMenuSet:hover {
	color: #ff9933;
	border-bottom-color: #aaff56;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #ff9933;
	border-right-color: #aaff56;
	border-left-color: #aaff56;
	background: transparent;
}

#dh_style_01_1482562315212 #hot>a {
	background: transparent;
	color: #ff9933;
	border-bottom-color: transparent;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-top-color: #ff9933;
	border-top-width: 2px;
	border-top-style: solid;
	border-left-color: transparent;
}

#dh_style_01_1482562315212 #hot>a:hover {
	border-bottom-color: #f25959;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}

#dh_style_01_1482562315212 .columnSet:hover {
	border-bottom-color: #f25959;
	border-bottom-style: none;
	border-bottom-width: 2px;
}

#dh_style_01_1482562315212 .subCurSet:hover {
	color: transparent;
	text-align: left;
}

#dh_style_01_1482562315212 .subminSet:hover {
	color: transparent;
}

#dh_style_01_1482562315212 .subMenuSet:hover {
	color: #f25959;
	font-size: 14px;
	border-bottom-color: #f25959;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#dh_style_01_1482562315212 .subMenuSet {
	color: #000000;
	font-size: 14px;
	border-bottom-color: #000000;
	border-bottom-style: none;
	border-bottom-width: 1px;
}

@media screen and (max-width:640px) {
	#dh_style_01_1482562315212 #hot>a {
		color: #ff9933;
		font-size: 16px;
		border-bottom-color: transparent;
		border-bottom-style: solid;
		border-bottom-width: 2px;
		border-top-color: transparent;
	}
}

@media screen and (max-width:640px) {
	#dh_style_01_1482562315212 .subMenuSet {
		font-size: 14px;
		color: #ffffff;
	}
}

@media screen and (max-width:640px) {
	#dh_style_01_1482562315212 .subMenuSet:hover {
		font-size: 14px;
		color: #f25959;
		border-bottom-color: #f25959;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}
}

@media screen and (max-width:640px) {
	#dh_style_01_1482562315212 .subCurSet {
		background: transparent;
		border-bottom-color: #f25959;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		color: #f25959;
		font-size: 14px;
	}
}

@media screen and (max-width:640px) {
	#dh_style_01_1482562315212 #hot>a:hover {
		color: #ffffff;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: transparent;
	}
}

@media screen and (max-width:640px) {
	#dh_style_01_1482562315212 .mainMenuSet {
		text-indent: 1em;
		line-height: 36px;
		height: 36px;
		border-bottom-width: 0px;
		border-top-width: 0px;
	}
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1482562315212 .mainMenuSet {
		line-height: 78px;
		height: 78px;
	}
}

/*----------------------电脑板式样式----------------------*/
#dh_style_01_1482562315212 {}

#dh_style_01_1482562315212 .menuStyle_1 .menuScroll {
	padding: 0 18px;
}

#dh_style_01_1482562315212 .menuStyle_1 .miniMenu .leftBox .menuUlCopy {
	padding: 0;
}

#dh_style_01_1482562315212 .menuStyle_1 .menuScroll>.menuUlCopy {
	width: 100%;
}

#dh_style_01_1482562315212 .mainMenuSet {
	margin: 0;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1482562315212 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_01_1482562315212 {}
}

#image_logo_1521511601310 {
	width: 22.5%;
	height: 78px;
	position: absolute;
	top: 10px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_logo_1521511601310 {
		height: 64px;
		left: 1.1051829268292683%;
		top: 7px;
	}
}

@media screen and (max-width:640px) {
	#image_logo_1521511601310 {
		width: 96%;
		height: 44px;
		top: 4px;
		left: 2.03125%;
	}
}

#image_logo_1521511601310>.view_contents {
	overflow: visible;
}

#comm_layout_header {
	height: 96px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_header {
		height: 78px;
	}
}

@media screen and (max-width:640px) {
	#comm_layout_header {
		height: 50px;
		z-index: 10;
	}
}

#comm_layout_header>.view_contents {
	max-width: 1200px;
	overflow: visible;
}


#banner_style_01_1482394346074 {
	width: 100%;
	height: 674px;
	position: absolute;
	left: 0%;
	top: 0px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#banner_style_01_1482394346074 {
		width: 100%;
		height: 406px;
		left: 0%;
		top: 0px;
	}
}

@media screen and (max-width:640px) {
	#banner_style_01_1482394346074 {
		width: 100%;
		height: 167px;
		left: 0%;
		top: 0px;
	}
}


#text_style_01_1521772086869 {
	width: 79.25%;
	font-size: 32px;
	color: #333;
	line-height: 1.8;
	font-family: 宋体;
	position: absolute;
	top: 220px;
	left: 10.375%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1521772086869 {
		left: 9.544008483563097%;
		width: 80.9119830328738%;
		top: 78px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1521772086869 {
		width: 100.1220703125%;
		top: 40px;
		left: 0%;
	}
}

#text_style_01_1521772086869>.view_contents {
	box-sizing: border-box;
	color: #ffffff;
	font-family: Microsoft YaHei;
	text-align: center;
	font-size: 46px;
	font-weight: bold;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1521772086869>.view_contents {
		box-sizing: border-box;
		font-size: 32px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1521772086869>.view_contents {
		box-sizing: border-box;
		font-size: 14px;
		font-weight: bold;
	}
}

#image_style_01_1521773071585 {
	width: 36.75%;
	height: 68px;
	position: absolute;
	top: 321.5px;
	left: 31.624999999999996%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1521773071585 {
		left: 16.96712619300106%;
		width: 66.006600660066%;
		top: 150.5px;
		height: 43px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1521773071585 {
		width: 96%;
		height: 21px;
		top: 71.5px;
		left: 1.9970703125%;
	}
}

#image_style_01_1521773071585>.view_contents {
	overflow: visible;
}

#text_style_01_1521773980035 {
	width: 42.66666666666667%;
	font-size: 32px;
	color: #333;
	line-height: 1.8;
	font-family: 宋体;
	position: absolute;
	top: 405px;
	left: 28.666666666666668%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1521773980035 {
		left: 23.700954400848357%;
		width: 52.59809119830329%;
		top: 206px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1521773980035 {
		width: 64.375%;
		top: 97.5px;
		left: 17.8125%;
	}
}

#text_style_01_1521773980035>.view_contents {
	box-sizing: border-box;
	font-size: 24px;
	font-family: Microsoft YaHei;
	color: #ffffff;
	text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1521773980035>.view_contents {
		box-sizing: border-box;
		font-size: 18px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1521773980035>.view_contents {
		box-sizing: border-box;
		font-size: 12px;
	}
}

#div_a_includeBlock_1521770125045 {
	width: 1200px;
	height: 635px;
	position: absolute;
	top: 0px;
	left: calc(50% - 600px);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1521770125045 {
		width: 100%;
		left: 0%;
		height: 276px;
		top: 49px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1521770125045 {
		width: 100%;
		height: 161px;
		top: 0px;
		left: 0%;
	}
}

#layout_1482283871514 {
	height: 674px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1482283871514 {
		height: 406px;
	}
}

@media screen and (max-width:640px) {
	#layout_1482283871514 {
		height: 167px;
	}
}


#image_style_01_1521687644462 {
	width: 38.333333333333336%;
	height: 433px;
	position: absolute;
	top: 0%;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1521687644462 {
		left: 1%;
		height: 340px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1521687644462 {
		width: 96%;
		height: 126px;
		top: 30px;
		left: 2%;
	}
}

#image_style_01_1521687644462>.view_contents {
	overflow: visible;
}

/*----------------------电脑板式样式----------------------*/
#image_style_01_1521687644462 {}

/*----------------------电脑板式样式----------------------*/
@media screen and (min-width:1201px) {
	#image_style_01_1521687644462 {
		top: -80px;
	}
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1521687644462 {
		top: -50px;
	}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#image_style_01_1521687644462 {}
}


#text_style_01_1521687880346 {
	width: 79.90430622009569%;
	font-size: 32px;
	color: #333;
	line-height: 1.8;
	font-family: 宋体;
	position: absolute;
	top: 23px;
	left: 13.157894736842104%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1521687880346 {
		left: 11.899771341463415%;
		width: 85.97560975609755%;
		top: 17px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1521687880346 {
		width: 63.125%;
		top: 19px;
		left: 18.4375%;
	}
}

#text_style_01_1521687880346>.view_contents {
	box-sizing: border-box;
	font-family: Courier New;
	color: #ffffff;
	text-align: left;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1521687880346>.view_contents {
		box-sizing: border-box;
		font-size: 26px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1521687880346>.view_contents {
		box-sizing: border-box;
		font-size: 20px;
		text-align: center;
	}
}

#text_style_01_1521687950261 {
	width: 52.15311004784689%;
	font-size: 32px;
	color: #333;
	line-height: 1.8;
	font-family: 宋体;
	position: absolute;
	top: 64.5px;
	left: 13.157894736842104%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1521687950261 {
		left: 11.947408536585366%;
		width: 60.97560975609756%;
		top: 53.5px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1521687950261 {
		width: 61.25000000000001%;
		top: 49px;
		left: 19.375%;
	}
}

#text_style_01_1521687950261>.view_contents {
	box-sizing: border-box;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1521687950261>.view_contents {
		box-sizing: border-box;
		font-size: 14px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1521687950261>.view_contents {
		box-sizing: border-box;
		font-size: 14px;
		text-align: center;
	}
}

#div_a_includeBlock_1521687826543 {
	width: 17.416666666666668%;
	height: 120px;
	position: absolute;
	top: 80px;
	left: 25.291666666666668%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1521687826543 {
		height: 103px;
		top: 50px;
		left: 25.927889713679747%;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1521687826543 {
		width: 100%;
		height: 95px;
		top: 45.5px;
		left: 0%;
	}
}

#div_a_includeBlock_1521687826543 {
	background: rgba(255, 127, 0, 0.8);
}

#text_style_01_1521688222353 {
	width: 46.416666666666664%;
	font-size: 32px;
	color: #333;
	line-height: 1.8;
	font-family: 宋体;
	position: absolute;
	top: 80px;
	left: 49.416666666666664%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1521688222353 {
		left: 48.24860816542948%;
		top: 50px;
		width: 451px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1521688222353 {
		width: 96%;
		top: 186px;
		left: 2%;
	}
}

#text_style_01_1521688222353>.view_contents {
	box-sizing: border-box;
	font-size: 16px;
	font-family: Microsoft YaHei;
	line-height: 32px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1521688222353>.view_contents {
		box-sizing: border-box;
		font-size: 15px;
		line-height: 28px;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1521688222353>.view_contents {
		box-sizing: border-box;
		font-size: 12px;
		line-height: 22px;
		text-indent: 2em;
	}
}

#customForm_style_button_01_1521688383368 {
	width: 13.166666666666666%;
	position: absolute;
	top: 270px;
	left: 49.416666666666664%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#customForm_style_button_01_1521688383368 {
		left: 48.24860816542948%;
		top: 232px;
		width: 130px;
	}
}

@media screen and (max-width:640px) {
	#customForm_style_button_01_1521688383368 {
		width: 37.8125%;
		top: 366px;
		left: 31.09375%;
	}
}

#customForm_style_button_01_1521688383368>.view_contents {
	overflow: visible;
}

#customForm_style_button_01_1521688383368 .btnaSet {
	height: 46px;
	font-size: 16px;
	line-height: 44px;
}

#customForm_style_button_01_1521688383368 .btnaSet:hover {
	background: #ff9933;
	border-top-color: #ff9933;
	border-right-color: #ff9933;
	border-bottom-color: #ff9933;
	border-left-color: #ff9933;
	color: #ffffff;
}

@media screen and (max-width:640px) {
	#customForm_style_button_01_1521688383368 .btnaSet {
		font-size: 12px;
		line-height: 31px;
		height: 33px;
	}
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#customForm_style_button_01_1521688383368 .btnaSet {
		font-size: 14px;
		height: 38px;
		line-height: 36px;
	}
}

#layout_1521687583709 {
	height: 432px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1521687583709 {
		height: 339px;
	}
}

@media screen and (max-width:640px) {
	#layout_1521687583709 {
		height: 430px;
	}
}

#layout_1521687583709>.view_contents {
	overflow: visible;
	max-width: 1200px;
}


#text_style_02_1521714244486 {
	width: 36.41666666666667%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 75px;
	left: 31.791666666666668%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521714244486 {
		top: 40px;
		left: 31.81336161187699%;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521714244486 {
		width: 100%;
		top: 19px;
		left: 0%;
	}
}

#text_style_02_1521714244486>.view_contents {
	box-sizing: border-box;
	font-size: 26px;
	text-align: center;
	line-height: 36px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521714244486>.view_contents {
		box-sizing: border-box;
		font-size: 20px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521714244486>.view_contents {
		box-sizing: border-box;
		font-size: 16px;
	}
}

#text_style_02_1521714244530 {
	width: 17.833333333333336%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 111px;
	left: 41.083333333333336%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521714244530 {
		top: 68px;
		left: 41.092258748674446%;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521714244530 {
		width: 100%;
		top: 39px;
		left: 0%;
	}
}

#text_style_02_1521714244530>.view_contents {
	box-sizing: border-box;
	font-size: 17px;
	text-align: center;
	line-height: 36px;
	color: #7f7f7f;
	font-weight: bold;
	font-family: Courier New;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521714244530>.view_contents {
		box-sizing: border-box;
		font-size: 15px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521714244530>.view_contents {
		box-sizing: border-box;
		font-size: 12px;
	}
}

#layout_1521714244484 {
	height: 212px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1521714244484 {
		height: 138px;
	}
}

@media screen and (max-width:640px) {
	#layout_1521714244484 {
		height: 90px;
	}
}

#layout_1521714244484>.view_contents {
	overflow: visible;
	max-width: 1200px;
}

#layout_1521714244484 {
	background: #eeeeee;
}



#text_style_02_1521697830832 {
	width: 80.3763440860215%;
	font-size: 26px !important;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	left: 19.623655913978492%;
	top: 0px;
	height: 35px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521697830832 {
		width: 78.63869863013699%;
		left: 21.554770318021202%;
		top: 0px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521697830832 {
		width: 84.47368421052632%;
		left: 15.510797342192692%;
		top: 0px;
	}
}

#text_style_02_1521697830832>.view_contents {
	box-sizing: border-box;
	color: #000000;
	font-size: 20px;
	line-height: 30px;
	height: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521697830832>.view_contents {
		box-sizing: border-box;
		font-size: 18px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521697830832>.view_contents {
		box-sizing: border-box;
		font-size: 14px;
		line-height: 38px;
		height: 38px;
	}
}

#text_style_02_1521697830849 {
	width: 80.3%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	left: 19.623655913978492%;
	top: 41px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521697830849 {
		width: 78.4673144876325%;
		left: 21.554770318021202%;
		top: 35px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521697830849 {
		width: 84.17254983388705%;
		left: 15.843023255813954%;
		top: 35px;
	}
}

#text_style_02_1521697830849>.view_contents {
	box-sizing: border-box;
	color: #7f7f7f;
	font-size: 12px;
	line-height: 24px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521697830849>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521697830849>.view_contents {
		box-sizing: border-box;
		line-height: 20px;
	}
}

#image_style_01_1521697830853 {
	width: 47px;
	height: 39px;
	position: absolute;
	top: 13px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1521697830853 {
		left: 0.3157106164383562%;
		width: 13.427561837455832%;
		top: 12px;
		height: 32px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1521697830853 {
		width: 37px;
		height: 25px;
		top: 6px;
		left: 0.7682724252491694%;
	}
}

#image_style_01_1521697830853>.view_contents {
	overflow: visible;
}

#div_includeBlock_1521697830487 {
	width: 31%;
	height: 113px;
	position: absolute;
	top: 0px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_includeBlock_1521697830487 {
		height: 131px;
		width: 30%;
		left: 2%;
	}
}

@media screen and (max-width:640px) {
	#div_includeBlock_1521697830487 {
		width: 94%;
		height: 95px;
		top: 0px;
		left: 3%;
	}
}


#text_style_02_1521700464748 {
	width: 80.3763440860215%;
	font-size: 26px !important;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	left: 19.623655913978492%;
	top: 0px;
	height: 35px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521700464748 {
		width: 78.63869863013699%;
		left: 21.554770318021202%;
		top: 0px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521700464748 {
		width: 84.47368421052632%;
		left: 15.510797342192692%;
		top: 0px;
	}
}

#text_style_02_1521700464748>.view_contents {
	box-sizing: border-box;
	color: #000000;
	font-size: 20px;
	line-height: 30px;
	height: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521700464748>.view_contents {
		box-sizing: border-box;
		font-size: 18px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521700464748>.view_contents {
		box-sizing: border-box;
		font-size: 14px;
		line-height: 38px;
		height: 38px;
	}
}

#text_style_02_1521700464767 {
	width: 80.3%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	left: 19.623655913978492%;
	top: 41px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521700464767 {
		width: 78.4673144876325%;
		left: 21.554770318021202%;
		top: 35px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521700464767 {
		width: 84.17254983388705%;
		left: 15.843023255813954%;
		top: 35px;
	}
}

#text_style_02_1521700464767>.view_contents {
	box-sizing: border-box;
	color: #7f7f7f;
	font-size: 12px;
	line-height: 24px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521700464767>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521700464767>.view_contents {
		box-sizing: border-box;
		line-height: 20px;
	}
}

#image_style_01_1521700464774 {
	width: 47px;
	height: 39px;
	position: absolute;
	top: 13px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1521700464774 {
		left: 0.3157106164383562%;
		width: 13.427561837455832%;
		top: 12px;
		height: 32px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1521700464774 {
		width: 37px;
		height: 25px;
		top: 6px;
		left: 0.7682724252491694%;
	}
}

#image_style_01_1521700464774>.view_contents {
	overflow: visible;
}

#div_includeBlock_1521700464433 {
	width: 31%;
	height: 113px;
	position: absolute;
	top: 0px;
	left: 34.5%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_includeBlock_1521700464433 {
		height: 131px;
		width: 30%;
	}
}

@media screen and (max-width:640px) {
	#div_includeBlock_1521700464433 {
		width: 94%;
		height: 95px;
		top: 105px;
		left: 3%;
	}
}


#text_style_02_1521700472870 {
	width: 80.3763440860215%;
	font-size: 26px !important;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	left: 19.623655913978492%;
	top: 0px;
	height: 35px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521700472870 {
		width: 78.63869863013699%;
		left: 21.554770318021202%;
		top: 0px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521700472870 {
		width: 84.47368421052632%;
		left: 15.510797342192692%;
		top: 0px;
	}
}

#text_style_02_1521700472870>.view_contents {
	box-sizing: border-box;
	color: #000000;
	font-size: 20px;
	line-height: 30px;
	height: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521700472870>.view_contents {
		box-sizing: border-box;
		font-size: 18px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521700472870>.view_contents {
		box-sizing: border-box;
		font-size: 14px;
		line-height: 38px;
		height: 38px;
	}
}

#text_style_02_1521700472887 {
	width: 80.3%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	left: 19.623655913978492%;
	top: 41px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521700472887 {
		width: 78.4673144876325%;
		left: 21.554770318021202%;
		top: 35px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521700472887 {
		width: 84.17254983388705%;
		left: 15.843023255813954%;
		top: 35px;
	}
}

#text_style_02_1521700472887>.view_contents {
	box-sizing: border-box;
	color: #7f7f7f;
	font-size: 12px;
	line-height: 24px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521700472887>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521700472887>.view_contents {
		box-sizing: border-box;
		line-height: 20px;
	}
}

#image_style_01_1521700472892 {
	width: 47px;
	height: 39px;
	position: absolute;
	top: 13px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1521700472892 {
		left: 0.3157106164383562%;
		width: 13.427561837455832%;
		top: 12px;
		height: 32px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1521700472892 {
		width: 37px;
		height: 25px;
		top: 6px;
		left: 0.7682724252491694%;
	}
}

#image_style_01_1521700472892>.view_contents {
	overflow: visible;
}

#div_includeBlock_1521700472527 {
	width: 31%;
	height: 113px;
	position: absolute;
	top: 0px;
	left: 69%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_includeBlock_1521700472527 {
		height: 131px;
		width: 30%;
	}
}

@media screen and (max-width:640px) {
	#div_includeBlock_1521700472527 {
		width: 94%;
		height: 95px;
		top: 210px;
		left: 3%;
	}
}

#layout_1521697830485 {
	height: 113px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1521697830485 {
		height: 131px;
	}
}

@media screen and (max-width:640px) {
	#layout_1521697830485 {
		height: 305px;
	}
}

#layout_1521697830485>.view_contents {
	overflow: visible;
	max-width: 1200px;
}

#layout_1521697830485 {
	background: #eeeeee;
}



#text_style_02_1521702163754 {
	width: 80.3763440860215%;
	font-size: 26px !important;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	left: 19.623655913978492%;
	top: 0px;
	height: 35px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521702163754 {
		width: 78.63869863013699%;
		left: 21.554770318021202%;
		top: 0px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521702163754 {
		width: 84.47368421052632%;
		left: 15.510797342192692%;
		top: 0px;
	}
}

#text_style_02_1521702163754>.view_contents {
	box-sizing: border-box;
	color: #000000;
	font-size: 20px;
	line-height: 30px;
	height: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521702163754>.view_contents {
		box-sizing: border-box;
		font-size: 18px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521702163754>.view_contents {
		box-sizing: border-box;
		font-size: 14px;
		line-height: 38px;
		height: 38px;
	}
}

#text_style_02_1521702163776 {
	width: 80.3%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	left: 19.623655913978492%;
	top: 41px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521702163776 {
		width: 78.4673144876325%;
		left: 21.554770318021202%;
		top: 35px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521702163776 {
		width: 84.17254983388705%;
		left: 15.843023255813954%;
		top: 35px;
	}
}

#text_style_02_1521702163776>.view_contents {
	box-sizing: border-box;
	color: #7f7f7f;
	font-size: 12px;
	line-height: 24px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521702163776>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521702163776>.view_contents {
		box-sizing: border-box;
		line-height: 20px;
	}
}

#image_style_01_1521702163780 {
	width: 47px;
	height: 39px;
	position: absolute;
	top: 13px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1521702163780 {
		left: 0.3157106164383562%;
		width: 13.427561837455832%;
		top: 12px;
		height: 32px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1521702163780 {
		width: 37px;
		height: 25px;
		top: 6px;
		left: 0.7682724252491694%;
	}
}

#image_style_01_1521702163780>.view_contents {
	overflow: visible;
}

#div_includeBlock_1521702163337 {
	width: 31%;
	height: 113px;
	position: absolute;
	top: 45px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_includeBlock_1521702163337 {
		height: 131px;
		width: 30%;
		left: 2%;
	}
}

@media screen and (max-width:640px) {
	#div_includeBlock_1521702163337 {
		width: 94%;
		height: 95px;
		top: 10px;
		left: 2.998046875%;
	}
}


#text_style_02_1521702163922 {
	width: 80.3763440860215%;
	font-size: 26px !important;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	left: 19.623655913978492%;
	top: 0px;
	height: 35px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521702163922 {
		width: 78.63869863013699%;
		left: 21.554770318021202%;
		top: 0px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521702163922 {
		width: 84.47368421052632%;
		left: 15.510797342192692%;
		top: 0px;
	}
}

#text_style_02_1521702163922>.view_contents {
	box-sizing: border-box;
	color: #000000;
	font-size: 20px;
	line-height: 30px;
	height: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521702163922>.view_contents {
		box-sizing: border-box;
		font-size: 18px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521702163922>.view_contents {
		box-sizing: border-box;
		font-size: 14px;
		line-height: 38px;
		height: 38px;
	}
}

#text_style_02_1521702163928 {
	width: 80.3%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	left: 19.623655913978492%;
	top: 41px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521702163928 {
		width: 78.4673144876325%;
		left: 21.554770318021202%;
		top: 35px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521702163928 {
		width: 84.17254983388705%;
		left: 15.843023255813954%;
		top: 35px;
	}
}

#text_style_02_1521702163928>.view_contents {
	box-sizing: border-box;
	color: #7f7f7f;
	font-size: 12px;
	line-height: 24px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521702163928>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521702163928>.view_contents {
		box-sizing: border-box;
		line-height: 20px;
	}
}

#image_style_01_1521702163936 {
	width: 47px;
	height: 39px;
	position: absolute;
	top: 13px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1521702163936 {
		left: 0.3157106164383562%;
		width: 13.427561837455832%;
		top: 12px;
		height: 32px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1521702163936 {
		width: 37px;
		height: 25px;
		top: 6px;
		left: 0.7682724252491694%;
	}
}

#image_style_01_1521702163936>.view_contents {
	overflow: visible;
}

#div_includeBlock_1521702163374 {
	width: 31%;
	height: 113px;
	position: absolute;
	top: 45px;
	left: 34.5%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_includeBlock_1521702163374 {
		height: 131px;
		width: 30%;
	}
}

@media screen and (max-width:640px) {
	#div_includeBlock_1521702163374 {
		width: 94%;
		height: 95px;
		top: 115px;
		left: 2.998046875%;
	}
}


#text_style_02_1521702164053 {
	width: 80.3763440860215%;
	font-size: 26px !important;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	left: 19.623655913978492%;
	top: 0px;
	height: 35px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521702164053 {
		width: 78.63869863013699%;
		left: 21.554770318021202%;
		top: 0px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521702164053 {
		width: 84.47368421052632%;
		left: 15.510797342192692%;
		top: 0px;
	}
}

#text_style_02_1521702164053>.view_contents {
	box-sizing: border-box;
	color: #000000;
	font-size: 20px;
	line-height: 30px;
	height: 30px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521702164053>.view_contents {
		box-sizing: border-box;
		font-size: 18px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521702164053>.view_contents {
		box-sizing: border-box;
		font-size: 14px;
		line-height: 38px;
		height: 38px;
	}
}

#text_style_02_1521702164059 {
	width: 80.3%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	left: 19.623655913978492%;
	top: 41px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521702164059 {
		width: 78.4673144876325%;
		left: 21.554770318021202%;
		top: 35px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521702164059 {
		width: 84.17254983388705%;
		left: 15.843023255813954%;
		top: 35px;
	}
}

#text_style_02_1521702164059>.view_contents {
	box-sizing: border-box;
	color: #7f7f7f;
	font-size: 12px;
	line-height: 24px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521702164059>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521702164059>.view_contents {
		box-sizing: border-box;
		line-height: 20px;
	}
}

#image_style_01_1521702164076 {
	width: 47px;
	height: 39px;
	position: absolute;
	top: 13px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1521702164076 {
		left: 0.3157106164383562%;
		width: 13.427561837455832%;
		top: 12px;
		height: 32px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1521702164076 {
		width: 37px;
		height: 25px;
		top: 6px;
		left: 0.7682724252491694%;
	}
}

#image_style_01_1521702164076>.view_contents {
	overflow: visible;
}

#div_includeBlock_1521702163378 {
	width: 31%;
	height: 113px;
	position: absolute;
	top: 45px;
	left: 69%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_includeBlock_1521702163378 {
		height: 131px;
		width: 30%;
	}
}

@media screen and (max-width:640px) {
	#div_includeBlock_1521702163378 {
		width: 94%;
		height: 95px;
		top: 220px;
		left: 2.998046875%;
	}
}

#layout_1521702163335 {
	height: 158px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1521702163335 {
		height: 176px;
	}
}

@media screen and (max-width:640px) {
	#layout_1521702163335 {
		height: 315px;
	}
}

#layout_1521702163335>.view_contents {
	overflow: visible;
	max-width: 1200px;
}

#layout_1521702163335 {
	background: #eeeeee;
}

#layout_1521702218928 {
	height: 80px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1521702218928 {
		height: 50px;
	}
}

@media screen and (max-width:640px) {
	#layout_1521702218928 {
		height: 30px;
	}
}

#layout_1521702218928>.view_contents {
	overflow: visible;
	max-width: 1200px;
}

#layout_1521702218928 {
	background: #eeeeee;
}


#text_style_02_1521715193984 {
	width: 36.41666666666667%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 75px;
	left: 31.791666666666668%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521715193984 {
		top: 40px;
		left: 31.81336161187699%;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521715193984 {
		width: 100%;
		top: 19px;
		left: 0%;
	}
}

#text_style_02_1521715193984>.view_contents {
	box-sizing: border-box;
	font-size: 26px;
	text-align: center;
	line-height: 36px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521715193984>.view_contents {
		box-sizing: border-box;
		font-size: 20px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521715193984>.view_contents {
		box-sizing: border-box;
		font-size: 16px;
	}
}

#text_style_02_1521715194020 {
	width: 17.833333333333336%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 111px;
	left: 41.083333333333336%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521715194020 {
		top: 68px;
		left: 41.092258748674446%;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521715194020 {
		width: 100%;
		top: 39px;
		left: 0%;
	}
}

#text_style_02_1521715194020>.view_contents {
	box-sizing: border-box;
	font-size: 17px;
	text-align: center;
	line-height: 36px;
	color: #7f7f7f;
	font-weight: bold;
	font-family: Courier New;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521715194020>.view_contents {
		box-sizing: border-box;
		font-size: 15px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521715194020>.view_contents {
		box-sizing: border-box;
		font-size: 12px;
	}
}

#layout_1521715193983 {
	height: 212px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1521715193983 {
		height: 138px;
	}
}

@media screen and (max-width:640px) {
	#layout_1521715193983 {
		height: 90px;
	}
}

#layout_1521715193983>.view_contents {
	overflow: visible;
	max-width: 1200px;
}

#layout_1521715193983 {
	background: transparent;
}


#newsList_style_04_1521711517424 {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_04_1521711517424 {
		width: 98%;
		left: 1.007423117709438%;
	}
}

@media screen and (max-width:640px) {
	#newsList_style_04_1521711517424 {
		width: 96%;
		top: 0px;
		left: 2%;
	}
}

/*----------------------电脑板式样式----------------------*/
#newsList_style_04_1521711517424 {}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_04_1521711517424 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_04_1521711517424 {}
}

#layout_1521709649780 {
	height: 436px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1521709649780 {
		height: 338px;
	}
}

@media screen and (max-width:640px) {
	#layout_1521709649780 {
		height: 448px;
	}
}

#layout_1521709649780>.view_contents {
	overflow: visible;
	max-width: 1200px;
}


#customForm_style_button_01_1521716873948 {
	width: 19.75%;
	position: absolute;
	top: 50px;
	left: 40.125%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#customForm_style_button_01_1521716873948 {
		left: calc(50% - 90.5px);
		top: 26px;
		width: 181px;
	}
}

@media screen and (max-width:640px) {
	#customForm_style_button_01_1521716873948 {
		width: 41.25%;
		top: 18px;
		left: 29.375%;
	}
}

#customForm_style_button_01_1521716873948>.view_contents {
	overflow: visible;
}

#customForm_style_button_01_1521716873948 .btnaSet {
	height: 46px;
	font-size: 16px;
	line-height: 44px;
}

#customForm_style_button_01_1521716873948 .btnaSet:hover {
	background: #ff9933;
	border-top-color: #ff9933;
	border-right-color: #ff9933;
	border-bottom-color: #ff9933;
	border-left-color: #ff9933;
	color: #ffffff;
}

@media screen and (max-width:640px) {
	#customForm_style_button_01_1521716873948 .btnaSet {
		font-size: 12px;
		line-height: 31px;
		height: 33px;
	}
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#customForm_style_button_01_1521716873948 .btnaSet {
		font-size: 14px;
		height: 38px;
		line-height: 36px;
	}
}

#layout_1521705024819 {
	height: 175px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1521705024819 {
		height: 113px;
	}
}

@media screen and (max-width:640px) {
	#layout_1521705024819 {
		height: 80px;
	}
}

#layout_1521705024819>.view_contents {
	overflow: visible;
	max-width: 1200px;
}


#text_style_02_1521717827174 {
	width: 36.41666666666667%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 75px;
	left: 31.791666666666668%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521717827174 {
		top: 40px;
		left: 31.81336161187699%;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521717827174 {
		width: 100%;
		top: 19px;
		left: 0%;
	}
}

#text_style_02_1521717827174>.view_contents {
	box-sizing: border-box;
	font-size: 26px;
	text-align: center;
	line-height: 36px;
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521717827174>.view_contents {
		box-sizing: border-box;
		font-size: 20px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521717827174>.view_contents {
		box-sizing: border-box;
		font-size: 16px;
	}
}

#text_style_02_1521717827214 {
	width: 17.833333333333336%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 111px;
	left: 41.083333333333336%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521717827214 {
		top: 68px;
		left: 41.092258748674446%;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521717827214 {
		width: 100%;
		top: 39px;
		left: 0%;
	}
}

#text_style_02_1521717827214>.view_contents {
	box-sizing: border-box;
	font-size: 17px;
	text-align: center;
	line-height: 36px;
	color: #dbd9d6;
	font-weight: bold;
	font-family: Courier New;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521717827214>.view_contents {
		box-sizing: border-box;
		font-size: 15px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521717827214>.view_contents {
		box-sizing: border-box;
		font-size: 12px;
	}
}

#layout_1521717827171 {
	height: 147px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1521717827171 {
		height: 104px;
	}
}

@media screen and (max-width:640px) {
	#layout_1521717827171 {
		height: 75px;
	}
}

#layout_1521717827171>.view_contents {
	overflow: visible;
	max-width: 1200px;
}

#layout_1521717827171 {
	background: #0f1431;
}



#image_style_01_1521705632150 {
	width: 26.277372262773724%;
	height: 91px;
	position: absolute;
	top: 30px;
	left: 37.66537408759124%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1521705632150 {
		left: 35.483870967741936%;
		width: 29.03225806451613%;
		top: 20px;
		height: 70px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1521705632150 {
		width: 58px;
		height: 67px;
		top: 15px;
		left: 30%;
		z-index: 2;
	}
}

#image_style_01_1521705632150>.view_contents {
	overflow: visible;
}

#text_style_02_1521708043240 {
	width: 58.75912408759124%;
	font-size: 14px !important;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	left: 20.62043795620438%;
	top: 118.5px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521708043240 {
		width: 51.1520737327189%;
		font-size: 12px !important;
		left: 23.90552995391705%;
		top: 94px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521708043240 {
		width: 96%;
		left: 2%;
		top: 83px;
	}
}

#text_style_02_1521708043240>.view_contents {
	box-sizing: border-box;
	font-size: 18px;
	text-align: center;
}

#text_style_02_1521708043240 {
	line-height: 23px;
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521708043240>.view_contents {
		box-sizing: border-box;
		font-size: 14px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521708043240>.view_contents {
		box-sizing: border-box;
		font-size: 14px;
	}
}

#text_style_02_1521708104027 {
	width: 84.30656934306569%;
	font-size: 14px !important;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	left: 7.846715328467154%;
	top: 155px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521708104027 {
		width: 79.72350230414746%;
		font-size: 12px !important;
		left: 10.123847926267281%;
		top: 123px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521708104027 {
		width: 96%;
		left: 2%;
		top: 134px;
		display: none;
	}
}

#text_style_02_1521708104027>.view_contents {
	box-sizing: border-box;
	font-size: 12px;
	text-align: center;
}

#text_style_02_1521708104027 {
	line-height: 23px;
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521708104027>.view_contents {
		box-sizing: border-box;
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521708104027>.view_contents {
		box-sizing: border-box;
	}
}

#div_a_includeBlock_1521704943560 {
	width: 22.833333333333332%;
	height: 226px;
	position: absolute;
	top: 36px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1521704943560 {
		width: 23%;
		left: 0.9991383881230116%;
		top: 15px;
		height: 208px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1521704943560 {
		width: 47%;
		height: 118px;
		top: 0px;
		left: 1.9970703125%;
	}
}

#div_a_includeBlock_1521704943560 {
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

#div_a_includeBlock_1521704943560:hover {
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1521704943560:hover {
		border-top-color: transparent;
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-left-color: transparent;
	}
}


#image_style_01_1521708670384 {
	width: 26.277372262773724%;
	height: 91px;
	position: absolute;
	top: 30px;
	left: 37.66537408759124%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1521708670384 {
		left: 35.483870967741936%;
		width: 29.03225806451613%;
		top: 20px;
		height: 70px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1521708670384 {
		width: 58px;
		height: 67px;
		top: 15px;
		left: 30%;
		z-index: 2;
	}
}

#image_style_01_1521708670384>.view_contents {
	overflow: visible;
}

#text_style_02_1521708670421 {
	width: 58.75912408759124%;
	font-size: 14px !important;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	left: 20.62043795620438%;
	top: 118.5px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521708670421 {
		width: 51.1520737327189%;
		font-size: 12px !important;
		left: 23.90552995391705%;
		top: 94px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521708670421 {
		width: 96%;
		left: 2%;
		top: 83px;
	}
}

#text_style_02_1521708670421>.view_contents {
	box-sizing: border-box;
	font-size: 18px;
	text-align: center;
}

#text_style_02_1521708670421 {
	line-height: 23px;
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521708670421>.view_contents {
		box-sizing: border-box;
		font-size: 14px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521708670421>.view_contents {
		box-sizing: border-box;
		font-size: 14px;
	}
}

#text_style_02_1521708670425 {
	width: 84.30656934306569%;
	font-size: 14px !important;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	left: 7.846715328467154%;
	top: 155px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521708670425 {
		width: 79.72350230414746%;
		font-size: 12px !important;
		left: 10.123847926267281%;
		top: 123px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521708670425 {
		width: 96%;
		left: 2%;
		top: 134px;
		display: none;
	}
}

#text_style_02_1521708670425>.view_contents {
	box-sizing: border-box;
	font-size: 12px;
	text-align: center;
}

#text_style_02_1521708670425 {
	line-height: 23px;
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521708670425>.view_contents {
		box-sizing: border-box;
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521708670425>.view_contents {
		box-sizing: border-box;
	}
}

#div_a_includeBlock_1521708669752 {
	width: 22.833333333333332%;
	height: 226px;
	position: absolute;
	top: 36px;
	left: 25.721354166666664%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1521708669752 {
		width: 23%;
		left: 25.99913838812301%;
		top: 15px;
		height: 208px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1521708669752 {
		width: 47%;
		height: 118px;
		top: 0px;
		left: 50.99609375000001%;
	}
}

#div_a_includeBlock_1521708669752 {
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

#div_a_includeBlock_1521708669752:hover {
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1521708669752 {
		border-top-color: transparent;
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-left-color: transparent;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1521708669752:hover {
		border-top-color: transparent;
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-left-color: transparent;
	}
}


#image_style_01_1521708720922 {
	width: 26.277372262773724%;
	height: 91px;
	position: absolute;
	top: 30px;
	left: 37.66537408759124%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1521708720922 {
		left: 35.483870967741936%;
		width: 29.03225806451613%;
		top: 20px;
		height: 70px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1521708720922 {
		width: 58px;
		height: 67px;
		top: 15px;
		left: 30%;
		z-index: 2;
	}
}

#image_style_01_1521708720922>.view_contents {
	overflow: visible;
}

#text_style_02_1521708720944 {
	width: 58.75912408759124%;
	font-size: 14px !important;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	left: 20.62043795620438%;
	top: 118.5px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521708720944 {
		width: 51.1520737327189%;
		font-size: 12px !important;
		left: 23.90552995391705%;
		top: 94px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521708720944 {
		width: 96%;
		left: 2%;
		top: 83px;
	}
}

#text_style_02_1521708720944>.view_contents {
	box-sizing: border-box;
	font-size: 19px;
	text-align: center;
}

#text_style_02_1521708720944 {
	line-height: 23px;
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521708720944>.view_contents {
		box-sizing: border-box;
		font-size: 14px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521708720944>.view_contents {
		box-sizing: border-box;
		font-size: 14px;
	}
}

#text_style_02_1521708720948 {
	width: 84.30656934306569%;
	font-size: 14px !important;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	left: 7.846715328467154%;
	top: 155px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521708720948 {
		width: 79.72350230414746%;
		font-size: 12px !important;
		left: 10.123847926267281%;
		top: 123px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521708720948 {
		width: 96%;
		left: 2%;
		top: 134px;
		display: none;
	}
}

#text_style_02_1521708720948>.view_contents {
	box-sizing: border-box;
	font-size: 12px;
	text-align: center;
}

#text_style_02_1521708720948 {
	line-height: 23px;
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521708720948>.view_contents {
		box-sizing: border-box;
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521708720948>.view_contents {
		box-sizing: border-box;
	}
}

#div_a_includeBlock_1521708720410 {
	width: 22.833333333333332%;
	height: 226px;
	position: absolute;
	top: 36px;
	left: 51.444010416666664%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1521708720410 {
		width: 23%;
		height: 208px;
		left: 50.99913838812301%;
		top: 15px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1521708720410 {
		width: 47%;
		height: 118px;
		top: 118px;
		left: 1.9970703125%;
	}
}

#div_a_includeBlock_1521708720410 {
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

#div_a_includeBlock_1521708720410:hover {
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1521708720410:hover {
		border-top-color: transparent;
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-left-color: transparent;
	}
}


#image_style_01_1521708759974 {
	width: 26.277372262773724%;
	height: 91px;
	position: absolute;
	top: 30px;
	left: 37.66537408759124%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1521708759974 {
		left: 35.483870967741936%;
		width: 29.03225806451613%;
		top: 20px;
		height: 70px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1521708759974 {
		width: 58px;
		height: 67px;
		top: 15px;
		left: 30%;
		z-index: 2;
	}
}

#image_style_01_1521708759974>.view_contents {
	overflow: visible;
}

#text_style_02_1521708759995 {
	width: 58.75912408759124%;
	font-size: 14px !important;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	left: 20.62043795620438%;
	top: 118.5px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521708759995 {
		width: 51.1520737327189%;
		font-size: 12px !important;
		left: 23.90552995391705%;
		top: 94px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521708759995 {
		width: 96%;
		left: 2%;
		top: 83px;
	}
}

#text_style_02_1521708759995>.view_contents {
	box-sizing: border-box;
	font-size: 18px;
	text-align: center;
}

#text_style_02_1521708759995 {
	line-height: 23px;
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521708759995>.view_contents {
		box-sizing: border-box;
		font-size: 14px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521708759995>.view_contents {
		box-sizing: border-box;
		font-size: 14px;
	}
}

#text_style_02_1521708759999 {
	width: 84.30656934306569%;
	font-size: 14px !important;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	left: 7.846715328467154%;
	top: 155px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521708759999 {
		width: 79.72350230414746%;
		font-size: 12px !important;
		left: 10.123847926267281%;
		top: 123px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521708759999 {
		width: 96%;
		left: 2%;
		top: 134px;
		display: none;
	}
}

#text_style_02_1521708759999>.view_contents {
	box-sizing: border-box;
	font-size: 12px;
	text-align: center;
}

#text_style_02_1521708759999 {
	line-height: 23px;
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521708759999>.view_contents {
		box-sizing: border-box;
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521708759999>.view_contents {
		box-sizing: border-box;
	}
}

#div_a_includeBlock_1521708759413 {
	width: 22.833333333333332%;
	height: 226px;
	position: absolute;
	top: 36px;
	left: 77.16666666666666%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1521708759413 {
		width: 23%;
		height: 208px;
		left: 75.99913838812301%;
		top: 15px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1521708759413 {
		width: 47%;
		height: 118px;
		top: 118px;
		left: 50.99609375000001%;
	}
}

#div_a_includeBlock_1521708759413 {
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

#div_a_includeBlock_1521708759413:hover {
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1521708759413:hover {
		border-top-color: transparent;
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-left-color: transparent;
	}
}

#layout_1521704919545 {
	height: 310px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1521704919545 {
		height: 251px;
	}
}

@media screen and (max-width:640px) {
	#layout_1521704919545 {
		height: 250px;
	}
}

#layout_1521704919545>.view_contents {
	overflow: visible;
	max-width: 1200px;
}

#layout_1521704919545 {
	background: #0f1431;
}


#div_blank_1481771940470 {
	width: 25%;
	height: 200px;
	position: absolute;
	left: 23.166666666666664%;
	top: 4.25px;
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1481771940470 {
		width: 31.25%;
		height: 200px;
		left: 25%;
		display: none;
		top: 7.25px;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1481771940470 {
		width: 31%;
		height: 115px;
		left: 34.60526315789474%;
		top: 8px;
		display: block;
	}
}

#div_blank_1481771940470>.view_contents {
	overflow: visible;
}

#div_blank_1481771940470 {
	box-sizing: border-box;
	background: #aaa;
	opacity: 0.5;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1481771940470 {
		box-sizing: border-box;
		background: #aaa;
		opacity: 0.5;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1481771940470 {
		box-sizing: border-box;
		background: #4d7c1d;
		opacity: 0.5;
	}
}

#text_style_02_1481772229650 {
	width: 30.833333333333336%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	left: 0%;
	top: 44.25px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1481772229650 {
		width: 36.45833333333333%;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1481772229650 {
		width: 12.631578947368421%;
		left: 43.684210526315795%;
		font-size: 20px !important;
		top: 64.5px;
	}
}

#text_style_02_1481772229650>.view_contents {
	box-sizing: border-box;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1481772229650>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1481772229650>.view_contents {
		box-sizing: border-box;
	}
}

#text_style_02_1481772249494 {
	width: 30.833333333333336%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	left: 0%;
	top: 44.25px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1481772249494 {
		width: 36.45833333333333%;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1481772249494 {
		width: 11.842105263157894%;
		left: 80.13157894736842%;
		font-size: 20px !important;
		top: 64.5px;
	}
}

#text_style_02_1481772249494>.view_contents {
	box-sizing: border-box;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1481772249494>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1481772249494>.view_contents {
		box-sizing: border-box;
	}
}

#div_blank_1481771949315 {
	width: 25%;
	height: 200px;
	position: absolute;
	left: 19.75%;
	top: 16.25px;
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1481771949315 {
		width: 31.25%;
		height: 200px;
		left: 40.416666666666664%;
		display: none;
		top: 22.25px;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1481771949315 {
		width: 31%;
		height: 115px;
		left: 68.28947368421052%;
		top: 8px;
		display: block;
	}
}

#div_blank_1481771949315>.view_contents {
	overflow: visible;
}

#div_blank_1481771949315 {
	box-sizing: border-box;
	background: #aaa;
	opacity: 0.5;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1481771949315 {
		box-sizing: border-box;
		background: #aaa;
		opacity: 0.5;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1481771949315 {
		box-sizing: border-box;
		background: #b77d47;
		opacity: 0.5;
	}
}

#text_style_02_1481772192784 {
	width: 30.833333333333336%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	left: 0%;
	top: 44.25px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1481772192784 {
		width: 36.45833333333333%;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1481772192784 {
		width: 11.842105263157894%;
		left: 9.078947368421053%;
		font-size: 20px !important;
		top: 64.5px;
	}
}

#text_style_02_1481772192784>.view_contents {
	box-sizing: border-box;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1481772192784>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1481772192784>.view_contents {
		box-sizing: border-box;
	}
}

#div_blank_1481771896482 {
	width: 25%;
	height: 200px;
	position: absolute;
	left: 22.583333333333332%;
	top: 16.25px;
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1481771896482 {
		width: 31.25%;
		height: 200px;
		left: 40.9375%;
		display: block;
		top: 16.25px;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1481771896482 {
		width: 31%;
		height: 115px;
		left: 1.3157894736842104%;
		top: 8px;
		display: block;
	}
}

#div_blank_1481771896482>.view_contents {
	overflow: visible;
}

#div_blank_1481771896482 {
	box-sizing: border-box;
	background: #aaa;
	opacity: 0.5;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1481771896482 {
		box-sizing: border-box;
		background: #aaa;
		opacity: 0.5;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1481771896482 {
		box-sizing: border-box;
		background: #bf0000;
		opacity: 0.5;
	}
}

#layout_1481771888957 {
	height: 300px;
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1481771888957 {
		display: none;
	}
}

@media screen and (max-width:640px) {
	#layout_1481771888957 {
		height: 439px;
		display: none;
	}
}

#layout_1481771888957>.view_contents {
	max-width: 1200px;
}

@media screen and (max-width:640px) {
	#layout_1481771888957 {
		background: #e5e5e5;
	}
}


#text_style_02_1521715218878 {
	width: 36.41666666666667%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 75px;
	left: 31.791666666666668%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521715218878 {
		top: 40px;
		left: 31.81336161187699%;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521715218878 {
		width: 100%;
		top: 19px;
		left: 0%;
	}
}

#text_style_02_1521715218878>.view_contents {
	box-sizing: border-box;
	font-size: 26px;
	text-align: center;
	line-height: 36px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521715218878>.view_contents {
		box-sizing: border-box;
		font-size: 20px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521715218878>.view_contents {
		box-sizing: border-box;
		font-size: 16px;
	}
}

#text_style_02_1521715218911 {
	width: 17.833333333333336%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 111px;
	left: 41.083333333333336%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521715218911 {
		top: 68px;
		left: 41.092258748674446%;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521715218911 {
		width: 100%;
		top: 39px;
		left: 0%;
	}
}

#text_style_02_1521715218911>.view_contents {
	box-sizing: border-box;
	font-size: 17px;
	text-align: center;
	line-height: 36px;
	color: #7f7f7f;
	font-weight: bold;
	font-family: Courier New;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1521715218911>.view_contents {
		box-sizing: border-box;
		font-size: 15px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1521715218911>.view_contents {
		box-sizing: border-box;
		font-size: 12px;
	}
}

#layout_1521715218874 {
	height: 212px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1521715218874 {
		height: 138px;
	}
}

@media screen and (max-width:640px) {
	#layout_1521715218874 {
		height: 90px;
	}
}

#layout_1521715218874>.view_contents {
	overflow: visible;
	max-width: 1200px;
}

#layout_1521715218874 {
	background: transparent;
}


#image_style_01_1487661551071 {
	width: 40.33333333333333%;
	height: 423px;
	position: absolute;
	top: 0px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1487661551071 {
		width: 421px;
		height: 391px;
		left: 1.5%;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1487661551071 {
		width: 94%;
		height: 221px;
		top: 0px;
		left: 2.96875%;
	}
}

#image_style_01_1487661551071>.view_contents {
	overflow: visible;
}

#newsList_style_01_1487661627982 {
	width: 57.49999999999999%;
	position: absolute;
	top: 0px;
	left: 42.5%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_01_1487661627982 {
		width: 467px;
		left: 48.97103658536585%;
		top: 0px;
	}
}

@media screen and (max-width:640px) {
	#newsList_style_01_1487661627982 {
		width: 94%;
		top: 234px;
		left: 2.96875%;
	}
}

#newsList_style_01_1487661627982 .modSet {
	padding-bottom: 31px;
	padding-top: 5px;
	border-bottom-style: dashed;
}

#newsList_style_01_1487661627982 .datSet {
	background: #f2f2f2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#newsList_style_01_1487661627982 .nianSet {
	background: #f2f2f2;
	font-size: 14px;
	line-height: 14px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #000000;
	padding-left: 0px;
	margin-left: 0px;
}

#newsList_style_01_1487661627982 .riSet {
	font-size: 22px;
	color: #666666;
	padding-left: 0px;
	padding-top: 15px;
}

#newsList_style_01_1487661627982 .titleSet {
	padding-bottom: 6px;
	padding-top: 1px;
}

#newsList_style_01_1487661627982 .yueSet {
	font-size: 14px;
	margin-top: 0px;
	line-height: 14px;
	padding-right: 13px;
	padding-bottom: 22px;
	color: #000000;
	margin-right: 0px;
	padding-left: 0px;
}

@media screen and (max-width:640px) {
	#newsList_style_01_1487661627982 .yueSet {
		padding-right: 6px;
	}
}

@media screen and (max-width:640px) {
	#newsList_style_01_1487661627982 .modSet {
		padding-bottom: 0px;
		padding-top: 0px;
	}
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_01_1487661627982 .modSet {
		padding-top: 0px;
		padding-bottom: 23px;
	}
}

/*----------------------电脑板式样式----------------------*/
#newsList_style_01_1487661627982 {}

#newsList_style_01_1487661627982 .riSet {
	display: block;
	float: none;
	margin: 0 auto;
	text-align: center;
}

#newsList_style_01_1487661627982 .yueSet {
	display: inline;
	margin: 0;
	float: right;
}

#newsList_style_01_1487661627982 .nianSet {
	display: inline;
	margin: 0;
}

#newsList_style_01_1487661627982 .nDate {
	text-align: right;
}

#newsList_style_01_1487661627982 .boxNewsListStyle_1 .sumary_list .newName {
	width: 100%;
}

#newsList_style_01_1487661627982 .boxNewsListStyle_1 .sumary_list .newDetail {
	text-overflow: clip;
	white-space: normal;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_01_1487661627982 {}
}

/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_01_1487661627982 {}
}

#layout_1487661492068 {
	height: 423px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1487661492068 {
		height: 391px;
	}
}

@media screen and (max-width:640px) {
	#layout_1487661492068 {
		height: 587px;
	}
}

#layout_1487661492068>.view_contents {
	overflow: visible;
	max-width: 1200px;
}

#layout_1521432155897 {
	height: 80px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1521432155897 {
		height: 50px;
	}
}

@media screen and (max-width:640px) {
	#layout_1521432155897 {
		height: 13px;
	}
}

#layout_1521432155897>.view_contents {
	overflow: visible;
	max-width: 1200px;
}



#text_style_02_1487663201803 {
	width: 12.916666666666668%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 194px;
	left: 0%;
	z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1487663201803 {
		left: 1.1134676564156947%;
		width: 17.17921527041357%;
		top: 187px;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1487663201803 {
		width: 370px;
		top: 500px;
	}
}

#text_style_02_1487663201803>.view_contents {
	box-sizing: border-box;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1487663201803>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1487663201803>.view_contents {
		box-sizing: border-box;
	}
}

#text_default_1487662975623 {
	width: 39.666666666666664%;
	height: 124px;
	position: absolute;
	top: 53.5px;
	left: 17.041666666666664%;
	z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_default_1487662975623 {
		left: 21.84351802757158%;
		width: 42.09968186638388%;
		top: 53.5px;
	}
}

@media screen and (max-width:640px) {
	#text_default_1487662975623 {
		width: 370px;
		height: 300px;
		top: 200px;
	}
}

#text_default_1487662975623 {
	border-right-color: #7f7f7f;
	border-right-style: solid;
	border-right-width: 1px;
}

#text_default_1487663340375 {
	width: 24.166666666666668%;
	height: 72px;
	position: absolute;
	top: 79.5px;
	left: 75.83333333333333%;
	z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_default_1487663340375 {
		width: 28.63202545068929%;
		left: 71.15588547189819%;
		top: 79.5px;
	}
}

@media screen and (max-width:640px) {
	#text_default_1487663340375 {
		width: 100%;
		height: 300px;
		top: 0px;
		left: 0%;
		display: none;
	}
}

#text_default_1487663340375 {
	border-right-color: #7f7f7f;
	border-right-style: none;
	border-right-width: 1px;
}

#qrcode_style_01_1521516902267 {
	width: 13%;
	height: 157px;
	position: absolute;
	top: 37px;
	left: 0%;
	z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#qrcode_style_01_1521516902267 {
		left: 1.4846235418875928%;
		width: 16.4%;
		height: 157px;
		top: 30px;
	}
}

@media screen and (max-width:640px) {
	#qrcode_style_01_1521516902267 {
		width: 200px;
		height: 200px;
		top: 0px;
		left: 16.996699669967%;
	}
}

#qrcode_style_01_1521516902267>.view_contents {
	overflow: visible;
}

#div_includeBlock_1487662689666 {
	width: 1200px;
	height: 276px;
	position: absolute;
	top: 0px;
	left: calc(50% - 600px);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_includeBlock_1487662689666 {
		width: 100%;
		left: 0%;
	}
}

@media screen and (max-width:640px) {
	#div_includeBlock_1487662689666 {
		width: 100%;
		height: 300px;
		top: 0px;
		left: 0%;
		display: none;
	}
}

#div_blank_1487662729998 {
	width: 100%;
	height: 12px;
	position: absolute;
	top: 276px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1487662729998 {}
}

@media screen and (max-width:640px) {
	#div_blank_1487662729998 {
		width: 82.64462809917356%;
		height: 200px;
		top: 300px;
		left: 8.67768595041322%;
		display: none;
	}
}

#div_blank_1487662729998>.view_contents {
	overflow: visible;
}

#div_blank_1487662729998 {
	box-sizing: border-box;
	background: transparent;
	border-top-color: #7f7f7f;
	border-top-style: solid;
	border-top-width: 1px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#div_blank_1487662729998 {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#div_blank_1487662729998 {
		box-sizing: border-box;
	}
}

#text_style_02_1487663541849 {
	width: 1200px;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 287px;
	left: calc(50% - 600px);
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1487663541849 {}
}

@media screen and (max-width:640px) {
	#text_style_02_1487663541849 {
		width: 100%;
		top: 7px;
		left: 0%;
	}
}

#text_style_02_1487663541849>.view_contents {
	box-sizing: border-box;
	color: #7f7f7f;
	font-size: 14px;
	text-align: center;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1487663541849>.view_contents {
		box-sizing: border-box;
	}
}

@media screen and (max-width:640px) {
	#text_style_02_1487663541849>.view_contents {
		box-sizing: border-box;
	}
}

#comm_layout_footer {
	height: 349px;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_footer {
		height: 348px;
	}
}

@media screen and (max-width:640px) {
	#comm_layout_footer {
		height: 65px;
		display: block;
	}
}

#comm_layout_footer {
	background: #212831;
}

.squareButton {
	width: 100%;
	height: 32px;
	background: #fff;
	color: #333;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
	transition: all ease-in .1s;
	-webkit-transition: all ease-in .1s;
	-moz-transition: all ease-in .1s;
	-o-transition: all ease-in .1s;
}

.squareButton {
	width: 100%;
	height: 32px;
	background: #fff;
	color: #333;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
	transition: all ease-in .1s;
	-webkit-transition: all ease-in .1s;
	-moz-transition: all ease-in .1s;
	-o-transition: all ease-in .1s;
}

/*菜单样式*/
.menuStyle_1 {
	width: 100%;
	position: relative;
}

.menuStyle_1 * {
	transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
	-webkit-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
	-moz-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
	-o-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
	box-sizing: border-box;
}

.menuStyle_1 .dflex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.menuStyle_1 .rflex {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	float: left\0;
}

.menuStyle_1 ul,
.menuStyle_1 li {
	padding: 0;
	margin: 0px;
	list-style: none
}

.menuStyle_1 .menuLayout {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.menuStyle_1 .menuLayout:after {
	content: '';
	display: block;
	clear: both;
}

.menuStyle_1 .menuUl_box {
	position: relative;
	width: 100%;
	text-align: center;
}

.menuStyle_1 .menuUl {
	position: relative;
	width: 100%;
	text-align: center;
}

.menuStyle_1 .menuUl li {
	position: relative;
}

.menuStyle_1 .menuUl li>a {
	text-decoration: none;
	color: #4d5158;
	font-size: 14px;
	height: 44px;
	box-sizing: border-box;
	line-height: 44px;
	display: block;
	text-align: center;
	letter-spacing: normal;
	white-space: nowrap;
	padding: 0 1em\0;
}

.menuStyle_1 .menuUl li>a:hover {
	color: #f90
}

.menuStyle_1 .menuUl #hot>a {
	color: #f90;
}

.menuStyle_1 .menuLayout .miniMenu {
	display: none;
}

.menuStyle_1 .menuUl02 {
	opacity: 0;
	display: none;
	position: absolute;
	left: 50%;
	height: 0;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.menuStyle_1 .menuUl .rflex:hover .menuUl02 {
	opacity: 1;
	display: block;
	height: auto;
}

.menuStyle_1 .menuUl02 .subMenu02 {
	float: none;
}

.menuStyle_1 .menuUl02 .subMenu02 a {
	color: #333;
	width: 130px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 15px;
}

.menuStyle_1 .menuUl02 .subMenu02 a:hover {}

.menuStyle_1 .rflex {
	position: relative;
}




@media screen and (max-width:640px) {

	.menuStyle_1 .menuUl,
	.menuStyle_1 .menuUl_box {
		display: none;
	}

	.menuStyle_1 .menuScroll {
		height: 84%;
		height: 84vh;
		width: 100%;
	}

	.menuStyle_1 .menuScroll>.menuUlCopy {
		width: calc(100% + 18px);
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
	}

	.menuStyle_1 .menuLayout .miniMenu {
		display: block;
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 44px;
	}

	.menuStyle_1 .miniMenu .leftBox .sidebar {
		font-size: 28px;
		line-height: 44px;
		font-weight: normal;
		cursor: pointer;
		color: #4d5158;
		position: absolute;
		top: 0;
		right: 0px;
		width: 44px;
		text-align: center;
	}

	.menuStyle_1 .miniMenu .leftBox .nav {
		width: 100%;
		height: 44px;
	}

	.menuStyle_1 .miniMenu .leftBox .menuUlCopy {
		padding: 15px 0 15px 30px;
	}

	.menuStyle_1 .miniMenu .leftBox .menuUlCopy li {
		width: 100%;
	}

	.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a {
		width: 100%;
		display: block;
		text-align: left;
		color: #fff;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
		text-decoration: none;
		font-size: 16px;
		line-height: 44px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.menuStyle_1 .menuLayout .miniMenu.Mslide {
		height: 100% !important;
		height: 100vh !important;
		background: rgba(0, 0, 0, .85);
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
	}

	.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar {
		color: #fff;
	}

	.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a {
		display: none !important;
	}
}

.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;*/

/* banner样式 */

.bannerStyle_1 {
	width: 100%;
	height: 100%;
	position: relative;
}

.bannerStyle_1 .main_visual {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.bannerStyle_1 .main_image {
	height: 100%;
	overflow: hidden;
	position: relative;
}

/* 圆点 */
.bannerStyle_1 div.flicking_con {
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 14px;
	text-align: center;
}

.bannerStyle_1 div.flicking_con a {
	width: 14px;
	height: 14px;
	padding: 0;
	background: none;
	border: 1px solid #eee;
	display: inline-block;
	box-sizing: border-box;
	margin: 0 3px;
	border-radius: 100%;
}

.bannerStyle_1 div.flicking_con a.on {
	background: #ccc;
	border: 0;
}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,
.bannerStyle_1 .btn_next {
	z-index: 11111;
	position: absolute;
	width: 73px;
	height: 74px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}

.bannerStyle_1 .btn_prev {
	background: url(http://cdn.xuansiwei.com/872kpbh/img/banner/style_01/hover_left.png) no-repeat left top;
	left: 20px;
	background-size: 80%;
}

.bannerStyle_1 .btn_next {
	background: url(http://cdn.xuansiwei.com/872kpbh/img/banner/style_01/hover_right.png) no-repeat right top;
	right: 20px;
	background-size: 80%;
}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
	background-color: #fff;
}

@media screen and (min-width:326px) and (max-width:767px) {
	.bannerStyle_1 div.flicking_con a {
		width: 9px;
		height: 9px;
	}
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}

.bannerStyle_1 .main_image .img-item {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
}

.bannerStyle_1 .main_image .img-item span {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover !important;
}

.bannerStyle_1 .main_image .img-item a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part {
	position: absolute;
	top: 0;
	width: calc(20% + 1px);
	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}

.bannerStyle_1.rotate-3d .img-part .img {
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;
	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}

.bannerStyle_1.rotate-3d .img-part .img:nth-child(1) {
	transform: rotateX(0deg) translateZ(150px);
}

.bannerStyle_1.rotate-3d .img-part .img:nth-child(2) {
	transform: rotateX(-90deg) translateZ(150px);
}

.bannerStyle_1.rotate-3d .img-part .img:nth-child(3) {
	transform: rotateX(-180deg) translateZ(150px);
}

.bannerStyle_1.rotate-3d .img-part .img:nth-child(4) {
	transform: rotateX(-270deg) translateZ(150px);
}

#banner_style_01_1482394346074 .bannerStyle_1 .main_image .img-item .img_0 {
	background: url('http://cdn.xuansiwei.com/872kpbh/img/upimages/pkgimg/pkgimg/banner/500531960ffff.jpg') center top no-repeat;
}

#banner_style_01_1482394346074 .bannerStyle_1 .main_image .img-item .img_1 {
	background: url('http://cdn.xuansiwei.com/872kpbh/img/upimages/pkgimg/pkgimg/banner/500087698ff.jpg') center top no-repeat;
}

#banner_style_01_1482394346074 .bannerStyle_1 .ground_glass {}

#image_style_01_1521773071585 .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_1521773071585 .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_1521773071585 .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_1521773071585 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_1521687644462 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1521687644462 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1521687644462 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

#image_style_01_1521687644462 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;
}

.squareButton {
	width: 100%;
	height: 32px;
	background: #fff;
	color: #333;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
	transition: all ease-in .1s;
	-webkit-transition: all ease-in .1s;
	-moz-transition: all ease-in .1s;
	-o-transition: all ease-in .1s;
}

#image_style_01_1521697830853 .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_1521697830853 .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_1521697830853 .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_1521697830853 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_1521700464774 .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_1521700464774 .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_1521700464774 .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_1521700464774 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_1521700472892 .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_1521700472892 .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_1521700472892 .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_1521700472892 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_1521702163780 .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_1521702163780 .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_1521702163780 .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_1521702163780 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_1521702163936 .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_1521702163936 .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_1521702163936 .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_1521702163936 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_1521702164076 .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_1521702164076 .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_1521702164076 .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_1521702164076 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

/*新闻列表样式*/
.boxNewsListStyle_4 {
	width: 100%;
	clear: both;
}

.boxNewsListStyle_4 * {
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	box-sizing: border-box;
}

.boxNewsListStyle_4 ul {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.boxNewsListStyle_4 .sumary_list {
	list-style: none;
	background: #fff;
}

.boxNewsListStyle_4 .sumary_list .newPic {
	width: 100%;
	min-width: 100px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	background: #eee;
}

.boxNewsListStyle_4 .sumary_list .newPic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.boxNewsListStyle_4 .sumary_list .newPic .zTm {
	margin-top: 100%;
}

.boxNewsListStyle_4 .sumary_list .newCont {
	width: 100%;
}

.boxNewsListStyle_4 .sumary_list .newCont .newTitle {
	width: 100%;
}

.boxNewsListStyle_4 .sumary_list .newName {}

.boxNewsListStyle_4 .sumary_list .newName a {
	text-decoration: none;
	color: #333;
	line-height: 1.1;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 10px 0;
}

.boxNewsListStyle_4 .sumary_list .newName a:hover {}

.boxNewsListStyle_4 .sumary_list .newB {
	width: 100%;
	line-height: 2;
	padding-top: 5px;
}

.boxNewsListStyle_4 .sumary_list .newSort {
	color: #fff;
	background-color: #498D9C;
	font-size: 12px;
	white-space: nowrap;
	padding: .5em 1em;
	margin-right: 5px;
}

.boxNewsListStyle_4 .sumary_list .newsTime {
	text-align: right;
	color: #666;
	font-size: 14px;
	white-space: nowrap;
}

.boxNewsListStyle_4 .sumary_list .newsTime span {
	white-space: nowrap;
}

.boxNewsListStyle_4 .sumary_list .newsTime span.nTime {
	display: none;
}

.boxNewsListStyle_4 .sumary_list .newDetail {
	width: 100%;
	margin: 0;
	color: #999;
	font-size: 12px;
	line-height: 1.6;
	/* display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;*/
	border-bottom: 1px solid #eee;
	padding-bottom: 6px;
}

.boxNewsListStyle_4 .sumary_list .show_all {
	width: 100%;
	margin-top: .5em;
}

.boxNewsListStyle_4 .sumary_list .show_all a {
	display: block;
	margin-top: .4em;
	text-decoration: none;
	border: 1px solid #ddd;
	text-align: center;
	padding: .4em;
	font-size: 12px;
	color: #666;
}

/*分页*/
.boxNewsListStyle_4 .page_btn {
	clear: both;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.boxNewsListStyle_4 .page_btn a {
	display: inline-block;
	color: #333;
	box-sizing: border-box;
	margin: 0 5px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #ccc;
	font-family: 'microsoft YaHei';
}

.boxNewsListStyle_4 .page_btn a.cur,
.boxNewsListStyle_4 .page_btn a:hover {
	border: 1px solid #4c4c4c;
}

.boxNewsListStyle_4 .prev_btn,
.boxNewsListStyle_4 .next_btn {
	font-family: '黑体' !important;
	border: 0 !important;
}

.boxNewsListStyle_4 .no_page {
	border: 0 !important;
}

@media screen and (max-width:768px) {

	/*分页*/
	.boxNewsListStyle_4 .page_btn a:nth-child(n+5) {
		display: none;
	}

	.boxNewsListStyle_4 .page_btn a:nth-last-child(1),
	.boxNewsListStyle_4 .page_btn a:nth-last-child(2),
	.boxNewsListStyle_4 .page_btn a:nth-last-child(3) {
		display: inline-block !important;
	}
}

#newsList_style_04_1521711517424 .newDetail.pc {
	display: block;
}

#newsList_style_04_1521711517424 .newDetail.pad,
#newsList_style_04_1521711517424 .newDetail.mobile {
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_04_1521711517424 .newDetail.pad {
		display: block;
	}

	#newsList_style_04_1521711517424 .newDetail.pc,
	#newsList_style_04_1521711517424 .newDetail.mobile {
		display: none;
	}
}

@media screen and (max-width:640px) {
	#newsList_style_04_1521711517424 .newDetail.mobile {
		display: block;
	}

	#newsList_style_04_1521711517424 .newDetail.pc,
	#newsList_style_04_1521711517424 .newDetail.pad {
		display: none;
	}
}

/*pc*/
#newsList_style_04_1521711517424 li {
	width: 23.5%;
}

#newsList_style_04_1521711517424 li.sumary_list {
	margin-bottom: 2%;
}

@media screen and (max-width: 1024px) {

	/*ipad*/
	#newsList_style_04_1521711517424 li {
		width: 23.5%;
	}

	#newsList_style_04_1521711517424 li.sumary_list {
		margin-bottom: 2%;
	}
}

@media screen and (max-width: 768px) {

	/*mobi*/
	#newsList_style_04_1521711517424 li {
		width: 49%;
	}

	#newsList_style_04_1521711517424 li.sumary_list {
		margin-bottom: 2%;
	}
}

.squareButton {
	width: 100%;
	height: 32px;
	background: #fff;
	color: #333;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
	transition: all ease-in .1s;
	-webkit-transition: all ease-in .1s;
	-moz-transition: all ease-in .1s;
	-o-transition: all ease-in .1s;
}

#image_style_01_1521705632150 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1521705632150 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1521705632150 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

#image_style_01_1521705632150 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_1521708670384 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1521708670384 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1521708670384 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

#image_style_01_1521708670384 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_1521708720922 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1521708720922 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1521708720922 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

#image_style_01_1521708720922 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_1521708759974 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1521708759974 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1521708759974 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

#image_style_01_1521708759974 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_1487661551071 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1487661551071 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1487661551071 .CompatibleImg img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

#image_style_01_1487661551071 a {
	cursor: default;
}

.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.imgStyle img {
	box-sizing: border-box;
}

/*新闻列表样式*/
.boxNewsListStyle_1 {
	width: 100%;
	clear: both;
}

.boxNewsListStyle_1 * {
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
}

.boxNewsListStyle_1 li {
	width: 100%;
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.boxNewsListStyle_1 li:hover {}

.boxNewsListStyle_1 li:first-child {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: transparent;
}

.boxNewsListStyle_1 li .clear {
	clear: both;
}

.boxNewsListStyle_1 .sumary_list .newCont {
	float: none;
	width: 100%;
	box-sizing: border-box;
}

.boxNewsListStyle_1 .sumary_list .newCont .newTitle {
	width: 100%;
}

.boxNewsListStyle_1 .newTitle .nDate {
	float: left;
	width: 80px;
	background: #fff;
	text-align: center;
	line-height: 1.4;
	box-sizing: border-box;
	border: 1px solid #ddd;
}

.boxNewsListStyle_1 .newTitle .nDate .numDate {
	float: left;
	width: 60%;
	text-align: right;
	font-weight: normal;
	font-size: 38px;
	/*font-family: Georgia,Tahoma;*/
	color: #40B8FF;
}

.boxNewsListStyle_1 .newTitle .nDate .enDate {
	float: left;
	margin-top: 20px;
	font-weight: normal;
	font-size: 18px;
	font-family: microsoft yahei;
	color: #666;
}

.boxNewsListStyle_1 .newTitle .nDate .yrDate {
	font-size: 18px;
	color: #999;
	background: #eee;
	height: 26px;
	line-height: 26px;
	clear: both;
}

.boxNewsListStyle_1 .sumary_list .newName {
	float: left;
	width: calc(78% - 80px);
	margin: .5em 0;
	padding: 0 .5em;
	box-sizing: border-box;
}

.boxNewsListStyle_1 .sumary_list .newName .newTit {
	width: 100%;
}

.boxNewsListStyle_1 .sumary_list .newName a {
	text-decoration: none;
	line-height: 1.4;
	font-size: 16px;
	color: #333;
	display: block;
}

.boxNewsListStyle_1 .sumary_list .newName a:hover {}

.boxNewsListStyle_1 .sumary_list .newB {
	width: 100%;
	line-height: 2;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.boxNewsListStyle_1 .sumary_list .newSort {
	font-size: 12px;
	white-space: nowrap;
	padding: .5em 1em .5em 0;
	border-radius: 1.5em;
	margin-right: 5px;
	/*display:block;*/
	width: 60px;
	text-align: center;
	margin-top: 5px;
}

.boxNewsListStyle_1 .sumary_list .newsTime {
	text-align: left;
	color: #999;
	font-size: 14px;
	white-space: nowrap;
	display: inline-block;
}

.boxNewsListStyle_1 .sumary_list .newsTime .nsDate {
	margin-right: 15px;
	font-size: 12px;
	color: #999
}

.boxNewsListStyle_1 .sumary_list .newsTime span {
	white-space: nowrap;
}

.boxNewsListStyle_1 .sumary_list .newDetail {
	width: 100%;
	box-sizing: border-box;
	padding: .6em .6em .6em 0;
	color: #999;
	font-size: 12px;
	line-height: 1.6;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/*分页*/
.boxNewsListStyle_1 .page_btn {
	clear: both;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.boxNewsListStyle_1 .page_btn a {
	display: inline-block;
	color: #333;
	box-sizing: border-box;
	margin: 0 5px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #ccc;
	font-family: 'microsoft YaHei';
}

.boxNewsListStyle_1 .page_btn a.cur,
.boxNewsListStyle_1 .page_btn a:hover {
	border: 1px solid #4c4c4c;
}

.boxNewsListStyle_1 .prev_btn,
.boxNewsListStyle_1 .next_btn {
	font-family: '黑体' !important;
	border: 0 !important;
}

.boxNewsListStyle_1 .no_page {
	border: 0 !important;
}

.boxNewsListStyle_1 .sumary_list .show_all {
	width: 25%;
	margin-top: .5em;
}

.boxNewsListStyle_1 .sumary_list .show_all a {
	display: block;
	margin-top: .4em;
	text-decoration: none;
	border: 1px solid #ddd;
	text-align: center;
	padding: .4em;
	font-size: 12px;
	color: #666;
}

/*alex---后期加的图片样式*/
.boxNewsListStyle_1 .sumary_list .newPic {
	background-color: #eee;
	width: 20%;
	min-width: 100px;
	margin-left: 1%;
	margin-right: 1%;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	float: left;
	padding-bottom: 1px;
}

.boxNewsListStyle_1 .sumary_list .newPic img {
	width: 100%;
	float: left;
	background-color: #eee;
}

.boxNewsListStyle_1 .sumary_list .newPic2 {
	display: none;
}

@media screen and (max-width:767px) {
	.boxNewsListStyle_1 .sumary_list .newName a {
		font-size: 12px;
	}

	.boxNewsListStyle_1 .newTitle .nDate {
		width: 65px;
	}

	.boxNewsListStyle_1 .sumary_list .newName {
		width: calc(100% - 65px);
	}

	.boxNewsListStyle_1 .newTitle .nDate .numDate {
		font-size: 28px;
	}

	.boxNewsListStyle_1 .newTitle .nDate .enDate {
		font-size: 12px;
		margin-top: 15px;
	}

	/*分页*/
	.boxNewsListStyle_1 .page_btn a:nth-child(n+5) {
		display: none;
	}

	.boxNewsListStyle_1 .page_btn a:nth-last-child(1),
	.boxNewsListStyle_1 .page_btn a:nth-last-child(2),
	.boxNewsListStyle_1 .page_btn a:nth-last-child(3) {
		display: inline-block !important;
	}

	.boxNewsListStyle_1 .sumary_list .newPic {
		margin-bottom: 15px;
	}

	.boxNewsListStyle_1 .sumary_list .newPic {
		display: none;
	}

	.boxNewsListStyle_1 .sumary_list .newPic2 {
		display: block;
		background-color: #eee;
		width: 100%;
		min-width: 100px;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 5px;
		overflow: hidden;
		position: relative;
		box-sizing: border-box;
		float: left;
		padding-bottom: 1px;
	}

	.boxNewsListStyle_1 .sumary_list .newPic2 img {
		width: 100%;
		float: left;
	}
}




#newsList_style_01_1487661627982 .newDetail.pc {
	display: block;
}

#newsList_style_01_1487661627982 .newDetail.pad,
#newsList_style_01_1487661627982 .newDetail.mobile {
	display: none;
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_01_1487661627982 .newDetail.pad {
		display: block;
	}

	#newsList_style_01_1487661627982 .newDetail.pc,
	#newsList_style_01_1487661627982 .newDetail.mobile {
		display: none;
	}
}

@media screen and (max-width:640px) {
	#newsList_style_01_1487661627982 .newDetail.mobile {
		display: block;
	}

	#newsList_style_01_1487661627982 .newDetail.pc,
	#newsList_style_01_1487661627982 .newDetail.pad {
		display: none;
	}
}

.imgStyle img {
	width: 100%;
	height: 100%;
}

#qrcode_style_01_1521516902267 .CompatibleImg img {
	width: 100%;
	height: 100%
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#qrcode_style_01_1521516902267 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width:640px) {
	#qrcode_style_01_1521516902267 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}