/**
    *Ã§Â¼â€“Ã¨Â¾â€˜Ã¥â„¢Â¨         \View\css\diy\editPageComm.css
    *Ã§Â¼â€“Ã¨Â¾â€˜Ã¥â„¢Â¨-Ã©Â¢â€žÃ¨Â§Ë†    \View\css\diy\pageCom.css
    *Ã§Â¼â€“Ã¨Â¾â€˜Ã¥â„¢Â¨-Ã¥Ââ€˜Ã¥Â¸Æ’    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";

/*----------------Ã¥â€¦Â¬Ã¥â€¦Â±Ã©Æ’Â¨Ã¥Ë†â€ ----------------*/
html {
	overflow-x: hidden;
	overflow-y: auto;
}

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

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

em,
i {
	font-style: normal;
}

a {
	color: #333;
}

a {
	text-decoration: none;
}

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

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

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

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

.vertical .view {
	position: relative;
}

.view_contents {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	z-index: 10;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	/*Ã¦Â·Â»Ã¥Å Â Ã¥ÂÅ½Ã¯Â¼Å’Ã¦Â¨Â¡Ã¥Ââ€”Ã§Å¡â€žÃ¥â€ â€¦Ã¨Â¾Â¹Ã¨Â·ÂÃ¥â€™Å’Ã¨Â¾Â¹Ã¦Â¡â€ Ã¤Â¸ÂÃ¤Â¼Å¡Ã¥â€ ÂÃ¦ÂºÂ¢Ã¥â€¡Âº*/
}

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

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

/*Ã¦ÂµÂÃ¥Â¸Æ’Ã¥Â±â‚¬*/
.flow .view_contents>.view {
	float: left;
}

.clear {
	clear: both;
}

/*Ã¨â€¹Â¹Ã¦Å¾Å“Ã¥Å½Â»Ã©â„¢Â¤Ã¦Â Â·Ã¥Â¼Â*/
select,
input[type='button'],
input[type="reset"],
input[type='submit'],
input[type='text'],
input[type="password"],
input[name='query'],
input[name='d'] {
	-webkit-appearance: none;
	border-radius: 0px
}

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

/*Ã¦Â¨Â¡Ã¥Ââ€”Ã¥Ë†â€ Ã©Â¡Âµ*/
.page_btn {
	clear: both;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

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

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

.prev_btn,
.next_btn {
	font-family: 'Ã©Â»â€˜Ã¤Â½â€œ' !important;
	border: 0 !important;
}

.no_page {
	border: 0 !important;
}

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

	/*Ã¥Ë†â€ Ã©Â¡Âµ*/
	.page_btn a:nth-child(n+5) {
		display: none;
	}

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

/*Ã¥â€ºÂ¾Ã§â€°â€¡Ã¦â€Â¾Ã¥Â¤Â§Ã¦Â Â·Ã¥Â¼Â*/
.imgBox {
	position: fixed;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jurisdiction_tips .jurisdiction_login {
	background: #ff0099;
}

.jurisdiction_tips button:hover {
	opacity: 0.8;
}

.jurisdiction_tips_mobile {
	display: none;
}

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

	.jurisdiction_tips p {
		display: none;
	}

	.jurisdiction_tips .jurisdiction_tips_mobile {
		display: block;
	}

	.jurisdiction_tips img {
		width: 60px;
	}

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

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

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

/*Ã¥â€ â€¦Ã©â€œÂ¾Ã¦â€ºÂ¿Ã¦ÂÂ¢Ã§Å¡â€žÃ§Â»Â§Ã¦â€°Â¿Ã§Ë†Â¶Ã¦Â Â·Ã¥Â¼Â*/
.inherit_the_style {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	background: inherit;
	display: unset;
	margin: 0;
	padding: 0
}

body {
	background-position: left top;
}



#image_logo_1588818094075 {
	width: 23.714285714285715%;
	height: 60px;
	position: absolute;
	top: 20px;
	left: 0%;
	z-index: 4;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_logo_1588818094075 {
		width: 314px;
	}
}

@media screen and (max-width:640px) {
	#image_logo_1588818094075 {
		z-index: 1;
		width: 233px;
		top: 8px;
		height: 44px;
		left: 0%;
	}
}

#dh_style_28_1595475040103 {
	width: 55.57142857142857%;
	z-index: 1000;
	position: absolute;
	top: 0px;
	left: 26.071428571428573%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#dh_style_28_1595475040103 {
		z-index: 999;
		width: 589px;
		left: 36.28754058441558%;
	}
}

@media screen and (max-width:640px) {
	#dh_style_28_1595475040103 {
		width: 15.277777777777779%;
		z-index: 999;
		top: 8px;
		left: 84.72222222222221%;
	}
}

#dh_style_28_1595475040103>.view_contents {
	overflow: visible;
}

#dh_style_28_1595475040103 .mainMenuSet {
	font-weight: 500px;
	color: #fff;
	border-right: none !important;
	border-left: none !important;
	border-color: transparent;
	border-style: solid;
	border-width: 2px;
	margin-left: 17px;
	margin-right: 10px;
	line-height: 96px;
}

#dh_style_28_1595475040103 .mainMenuSet:hover {
	color: #ffffff;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	border-color: #ffffff;
	border-width: 2px;
	border-style: solid;
}

#dh_style_28_1595475040103 #hot>a {
	color: #FFF;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	border-color: #ffffff;
	border-width: 2px;
	border-style: solid;
}

#dh_style_28_1595475040103 #hot .aview {
	color: #ffffff;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	border-color: #ffffff;
	border-width: 2px;
	border-style: solid;
}

#dh_style_28_1595475040103 .subMenuSet {
	line-height: 96px;
}

#dh_style_28_1595475040103 .thrMenuSet {
	line-height: 96px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#dh_style_28_1595475040103 .mainMenuSet {
		font-size: 16px;
		margin-left: 12px;
	}
}

@media screen and (max-width:640px) {
	#dh_style_28_1595475040103 .icoMenuSet {
		color: #e5e5e5;
	}
}

@media screen and (max-width:640px) {
	#dh_style_28_1595475040103 .mainMenuSet {
		text-align: left;
		font-size: 14px;
		height: 52px;
		line-height: 52px;
		border-top: none !important;
		border-color: #555555;
	}
}

@media screen and (max-width:640px) {
	#dh_style_28_1595475040103 .mainMenuSet:hover {
		text-align: left;
		font-size: 14px;
		border-style: solid;
		border-width: 2px;
		border-right: none !important;
		border-top: none !important;
		border-left: none !important;
	}
}

@media screen and (max-width:640px) {
	#dh_style_28_1595475040103 #hot>a {
		text-align: left;
		font-size: 14px;
		border-style: solid;
		border-width: 2px;
		border-right: none !important;
		border-top: none !important;
		border-left: none !important;
	}
}

@media screen and (max-width:640px) {
	#dh_style_28_1595475040103 #hot .aview {
		text-align: left;
		font-size: 14px;
		border-style: solid;
		border-width: 2px;
		border-right: none !important;
		border-top: none !important;
		border-left: none !important;
	}
}

#searchbox_style_05_1595482460890 {
	width: 200px;
	position: absolute;
	top: 30px;
	left: calc(100% - 200px);
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#searchbox_style_05_1595482460890 {
		display: none;
	}
}

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

#searchbox_style_05_1595482460890>.view_contents {
	overflow: visible;
}

#searchbox_style_05_1595482460890 .inputSet {
	background: transparent;
	border-color: #ffffff;
	border-right: none !important;
	border-width: 1px;
	border-style: solid;
	height: 38px;
	color: #f2f2f2;
	padding-left: 10px;
}

#searchbox_style_05_1595482460890 .btnaSet {
	border-left: none !important;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	color: #ffffff;
	height: 38px;
}

#div_a_includeBlock_1595569638459 {
	width: 1400px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: calc(50% - 700px);
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#div_a_includeBlock_1595569638459 {
		width: 98%;
		left: 1.007423117709438%;
	}
}

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

#div_a_includeBlock_1595569638459>.view_contents {
	overflow: visible;
}

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

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

@media screen and (max-width:640px) {
	#comm_layout_header {
		height: 60px;
		z-index: 2;
	}
}

#comm_layout_header>.view_contents {
	overflow: visible;
}

#comm_layout_header {
	background-repeat: no-repeat !important;
	background-size: cover;
	background-position: 50% 0% !important;
	background: #2445bd;
}


#image_style_01_1595921676385 {
	width: 32.08701563562202%;
	height: 126px;
	position: absolute;
	top: 115px;
	left: 33.94640042038886%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_01_1595921676385 {
		height: 96px;
		left: 33.93425238600212%;
		top: 90px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1595921676385 {
		width: 41.333333333333336%;
		height: 48px;
		top: 33px;
		left: 29.333333333333332%;
		z-index: 4;
	}
}

#image_style_01_1595921676385>.view_contents {
	overflow: visible;
}

#text_style_01_1595921761053 {
	width: 1200px;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 256px;
	left: calc(50% - 600px);
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595921761053 {
		left: 2.3860021208907742%;
		top: 192px;
		width: 95.22799575821846%;
	}
}

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

#text_style_01_1595921761053>.view_contents {
	font-size: 80px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595921761053>.view_contents {
		font-size: 62px;
	}
}

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

#text_style_01_1595921879852 {
	width: 1100px;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 394px;
	left: calc(50% - 550px);
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595921879852 {
		left: 4.984093319194061%;
		top: 297px;
		width: 90%;
	}
}

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

#text_style_01_1595921879852>.view_contents {
	font-size: 30px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595921879852>.view_contents {
		font-size: 24px;
	}
}

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

#button_style_01_1595922023864 {
	width: 200px;
	position: absolute;
	top: 571px;
	left: calc(50% - 100px);
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#button_style_01_1595922023864 {
		width: 157px;
		left: calc(50% - 78.5px);
		top: 426px;
	}
}

@media screen and (max-width:640px) {
	#button_style_01_1595922023864 {
		width: 30.133333333333333%;
		top: 177px;
		left: 34.93333333333333%;
		z-index: 4;
	}
}

#button_style_01_1595922023864>.view_contents {
	overflow: visible;
}

#button_style_01_1595922023864 .btnaSet {
	height: 50px;
	background: transparent;
	color: #ffffff;
	border: 3px solid #000;
	border-color: #ffffff;
	font-size: 16px;
	
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#button_style_01_1595922023864 .btnaSet {
		font-size: 14px;
		height: 42px;
	}
}

@media screen and (max-width:640px) {
	#button_style_01_1595922023864 .btnaSet {
		font-size: 12px;
		height: 32px;
	}
}

#layout_diy_1595915960 {
	height: 650px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#layout_diy_1595915960 {
		height: 600px;
	}
}

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

#layout_diy_1595915960 {
	background-image:url('../img/1.png');
	background-size: auto 100%;
	background-position: 50% 50% !important;
}


#text_style_01_1595922158115 {
	width: 35.785714285714285%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 56px;
	left: 32.107142857142854%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595922158115 {
		width: 504px;
		left: 23.276776246023328%;
		top: 41px;
	}
}

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

#text_style_01_1595922158115>.view_contents {
	font-size: 72px;
	font-weight: bold;
	text-align: center;
	font-family: Arial;
	color: #f1f1f1;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595922158115>.view_contents {
		font-size: 56px;
	}
}

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

#text_style_01_1595922302863 {
	width: 26.42857142857143%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 103px;
	left: 36.78571428571429%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595922302863 {
		top: 78px;
		left: 36.78419936373277%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1595922302863 {
		width: 68.66666666666667%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 36.75px;
		left: 15.733333333333333%;
	}
}

#text_style_01_1595922302863>.view_contents {
	text-align: center;
	font-size: 36px;
	color: #001356;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595922302863>.view_contents {
		font-size: 28px;
	}
}

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

#text_style_01_1595923019756 {
	width: 26.42857142857143%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 168px;
	left: 36.78571428571429%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595923019756 {
		width: 309px;
		left: 33.61611876988335%;
		top: 128px;
	}
}

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

#text_style_01_1595923019756>.view_contents {
	text-align: center;
	color: #c2c2c2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595923019756>.view_contents {
		font-size: 14px;
	}
}

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

#layout_1595922135620 {
	height: 224px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#layout_1595922135620 {
		height: 175px;
	}
}

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

#layout_1595922135620>.view_contents {
	overflow: visible;
	max-width: 1400px;
}




#image_style_13_1_1595920835422 {
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595920835422 {
		width: 100%;
		top: 50px;
	}
}

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

#image_style_13_1_1595920835422>.view_contents {
	overflow: visible;
}

#image_style_13_1_1595920835422 .titleSet {
	color: #000333;
	font-size: 18px;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 60px;
	padding-bottom: 20px;
	padding-right: 30px;
	margin-right: 30px;
	line-height: 30px;
	height: 60px;
	font-family: Microsoft YaHei;
}

#image_style_13_1_1595920835422 .detailSet {
	color: #999999;
	padding-left: 30px;
	font-size: 16px;
	line-height: 28px;
	padding-right: 30px;
	text-indent: 2em;
	margin-bottom: 70px;
	text-align: justify;
	padding-top: 7px;
}

#image_style_13_1_1595920835422 .modSet:hover .titleSet {
	color: #000333;
	font-family: Microsoft YaHei;
	font-size: 18px;
	font-weight: bold;
}

#image_style_13_1_1595920835422 .modSet:hover .btnSet {
	border-color: #9e252e;
	border-style: none;
	border-width: 0px;
	color: #ffffff;
	font-family: Microsoft YaHei;
	font-size: 14px;
}

#image_style_13_1_1595920835422 .modSet:hover .detailSet {
	font-size: 16px;
}

#image_style_13_1_1595920835422 .btnSet {
	background: #2246c9;
	line-height: 43px;
	height: 43px;
	font-size: 14px;
	color: #ffffff;
	border-color: #9e252e;
	margin-left: 20px;
	margin-right: 521px;
	margin-top: 128px;
	border-width: 0px;
	border-style: none;
}

#image_style_13_1_1595920835422 .modSet {
	background: #f6f6f6;
}

#image_style_13_1_1595920835422 .page_btn .procurSet {
	padding-left: 0px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595920835422 .titleSet {
		padding-top: 33px;
		padding-bottom: 6px;
		font-family: Microsoft YaHei;
		font-size: 16px;
		line-height: 24px;
		padding-left: 24px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595920835422 .detailSet {
		line-height: 25px;
		margin-bottom: 8px;
		font-family: Microsoft YaHei;
		text-align: left;
		font-size: 14px;
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 0px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595920835422 .btnSet {
		margin-right: 250px;
		line-height: 36px;
		height: 36px;
		margin-left: 14px;
		margin-top: 44px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595920835422 .modSet:hover .detailSet {
		font-family: Microsoft YaHei;
		font-size: 14px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595920835422 .modSet:hover .titleSet {
		font-size: 16px;
	}
}

@media screen and (max-width:640px) {
	#image_style_13_1_1595920835422 .titleSet {
		padding-top: 10px;
		padding-left: 10px;
		font-size: 14px;
		padding-right: 0px;
		line-height: 18px;
		padding-bottom: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		height: 36px;
	}
}

@media screen and (max-width:640px) {
	#image_style_13_1_1595920835422 .detailSet {
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 8px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		line-height: 18px;
	}
}

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

@media screen and (max-width:640px) {
	#image_style_13_1_1595920835422 .btnSet {
		margin-right: 100px;
		font-size: 12px;
		height: 28px;
		line-height: 28px;
		margin-top: 20px;
		margin-left: 0px;
		margin-bottom: 12px;
	}
}

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

@media screen and (max-width:640px) {
	#image_style_13_1_1595920835422 .modSet:hover .btnSet {
		font-size: 12px;
	}
}

/*----------------------Ã§â€ÂµÃ¨â€žâ€˜Ã¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
#image_style_13_1_1595920835422 {}

/*----------------------Ã¥Â¹Â³Ã¦ÂÂ¿Ã¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_13_1_1595920835422 {}
}

/*----------------------Ã¦â€°â€¹Ã¦Å“ÂºÃ¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
@media screen and (max-width:640px) {
	#image_style_13_1_1595920835422 {}
}

#image_style_13_1_1595920843160 {
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595920843160 {
		width: 100%;
		top: 50px;
	}
}

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

#image_style_13_1_1595920843160>.view_contents {
	overflow: visible;
}

#image_style_13_1_1595920843160 .titleSet {
	color: #000333;
	font-size: 18px;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 60px;
	padding-bottom: 20px;
	padding-right: 30px;
	margin-right: 30px;
	line-height: 30px;
	height: 60px;
	font-family: Microsoft YaHei;
}

#image_style_13_1_1595920843160 .detailSet {
	color: #999999;
	padding-left: 30px;
	font-size: 16px;
	line-height: 28px;
	padding-right: 30px;
	text-indent: 2em;
	margin-bottom: 70px;
	text-align: justify;
	padding-top: 7px;
}

#image_style_13_1_1595920843160 .modSet:hover .titleSet {
	color: #000333;
	font-family: Microsoft YaHei;
	font-size: 18px;
	font-weight: bold;
}

#image_style_13_1_1595920843160 .modSet:hover .btnSet {
	border-color: #9e252e;
	border-style: none;
	border-width: 0px;
	color: #ffffff;
	font-family: Microsoft YaHei;
	font-size: 14px;
}

#image_style_13_1_1595920843160 .modSet:hover .detailSet {
	font-size: 16px;
}

#image_style_13_1_1595920843160 .btnSet {
	background: #2246c9;
	line-height: 43px;
	height: 43px;
	font-size: 14px;
	color: #ffffff;
	border-color: #9e252e;
	margin-left: 20px;
	margin-right: 521px;
	margin-top: 128px;
	border-style: none;
	border-width: 0px;
}

#image_style_13_1_1595920843160 .modSet {
	background: #f6f6f6;
}

#image_style_13_1_1595920843160 .page_btn .procurSet {
	padding-left: 0px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595920843160 .titleSet {
		padding-top: 33px;
		padding-bottom: 6px;
		font-family: Microsoft YaHei;
		font-size: 16px;
		line-height: 24px;
		padding-left: 24px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595920843160 .detailSet {
		line-height: 25px;
		margin-bottom: 8px;
		font-family: Microsoft YaHei;
		text-align: left;
		font-size: 14px;
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 0px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595920843160 .btnSet {
		margin-right: 250px;
		line-height: 36px;
		height: 36px;
		margin-left: 14px;
		margin-top: 44px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595920843160 .modSet:hover .detailSet {
		font-family: Microsoft YaHei;
		font-size: 14px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595920843160 .modSet:hover .titleSet {
		font-size: 16px;
	}
}

@media screen and (max-width:640px) {
	#image_style_13_1_1595920843160 .titleSet {
		padding-top: 10px;
		padding-left: 10px;
		font-size: 14px;
		padding-right: 0px;
		line-height: 18px;
		padding-bottom: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		height: 36px;
	}
}

@media screen and (max-width:640px) {
	#image_style_13_1_1595920843160 .detailSet {
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 8px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		line-height: 18px;
	}
}

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

@media screen and (max-width:640px) {
	#image_style_13_1_1595920843160 .btnSet {
		margin-right: 100px;
		font-size: 12px;
		height: 28px;
		line-height: 28px;
		margin-top: 20px;
		margin-left: 0px;
		margin-bottom: 12px;
	}
}

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

@media screen and (max-width:640px) {
	#image_style_13_1_1595920843160 .modSet:hover .btnSet {
		font-size: 12px;
	}
}

/*----------------------Ã§â€ÂµÃ¨â€žâ€˜Ã¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
#image_style_13_1_1595920843160 {}

/*----------------------Ã¥Â¹Â³Ã¦ÂÂ¿Ã¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_13_1_1595920843160 {}
}

/*----------------------Ã¦â€°â€¹Ã¦Å“ÂºÃ¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
@media screen and (max-width:640px) {
	#image_style_13_1_1595920843160 {}
}

#image_style_13_1_1595915694999 {
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595915694999 {
		top: 50px;
		left: 0%;
		width: 100%;
	}
}

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

#image_style_13_1_1595915694999>.view_contents {
	overflow: visible;
}

#image_style_13_1_1595915694999 .titleSet {
	color: #000333;
	font-size: 18px;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 60px;
	padding-bottom: 20px;
	padding-right: 30px;
	margin-right: 30px;
	line-height: 30px;
	height: 60px;
	font-family: Microsoft YaHei;
}

#image_style_13_1_1595915694999 .detailSet {
	color: #999999;
	padding-left: 30px;
	font-size: 16px;
	line-height: 28px;
	padding-right: 30px;
	text-indent: 2em;
	margin-bottom: 70px;
	text-align: justify;
	padding-top: 7px;
}

#image_style_13_1_1595915694999 .modSet:hover .titleSet {
	color: #000333;
	font-family: Microsoft YaHei;
	font-size: 18px;
	font-weight: bold;
}

#image_style_13_1_1595915694999 .modSet:hover .btnSet {
	border-color: #9e252e;
	border-style: none;
	border-width: 0px;
	color: #ffffff;
	font-family: Microsoft YaHei;
	font-size: 14px;
}

#image_style_13_1_1595915694999 .modSet:hover .detailSet {
	font-size: 16px;
}

#image_style_13_1_1595915694999 .btnSet {
	background: #2246c9;
	line-height: 43px;
	height: 43px;
	font-size: 14px;
	color: #ffffff;
	border-color: #9e252e;
	margin-left: 20px;
	margin-right: 521px;
	margin-top: 128px;
	border-width: 0px;
}

#image_style_13_1_1595915694999 .modSet {
	background: #f6f6f6;
}

#image_style_13_1_1595915694999 .page_btn .procurSet {
	padding-left: 0px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595915694999 .titleSet {
		padding-top: 33px;
		padding-bottom: 6px;
		font-family: Microsoft YaHei;
		font-size: 16px;
		line-height: 24px;
		padding-left: 24px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595915694999 .detailSet {
		line-height: 25px;
		margin-bottom: 8px;
		font-family: Microsoft YaHei;
		text-align: left;
		font-size: 14px;
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 0px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595915694999 .btnSet {
		margin-right: 250px;
		line-height: 36px;
		height: 36px;
		margin-left: 14px;
		margin-top: 44px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595915694999 .modSet:hover .detailSet {
		font-family: Microsoft YaHei;
		font-size: 14px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595915694999 .modSet:hover .titleSet {
		font-size: 16px;
	}
}

@media screen and (max-width:640px) {
	#image_style_13_1_1595915694999 .titleSet {
		padding-top: 10px;
		padding-left: 10px;
		font-size: 14px;
		padding-right: 0px;
		line-height: 18px;
		padding-bottom: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		height: 36px;
	}
}

@media screen and (max-width:640px) {
	#image_style_13_1_1595915694999 .detailSet {
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 8px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		line-height: 18px;
	}
}

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

@media screen and (max-width:640px) {
	#image_style_13_1_1595915694999 .btnSet {
		margin-right: 100px;
		font-size: 12px;
		height: 28px;
		line-height: 28px;
		margin-top: 20px;
		margin-left: 0px;
		margin-bottom: 12px;
	}
}

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

@media screen and (max-width:640px) {
	#image_style_13_1_1595915694999 .modSet:hover .btnSet {
		font-size: 12px;
	}
}

/*----------------------Ã§â€ÂµÃ¨â€žâ€˜Ã¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
#image_style_13_1_1595915694999 {}

/*----------------------Ã¥Â¹Â³Ã¦ÂÂ¿Ã¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_13_1_1595915694999 {}
}

/*----------------------Ã¦â€°â€¹Ã¦Å“ÂºÃ¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
@media screen and (max-width:640px) {
	#image_style_13_1_1595915694999 {}
}

#image_style_13_1_1595920852417 {
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595920852417 {
		width: 100%;
		top: 50px;
	}
}

@media screen and (max-width:640px) {
	#image_style_13_1_1595920852417 {
		width: 96%;
		top: 0px;
		left: 2%;
		display: block;
	}
}

#image_style_13_1_1595920852417>.view_contents {
	overflow: visible;
}

#image_style_13_1_1595920852417 .titleSet {
	color: #000333;
	font-size: 18px;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 60px;
	padding-bottom: 20px;
	padding-right: 30px;
	margin-right: 30px;
	line-height: 30px;
	height: 60px;
	font-family: Microsoft YaHei;
}

#image_style_13_1_1595920852417 .detailSet {
	color: #999999;
	padding-left: 30px;
	font-size: 16px;
	line-height: 28px;
	padding-right: 30px;
	text-indent: 2em;
	margin-bottom: 70px;
	text-align: justify;
	padding-top: 7px;
}

#image_style_13_1_1595920852417 .modSet:hover .titleSet {
	color: #000333;
	font-family: Microsoft YaHei;
	font-size: 18px;
	font-weight: bold;
}

#image_style_13_1_1595920852417 .modSet:hover .btnSet {
	border-color: #9e252e;
	border-style: none;
	border-width: 0px;
	color: #ffffff;
	font-family: Microsoft YaHei;
	font-size: 14px;
}

#image_style_13_1_1595920852417 .modSet:hover .detailSet {
	font-size: 16px;
}

#image_style_13_1_1595920852417 .btnSet {
	background: #2246c9;
	line-height: 43px;
	height: 43px;
	font-size: 14px;
	color: #ffffff;
	border-color: #9e252e;
	margin-left: 20px;
	margin-right: 521px;
	margin-top: 128px;
	border-style: none;
	border-width: 0px;
}

#image_style_13_1_1595920852417 .modSet {
	background: #f6f6f6;
}

#image_style_13_1_1595920852417 .page_btn .procurSet {
	padding-left: 0px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595920852417 .titleSet {
		padding-top: 33px;
		padding-bottom: 6px;
		font-family: Microsoft YaHei;
		font-size: 16px;
		line-height: 24px;
		padding-left: 24px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595920852417 .detailSet {
		line-height: 25px;
		margin-bottom: 8px;
		font-family: Microsoft YaHei;
		text-align: left;
		font-size: 14px;
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 0px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595920852417 .btnSet {
		margin-right: 250px;
		line-height: 36px;
		height: 36px;
		margin-left: 14px;
		margin-top: 44px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595920852417 .modSet:hover .detailSet {
		font-family: Microsoft YaHei;
		font-size: 14px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595920852417 .modSet:hover .titleSet {
		font-size: 16px;
	}
}

@media screen and (max-width:640px) {
	#image_style_13_1_1595920852417 .titleSet {
		padding-top: 10px;
		padding-left: 10px;
		font-size: 14px;
		padding-right: 0px;
		line-height: 18px;
		padding-bottom: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		height: 36px;
	}
}

@media screen and (max-width:640px) {
	#image_style_13_1_1595920852417 .detailSet {
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 8px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		line-height: 18px;
	}
}

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

@media screen and (max-width:640px) {
	#image_style_13_1_1595920852417 .btnSet {
		margin-right: 100px;
		font-size: 12px;
		height: 28px;
		line-height: 28px;
		margin-top: 20px;
		margin-left: 0px;
		margin-bottom: 12px;
	}
}

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

@media screen and (max-width:640px) {
	#image_style_13_1_1595920852417 .modSet:hover .btnSet {
		font-size: 12px;
	}
}

/*----------------------Ã§â€ÂµÃ¨â€žâ€˜Ã¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
#image_style_13_1_1595920852417 {}

/*----------------------Ã¥Â¹Â³Ã¦ÂÂ¿Ã¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_13_1_1595920852417 {}
}

/*----------------------Ã¦â€°â€¹Ã¦Å“ÂºÃ¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
@media screen and (max-width:640px) {
	#image_style_13_1_1595920852417 {}
}

#image_style_13_1_1595920860742 {
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595920860742 {
		width: 100%;
		top: 50px;
	}
}

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

#image_style_13_1_1595920860742>.view_contents {
	overflow: visible;
}

#image_style_13_1_1595920860742 .titleSet {
	color: #000333;
	font-size: 18px;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 60px;
	padding-bottom: 20px;
	padding-right: 30px;
	margin-right: 30px;
	line-height: 30px;
	height: 60px;
	font-family: Microsoft YaHei;
}

#image_style_13_1_1595920860742 .detailSet {
	color: #999999;
	padding-left: 30px;
	font-size: 16px;
	line-height: 28px;
	padding-right: 30px;
	text-indent: 2em;
	margin-bottom: 70px;
	text-align: justify;
	padding-top: 7px;
}

#image_style_13_1_1595920860742 .modSet:hover .titleSet {
	color: #000333;
	font-family: Microsoft YaHei;
	font-size: 18px;
	font-weight: bold;
}

#image_style_13_1_1595920860742 .modSet:hover .btnSet {
	border-color: #9e252e;
	border-style: none;
	border-width: 0px;
	color: #ffffff;
	font-family: Microsoft YaHei;
	font-size: 14px;
}

#image_style_13_1_1595920860742 .modSet:hover .detailSet {
	font-size: 16px;
}

#image_style_13_1_1595920860742 .btnSet {
	background: #2246c9;
	line-height: 43px;
	height: 43px;
	font-size: 14px;
	color: #ffffff;
	border-color: #9e252e;
	margin-left: 20px;
	margin-right: 521px;
	margin-top: 128px;
	border-style: none;
	border-width: 0px;
}

#image_style_13_1_1595920860742 .modSet {
	background: #f6f6f6;
}

#image_style_13_1_1595920860742 .page_btn .procurSet {
	padding-left: 0px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595920860742 .titleSet {
		padding-top: 33px;
		padding-bottom: 6px;
		font-family: Microsoft YaHei;
		font-size: 16px;
		line-height: 24px;
		padding-left: 24px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595920860742 .detailSet {
		line-height: 25px;
		margin-bottom: 8px;
		font-family: Microsoft YaHei;
		text-align: left;
		font-size: 14px;
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 0px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595920860742 .btnSet {
		margin-right: 250px;
		line-height: 36px;
		height: 36px;
		margin-left: 14px;
		margin-top: 44px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595920860742 .modSet:hover .detailSet {
		font-family: Microsoft YaHei;
		font-size: 14px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595920860742 .modSet:hover .titleSet {
		font-size: 16px;
	}
}

@media screen and (max-width:640px) {
	#image_style_13_1_1595920860742 .titleSet {
		padding-top: 10px;
		padding-left: 10px;
		font-size: 14px;
		padding-right: 0px;
		line-height: 18px;
		padding-bottom: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		height: 36px;
	}
}

@media screen and (max-width:640px) {
	#image_style_13_1_1595920860742 .detailSet {
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 8px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		line-height: 18px;
	}
}

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

@media screen and (max-width:640px) {
	#image_style_13_1_1595920860742 .btnSet {
		margin-right: 100px;
		font-size: 12px;
		height: 28px;
		line-height: 28px;
		margin-top: 20px;
		margin-left: 0px;
		margin-bottom: 10px;
	}
}

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

@media screen and (max-width:640px) {
	#image_style_13_1_1595920860742 .modSet:hover .btnSet {
		font-size: 12px;
	}
}

/*----------------------Ã§â€ÂµÃ¨â€žâ€˜Ã¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
#image_style_13_1_1595920860742 {}

/*----------------------Ã¥Â¹Â³Ã¦ÂÂ¿Ã¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_13_1_1595920860742 {}
}

/*----------------------Ã¦â€°â€¹Ã¦Å“ÂºÃ¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
@media screen and (max-width:640px) {
	#image_style_13_1_1595920860742 {}
}

#image_style_13_1_1595920868789 {
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595920868789 {
		width: 100%;
		top: 50px;
	}
}

@media screen and (max-width:640px) {
	#image_style_13_1_1595920868789 {
		width: 98.00347222222221%;
		top: 0px;
		left: 2%;
		display: block;
	}
}

#image_style_13_1_1595920868789>.view_contents {
	overflow: visible;
}

#image_style_13_1_1595920868789 .titleSet {
	color: #000333;
	font-size: 18px;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 60px;
	padding-bottom: 20px;
	padding-right: 30px;
	margin-right: 30px;
	line-height: 30px;
	height: 60px;
	font-family: Microsoft YaHei;
}

#image_style_13_1_1595920868789 .detailSet {
	color: #999999;
	padding-left: 30px;
	font-size: 16px;
	line-height: 28px;
	padding-right: 30px;
	text-indent: 2em;
	margin-bottom: 70px;
	text-align: justify;
	padding-top: 7px;
}

#image_style_13_1_1595920868789 .modSet:hover .titleSet {
	color: #000333;
	font-family: Microsoft YaHei;
	font-size: 18px;
	font-weight: bold;
}

#image_style_13_1_1595920868789 .modSet:hover .btnSet {
	border-color: #9e252e;
	border-style: none;
	border-width: 0px;
	color: #ffffff;
	font-family: Microsoft YaHei;
	font-size: 14px;
}

#image_style_13_1_1595920868789 .modSet:hover .detailSet {
	font-size: 16px;
}

#image_style_13_1_1595920868789 .btnSet {
	background: #2246c9;
	line-height: 43px;
	height: 43px;
	font-size: 14px;
	color: #ffffff;
	border-color: #9e252e;
	margin-left: 20px;
	margin-right: 521px;
	margin-top: 128px;
	border-width: 0px;
	border-style: none;
}

#image_style_13_1_1595920868789 .modSet {
	background: #f6f6f6;
}

#image_style_13_1_1595920868789 .page_btn .procurSet {
	padding-left: 0px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595920868789 .titleSet {
		padding-top: 33px;
		padding-bottom: 6px;
		font-family: Microsoft YaHei;
		font-size: 16px;
		line-height: 24px;
		padding-left: 24px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595920868789 .detailSet {
		line-height: 25px;
		margin-bottom: 8px;
		font-family: Microsoft YaHei;
		text-align: left;
		font-size: 14px;
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 0px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595920868789 .btnSet {
		margin-right: 250px;
		line-height: 36px;
		height: 36px;
		margin-left: 14px;
		margin-top: 44px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595920868789 .modSet:hover .detailSet {
		font-family: Microsoft YaHei;
		font-size: 14px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595920868789 .modSet:hover .titleSet {
		font-size: 16px;
	}
}

@media screen and (max-width:640px) {
	#image_style_13_1_1595920868789 .titleSet {
		padding-top: 10px;
		padding-left: 10px;
		font-size: 14px;
		padding-right: 0px;
		line-height: 18px;
		padding-bottom: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		height: 36px;
	}
}

@media screen and (max-width:640px) {
	#image_style_13_1_1595920868789 .detailSet {
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 8px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		line-height: 18px;
	}
}

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

@media screen and (max-width:640px) {
	#image_style_13_1_1595920868789 .btnSet {
		margin-right: 100px;
		font-size: 12px;
		height: 28px;
		line-height: 28px;
		margin-top: 20px;
		margin-left: 0px;
		margin-bottom: 12px;
	}
}

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

@media screen and (max-width:640px) {
	#image_style_13_1_1595920868789 .modSet:hover .btnSet {
		font-size: 12px;
	}
}

/*----------------------Ã§â€ÂµÃ¨â€žâ€˜Ã¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
#image_style_13_1_1595920868789 {}

/*----------------------Ã¥Â¹Â³Ã¦ÂÂ¿Ã¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_13_1_1595920868789 {}
}

/*----------------------Ã¦â€°â€¹Ã¦Å“ÂºÃ¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
@media screen and (max-width:640px) {
	#image_style_13_1_1595920868789 {}
}

#tab_style_03_1595915694860 {
	width: 100%;
	height: 543px;
	position: absolute;
	top: 0%;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#tab_style_03_1595915694860 {
		width: 96%;
		left: 2.014846235418876%;
		height: 372px;
	}
}

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

#tab_style_03_1595915694860>.view_contents {
	overflow: visible;
}

#tab_style_03_1595915694860 .tabItemSet.tabCurItem {
	background: transparent;
	border-right: none !important;
	border-top: none !important;
	border-left: none !important;
	border-style: solid;
	border-color: #007fff;
	border-width: 2px;
	color: #2246c9;
}

#tab_style_03_1595915694860 .tabItemSet {
	border-width: 2px;
	border-style: solid;
	border-color: #d1d1d1;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	background: transparent;
	font-size: 17px;
	padding-top: 0px;
}

#tab_style_03_1595915694860 .tabconSet {
	background: transparent;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#tab_style_03_1595915694860 .tabItemSet {
		font-size: 16px;
	}
}

@media screen and (max-width:640px) {
	#tab_style_03_1595915694860 .tabItemSet.tabCurItem {
		font-size: 12px;
		border-width: 1px;
	}
}

@media screen and (max-width:640px) {
	#tab_style_03_1595915694860 .tabItemSet {
		font-size: 12px;
		border-width: 1px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
}

/*----------------------Ã§â€ÂµÃ¨â€žâ€˜Ã¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
#tab_style_03_1595915694860 {}

#tab_style_03_1595915694860 .tab_img {
	padding-bottom: 12px;
}

/*----------------------Ã¥Â¹Â³Ã¦ÂÂ¿Ã¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
@media screen and (min-width:641px) and (max-width:1400px) {
	#tab_style_03_1595915694860 {}
}

/*----------------------Ã¦â€°â€¹Ã¦Å“ÂºÃ¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
@media screen and (max-width:640px) {
	#tab_style_03_1595915694860 {}

	#tab_style_03_1595915694860 #div_tab_style_03_1595915694860 .tab_img img {}

	#tab_style_03_1595915694860 #div_tab_style_03_1595915694860 .tab_nav {
		height: 96px !important;
	}
}

#layout_1595915674122 {
	height: 543px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#layout_1595915674122 {
		height: 372px;
	}
}

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

#layout_1595915674122>.view_contents {
	overflow: visible;
	max-width: 1400px;
}

#layout_1596075425269 {
	height: 109px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#layout_1596075425269 {
		height: 70px;
	}
}

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

#layout_1596075425269>.view_contents {
	overflow: visible;
	max-width: 1400px;
}


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

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595923550164 {
		width: 504px;
		left: 2%;
		top: 41px;
		z-index: 2;
	}
}

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

#text_style_01_1595923550164>.view_contents {
	font-size: 72px;
	font-weight: bold;
	text-align: left;
	font-family: Arial;
	color: #e9e9e8;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595923550164>.view_contents {
		font-size: 56px;
	}
}

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

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

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595923550189 {
		top: 78px;
		left: 2%;
		z-index: 2;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1595923550189 {
		width: 61.06666666666667%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 36.7px;
		left: 19.466666666666665%;
	}
}

#text_style_01_1595923550189>.view_contents {
	text-align: left;
	font-size: 36px;
	color: #001356;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595923550189>.view_contents {
		font-size: 28px;
	}
}

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

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

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595923550199 {
		width: 309px;
		left: 2%;
		top: 128px;
		z-index: 2;
	}
}

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

#text_style_01_1595923550199>.view_contents {
	text-align: left;
	color: #c2c2c2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595923550199>.view_contents {
		font-size: 14px;
	}
}

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

#layout_1595923550160 {
	height: 224px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#layout_1595923550160 {
		height: 175px;
	}
}

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

#layout_1595923550160>.view_contents {
	overflow: visible;
	max-width: 1400px;
}

#layout_1595923550160 {
	background: #f6f6f6;
}



#image_style_01_1595924271484 {
	width: 458px;
	height: 524px;
	position: absolute;
	left: calc(100% - 500px);
	top: 0px;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_01_1595924271484 {
		left: 9.693877551020408%;
		width: 323px;
		top: 0px;
		height: 386px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1595924271484 {
		height: 204px;
		width: 89.72222222222223%;
		left: 0%;
		z-index: 2;
	}
}

#image_style_01_1595924271484>.view_contents {
	overflow: visible;
}

#image_style_01_1595927390555 {
	width: 54.19103313840156%;
	height: 126px;
	position: absolute;
	top: 161px;
	left: 20.077972709551656%;
	z-index: 9;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_01_1595927390555 {
		left: calc(50% - 106px);
		top: 105px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1595927390555 {
		width: 41.11111111111111%;
		height: 77px;
		top: 84.5px;
		left: 24.305555555555554%;
		z-index: 5;
	}
}

#image_style_01_1595927390555>.view_contents {
	overflow: visible;
}

#div_blank_new01_1595929153134 {
	width: 458px;
	height: 490px;
	position: absolute;
	left: 10.721247563352826%;
	top: 42px;
	z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#div_blank_new01_1595929153134 {
		left: calc(100% - 323px);
		width: 323px;
		height: 346px;
		top: 31px;
	}
}

@media screen and (max-width:640px) {
	#div_blank_new01_1595929153134 {
		width: 83%;
		height: 204px;
		top: 21px;
		left: 16.944444444444446%;
		z-index: 1;
	}
}

#div_blank_new01_1595929153134 {
	box-sizing: border-box;
}

#div_blank_new01_1595929153134 .modSet {
	border-style: solid;
	border-width: 10px;
	background: transparent;
	border-color: #e9e9e8;
}

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

@media screen and (min-width:641px) and (max-width:1400px) {
	#div_blank_new01_1595929153134 .modSet {
		border-width: 7px;
	}
}

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

@media screen and (max-width:640px) {
	#div_blank_new01_1595929153134 .modSet {
		border-width: 6px;
	}
}

#div_a_includeBlock_1595923697638 {
	width: 36.642857142857146%;
	height: 553px;
	position: absolute;
	top: -87px;
	left: 63.357142857142854%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#div_a_includeBlock_1595923697638 {
		left: 56.4289501590668%;
		width: 392px;
		height: 390px;
	}
}

@media screen and (max-width:640px) {
	#div_a_includeBlock_1595923697638 {
		width: 95.99999999999997%;
		height: 242px;
		top: 15px;
		left: 2%;
		z-index: 2;
	}
}

#image_style_13_1_1595925324551 {
	width: 55.50000000000001%;
	position: absolute;
	top: 26px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595925324551 {
		width: 496px;
		left: 1.9999337221633087%;
		top: 53px;
	}
}

@media screen and (max-width:640px) {
	#image_style_13_1_1595925324551 {
		width: 96%;
		top: 265px;
		left: 2%;
		z-index: 1;
	}
}

#image_style_13_1_1595925324551>.view_contents {
	overflow: visible;
}

#image_style_13_1_1595925324551 .detailSet {
	font-size: 14px;
	color: #999999;
	padding-left: 20px;
}

#image_style_13_1_1595925324551 .titleSet {
	font-size: 18px;
	color: #2e2e2e;
	line-height: 18px;
	padding-bottom: 24px;
	padding-left: 20px;
}

#image_style_13_1_1595925324551 .imgSet {
	margin-top: 0px;
	margin-bottom: 0px;
}

#image_style_13_1_1595925324551 .modSet {
	padding-bottom: 20px;
	padding-top: 20px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595925324551 .titleSet {
		font-size: 16px;
		padding-left: 10px;
		padding-bottom: 14px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595925324551 .detailSet {
		font-size: 12px;
		padding-left: 10px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595925324551 .modSet {
		padding-bottom: 0px;
		padding-top: 0px;
	}
}

@media screen and (max-width:640px) {
	#image_style_13_1_1595925324551 .titleSet {
		font-size: 16px;
		padding-bottom: 14px;
		padding-left: 16px;
	}
}

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

@media screen and (max-width:640px) {
	#image_style_13_1_1595925324551 .modSet {
		padding-top: 0px;
		padding-bottom: 22px;
	}
}

#layout_1595923504640 {
	height: 565px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#layout_1595923504640 {
		height: 364px;
	}
}

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

#layout_1595923504640>.view_contents {
	overflow: visible;
	max-width: 1400px;
}

#layout_1595923504640 {
	background: #f6f6f6;
}


#text_style_01_1595988838867 {
	width: 35.785714285714285%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 56px;
	left: 32.107142857142854%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595988838867 {
		width: 504px;
		left: 23.276776246023328%;
		top: 41px;
	}
}

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

#text_style_01_1595988838867>.view_contents {
	font-size: 72px;
	font-weight: bold;
	text-align: center;
	font-family: Arial;
	color: rgba(255, 255, 255, 0.1);
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595988838867>.view_contents {
		font-size: 56px;
	}
}

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

#text_style_01_1595988838889 {
	width: 26.42857142857143%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 103px;
	left: 36.78571428571429%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595988838889 {
		top: 78px;
		left: 36.78419936373277%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1595988838889 {
		width: 68.66666666666667%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 36.75px;
		left: 15.733333333333333%;
	}
}

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

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595988838889>.view_contents {
		font-size: 28px;
	}
}

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

#text_style_01_1595988838899 {
	width: 26.42857142857143%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 168px;
	left: 36.78571428571429%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595988838899 {
		width: 309px;
		left: 33.61611876988335%;
		top: 128px;
	}
}

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

#text_style_01_1595988838899>.view_contents {
	text-align: center;
	color: #c2c2c2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595988838899>.view_contents {
		font-size: 14px;
	}
}

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

#image_style_12_1_1595990946706 {
	width: 100%;
	position: absolute;
	top: 250px;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_12_1_1595990946706 {
		left: 0%;
		top: 194.5px;
	}
}

@media screen and (max-width:640px) {
	#image_style_12_1_1595990946706 {
		width: 92%;
		top: 110px;
		left: 4%;
	}
}

#image_style_12_1_1595990946706>.view_contents {
	overflow: hidden;
}

#image_style_12_1_1595990946706 .titProSet {
	font-size: 18px;
	padding-top: 20px;
	color: #ffffff;
}

#image_style_12_1_1595990946706 .defProSet {
	font-size: 14px;
	color: #ffffff;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_12_1_1595990946706 .titProSet {
		font-size: 16px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_12_1_1595990946706 .defProSet {
		font-size: 12px;
	}
}

@media screen and (max-width:640px) {
	#image_style_12_1_1595990946706 .titProSet {
		font-size: 14px;
		padding-top: 6px;
	}
}

@media screen and (max-width:640px) {
	#image_style_12_1_1595990946706 .defProSet {
		font-size: 12px;
		padding-bottom: 30px;
	}
}

#image_style_01_1595991629167 {
	width: 14.714285714285714%;
	height: 50px;
	position: absolute;
	top: 272px;
	left: 12.033482142857142%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_01_1595991629167 {
		left: 12.88109756097561%;
		top: 208.5px;
		width: 124px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1595991629167 {
		width: 16.8%;
		height: 50px;
		top: 117px;
		left: 25.866666666666667%;
	}
}

#image_style_01_1595991629167>.view_contents {
	overflow: visible;
}

#image_style_01_1595992326809 {
	width: 14.714285714285714%;
	height: 50px;
	position: absolute;
	top: 272px;
	left: 32.46205357142857%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_01_1595992326809 {
		width: 13.149522799575822%;
		left: 33.20353923647932%;
		top: 208.5px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1595992326809 {
		width: 16.8%;
		height: 50px;
		top: 117px;
		left: 57.03333333333334%;
	}
}

#image_style_01_1595992326809>.view_contents {
	overflow: visible;
}

#image_style_01_1595992377792 {
	width: 14.714285714285714%;
	height: 50px;
	position: absolute;
	top: 272px;
	left: 52.82142857142858%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_01_1595992377792 {
		width: 13.149522799575822%;
		left: 53.65853658536586%;
		top: 208.5px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1595992377792 {
		width: 16.8%;
		height: 50px;
		top: 117px;
		left: 83.2%;
		display: none;
	}
}

#image_style_01_1595992377792>.view_contents {
	overflow: visible;
}

#image_style_01_1595992422231 {
	width: 14.714285714285714%;
	height: 50px;
	position: absolute;
	top: 272px;
	left: 73.25%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_01_1595992422231 {
		width: 13.149522799575822%;
		left: 73.99091993637327%;
		top: 208.5px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1595992422231 {
		width: 16.8%;
		height: 50px;
		top: 289px;
		left: 25.866666666666667%;
		display: block;
	}
}

#image_style_01_1595992422231>.view_contents {
	overflow: visible;
}

#image_style_01_1595992583444 {
	width: 33.714285714285715%;
	height: 200px;
	display: none;
	position: absolute;
	left: 33.14285714285714%;
	top: 416.09375px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_01_1595992583444 {
		width: 49.166666666666664%;
		height: 200px;
		display: none;
		left: 25.416666666666668%;
		top: 416.09375px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1595992583444 {
		width: 11.466666666666667%;
		height: 50px;
		display: block;
		top: 117px;
		left: 88.53333333333333%;
	}
}

#image_style_01_1595992583444>.view_contents {
	overflow: visible;
}

#image_style_01_1595992638493 {
	width: 33.714285714285715%;
	height: 200px;
	display: none;
	position: absolute;
	left: 19.214285714285715%;
	top: 127px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_01_1595992638493 {
		width: 49.166666666666664%;
		height: 200px;
		display: none;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1595992638493 {
		width: 11.466666666666667%;
		height: 50px;
		display: block;
		top: 289px;
		left: 0%;
	}
}

#image_style_01_1595992638493>.view_contents {
	overflow: visible;
}

#layout_1595988838862 {
	height: 536px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#layout_1595988838862 {
		height: 432px;
	}
}

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

#layout_1595988838862>.view_contents {
	overflow: visible;
	max-width: 1400px;
}

#layout_1595988838862 {
	background: url(https://cdn.yun.sooce.cn/6/22387/jpg/1595991879415c565fc717a48364d.jpg?version=0);
	background-size: auto 100%;
	background-repeat: repeat !important;
	background-position: 50% 50% !important;
}


#text_style_01_1595928817416 {
	width: 35.785714285714285%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 56px;
	left: 32.107142857142854%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595928817416 {
		width: 504px;
		left: 23.276776246023328%;
		top: 41px;
	}
}

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

#text_style_01_1595928817416>.view_contents {
	font-size: 72px;
	font-weight: bold;
	text-align: center;
	font-family: Arial;
	color: #f1f1f1;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595928817416>.view_contents {
		font-size: 56px;
	}
}

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

#text_style_01_1595928817442 {
	width: 26.42857142857143%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 103px;
	left: 36.78571428571429%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595928817442 {
		top: 78px;
		left: 36.78419936373277%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1595928817442 {
		width: 68.66666666666667%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 36.75px;
		left: 15.733333333333333%;
	}
}

#text_style_01_1595928817442>.view_contents {
	text-align: center;
	font-size: 36px;
	color: #001356;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595928817442>.view_contents {
		font-size: 28px;
	}
}

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

#text_style_01_1595928817453 {
	width: 26.42857142857143%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 168px;
	left: 36.78571428571429%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595928817453 {
		width: 309px;
		left: 33.61611876988335%;
		top: 128px;
	}
}

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

#text_style_01_1595928817453>.view_contents {
	text-align: center;
	color: #c2c2c2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595928817453>.view_contents {
		font-size: 14px;
	}
}

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

#layout_1595928817411 {
	height: 224px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#layout_1595928817411 {
		height: 175px;
	}
}

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

#layout_1595928817411>.view_contents {
	overflow: visible;
	max-width: 1400px;
}


#image_style_13_1_1595929840995 {
	width: 1359px;
	position: absolute;
	top: 27px;
	left: 2.928571428571429%;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595929840995 {
		width: 96%;
		top: 24px;
		left: 2.014846235418876%;
	}
}

@media screen and (max-width:640px) {
	#image_style_13_1_1595929840995 {
		width: 96%;
		top: 220px;
		left: 2%;
		display: block;
		z-index: 1;
	}
}

#image_style_13_1_1595929840995>.view_contents {
	overflow: visible;
}

#image_style_13_1_1595929840995 .titleSet {
	color: #000333;
	font-size: 18px;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 60px;
	padding-bottom: 20px;
	padding-right: 30px;
	margin-right: 30px;
	line-height: 30px;
	height: 60px;
	font-family: Microsoft YaHei;
}

#image_style_13_1_1595929840995 .detailSet {
	color: #999999;
	padding-left: 30px;
	font-size: 16px;
	line-height: 28px;
	padding-right: 30px;
	text-indent: 2em;
	margin-bottom: 70px;
	text-align: justify;
	padding-top: 7px;
}

#image_style_13_1_1595929840995 .modSet:hover .titleSet {
	color: #000333;
	font-family: Microsoft YaHei;
	font-size: 18px;
	font-weight: bold;
}

#image_style_13_1_1595929840995 .modSet:hover .btnSet {
	border-color: #9e252e;
	border-style: none;
	border-width: 0px;
	color: #ffffff;
	font-family: Microsoft YaHei;
	font-size: 14px;
}

#image_style_13_1_1595929840995 .modSet:hover .detailSet {
	font-size: 16px;
}

#image_style_13_1_1595929840995 .btnSet {
	background: #2246c9;
	line-height: 43px;
	height: 43px;
	font-size: 14px;
	color: #ffffff;
	border-color: #9e252e;
	margin-left: 20px;
	margin-right: 521px;
	margin-top: 100px;
	border-style: none;
	border-width: 0px;
}

#image_style_13_1_1595929840995 .modSet {
	background: #f6f6f6;
}

#image_style_13_1_1595929840995 .page_btn .procurSet {
	padding-left: 0px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595929840995 .titleSet {
		padding-top: 33px;
		padding-bottom: 6px;
		font-family: Microsoft YaHei;
		font-size: 16px;
		line-height: 24px;
		padding-left: 24px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595929840995 .detailSet {
		line-height: 25px;
		margin-bottom: 8px;
		font-family: Microsoft YaHei;
		text-align: left;
		font-size: 14px;
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 0px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595929840995 .btnSet {
		margin-right: 250px;
		line-height: 36px;
		height: 36px;
		margin-left: 14px;
		margin-top: 44px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595929840995 .modSet:hover .detailSet {
		font-family: Microsoft YaHei;
		font-size: 14px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_13_1_1595929840995 .modSet:hover .titleSet {
		font-size: 16px;
	}
}

@media screen and (max-width:640px) {
	#image_style_13_1_1595929840995 .titleSet {
		padding-top: 10px;
		padding-left: 10px;
		font-size: 14px;
		padding-right: 0px;
		line-height: 18px;
		padding-bottom: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		height: 36px;
	}
}

@media screen and (max-width:640px) {
	#image_style_13_1_1595929840995 .detailSet {
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 8px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		line-height: 18px;
	}
}

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

@media screen and (max-width:640px) {
	#image_style_13_1_1595929840995 .btnSet {
		margin-right: 260px;
		font-size: 12px;
		height: 28px;
		line-height: 28px;
		margin-top: 20px;
		margin-left: 0px;
		margin-bottom: 12px;
	}
}

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

@media screen and (max-width:640px) {
	#image_style_13_1_1595929840995 .modSet:hover .btnSet {
		font-size: 12px;
	}
}

/*----------------------Ã§â€ÂµÃ¨â€žâ€˜Ã¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
#image_style_13_1_1595929840995 {}

/*----------------------Ã¥Â¹Â³Ã¦ÂÂ¿Ã¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_13_1_1595929840995 {}
}

/*----------------------Ã¦â€°â€¹Ã¦Å“ÂºÃ¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
@media screen and (max-width:640px) {
	#image_style_13_1_1595929840995 {}
}

#div_blank_new01_1595929694452 {
	width: 659px;
	height: 440px;
	position: absolute;
	left: 0%;
	top: 68px;
	z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#div_blank_new01_1595929694452 {
		left: 2%;
		width: 362px;
		height: 293px;
	}
}

@media screen and (max-width:640px) {
	#div_blank_new01_1595929694452 {
		width: 83%;
		height: 204px;
		top: 455px;
		left: 8.5%;
		z-index: 2;
		display: none;
	}
}

#div_blank_new01_1595929694452 {
	box-sizing: border-box;
}

#div_blank_new01_1595929694452 .modSet {
	border-style: solid;
	border-width: 10px;
	background: transparent;
	border-color: #e9e9e8;
}

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

@media screen and (min-width:641px) and (max-width:1400px) {
	#div_blank_new01_1595929694452 .modSet {
		border-width: 7px;
	}
}

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

@media screen and (max-width:640px) {
	#div_blank_new01_1595929694452 .modSet {
		border-width: 6px;
	}
}

#image_style_01_1595930887516 {
	width: 33.714285714285715%;
	height: 200px;
	display: none;
	position: absolute;
	left: 33.14285714285714%;
	top: 12.09375px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_01_1595930887516 {
		width: 49.166666666666664%;
		height: 200px;
		display: none;
		left: 25.416666666666668%;
		top: 12.09375px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1595930887516 {
		width: 96%;
		height: 211px;
		display: block;
		top: 10px;
		left: 2%;
		z-index: 2;
	}
}

#image_style_01_1595930887516>.view_contents {
	overflow: visible;
}

#layout_1595929611747 {
	height: 508px;
	z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#layout_1595929611747 {
		height: 361px;
	}
}

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

#layout_1595929611747>.view_contents {
	overflow: visible;
	max-width: 1400px;
}


#text_style_01_1595986639927 {
	width: 35.785714285714285%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 56px;
	left: 32.107142857142854%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595986639927 {
		width: 504px;
		left: 23.276776246023328%;
		top: 41px;
	}
}

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

#text_style_01_1595986639927>.view_contents {
	font-size: 72px;
	font-weight: bold;
	text-align: center;
	font-family: Arial;
	color: #f1f1f1;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595986639927>.view_contents {
		font-size: 56px;
	}
}

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

#text_style_01_1595986639949 {
	width: 26.42857142857143%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 103px;
	left: 36.78571428571429%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595986639949 {
		top: 78px;
		left: 36.78419936373277%;
	}
}

@media screen and (max-width:640px) {
	#text_style_01_1595986639949 {
		width: 68.66666666666667%;
		font-size: 12px;
		color: #333;
		line-height: 1.6;
		top: 36.75px;
		left: 15.733333333333333%;
	}
}

#text_style_01_1595986639949>.view_contents {
	text-align: center;
	font-size: 36px;
	color: #001356;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595986639949>.view_contents {
		font-size: 28px;
	}
}

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

#text_style_01_1595986639958 {
	width: 26.42857142857143%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	top: 168px;
	left: 36.78571428571429%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595986639958 {
		width: 309px;
		left: 33.61611876988335%;
		top: 128px;
	}
}

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

#text_style_01_1595986639958>.view_contents {
	text-align: center;
	color: #c2c2c2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1595986639958>.view_contents {
		font-size: 14px;
	}
}

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

#layout_1595986639924 {
	height: 224px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#layout_1595986639924 {
		height: 175px;
	}
}

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

#layout_1595986639924>.view_contents {
	overflow: visible;
	max-width: 1400px;
}




#newsList_style_04_1595950245301 {
	width: 100%;
	position: absolute;
	left: 0%;
	top: 60px;
	z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#newsList_style_04_1595950245301 {
		left: 0%;
		width: 100%;
		top: 50px;
	}
}

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

#newsList_style_04_1595950245301 .titleSet {
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 14px;
	font-size: 16px;
}

#newsList_style_04_1595950245301 .detailSet {
	padding-left: 24px;
	padding-right: 24px;
	color: #999999;
	font-size: 14px;
	border-style: solid;
	border-width: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#newsList_style_04_1595950245301 .timesSet {
	padding-left: 24px;
	padding-right: 24px;
	color: #bbbbbb;
	font-size: 12px;
}

#newsList_style_04_1595950245301 .modSet {
	padding-bottom: 20px;
	background: #f6f6f6;
}

#newsList_style_04_1595950245301 .modSet:hover {
	box-shadow: #bbbbbb 0px 5px 10px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#newsList_style_04_1595950245301 .titleSet {
		font-size: 14px;
		padding-left: 18px;
		padding-right: 18px;
		padding-top: 10px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#newsList_style_04_1595950245301 .detailSet {
		font-size: 12px;
		padding-left: 18px;
		padding-right: 18px;
		padding-top: 4px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#newsList_style_04_1595950245301 .timesSet {
		padding-left: 18px;
		padding-right: 18px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#newsList_style_04_1595950245301 .modSet {
		padding-bottom: 14px;
	}
}

@media screen and (max-width:640px) {
	#newsList_style_04_1595950245301 .titleSet {
		font-size: 14px;
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 4px;
	}
}

@media screen and (max-width:640px) {
	#newsList_style_04_1595950245301 .detailSet {
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 0px;
		font-size: 12px;
		padding-bottom: 2px;
	}
}

@media screen and (max-width:640px) {
	#newsList_style_04_1595950245301 .timesSet {
		padding-left: 8px;
		padding-right: 8px;
	}
}

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

/*----------------------Ã§â€ÂµÃ¨â€žâ€˜Ã¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
#newsList_style_04_1595950245301 {}

/*----------------------Ã¥Â¹Â³Ã¦ÂÂ¿Ã¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
@media screen and (min-width:641px) and (max-width:1400px) {
	#newsList_style_04_1595950245301 {}
}

/*----------------------Ã¦â€°â€¹Ã¦Å“ÂºÃ¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_04_1595950245301 {}

	#newsList_style_04_1595950245301 li.sumary_list:nth-child(n+3) {
		display: none;
	}
}

#newsList_style_04_1595986482851 {
	width: 100%;
	position: absolute;
	left: 0%;
	top: 60px;
	z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#newsList_style_04_1595986482851 {
		width: 100%;
		top: 50px;
	}
}

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

#newsList_style_04_1595986482851 .titleSet {
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 14px;
	font-size: 16px;
}

#newsList_style_04_1595986482851 .detailSet {
	padding-left: 24px;
	padding-right: 24px;
	color: #999999;
	font-size: 14px;
	border-style: solid;
	border-width: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#newsList_style_04_1595986482851 .timesSet {
	padding-left: 24px;
	padding-right: 24px;
	color: #bbbbbb;
	font-size: 12px;
}

#newsList_style_04_1595986482851 .modSet {
	padding-bottom: 20px;
	background: #f6f6f6;
}

#newsList_style_04_1595986482851 .modSet:hover {
	box-shadow: #bbbbbb 0px 5px 10px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#newsList_style_04_1595986482851 .titleSet {
		font-size: 14px;
		padding-left: 18px;
		padding-right: 18px;
		padding-top: 10px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#newsList_style_04_1595986482851 .detailSet {
		font-size: 12px;
		padding-left: 18px;
		padding-right: 18px;
		padding-top: 4px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#newsList_style_04_1595986482851 .timesSet {
		padding-left: 18px;
		padding-right: 18px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#newsList_style_04_1595986482851 .modSet {
		padding-bottom: 14px;
	}
}

@media screen and (max-width:640px) {
	#newsList_style_04_1595986482851 .titleSet {
		font-size: 14px;
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 4px;
	}
}

@media screen and (max-width:640px) {
	#newsList_style_04_1595986482851 .detailSet {
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 0px;
		font-size: 12px;
		padding-bottom: 2px;
	}
}

@media screen and (max-width:640px) {
	#newsList_style_04_1595986482851 .timesSet {
		padding-left: 8px;
		padding-right: 8px;
	}
}

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

/*----------------------Ã§â€ÂµÃ¨â€žâ€˜Ã¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
#newsList_style_04_1595986482851 {}

/*----------------------Ã¥Â¹Â³Ã¦ÂÂ¿Ã¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
@media screen and (min-width:641px) and (max-width:1400px) {
	#newsList_style_04_1595986482851 {}
}

/*----------------------Ã¦â€°â€¹Ã¦Å“ÂºÃ¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_04_1595986482851 {}

	#newsList_style_04_1595986482851 li.sumary_list:nth-child(n+3) {
		display: none;
	}
}

#tab_style_03_1595949984655 {
	width: 100%;
	height: 552px;
	position: absolute;
	top: 0%;
	left: 0%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#tab_style_03_1595949984655 {
		width: 96%;
		left: 2.014846235418876%;
		height: 383px;
	}
}

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

#tab_style_03_1595949984655>.view_contents {
	overflow: visible;
}

#tab_style_03_1595949984655 .tabItemSet.tabCurItem {
	background: transparent;
	border-right: none !important;
	border-top: none !important;
	border-left: none !important;
	border-style: solid;
	border-color: #007fff;
	border-width: 2px;
	color: #2246c9;
}

#tab_style_03_1595949984655 .tabItemSet {
	border-width: 2px;
	border-style: solid;
	border-color: #d1d1d1;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	background: transparent;
	font-size: 17px;
	padding-top: 0px;
}

#tab_style_03_1595949984655 .tabconSet {
	background: transparent;
	border-style: none;
	border-color: #d1d1d1;
	border-width: 2px;
	margin-top: 0px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#tab_style_03_1595949984655 .tabItemSet {
		font-size: 16px;
	}
}

@media screen and (max-width:640px) {
	#tab_style_03_1595949984655 .tabItemSet.tabCurItem {
		font-size: 12px;
		border-width: 1px;
	}
}

@media screen and (max-width:640px) {
	#tab_style_03_1595949984655 .tabItemSet {
		font-size: 12px;
		border-width: 1px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
}

/*----------------------Ã§â€ÂµÃ¨â€žâ€˜Ã¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
#tab_style_03_1595949984655 {}

#tab_style_03_1595949984655 .tab_img {
	padding-bottom: 12px;
}

#tab_style_03_1595949984655 #div_tab_style_03_1595949984655 .tab_li {
	width: calc(100%/6) !important;
}

/*----------------------Ã¥Â¹Â³Ã¦ÂÂ¿Ã¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
@media screen and (min-width:641px) and (max-width:1400px) {
	#tab_style_03_1595949984655 {}
}

/*----------------------Ã¦â€°â€¹Ã¦Å“ÂºÃ¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
@media screen and (max-width:640px) {
	#tab_style_03_1595949984655 {}

	#tab_style_03_1595949984655 #div_tab_style_03_1595949984655 .tab_nav {
		height: 50px !important;
	}

	#tab_style_03_1595949984655 #div_tab_style_03_1595949984655 .tab_li {
		width: calc(100%/4) !important;
	}
}

#layout_1595949982157 {
	height: 552px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#layout_1595949982157 {
		height: 383px;
	}
}

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

#layout_1595949982157>.view_contents {
	overflow: visible;
	max-width: 1400px;
}


#button_style_01_1595987853460 {
	width: 160px;
	position: absolute;
	top: 33px;
	left: calc(50% - 80px);
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#button_style_01_1595987853460 {
		top: 27px;
		left: 41.51643690349947%;
	}
}

@media screen and (max-width:640px) {
	#button_style_01_1595987853460 {
		width: 90px;
		top: 10px;
		left: calc(50% - 45px);
	}
}

#button_style_01_1595987853460>.view_contents {
	overflow: visible;
}

#button_style_01_1595987853460 .btnaSet {
	color: #ffffff;
	border-width: 0px;
	border-style: none;
	background: #2246c9;
	height: 50px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#button_style_01_1595987853460 .btnaSet {
		height: 36px;
	}
}

@media screen and (max-width:640px) {
	#button_style_01_1595987853460 .btnaSet {
		font-size: 12px;
		height: 30px;
	}
}

#layout_1595987804126 {
	height: 202px;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#layout_1595987804126 {
		height: 132px;
	}
}

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

#layout_1595987804126>.view_contents {
	overflow: visible;
	max-width: 1400px;
}

#image_style_01_1596036242617 {
	width: 55px;
	height: 48px;
	position: fixed;
	top: 732px;
	left: calc(50% + 706.5px);
	z-index: 999999;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_01_1596036242617 {
		width: 5.729166666666666%;
		height: 48px;
		top: 733px;
		left: 94.27083333333333%;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1596036242617 {
		width: 14.473684210526317%;
		height: 48px;
		top: 733px;
		left: 85.52631578947368%;
		display: none;
	}
}

#image_style_01_1596036242617>.view_contents {
	overflow: visible;
}

/*----------------------Ã§â€ÂµÃ¨â€žâ€˜Ã¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
#image_style_01_1596036242617 {
	top: auto;
	bottom: 50px;
	left: auto;
	right: 20px;
}

/*----------------------Ã¥Â¹Â³Ã¦ÂÂ¿Ã¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_01_1596036242617 {}
}

/*----------------------Ã¦â€°â€¹Ã¦Å“ÂºÃ¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
@media screen and (max-width:640px) {
	#image_style_01_1596036242617 {}
}



#text_style_01_1588832874582 {
	width: 58.416666666666664%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 20.791666666666668%;
	top: 306px;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1588832874582 {
		left: 13.895089285714285%;
		width: 72.22222222222221%;
		top: 278px;
	}
}

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

#text_style_01_1588832874582>.view_contents {
	color: #5e5e5e;
	text-align: center;
	font-size: 14px;
}

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

#text_style_01_1588832984405 {
	width: 17.666666666666668%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 2.2845982142857144%;
	top: 60px;
	z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1588832984405 {
		left: 2.9643533549783547%;
		width: 20.22222222222222%;
		top: 60px;
	}
}

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

#text_style_01_1588832984405>.view_contents {
	color: #ffffff;
	text-decoration: none;
}

#div_blank_new05_1588833086494 {
	width: 45px;
	position: absolute;
	left: 2.5189732142857144%;
	top: 88px;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#div_blank_new05_1588833086494 {
		left: 2.9643533549783547%;
		width: 45px;
		top: 88px;
	}
}

@media screen and (max-width:640px) {
	#div_blank_new05_1588833086494 {
		display: none;
	}
}

#div_blank_new05_1588833086494 {
	box-sizing: border-box;
}

#div_blank_new05_1588833086494 .roundcs {
	border-color: #a6a6a6;
}

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

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

#div_blank_new06_1588833175912 {
	height: 150px;
	width: 23.333333333333332%;
	position: absolute;
	left: -10px;
	top: 60px;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#div_blank_new06_1588833175912 {
		left: 38.291396103896105%;
		width: 7.7007700770077%;
		top: 60px;
	}
}

@media screen and (max-width:640px) {
	#div_blank_new06_1588833175912 {
		display: none;
	}
}

#div_blank_new06_1588833175912 {
	box-sizing: border-box;
}

#div_blank_new06_1588833175912 .roundcs {
	border-color: #656565;
}

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

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

#div_blank_new06_1588834903148 {
	height: 150px;
	width: 1.7500000000000002%;
	position: absolute;
	left: 41.892857142857146%;
	top: 60px;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#div_blank_new06_1588834903148 {
		left: -10px;
		top: 60px;
	}
}

@media screen and (max-width:640px) {
	#div_blank_new06_1588834903148 {
		display: none;
	}
}

#div_blank_new06_1588834903148 {
	box-sizing: border-box;
}

#div_blank_new06_1588834903148 .roundcs {
	border-color: #656565;
}

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

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

#text_style_01_1588834911874 {
	width: 15.166666666666668%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 45.24107142857143%;
	top: 60px;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1588834911874 {
		width: 67px;
		top: 60px;
		left: 42.75229978354979%;
	}
}

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

#text_style_01_1588834911874>.view_contents {
	color: #ffffff;
	text-decoration: none;
}

#div_blank_new05_1588834978699 {
	width: 45px;
	position: absolute;
	left: 45.24107142857143%;
	top: 88px;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#div_blank_new05_1588834978699 {
		left: 42.75229978354979%;
		top: 88px;
	}
}

@media screen and (max-width:640px) {
	#div_blank_new05_1588834978699 {
		display: none;
	}
}

#div_blank_new05_1588834978699 {
	box-sizing: border-box;
}

#div_blank_new05_1588834978699 .roundcs {
	border-color: #a6a6a6;
}

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

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

#text_style_01_1588835487925 {
	width: 8.041666666666666%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: Microsoft YaHei;
	position: absolute;
	left: 91.95833333333333%;
	top: 60px;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#text_style_01_1588835487925 {
		width: 95px;
		left: calc(100% - 95px);
	}
}

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

#text_style_01_1588835487925>.view_contents {
	color: #ffffff;
	text-decoration: none;
}

#div_blank_new05_1588835544869 {
	width: 45px;
	position: absolute;
	left: 91.95833333333333%;
	top: 88px;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#div_blank_new05_1588835544869 {
		left: 89.73214285714286%;
		top: 88px;
	}
}

@media screen and (max-width:640px) {
	#div_blank_new05_1588835544869 {
		display: none;
	}
}

#div_blank_new05_1588835544869 {
	box-sizing: border-box;
}

#div_blank_new05_1588835544869 .roundcs {
	border-color: #a6a6a6;
}

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

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

#div_blank_new06_1588835562169 {
	height: 150px;
	width: 1.7500000000000002%;
	position: absolute;
	left: 88.71205357142857%;
	top: 60px;
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#div_blank_new06_1588835562169 {
		left: 85.45725108225109%;
		top: 60px;
	}
}

@media screen and (max-width:640px) {
	#div_blank_new06_1588835562169 {
		display: none;
	}
}

#div_blank_new06_1588835562169 {
	box-sizing: border-box;
}

#div_blank_new06_1588835562169 .roundcs {
	border-color: #606060;
}

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

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

#image_style_01_1588835601962 {
	width: 8.041666666666666%;
	height: 148px;
	position: absolute;
	top: 112.5px;
	left: 91.95833333333333%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#image_style_01_1588835601962 {
		left: calc(100% - 95px);
		top: 113.5px;
		width: 95px;
		height: 95px;
	}
}

@media screen and (max-width:640px) {
	#image_style_01_1588835601962 {
		display: none;
	}
}

#image_style_01_1588835601962>.view_contents {
	overflow: visible;
}

#footerCustom_footerDh_01_1592796389045 {
	width: 20%;
	z-index: 1;
	position: absolute;
	top: 105.5px;
	left: 45.24107142857143%;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#footerCustom_footerDh_01_1592796389045 {
		z-index: 999;
		left: 42.75229978354979%;
		top: 101px;
		width: 207px;
	}
}

@media screen and (max-width:640px) {
	#footerCustom_footerDh_01_1592796389045 {
		width: 98%;
		z-index: 999;
		top: 0px;
		left: 1%;
		display: none;
	}
}

#footerCustom_footerDh_01_1592796389045>.view_contents {
	overflow: visible;
}

#footerCustom_footerDh_01_1592796389045 .mainMenuSet {
	color: #999999;
	font-size: 14px;
	line-height: 35px;
	text-align: left;
}

#footerCustom_footerDh_01_1592796389045 .mainMenuSet:hover {
	text-decoration: underline;
	color: #7f7f7f;
}

#footerCustom_footerDh_01_1592796389045 #hot>a {
	text-decoration: underline;
	color: #7f7f7f;
}

#footerCustom_footerDh_01_1592796389045 #hot .aview {
	text-decoration: underline;
	color: #7f7f7f;
}

#footerCustom_textlist_01_1595986804345 {
	width: 26.083333333333332%;
	position: absolute;
	left: 2.5189732142857144%;
	top: 103px;
	z-index: 3;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#footerCustom_textlist_01_1595986804345 {
		left: 3.0810335497835495%;
		width: 30.844155844155846%;
		top: 98px;
	}
}

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

#footerCustom_textlist_01_1595986804345 .oneSet {
	text-align: left;
	font-size: 14px;
	line-height: 34px;
	height: 34px;
	color: #999999;
}

#footerCustom_textlist_01_1595986804345 .twoSet {
	text-align: left;
	height: 34px;
	line-height: 34px;
	color: #999999;
}

#footerCustom_textlist_01_1595986804345 .modSet {
	background: transparent;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#footerCustom_textlist_01_1595986804345 .oneSet {
		line-height: 34px;
		height: 34px;
	}
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#footerCustom_textlist_01_1595986804345 .twoSet {
		line-height: 34px;
		height: 34px;
	}
}

#div_a_includeBlock_1588832712022 {
	width: 1400px;
	height: 350px;
	position: absolute;
	top: 0px;
	left: calc(50% - 700px);
	z-index: 2;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#div_a_includeBlock_1588832712022 {
		width: 98%;
		left: 1.007423117709438%;
		height: 308px;
	}
}

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

@media screen and (max-width:640px) {
	#div_a_includeBlock_1588832712022 {
		background: transparent;
	}
}

#div_blank_new01_1588832818455 {
	width: 100%;
	height: 60px;
	position: absolute;
	top: 290px;
	left: 0%;
	z-index: 1;
}

@media screen and (min-width:641px) and (max-width:1400px) {
	#div_blank_new01_1588832818455 {
		height: 53px;
		top: 262px;
		left: 0%;
	}
}

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

#div_blank_new01_1588832818455 {
	box-sizing: border-box;
}

#div_blank_new01_1588832818455 .modSet {
	background: #333333;
}

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

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

#qqol_style_01_1596036432744 {
	width: 11.035207566999475%;
	position: absolute;
	top: 51px;
	left: 1.655281135049921%;
	z-index: 3;
}

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

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

#qqol_style_01_1596036432744>.view_contents {
	overflow: visible;
}

#comm_layout_footer {
	height: 350px;
	z-index: 2;
}

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

@media screen and (max-width:640px) {
	#comm_layout_footer {
		height: 69px;
		z-index: 9999;
	}
}

#comm_layout_footer {
	background-repeat: no-repeat !important;
	background-size: cover;
	background-position: 50% 0% !important;
	background: #303030;
}

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

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

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

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

.logoName {
	white-space: nowrap;
}

/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
.menuStyle_28 {
	width: 100%;
	position: relative;
}

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

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

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

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

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

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

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

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

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

.menuStyle_28 .menuUl>li>a {
	background: rgba(0, 0, 0, 0.0);
	position: relative;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	display: block;
	text-align: center;
	letter-spacing: normal;
	white-space: nowrap;
	color: #17233d;
	line-height: 44px;
	padding: 0;
	padding: 0 1em\0;
}

.menuStyle_28 .menuUl>li>a:hover {
	color: #750406;
}

.menuStyle_28 .menuUl #hot>a {
	color: #750406;
}

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

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

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

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

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

.menuStyle_28 .menuUl .rflex:hover .menuUl02 {
	opacity: 1;
	display: block;
	height: auto;
	padding-top: 10px;
}

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

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

.menuStyle_28 .menuUl02 .subMenu02#subCurSet {
	color: #750406;
}

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

.menuStyle_28 .menuUl02 .subMenu02:hover {
	color: #750406;
	border-left: 2px solid #750406;
	background: #f7f7f7;
}

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

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

.menuStyle_28 .menuUl02 .subMenu02:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.menuStyle_28 .menuUl02 .subMenu02:last-child {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.menuStyle_28 .menuUl03 {
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
}

.menuStyle_28 .menuUl03 .subMenu03 {
	line-height: 40px;
	margin-left: 10px;
}

.menuStyle_28 .menuUl03 .subMenu03 a:hover {
	color: #750406;
	background: #f7f7f7;
}

.menuStyle_28 .menuUl03 .subMenu03>a {
	color: #17233d;
	background: #fff;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 15px;
}

.menuStyle_28 .menuUl03 .subMenu03:first-child a {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.menuStyle_28 .menuUl03 .subMenu03:last-child a {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.menuStyle_28 .menuUl .rflex:hover .menuUl02::before {
	content: '';
	border-top: 5px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #fff;
	position: absolute;
	top: 0px;
	transform: translateX(-50%);
}

.menuStyle_28 .menuUl02 .arrow:hover::before {
	content: '';
	border-top: 5px solid transparent;
	border-left: 5px solid #fff;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
}

.menuStyle_28 .rflex {
	position: relative;
}

.menuStyle_28 .maxWidth {
	margin: auto;
}

.menuStyle_28 .subBox {
	position: absolute;
	left: 0;
	width: 100%;
	background: rgba(238, 238, 238, 0.85);
	display: none;
}

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

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

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

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

.menuStyle_28 .subBox .subImgsbox {
	float: left;
	width: 440px;
	height: 160px;
}

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

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

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

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

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

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

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

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

.menuStyle_28 .subBox .subMenu02#subCurSet {
	color: #750406;
}

.menuStyle_28 .subBox .subMenu02:hover,
.menuStyle_28 .subBox .subMenu02:active {
	color: #750406;
}

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

.menuStyle_28 .subBox .subMenu03:hover,
.menuStyle_28 .subBox .subMenu03:active {
	color: #750406;
}

.menuStyle_28 .subMenu03 #thrCurSet {
	color: #750406;
	background: #f7f7f7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy {
		display: none;
		padding: 0;
	}

	.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy {
		width: calc(100% - 50px);
	}

	.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a {
		padding-left: 30px;
		box-sizing: border-box;
	}

	.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a {
		padding-left: 60px;
		box-sizing: border-box;
	}

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

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

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

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

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

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

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

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

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



#dh_style_28_1595475040103 .menuUl02 .subMenu02>a .fa {
	position: absolute;
	top: 0;
	right: 0;
}

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

	/* .menuUl>li>#menuLogo Ã¨Â¿â„¢Ã§Â§ÂÃ¦Å¸Â¥Ã¦â€°Â¾Ã¤Â¼Å¡Ã¥Â¤Â±Ã¨Â´Â¥Ã¦â€Â¹Ã¤Â¸ÂºÃ¤Â¸â€¹Ã©ÂÂ¢Ã¨Â¿â„¢Ã§Â§Â 2019.5.29 */
	#dh_style_28_1595475040103 .menuUl li #menuLogo {
		height: px;
		margin-right: px;
		margin-left: px;
	}

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

	/*20pxÃ¦ËœÂ¯Ã¤Â¸Â¤Ã¥Â¼Â Ã¥â€ºÂ¾Ã§â€°â€¡Ã©â€”Â´Ã§Å¡â€žÃ©â€”Â´Ã¨Â·Â*/
	#dh_style_28_1595475040103 .subBox .subImgsbox {
		width: calc((px + px) + 20px);
		height: px
	}

	/*20pxÃ¦ËœÂ¯Ã¤Â¸Â¤Ã¥Â¼Â Ã¥â€ºÂ¾Ã§â€°â€¡Ã©â€”Â´Ã§Å¡â€žÃ©â€”Â´Ã¨Â·Â*/
}

.searchStyle_5 {
	width: 100%;
}

.searchStyle_5 .searchForm {
	overflow: hidden;
	box-sizing: border-box;
}

.searchStyle_5 .search_input {
	float: left;
	width: calc(100% - 40px);
	border: 0;
	border-bottom: 1px solid #333;
	font-size: 14px;
	color: #333;
	height: 40px;
	line-height: 40px;
	vertical-align: top;
	padding: 0 10px 0 0;
	box-sizing: border-box;
}

.searchStyle_5 .search-btn {
	border: none;
	float: right;
	position: relative;
	border-bottom: 1px solid #333;
	background: transparent;
	width: 40px;
	height: 40px;
	color: #333;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}

.searchStyle_5 .search-btn i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.searchStyle_5 .keyWord {
	overflow: hidden;
}

.searchStyle_5 .keyWord a {
	font-size: 14px;
	line-height: 2;
	color: #666;
	float: left;
	margin-right: 5px;
}

.searchStyle_5 .keyWord a:hover {
	color: #333;
}

@media screen and (max-width:640px) {
	.searchStyle_5 .search_input {
		width: calc(100% - 35px);
		font-size: 12px;
		height: 35px;
		line-height: 35px;
	}

	.searchStyle_5 .search-btn {
		width: 35px;
		font-size: 14px;
		height: 35px;
	}

	.searchStyle_5 .keyWord a {
		font-size: 12px;
		line-height: 2;
	}
}

#searchbox_style_05_1595482460890 input::-webkit-input-placeholder {
	color: ;
}

#searchbox_style_05_1595482460890 input::-moz-input-placeholder {
	color: ;
}

#searchbox_style_05_1595482460890 input::-o-input-placeholder {
	color: ;
}

#image_style_01_1595921676385 .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_1595921676385 .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_1595921676385 .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_1595921676385 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;
}

.button_default01 {
	width: 100%;
	height: 40px;
	background: #fff;
	color: #000;
	box-sizing: border-box;
	border: 1px solid #000;
	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;
}

#button_style_01_1595922023864 .button_default .buttonImg {
	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) {
	#button_style_01_1595922023864 .button_default .buttonImg {
		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) {
	#button_style_01_1595922023864 .button_default .buttonImg {
		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);
	}
}

ba.niceTab.tabStyle_3 {
	position: relative;
	width: 100%;
	height: 100%;
}

.niceTab.tabStyle_3 li {
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-o-transition: all ease-out .2s;
	transition: all ease-out .2s
}

/*Ã¦Â â€¡Ã§Â­Â¾Ã¦Â Â·Ã¥Â¼Â*/
.tab_nav {
	position: absolute;
	z-index: 2;
	overflow: hidden;
}

.tab_ul {
	text-align: left;
	/* Ã¨Â¯Â¥Ã¨Â®Â¾Ã§Â½Â®Ã¥ÂÂ¯Ã¥Â°â€ Ã¦Â â€¡Ã§Â­Â¾Ã¥Â±â€¦Ã¥Â·Â¦leftÃ£â‚¬ÂÃ¥Â±â€¦Ã¤Â¸Â­centerÃ£â‚¬ÂÃ¥Â±â€¦Ã¥ÂÂ³right,Ã¤Â»â€¦Ã¥Â¯Â¹Ã¦Â â€¡Ã§Â­Â¾Ã¥Å“Â¨Ã¤Â¸Å Ã©ÂÂ¢Ã¦Ë†â€“Ã¦Â â€¡Ã§Â­Â¾Ã¥Å“Â¨Ã¤Â¸â€¹Ã©ÂÂ¢Ã¥ÂÂ¯Ã§â€Â¨ */
}

.tab_li {
	display: inline-block;
	text-align: center;
	background: #f6f5f4;
	font-size: 12px;
	border: 0;
	cursor: pointer;
	box-sizing: border-box;
}

.tab_ul .tabCurItem {
	background: #eee;
}

.tab_img img {
	width: 18px;
	height: 14px;
}

.tab_img {
	vertical-align: middle;
}

.tab_txt {
	vertical-align: middle;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	color: inherit !important;
}

.tab_txt p {
	white-space: nowrap;
	font-size: inherit;
	color: inherit;
}

/*Ã¥â€ â€¦Ã¥Â®Â¹Ã¥Å’ÂºÃ¦Â Â·Ã¥Â¼Â*/
.tab_box {
	position: absolute;
	left: 0;
	z-index: 1;
}

.tab_content {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.tab_main {
	background: #eee;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.tab_div {
	width: 100%;
	height: 100%;
	display: none;
	overflow: hidden;
}

.niceTabShow {
	display: block;
}

/*Ã©â‚¬â€°Ã©Â¡Â¹Ã¥ÂÂ¡Ã¥Â·Â¦Ã¥ÂÂ³Ã§Â®Â­Ã¥Â¤Â´*/
.tab_left_arrow {
	position: absolute;
	cursor: pointer;
	top: 50%;
	left: 10px;
	/*Ã¥Â·Â¦Ã§Â®Â­Ã¥Â¤Â´Ã¨Â¾Â¹Ã¨Â·Â*/
	/*width: 40px; height: 40px;*/
	background: url(../img/tab/style_03/arrow_left.png) no-repeat center center !important;
	background-size: auto 80%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	opacity: 1;
	z-index: 999999;
	display: none;
}

.tab_right_arrow {
	position: absolute;
	cursor: pointer;
	top: 50%;
	right: 10px;
	/*Ã¥ÂÂ³Ã§Â®Â­Ã¥Â¤Â´Ã¨Â¾Â¹Ã¨Â·Â*/
	width: 40px;
	height: 40px;
	background: url(../img/tab/style_03/arrow_right.png) no-repeat center center !important;
	background-size: auto 80%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	opacity: 1;
	z-index: 999999;
	display: none;
}

.tab_content:hover .tab_left_arrow,
.tab_content:hover .tab_right_arrow {
	display: block;
}

/*=========  Ã¦Â â€¡Ã§Â­Â¾Ã¤Â½ÂÃ§Â½Â®  ==========*/
/*Ã¦Â â€¡Ã§Â­Â¾Ã©Â¡Â¶Ã©Æ’Â¨Ã¦Â Â·Ã¥Â¼Â*/
.tab_nav_top {
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
	/*Ã¦Â â€¡Ã§Â­Â¾Ã©Â«ËœÃ¥ÂºÂ¦Ã¥ÂÂ¯Ã¤Â»Â¥Ã©Å¡ÂÃ¦â€žÂÃ¨Â®Â¾Ã§Â½Â®*/
}

/* .tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);} */
.tab_scroll_top {
	overflow-x: scroll !important;
	overflow-y: hidden;
	width: 100%;
	height: 100%;
	scrollbar-width: none;
}

.tab_scroll_top::-webkit-scrollbar {
	display: none;
}

.tab_ul_top {
	min-width: 100%;
	height: 100%;
	/*Ã¨Â¯Â¥Ã¥Â®Â½Ã¥ÂºÂ¦Ã¦ËœÂ¯Ã©Â»ËœÃ¨Â®Â¤Ã¥Â®Â½Ã¥ÂºÂ¦Ã¯Â¼Å’Ã§Â¨â€¹Ã¥ÂºÂÃ¨Â¯Â»Ã¥Ââ€“Ã¥ÂÅ½Ã¦â€ºÂ¿Ã¦ÂÂ¢*/
}

.tab_li_top {
	padding: 0 1em;
	height: 100%;
	/*Ã¦Â â€¡Ã§Â­Â¾Ã¥Â®Â½Ã¥ÂºÂ¦Ã¥ÂÂ¯Ã¤Â»Â¥Ã©Å¡ÂÃ¦â€žÂÃ¨Â®Â¾Ã§Â½Â®*/
}

.tab_box_top {
	width: 100%;
	height: calc(100% - 50px);
	/*Ã¥â€¡ÂÃ¦Å½â€°Ã¦Â â€¡Ã§Â­Â¾Ã§Å¡â€žÃ©Â«ËœÃ¥ÂºÂ¦*/
	top: 50px;
	/*Ã¦Â â€¡Ã§Â­Â¾Ã§Å¡â€žÃ©Â«ËœÃ¥ÂºÂ¦*/
}

/*Ã¦Â â€¡Ã§Â­Â¾Ã¥Â·Â¦Ã¤Â¾Â§Ã¦Â Â·Ã¥Â¼Â*/
.tab_nav_left {
	left: 0;
	top: 0;
	width: 50px;
	/*Ã¦Â â€¡Ã§Â­Â¾Ã¥Â®Â½Ã¥ÂºÂ¦Ã¥ÂÂ¯Ã¤Â»Â¥Ã©Å¡ÂÃ¦â€žÂÃ¨Â®Â¾Ã§Â½Â®*/
	height: 100%;
}

.tab_scroll_left {
	overflow-x: hidden;
	overflow-y: scroll !important;
	width: 100%;
	height: 100%;
	scrollbar-width: none;
}

.tab_scroll_left::-webkit-scrollbar {
	display: none;
}

.tab_ul_left {
	height: 100%;
	/*Ã¨Â¯Â¥Ã¦Â â€¡Ã§Â­Â¾Ã§Å¡â€žÃ¥Â®Â½Ã¥ÂºÂ¦Ã¨Â¦ÂÃ¥â€™Å’.tab_nav_leftÃ¥Â®Â½Ã¥ÂºÂ¦Ã¤Â¸â‚¬Ã¦Â Â·;*/
}

.tab_li_left {
	padding: 1em 0;
	width: 100%;
	/*Ã¦Â â€¡Ã§Â­Â¾Ã©Â«ËœÃ¥ÂºÂ¦Ã¥ÂÂ¯Ã¤Â»Â¥Ã©Å¡ÂÃ¦â€žÂÃ¨Â®Â¾Ã§Â½Â®*/
}

.tab_box_left {
	height: 100%;
	width: calc(100% - 50px);
	/*Ã¥â€¡ÂÃ¦Å½â€°Ã¦Â â€¡Ã§Â­Â¾Ã§Å¡â€žÃ¥Â®Â½Ã¥ÂºÂ¦*/
	left: 50px;
	/*Ã¦Â â€¡Ã§Â­Â¾Ã§Å¡â€žÃ¥Â®Â½Ã¥ÂºÂ¦*/
}

/*Ã¦Â â€¡Ã§Â­Â¾Ã¥Âºâ€¢Ã©Æ’Â¨Ã¦Â Â·Ã¥Â¼Â*/
.tab_nav_bottom {
	right: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	/*Ã¦Â â€¡Ã§Â­Â¾Ã©Â«ËœÃ¥ÂºÂ¦Ã¥ÂÂ¯Ã¤Â»Â¥Ã©Å¡ÂÃ¦â€žÂÃ¨Â®Â¾Ã§Â½Â®*/
}

.tab_scroll_bottom {
	overflow-x: scroll !important;
	overflow-y: hidden;
	width: 100%;
	height: 100%;
	scrollbar-width: none;
}

.tab_scroll_bottom::-webkit-scrollbar {
	display: none;
}

.tab_ul_bottom {
	min-width: 100%;
	height: 100%;
	/*Ã¨Â¯Â¥Ã¥Â®Â½Ã¥ÂºÂ¦Ã¦ËœÂ¯Ã©Â»ËœÃ¨Â®Â¤Ã¥Â®Â½Ã¥ÂºÂ¦Ã¯Â¼Å’Ã§Â¨â€¹Ã¥ÂºÂÃ¨Â¯Â»Ã¥Ââ€“Ã¥ÂÅ½Ã¦â€ºÂ¿Ã¦ÂÂ¢*/
}

.tab_li_bottom {
	padding: 0 1em;
	height: 100%;
	/*Ã¦Â â€¡Ã§Â­Â¾Ã¥Â®Â½Ã¥ÂºÂ¦Ã¥ÂÂ¯Ã¤Â»Â¥Ã©Å¡ÂÃ¦â€žÂÃ¨Â®Â¾Ã§Â½Â®*/
}

.tab_box_bottom {
	width: 100%;
	height: calc(100% - 50px);
	/*Ã¥â€¡ÂÃ¦Å½â€°Ã¦Â â€¡Ã§Â­Â¾Ã§Å¡â€žÃ©Â«ËœÃ¥ÂºÂ¦*/
	bottom: 50px;
	/*Ã¦Â â€¡Ã§Â­Â¾Ã§Å¡â€žÃ©Â«ËœÃ¥ÂºÂ¦*/
}

/*Ã¦Â â€¡Ã§Â­Â¾Ã¥Â·Â¦Ã¤Â¾Â§Ã¦Â Â·Ã¥Â¼Â*/
.tab_nav_right {
	right: 0;
	bottom: 0;
	width: 50px;
	/*Ã¦Â â€¡Ã§Â­Â¾Ã¥Â®Â½Ã¥ÂºÂ¦Ã¥ÂÂ¯Ã¤Â»Â¥Ã©Å¡ÂÃ¦â€žÂÃ¨Â®Â¾Ã§Â½Â®*/
	height: 100%;
}

.tab_scroll_right {
	overflow-x: hidden;
	overflow-y: scroll !important;
	width: 100%;
	height: 100%;
	scrollbar-width: none;
}

.tab_scroll_right::-webkit-scrollbar {
	display: none;
}

.tab_ul_right {
	height: 100%;
	/*Ã¨Â¯Â¥Ã¦Â â€¡Ã§Â­Â¾Ã§Å¡â€žÃ¥Â®Â½Ã¥ÂºÂ¦Ã¨Â¦ÂÃ¥â€™Å’.tab_nav_leftÃ¥Â®Â½Ã¥ÂºÂ¦Ã¤Â¸â‚¬Ã¦Â Â·;*/
}

.tab_li_right {
	padding: 1em 0;
	width: 100%;
	/*Ã¦Â â€¡Ã§Â­Â¾Ã©Â«ËœÃ¥ÂºÂ¦Ã¥ÂÂ¯Ã¤Â»Â¥Ã©Å¡ÂÃ¦â€žÂÃ¨Â®Â¾Ã§Â½Â®*/
}

.tab_box_right {
	height: 100%;
	width: calc(100% - 50px);
	/*Ã¥â€¡ÂÃ¦Å½â€°Ã¦Â â€¡Ã§Â­Â¾Ã§Å¡â€žÃ¥Â®Â½Ã¥ÂºÂ¦*/
	right: 50px;
	/*Ã¦Â â€¡Ã§Â­Â¾Ã§Å¡â€žÃ¥Â®Â½Ã¥ÂºÂ¦*/
}

.tab_pos_r {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.imgStyle_13_1 {
	width: 100%;
}

.imgStyle_13_1 * {
	font-size: 'Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜';
}

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

.imgStyle_13_1 .imgTextLi {
	overflow: hidden;
	margin-bottom: 2%;
	box-sizing: border-box;
}

.imgStyle_13_1 li {
	width: 32%;
}

.imgStyle_13_1 .imgTextLi .left {
	width: 130px;
}

.imgStyle_13_1 .imgTBox {
	text-align: left;
	float: left;
	display: inline-block;
	height: 100%;
}

.imgStyle_13_1 .imgTBox>img {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
}

.imgStyle_13_1 .cont {
	float: right;
	display: inline-block;
	width: calc(100% - 130px);
}

.imgStyle_13_1 .name {
	font-size: 16px;
	line-height: 2.5;
	padding-left: 10px;
	word-break: break-word;
}

.imgStyle_13_1 .subName {
	font-size: 12px;
	color: #666;
	padding-left: 10px;
	word-break: break-word;
}

.imgStyle_13_1 .left {
	position: relative;
	float: left;
	width: 130px;
	height: auto;
}

.imgStyle_13_1 .image-box {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.imgStyle_13_1 .cont .btn {
	padding-left: 10px;
}

.imgStyle_13_1 .cont .btnSet {
	width: auto;
	height: 25px;
	line-height: 25px;
	display: block;
	border: 1px solid #7d7d7d;
	color: #333;
	text-align: center;
	margin-right: 40%;
	margin-top: 10px;
	word-break: break-all;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.imgStyle_13_1 .imgTextLi {
		width: 100%;
		margin-bottom: 4%;
	}

	.imgStyle_13_1 .cont {
		width: calc(100% - 130px);
	}

	.imgStyle_13_1 .name {
		font-size: 16px;
	}
}

/*pc*/
#image_style_13_1_1595920835422 ul li {
	width: 100%;
}

#image_style_13_1_1595920835422 ul li.imgTextLi {
	margin-bottom: 1%;
}

#image_style_13_1_1595920835422 ul li.imgTextLi .left {
	width: 700px;
}

#image_style_13_1_1595920835422 ul li.imgTextLi .cont {
	width: calc(100% - 700px);
}

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

	/*ipad*/
	#image_style_13_1_1595920835422 ul li {
		width: 100%;
	}

	#image_style_13_1_1595920835422 ul li.imgTextLi {
		margin-bottom: 1%;
	}

	#image_style_13_1_1595920835422 ul li.imgTextLi .left {
		width: 467px;
	}

	#image_style_13_1_1595920835422 ul li.imgTextLi .cont {
		width: calc(100% - 467px);
	}
}

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

	/*mobi*/
	#image_style_13_1_1595920835422 ul li {
		width: 100%;
	}

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

	#image_style_13_1_1595920835422 ul li.imgTextLi .left {
		width: 140px;
	}

	#image_style_13_1_1595920835422 ul li.imgTextLi .cont {
		width: calc(100% - 140px);
	}
}

.imgStyle_13_1 {
	width: 100%;
}

.imgStyle_13_1 * {
	font-size: 'Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜';
}

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

.imgStyle_13_1 .imgTextLi {
	overflow: hidden;
	margin-bottom: 2%;
	box-sizing: border-box;
}

.imgStyle_13_1 li {
	width: 32%;
}

.imgStyle_13_1 .imgTextLi .left {
	width: 130px;
}

.imgStyle_13_1 .imgTBox {
	text-align: left;
	float: left;
	display: inline-block;
	height: 100%;
}

.imgStyle_13_1 .imgTBox>img {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
}

.imgStyle_13_1 .cont {
	float: right;
	display: inline-block;
	width: calc(100% - 130px);
}

.imgStyle_13_1 .name {
	font-size: 16px;
	line-height: 2.5;
	padding-left: 10px;
	word-break: break-word;
}

.imgStyle_13_1 .subName {
	font-size: 12px;
	color: #666;
	padding-left: 10px;
	word-break: break-word;
}

.imgStyle_13_1 .left {
	position: relative;
	float: left;
	width: 130px;
	height: auto;
}

.imgStyle_13_1 .image-box {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.imgStyle_13_1 .cont .btn {
	padding-left: 10px;
}

.imgStyle_13_1 .cont .btnSet {
	width: auto;
	height: 25px;
	line-height: 25px;
	display: block;
	border: 1px solid #7d7d7d;
	color: #333;
	text-align: center;
	margin-right: 40%;
	margin-top: 10px;
	word-break: break-all;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.imgStyle_13_1 .imgTextLi {
		width: 100%;
		margin-bottom: 4%;
	}

	.imgStyle_13_1 .cont {
		width: calc(100% - 130px);
	}

	.imgStyle_13_1 .name {
		font-size: 16px;
	}
}

/*pc*/
#image_style_13_1_1595920843160 ul li {
	width: 100%;
}

#image_style_13_1_1595920843160 ul li.imgTextLi {
	margin-bottom: 1%;
}

#image_style_13_1_1595920843160 ul li.imgTextLi .left {
	width: 700px;
}

#image_style_13_1_1595920843160 ul li.imgTextLi .cont {
	width: calc(100% - 700px);
}

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

	/*ipad*/
	#image_style_13_1_1595920843160 ul li {
		width: 100%;
	}

	#image_style_13_1_1595920843160 ul li.imgTextLi {
		margin-bottom: 1%;
	}

	#image_style_13_1_1595920843160 ul li.imgTextLi .left {
		width: 467px;
	}

	#image_style_13_1_1595920843160 ul li.imgTextLi .cont {
		width: calc(100% - 467px);
	}
}

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

	/*mobi*/
	#image_style_13_1_1595920843160 ul li {
		width: 100%;
	}

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

	#image_style_13_1_1595920843160 ul li.imgTextLi .left {
		width: 140px;
	}

	#image_style_13_1_1595920843160 ul li.imgTextLi .cont {
		width: calc(100% - 140px);
	}
}

.imgStyle_13_1 {
	width: 100%;
}

.imgStyle_13_1 * {
	font-size: 'Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜';
}

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

.imgStyle_13_1 .imgTextLi {
	overflow: hidden;
	margin-bottom: 2%;
	box-sizing: border-box;
}

.imgStyle_13_1 li {
	width: 32%;
}

.imgStyle_13_1 .imgTextLi .left {
	width: 130px;
}

.imgStyle_13_1 .imgTBox {
	text-align: left;
	float: left;
	display: inline-block;
	height: 100%;
}

.imgStyle_13_1 .imgTBox>img {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
}

.imgStyle_13_1 .cont {
	float: right;
	display: inline-block;
	width: calc(100% - 130px);
}

.imgStyle_13_1 .name {
	font-size: 16px;
	line-height: 2.5;
	padding-left: 10px;
	word-break: break-word;
}

.imgStyle_13_1 .subName {
	font-size: 12px;
	color: #666;
	padding-left: 10px;
	word-break: break-word;
}

.imgStyle_13_1 .left {
	position: relative;
	float: left;
	width: 130px;
	height: auto;
}

.imgStyle_13_1 .image-box {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.imgStyle_13_1 .cont .btn {
	padding-left: 10px;
}

.imgStyle_13_1 .cont .btnSet {
	width: auto;
	height: 25px;
	line-height: 25px;
	display: block;
	border: 1px solid #7d7d7d;
	color: #333;
	text-align: center;
	margin-right: 40%;
	margin-top: 10px;
	word-break: break-all;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.imgStyle_13_1 .imgTextLi {
		width: 100%;
		margin-bottom: 4%;
	}

	.imgStyle_13_1 .cont {
		width: calc(100% - 130px);
	}

	.imgStyle_13_1 .name {
		font-size: 16px;
	}
}

/*pc*/
#image_style_13_1_1595915694999 ul li {
	width: 100%;
}

#image_style_13_1_1595915694999 ul li.imgTextLi {
	margin-bottom: 1%;
}

#image_style_13_1_1595915694999 ul li.imgTextLi .left {
	width: 700px;
}

#image_style_13_1_1595915694999 ul li.imgTextLi .cont {
	width: calc(100% - 700px);
}

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

	/*ipad*/
	#image_style_13_1_1595915694999 ul li {
		width: 100%;
	}

	#image_style_13_1_1595915694999 ul li.imgTextLi {
		margin-bottom: 1%;
	}

	#image_style_13_1_1595915694999 ul li.imgTextLi .left {
		width: 467px;
	}

	#image_style_13_1_1595915694999 ul li.imgTextLi .cont {
		width: calc(100% - 467px);
	}
}

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

	/*mobi*/
	#image_style_13_1_1595915694999 ul li {
		width: 100%;
	}

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

	#image_style_13_1_1595915694999 ul li.imgTextLi .left {
		width: 140px;
	}

	#image_style_13_1_1595915694999 ul li.imgTextLi .cont {
		width: calc(100% - 140px);
	}
}

.imgStyle_13_1 {
	width: 100%;
}

.imgStyle_13_1 * {
	font-size: 'Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜';
}

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

.imgStyle_13_1 .imgTextLi {
	overflow: hidden;
	margin-bottom: 2%;
	box-sizing: border-box;
}

.imgStyle_13_1 li {
	width: 32%;
}

.imgStyle_13_1 .imgTextLi .left {
	width: 130px;
}

.imgStyle_13_1 .imgTBox {
	text-align: left;
	float: left;
	display: inline-block;
	height: 100%;
}

.imgStyle_13_1 .imgTBox>img {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
}

.imgStyle_13_1 .cont {
	float: right;
	display: inline-block;
	width: calc(100% - 130px);
}

.imgStyle_13_1 .name {
	font-size: 16px;
	line-height: 2.5;
	padding-left: 10px;
	word-break: break-word;
}

.imgStyle_13_1 .subName {
	font-size: 12px;
	color: #666;
	padding-left: 10px;
	word-break: break-word;
}

.imgStyle_13_1 .left {
	position: relative;
	float: left;
	width: 130px;
	height: auto;
}

.imgStyle_13_1 .image-box {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.imgStyle_13_1 .cont .btn {
	padding-left: 10px;
}

.imgStyle_13_1 .cont .btnSet {
	width: auto;
	height: 25px;
	line-height: 25px;
	display: block;
	border: 1px solid #7d7d7d;
	color: #333;
	text-align: center;
	margin-right: 40%;
	margin-top: 10px;
	word-break: break-all;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.imgStyle_13_1 .imgTextLi {
		width: 100%;
		margin-bottom: 4%;
	}

	.imgStyle_13_1 .cont {
		width: calc(100% - 130px);
	}

	.imgStyle_13_1 .name {
		font-size: 16px;
	}
}

/*pc*/
#image_style_13_1_1595920852417 ul li {
	width: 100%;
}

#image_style_13_1_1595920852417 ul li.imgTextLi {
	margin-bottom: 1%;
}

#image_style_13_1_1595920852417 ul li.imgTextLi .left {
	width: 700px;
}

#image_style_13_1_1595920852417 ul li.imgTextLi .cont {
	width: calc(100% - 700px);
}

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

	/*ipad*/
	#image_style_13_1_1595920852417 ul li {
		width: 100%;
	}

	#image_style_13_1_1595920852417 ul li.imgTextLi {
		margin-bottom: 1%;
	}

	#image_style_13_1_1595920852417 ul li.imgTextLi .left {
		width: 467px;
	}

	#image_style_13_1_1595920852417 ul li.imgTextLi .cont {
		width: calc(100% - 467px);
	}
}

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

	/*mobi*/
	#image_style_13_1_1595920852417 ul li {
		width: 100%;
	}

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

	#image_style_13_1_1595920852417 ul li.imgTextLi .left {
		width: 140px;
	}

	#image_style_13_1_1595920852417 ul li.imgTextLi .cont {
		width: calc(100% - 140px);
	}
}

.imgStyle_13_1 {
	width: 100%;
}

.imgStyle_13_1 * {
	font-size: 'Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜';
}

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

.imgStyle_13_1 .imgTextLi {
	overflow: hidden;
	margin-bottom: 2%;
	box-sizing: border-box;
}

.imgStyle_13_1 li {
	width: 32%;
}

.imgStyle_13_1 .imgTextLi .left {
	width: 130px;
}

.imgStyle_13_1 .imgTBox {
	text-align: left;
	float: left;
	display: inline-block;
	height: 100%;
}

.imgStyle_13_1 .imgTBox>img {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
}

.imgStyle_13_1 .cont {
	float: right;
	display: inline-block;
	width: calc(100% - 130px);
}

.imgStyle_13_1 .name {
	font-size: 16px;
	line-height: 2.5;
	padding-left: 10px;
	word-break: break-word;
}

.imgStyle_13_1 .subName {
	font-size: 12px;
	color: #666;
	padding-left: 10px;
	word-break: break-word;
}

.imgStyle_13_1 .left {
	position: relative;
	float: left;
	width: 130px;
	height: auto;
}

.imgStyle_13_1 .image-box {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.imgStyle_13_1 .cont .btn {
	padding-left: 10px;
}

.imgStyle_13_1 .cont .btnSet {
	width: auto;
	height: 25px;
	line-height: 25px;
	display: block;
	border: 1px solid #7d7d7d;
	color: #333;
	text-align: center;
	margin-right: 40%;
	margin-top: 10px;
	word-break: break-all;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.imgStyle_13_1 .imgTextLi {
		width: 100%;
		margin-bottom: 4%;
	}

	.imgStyle_13_1 .cont {
		width: calc(100% - 130px);
	}

	.imgStyle_13_1 .name {
		font-size: 16px;
	}
}

/*pc*/
#image_style_13_1_1595920860742 ul li {
	width: 100%;
}

#image_style_13_1_1595920860742 ul li.imgTextLi {
	margin-bottom: 1%;
}

#image_style_13_1_1595920860742 ul li.imgTextLi .left {
	width: 700px;
}

#image_style_13_1_1595920860742 ul li.imgTextLi .cont {
	width: calc(100% - 700px);
}

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

	/*ipad*/
	#image_style_13_1_1595920860742 ul li {
		width: 100%;
	}

	#image_style_13_1_1595920860742 ul li.imgTextLi {
		margin-bottom: 1%;
	}

	#image_style_13_1_1595920860742 ul li.imgTextLi .left {
		width: 467px;
	}

	#image_style_13_1_1595920860742 ul li.imgTextLi .cont {
		width: calc(100% - 467px);
	}
}

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

	/*mobi*/
	#image_style_13_1_1595920860742 ul li {
		width: 100%;
	}

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

	#image_style_13_1_1595920860742 ul li.imgTextLi .left {
		width: 140px;
	}

	#image_style_13_1_1595920860742 ul li.imgTextLi .cont {
		width: calc(100% - 140px);
	}
}

.imgStyle_13_1 {
	width: 100%;
}

.imgStyle_13_1 * {
	font-size: 'Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜';
}

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

.imgStyle_13_1 .imgTextLi {
	overflow: hidden;
	margin-bottom: 2%;
	box-sizing: border-box;
}

.imgStyle_13_1 li {
	width: 32%;
}

.imgStyle_13_1 .imgTextLi .left {
	width: 130px;
}

.imgStyle_13_1 .imgTBox {
	text-align: left;
	float: left;
	display: inline-block;
	height: 100%;
}

.imgStyle_13_1 .imgTBox>img {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
}

.imgStyle_13_1 .cont {
	float: right;
	display: inline-block;
	width: calc(100% - 130px);
}

.imgStyle_13_1 .name {
	font-size: 16px;
	line-height: 2.5;
	padding-left: 10px;
	word-break: break-word;
}

.imgStyle_13_1 .subName {
	font-size: 12px;
	color: #666;
	padding-left: 10px;
	word-break: break-word;
}

.imgStyle_13_1 .left {
	position: relative;
	float: left;
	width: 130px;
	height: auto;
}

.imgStyle_13_1 .image-box {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.imgStyle_13_1 .cont .btn {
	padding-left: 10px;
}

.imgStyle_13_1 .cont .btnSet {
	width: auto;
	height: 25px;
	line-height: 25px;
	display: block;
	border: 1px solid #7d7d7d;
	color: #333;
	text-align: center;
	margin-right: 40%;
	margin-top: 10px;
	word-break: break-all;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.imgStyle_13_1 .imgTextLi {
		width: 100%;
		margin-bottom: 4%;
	}

	.imgStyle_13_1 .cont {
		width: calc(100% - 130px);
	}

	.imgStyle_13_1 .name {
		font-size: 16px;
	}
}

/*pc*/
#image_style_13_1_1595920868789 ul li {
	width: 100%;
}

#image_style_13_1_1595920868789 ul li.imgTextLi {
	margin-bottom: 1%;
}

#image_style_13_1_1595920868789 ul li.imgTextLi .left {
	width: 700px;
}

#image_style_13_1_1595920868789 ul li.imgTextLi .cont {
	width: calc(100% - 700px);
}

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

	/*ipad*/
	#image_style_13_1_1595920868789 ul li {
		width: 100%;
	}

	#image_style_13_1_1595920868789 ul li.imgTextLi {
		margin-bottom: 1%;
	}

	#image_style_13_1_1595920868789 ul li.imgTextLi .left {
		width: 467px;
	}

	#image_style_13_1_1595920868789 ul li.imgTextLi .cont {
		width: calc(100% - 467px);
	}
}

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

	/*mobi*/
	#image_style_13_1_1595920868789 ul li {
		width: 100%;
	}

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

	#image_style_13_1_1595920868789 ul li.imgTextLi .left {
		width: 140px;
	}

	#image_style_13_1_1595920868789 ul li.imgTextLi .cont {
		width: calc(100% - 140px);
	}
}


#tab_style_03_1595915694860 #div_tab_style_03_1595915694860 .tab_right_arrow {
	display: none;
	width: 40px;
	height: 40px;
	opacity: 1;
	right: 10px;
}

#tab_style_03_1595915694860 #div_tab_style_03_1595915694860 .tab_left_arrow {
	display: none;
	width: 40px;
	height: 40px;
	opacity: 1;
	left: 10px;
}

#tab_style_03_1595915694860 #div_tab_style_03_1595915694860 .tab_ul {
	text-align: center
}

#tab_style_03_1595915694860 #div_tab_style_03_1595915694860 .tab_nav {
	display: block !important;
	height: 118px;
}

#tab_style_03_1595915694860 #div_tab_style_03_1595915694860 .tab_box {
	height: calc(100% - 118px);
	top: 118px;
}

#tab_style_03_1595915694860 #div_tab_style_03_1595915694860 .tab_li {
	width: calc(100%/6);
}

#tab_style_03_1595915694860 #div_tab_style_03_1595915694860 .tab_img img {
	width: 30px;
	height: 30px;
}

#tab_style_03_1595915694860 .tab_ul.tab_ul_top,
#tab_style_03_1595915694860 .tab_ul.tab_ul_bottom {
	white-space: nowrap;
}

#tab_style_03_1595915694860 .layout_mask_showName {
	position: absolute;
	width: 100%;
	height: 80px;
	line-height: 80px;
	left: 0px;
	top: 50%;
	margin-top: -40px;
	text-align: center;
	color: rgba(142, 142, 142, 0.63);
	font-size: 30px;
}

@media screen and (max-width:640px) {
	::-webkit-scrollbar {
		width: 0px;
	}
}

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

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

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

#image_style_01_1595924271484 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_1595927390555 .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_1595927390555 .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_1595927390555 .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_1595927390555 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;
}

.blank_new01 {
	width: 100%;
	height: 100%;
}

.blank_new01 .roundcs {
	width: 100%;
	height: 100%;
	background: rgba(7, 126, 244, 0.7);
	box-sizing: border-box;
}

.imgStyle_13_1 {
	width: 100%;
}

.imgStyle_13_1 * {
	font-size: 'Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜';
}

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

.imgStyle_13_1 .imgTextLi {
	overflow: hidden;
	margin-bottom: 2%;
	box-sizing: border-box;
}

.imgStyle_13_1 li {
	width: 32%;
}

.imgStyle_13_1 .imgTextLi .left {
	width: 130px;
}

.imgStyle_13_1 .imgTBox {
	text-align: left;
	float: left;
	display: inline-block;
	height: 100%;
}

.imgStyle_13_1 .imgTBox>img {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
}

.imgStyle_13_1 .cont {
	float: right;
	display: inline-block;
	width: calc(100% - 130px);
}

.imgStyle_13_1 .name {
	font-size: 16px;
	line-height: 2.5;
	padding-left: 10px;
	word-break: break-word;
}

.imgStyle_13_1 .subName {
	font-size: 12px;
	color: #666;
	padding-left: 10px;
	word-break: break-word;
}

.imgStyle_13_1 .left {
	position: relative;
	float: left;
	width: 130px;
	height: auto;
}

.imgStyle_13_1 .image-box {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.imgStyle_13_1 .cont .btn {
	padding-left: 10px;
}

.imgStyle_13_1 .cont .btnSet {
	width: auto;
	height: 25px;
	line-height: 25px;
	display: block;
	border: 1px solid #7d7d7d;
	color: #333;
	text-align: center;
	margin-right: 40%;
	margin-top: 10px;
	word-break: break-all;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.imgStyle_13_1 .imgTextLi {
		width: 100%;
		margin-bottom: 4%;
	}

	.imgStyle_13_1 .cont {
		width: calc(100% - 130px);
	}

	.imgStyle_13_1 .name {
		font-size: 16px;
	}
}

/*pc*/
#image_style_13_1_1595925324551 ul li {
	width: 47%;
}

#image_style_13_1_1595925324551 ul li.imgTextLi {
	margin-bottom: 6%;
}

#image_style_13_1_1595925324551 ul li.imgTextLi .left {
	width: 50px;
}

#image_style_13_1_1595925324551 ul li.imgTextLi .cont {
	width: calc(100% - 50px);
}

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

	/*ipad*/
	#image_style_13_1_1595925324551 ul li {
		width: 47%;
	}

	#image_style_13_1_1595925324551 ul li.imgTextLi {
		margin-bottom: 6%;
	}

	#image_style_13_1_1595925324551 ul li.imgTextLi .left {
		width: 050px;
	}

	#image_style_13_1_1595925324551 ul li.imgTextLi .cont {
		width: calc(100% - 050px);
	}
}

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

	/*mobi*/
	#image_style_13_1_1595925324551 ul li {
		width: 100%;
	}

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

	#image_style_13_1_1595925324551 ul li.imgTextLi .left {
		width: 50px;
	}

	#image_style_13_1_1595925324551 ul li.imgTextLi .cont {
		width: calc(100% - 50px);
	}
}

.imgStyle_12 {
	width: 100%;
}

.imgStyle_12 * {
	font-size: 'Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜';
}

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

.imgStyle_12 .imgTextLi {
	width: calc(100% / 3);
	overflow: hidden;
	margin-bottom: 2%;
	box-sizing: border-box;
}

.imgStyle_12 .imgTBoxArea {
	position: relative;
	float: left;
	width: 186px;
	left: 50%;
	transform: translateX(-50%);
}

.imgStyle_12 .image-box {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.imgStyle_12 .imgTBox {
	text-align: center;
	height: 100%;
}

.imgStyle_12 .imgTBox img.picFit {
	display: inline-block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 100px;
}

.imgStyle_12 .cont {
	padding: 0 5px;
	clear: both;
}

.imgStyle_12 .cont .name {
	text-align: center;
	font-size: 16px;
	line-height: 2;
	word-break: break-word;
}

.imgStyle_12 .cont .subName {
	text-align: center;
	font-size: 12px;
	word-break: break-word;
}

.imgStyle_12 .cont .btn .btnSet {
	width: auto;
	height: 30px;
	display: block;
	border: 1px solid #7d7d7d;
	line-height: 28px;
	color: #333;
	text-align: center;
	margin-left: 25%;
	margin-right: 25%;
	margin-top: 10px;
	word-break: break-all;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.imgStyle_12 .imgBt {
		font-size: 16px;
		line-height: 2.5;
	}

	.imgStyle_12 .cont .btn .btnSet {
		margin-left: 5%;
		margin-right: 5%;
	}
}

/*pc*/
#image_style_12_1_1595990946706 ul li {
	width: 18.4%;
}

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

#image_style_12_1_1595990946706 ul li.imgTextLi .imgTBoxArea {
	width: 94px;
}

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

	/*ipad*/
	#image_style_12_1_1595990946706 ul li {
		width: 18.4%;
	}

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

	#image_style_12_1_1595990946706 ul li.imgTextLi .imgTBoxArea {
		width: 80px;
	}
}

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

	/*mobi*/
	#image_style_12_1_1595990946706 ul li {
		width: 32%;
	}

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

	#image_style_12_1_1595990946706 ul li.imgTextLi .imgTBoxArea {
		width: 64px;
	}
}

#image_style_01_1595991629167 .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_1595991629167 .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_1595991629167 .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_1595991629167 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_1595992326809 .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_1595992326809 .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_1595992326809 .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_1595992326809 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_1595992377792 .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_1595992377792 .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_1595992377792 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

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

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

@media screen and (max-width:640px) {
	#image_style_01_1595992583444 .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_1595992583444 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_1595992638493 .CompatibleImg img {
	width: 100%;
	height: 100%
}

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

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

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

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

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

.imgStyle_13_1 {
	width: 100%;
}

.imgStyle_13_1 * {
	font-size: 'Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜';
}

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

.imgStyle_13_1 .imgTextLi {
	overflow: hidden;
	margin-bottom: 2%;
	box-sizing: border-box;
}

.imgStyle_13_1 li {
	width: 32%;
}

.imgStyle_13_1 .imgTextLi .left {
	width: 130px;
}

.imgStyle_13_1 .imgTBox {
	text-align: left;
	float: left;
	display: inline-block;
	height: 100%;
}

.imgStyle_13_1 .imgTBox>img {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
}

.imgStyle_13_1 .cont {
	float: right;
	display: inline-block;
	width: calc(100% - 130px);
}

.imgStyle_13_1 .name {
	font-size: 16px;
	line-height: 2.5;
	padding-left: 10px;
	word-break: break-word;
}

.imgStyle_13_1 .subName {
	font-size: 12px;
	color: #666;
	padding-left: 10px;
	word-break: break-word;
}

.imgStyle_13_1 .left {
	position: relative;
	float: left;
	width: 130px;
	height: auto;
}

.imgStyle_13_1 .image-box {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.imgStyle_13_1 .cont .btn {
	padding-left: 10px;
}

.imgStyle_13_1 .cont .btnSet {
	width: auto;
	height: 25px;
	line-height: 25px;
	display: block;
	border: 1px solid #7d7d7d;
	color: #333;
	text-align: center;
	margin-right: 40%;
	margin-top: 10px;
	word-break: break-all;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.imgStyle_13_1 .imgTextLi {
		width: 100%;
		margin-bottom: 4%;
	}

	.imgStyle_13_1 .cont {
		width: calc(100% - 130px);
	}

	.imgStyle_13_1 .name {
		font-size: 16px;
	}
}

/*pc*/
#image_style_13_1_1595929840995 ul li {
	width: 100%;
}

#image_style_13_1_1595929840995 ul li.imgTextLi {
	margin-bottom: 1%;
}

#image_style_13_1_1595929840995 ul li.imgTextLi .left {
	width: 659px;
}

#image_style_13_1_1595929840995 ul li.imgTextLi .cont {
	width: calc(100% - 659px);
}

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

	/*ipad*/
	#image_style_13_1_1595929840995 ul li {
		width: 100%;
	}

	#image_style_13_1_1595929840995 ul li.imgTextLi {
		margin-bottom: 1%;
	}

	#image_style_13_1_1595929840995 ul li.imgTextLi .left {
		width: 467px;
	}

	#image_style_13_1_1595929840995 ul li.imgTextLi .cont {
		width: calc(100% - 467px);
	}
}

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

	/*mobi*/
	#image_style_13_1_1595929840995 ul li {
		width: 100%;
	}

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

	#image_style_13_1_1595929840995 ul li.imgTextLi .left {
		width: 1px;
	}

	#image_style_13_1_1595929840995 ul li.imgTextLi .cont {
		width: calc(100% - 1px);
	}
}

.blank_new01 {
	width: 100%;
	height: 100%;
}

.blank_new01 .roundcs {
	width: 100%;
	height: 100%;
	background: rgba(7, 126, 244, 0.7);
	box-sizing: border-box;
}

#image_style_01_1595930887516 .CompatibleImg img {
	width: 100%;
	height: 100%
}

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

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

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

ba.niceTab.tabStyle_3 {
	position: relative;
	width: 100%;
	height: 100%;
}

.niceTab.tabStyle_3 li {
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-o-transition: all ease-out .2s;
	transition: all ease-out .2s
}

/*Ã¦Â â€¡Ã§Â­Â¾Ã¦Â Â·Ã¥Â¼Â*/
.tab_nav {
	position: absolute;
	z-index: 2;
	overflow: hidden;
}

.tab_ul {
	text-align: left;
	/* Ã¨Â¯Â¥Ã¨Â®Â¾Ã§Â½Â®Ã¥ÂÂ¯Ã¥Â°â€ Ã¦Â â€¡Ã§Â­Â¾Ã¥Â±â€¦Ã¥Â·Â¦leftÃ£â‚¬ÂÃ¥Â±â€¦Ã¤Â¸Â­centerÃ£â‚¬ÂÃ¥Â±â€¦Ã¥ÂÂ³right,Ã¤Â»â€¦Ã¥Â¯Â¹Ã¦Â â€¡Ã§Â­Â¾Ã¥Å“Â¨Ã¤Â¸Å Ã©ÂÂ¢Ã¦Ë†â€“Ã¦Â â€¡Ã§Â­Â¾Ã¥Å“Â¨Ã¤Â¸â€¹Ã©ÂÂ¢Ã¥ÂÂ¯Ã§â€Â¨ */
}

.tab_li {
	display: inline-block;
	text-align: center;
	background: #f6f5f4;
	font-size: 12px;
	border: 0;
	cursor: pointer;
	box-sizing: border-box;
}

.tab_ul .tabCurItem {
	background: #eee;
}

.tab_img img {
	width: 18px;
	height: 14px;
}

.tab_img {
	vertical-align: middle;
}

.tab_txt {
	vertical-align: middle;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	color: inherit !important;
}

.tab_txt p {
	white-space: nowrap;
	font-size: inherit;
	color: inherit;
}

/*Ã¥â€ â€¦Ã¥Â®Â¹Ã¥Å’ÂºÃ¦Â Â·Ã¥Â¼Â*/
.tab_box {
	position: absolute;
	left: 0;
	z-index: 1;
}

.tab_content {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.tab_main {
	background: #eee;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.tab_div {
	width: 100%;
	height: 100%;
	display: none;
	overflow: hidden;
}

.niceTabShow {
	display: block;
}

/*Ã©â‚¬â€°Ã©Â¡Â¹Ã¥ÂÂ¡Ã¥Â·Â¦Ã¥ÂÂ³Ã§Â®Â­Ã¥Â¤Â´*/
.tab_left_arrow {
	position: absolute;
	cursor: pointer;
	top: 50%;
	left: 10px;
	/*Ã¥Â·Â¦Ã§Â®Â­Ã¥Â¤Â´Ã¨Â¾Â¹Ã¨Â·Â*/
	/*width: 40px; height: 40px;*/
	background: url(../img/tab/style_03/arrow_left.png) no-repeat center center !important;
	background-size: auto 80%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	opacity: 1;
	z-index: 999999;
	display: none;
}

.tab_right_arrow {
	position: absolute;
	cursor: pointer;
	top: 50%;
	right: 10px;
	/*Ã¥ÂÂ³Ã§Â®Â­Ã¥Â¤Â´Ã¨Â¾Â¹Ã¨Â·Â*/
	width: 40px;
	height: 40px;
	background: url(../img/tab/style_03/arrow_right.png) no-repeat center center !important;
	background-size: auto 80%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	opacity: 1;
	z-index: 999999;
	display: none;
}

.tab_content:hover .tab_left_arrow,
.tab_content:hover .tab_right_arrow {
	display: block;
}

/*=========  Ã¦Â â€¡Ã§Â­Â¾Ã¤Â½ÂÃ§Â½Â®  ==========*/
/*Ã¦Â â€¡Ã§Â­Â¾Ã©Â¡Â¶Ã©Æ’Â¨Ã¦Â Â·Ã¥Â¼Â*/
.tab_nav_top {
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
	/*Ã¦Â â€¡Ã§Â­Â¾Ã©Â«ËœÃ¥ÂºÂ¦Ã¥ÂÂ¯Ã¤Â»Â¥Ã©Å¡ÂÃ¦â€žÂÃ¨Â®Â¾Ã§Â½Â®*/
}

/* .tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);} */
.tab_scroll_top {
	overflow-x: scroll !important;
	overflow-y: hidden;
	width: 100%;
	height: 100%;
	scrollbar-width: none;
}

.tab_scroll_top::-webkit-scrollbar {
	display: none;
}

.tab_ul_top {
	min-width: 100%;
	height: 100%;
	/*Ã¨Â¯Â¥Ã¥Â®Â½Ã¥ÂºÂ¦Ã¦ËœÂ¯Ã©Â»ËœÃ¨Â®Â¤Ã¥Â®Â½Ã¥ÂºÂ¦Ã¯Â¼Å’Ã§Â¨â€¹Ã¥ÂºÂÃ¨Â¯Â»Ã¥Ââ€“Ã¥ÂÅ½Ã¦â€ºÂ¿Ã¦ÂÂ¢*/
}

.tab_li_top {
	padding: 0 1em;
	height: 100%;
	/*Ã¦Â â€¡Ã§Â­Â¾Ã¥Â®Â½Ã¥ÂºÂ¦Ã¥ÂÂ¯Ã¤Â»Â¥Ã©Å¡ÂÃ¦â€žÂÃ¨Â®Â¾Ã§Â½Â®*/
}

.tab_box_top {
	width: 100%;
	height: calc(100% - 50px);
	/*Ã¥â€¡ÂÃ¦Å½â€°Ã¦Â â€¡Ã§Â­Â¾Ã§Å¡â€žÃ©Â«ËœÃ¥ÂºÂ¦*/
	top: 50px;
	/*Ã¦Â â€¡Ã§Â­Â¾Ã§Å¡â€žÃ©Â«ËœÃ¥ÂºÂ¦*/
}

/*Ã¦Â â€¡Ã§Â­Â¾Ã¥Â·Â¦Ã¤Â¾Â§Ã¦Â Â·Ã¥Â¼Â*/
.tab_nav_left {
	left: 0;
	top: 0;
	width: 50px;
	/*Ã¦Â â€¡Ã§Â­Â¾Ã¥Â®Â½Ã¥ÂºÂ¦Ã¥ÂÂ¯Ã¤Â»Â¥Ã©Å¡ÂÃ¦â€žÂÃ¨Â®Â¾Ã§Â½Â®*/
	height: 100%;
}

.tab_scroll_left {
	overflow-x: hidden;
	overflow-y: scroll !important;
	width: 100%;
	height: 100%;
	scrollbar-width: none;
}

.tab_scroll_left::-webkit-scrollbar {
	display: none;
}

.tab_ul_left {
	height: 100%;
	/*Ã¨Â¯Â¥Ã¦Â â€¡Ã§Â­Â¾Ã§Å¡â€žÃ¥Â®Â½Ã¥ÂºÂ¦Ã¨Â¦ÂÃ¥â€™Å’.tab_nav_leftÃ¥Â®Â½Ã¥ÂºÂ¦Ã¤Â¸â‚¬Ã¦Â Â·;*/
}

.tab_li_left {
	padding: 1em 0;
	width: 100%;
	/*Ã¦Â â€¡Ã§Â­Â¾Ã©Â«ËœÃ¥ÂºÂ¦Ã¥ÂÂ¯Ã¤Â»Â¥Ã©Å¡ÂÃ¦â€žÂÃ¨Â®Â¾Ã§Â½Â®*/
}

.tab_box_left {
	height: 100%;
	width: calc(100% - 50px);
	/*Ã¥â€¡ÂÃ¦Å½â€°Ã¦Â â€¡Ã§Â­Â¾Ã§Å¡â€žÃ¥Â®Â½Ã¥ÂºÂ¦*/
	left: 50px;
	/*Ã¦Â â€¡Ã§Â­Â¾Ã§Å¡â€žÃ¥Â®Â½Ã¥ÂºÂ¦*/
}

/*Ã¦Â â€¡Ã§Â­Â¾Ã¥Âºâ€¢Ã©Æ’Â¨Ã¦Â Â·Ã¥Â¼Â*/
.tab_nav_bottom {
	right: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	/*Ã¦Â â€¡Ã§Â­Â¾Ã©Â«ËœÃ¥ÂºÂ¦Ã¥ÂÂ¯Ã¤Â»Â¥Ã©Å¡ÂÃ¦â€žÂÃ¨Â®Â¾Ã§Â½Â®*/
}

.tab_scroll_bottom {
	overflow-x: scroll !important;
	overflow-y: hidden;
	width: 100%;
	height: 100%;
	scrollbar-width: none;
}

.tab_scroll_bottom::-webkit-scrollbar {
	display: none;
}

.tab_ul_bottom {
	min-width: 100%;
	height: 100%;
	/*Ã¨Â¯Â¥Ã¥Â®Â½Ã¥ÂºÂ¦Ã¦ËœÂ¯Ã©Â»ËœÃ¨Â®Â¤Ã¥Â®Â½Ã¥ÂºÂ¦Ã¯Â¼Å’Ã§Â¨â€¹Ã¥ÂºÂÃ¨Â¯Â»Ã¥Ââ€“Ã¥ÂÅ½Ã¦â€ºÂ¿Ã¦ÂÂ¢*/
}

.tab_li_bottom {
	padding: 0 1em;
	height: 100%;
	/*Ã¦Â â€¡Ã§Â­Â¾Ã¥Â®Â½Ã¥ÂºÂ¦Ã¥ÂÂ¯Ã¤Â»Â¥Ã©Å¡ÂÃ¦â€žÂÃ¨Â®Â¾Ã§Â½Â®*/
}

.tab_box_bottom {
	width: 100%;
	height: calc(100% - 50px);
	/*Ã¥â€¡ÂÃ¦Å½â€°Ã¦Â â€¡Ã§Â­Â¾Ã§Å¡â€žÃ©Â«ËœÃ¥ÂºÂ¦*/
	bottom: 50px;
	/*Ã¦Â â€¡Ã§Â­Â¾Ã§Å¡â€žÃ©Â«ËœÃ¥ÂºÂ¦*/
}

/*Ã¦Â â€¡Ã§Â­Â¾Ã¥Â·Â¦Ã¤Â¾Â§Ã¦Â Â·Ã¥Â¼Â*/
.tab_nav_right {
	right: 0;
	bottom: 0;
	width: 50px;
	/*Ã¦Â â€¡Ã§Â­Â¾Ã¥Â®Â½Ã¥ÂºÂ¦Ã¥ÂÂ¯Ã¤Â»Â¥Ã©Å¡ÂÃ¦â€žÂÃ¨Â®Â¾Ã§Â½Â®*/
	height: 100%;
}

.tab_scroll_right {
	overflow-x: hidden;
	overflow-y: scroll !important;
	width: 100%;
	height: 100%;
	scrollbar-width: none;
}

.tab_scroll_right::-webkit-scrollbar {
	display: none;
}

.tab_ul_right {
	height: 100%;
	/*Ã¨Â¯Â¥Ã¦Â â€¡Ã§Â­Â¾Ã§Å¡â€žÃ¥Â®Â½Ã¥ÂºÂ¦Ã¨Â¦ÂÃ¥â€™Å’.tab_nav_leftÃ¥Â®Â½Ã¥ÂºÂ¦Ã¤Â¸â‚¬Ã¦Â Â·;*/
}

.tab_li_right {
	padding: 1em 0;
	width: 100%;
	/*Ã¦Â â€¡Ã§Â­Â¾Ã©Â«ËœÃ¥ÂºÂ¦Ã¥ÂÂ¯Ã¤Â»Â¥Ã©Å¡ÂÃ¦â€žÂÃ¨Â®Â¾Ã§Â½Â®*/
}

.tab_box_right {
	height: 100%;
	width: calc(100% - 50px);
	/*Ã¥â€¡ÂÃ¦Å½â€°Ã¦Â â€¡Ã§Â­Â¾Ã§Å¡â€žÃ¥Â®Â½Ã¥ÂºÂ¦*/
	right: 50px;
	/*Ã¦Â â€¡Ã§Â­Â¾Ã§Å¡â€žÃ¥Â®Â½Ã¥ÂºÂ¦*/
}

.tab_pos_r {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

/*Ã¦â€“Â°Ã©â€”Â»Ã¥Ë†â€”Ã¨Â¡Â¨Ã¦Â Â·Ã¥Â¼Â*/
.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;
	overflow: hidden;
}

.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%;
	position: relative;
	z-index: 999;
}

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

.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 .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;
	border-bottom: 1px solid #eee;
}

.boxNewsListStyle_4 .sumary_list .newDetail span {
	display: block;
	margin-bottom: 6px;
	overflow: hidden;
}

.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 {
	display: inline-block;
	border: none;
	background: white;
	text-align: center;
	width: auto;
	padding: 0 15px;
	margin: 0 .5px;
	height: auto;
	line-height: 35px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #e5e5e5;
}

.boxNewsListStyle_4 .page_btn .cur {
	background: red;
	color: white;
	cursor: pointer;
}

.boxNewsListStyle_4 .page:hover {
	background: red;
	color: white;
	cursor: pointer;
}

@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_1595950245301 .newDetail.pc {
	display: block;
}

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

#newsList_style_04_1595950245301 .newTitle.pc {
	display: block;
}

#newsList_style_04_1595950245301 .newTitle.pad,
#newsList_style_04_1595950245301 .newTitle.mobile {
	display: none;
}

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

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

	#newsList_style_04_1595950245301 .newTitle.pad {
		display: block;
	}

	#newsList_style_04_1595950245301 .newTitle.pc,
	#newsList_style_04_1595950245301 .newTitle.mobile {
		display: none;
	}
}

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

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

	#newsList_style_04_1595950245301 .newTitle.mobile {
		display: block;
	}

	#newsList_style_04_1595950245301 .newTitle.pc,
	#newsList_style_04_1595950245301 .newTitle.pad {
		display: none;
	}
}

/*pc*/
#newsList_style_04_1595950245301 li {
	width: 32%;
}

#newsList_style_04_1595950245301 li.sumary_list {
	margin-bottom: 2%;
}

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

	/*ipad*/
	#newsList_style_04_1595950245301 li {
		width: 32%;
	}

	#newsList_style_04_1595950245301 li.sumary_list {
		margin-bottom: 2%;
	}
}

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

	/*mobi*/
	#newsList_style_04_1595950245301 li {
		width: 49%;
	}

	#newsList_style_04_1595950245301 li.sumary_list {
		margin-bottom: 2%;
	}
}

@media screen and (min-width: 1025px) {}

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

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

/* Ã¦â€“Â°Ã¥Ë†â€ Ã©Â¡Âµ */
#newsList_style_04_1595950245301 .page_btn {
	font-size: 14px;
	text-align: center;
}

#newsList_style_04_1595950245301 .page_btn .all_page {
	display: inline-block;
	margin: 0 10px;
}

#newsList_style_04_1595950245301 .page:hover {
	background: red;
	color: white;
	cursor: pointer;
}

#newsList_style_04_1595950245301 .page_btn .cur {
	background: red;
	color: white;
	cursor: pointer;
}

#newsList_style_04_1595950245301 .submit_div {
	display: inline-block;
}

#newsList_style_04_1595950245301 .page_btn input {
	width: 50px;
	margin: 0 5px;
}

#newsList_style_04_1595950245301 .page_btn input:hover {
	cursor: default;
	background: white;
	color: #333;
}

#newsList_style_04_1595950245301 .page_submit {
	margin-left: 5px;
}

#newsList_style_04_1595950245301 .page {
	display: inline-block;
	border: none;
	background: white;
	text-align: center;
	width: auto;
	padding: 0 15px;
	margin: 0 .5px;
	height: auto;
	line-height: 35px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #e5e5e5;
}

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

	#newsList_style_04_1595950245301 .submit_div {
		display: none;
	}
}

#newsList_style_04_1595950245301 .page {
	width: auto;
	margin: 0 5px 10px 5px;
	border-radius: 5px;
}

@media screen and (max-width:640px) {
	#newsList_style_04_1595950245301 .page {
		line-height: 30px;
		padding: 0 13px;
	}
}

/*Ã¦â€“Â°Ã©â€”Â»Ã¥Ë†â€”Ã¨Â¡Â¨Ã¦Â Â·Ã¥Â¼Â*/
.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;
	overflow: hidden;
}

.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%;
	position: relative;
	z-index: 999;
}

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

.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 .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;
	border-bottom: 1px solid #eee;
}

.boxNewsListStyle_4 .sumary_list .newDetail span {
	display: block;
	margin-bottom: 6px;
	overflow: hidden;
}

.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 {
	display: inline-block;
	border: none;
	background: white;
	text-align: center;
	width: auto;
	padding: 0 15px;
	margin: 0 .5px;
	height: auto;
	line-height: 35px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #e5e5e5;
}

.boxNewsListStyle_4 .page_btn .cur {
	background: red;
	color: white;
	cursor: pointer;
}

.boxNewsListStyle_4 .page:hover {
	background: red;
	color: white;
	cursor: pointer;
}

@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_1595986482851 .newDetail.pc {
	display: block;
}

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

#newsList_style_04_1595986482851 .newTitle.pc {
	display: block;
}

#newsList_style_04_1595986482851 .newTitle.pad,
#newsList_style_04_1595986482851 .newTitle.mobile {
	display: none;
}

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

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

	#newsList_style_04_1595986482851 .newTitle.pad {
		display: block;
	}

	#newsList_style_04_1595986482851 .newTitle.pc,
	#newsList_style_04_1595986482851 .newTitle.mobile {
		display: none;
	}
}

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

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

	#newsList_style_04_1595986482851 .newTitle.mobile {
		display: block;
	}

	#newsList_style_04_1595986482851 .newTitle.pc,
	#newsList_style_04_1595986482851 .newTitle.pad {
		display: none;
	}
}

/*pc*/
#newsList_style_04_1595986482851 li {
	width: 32%;
}

#newsList_style_04_1595986482851 li.sumary_list {
	margin-bottom: 2%;
}

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

	/*ipad*/
	#newsList_style_04_1595986482851 li {
		width: 32%;
	}

	#newsList_style_04_1595986482851 li.sumary_list {
		margin-bottom: 2%;
	}
}

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

	/*mobi*/
	#newsList_style_04_1595986482851 li {
		width: 49%;
	}

	#newsList_style_04_1595986482851 li.sumary_list {
		margin-bottom: 2%;
	}
}

@media screen and (min-width: 1025px) {}

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

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

/* Ã¦â€“Â°Ã¥Ë†â€ Ã©Â¡Âµ */
#newsList_style_04_1595986482851 .page_btn {
	font-size: 14px;
	text-align: center;
}

#newsList_style_04_1595986482851 .page_btn .all_page {
	display: inline-block;
	margin: 0 10px;
}

#newsList_style_04_1595986482851 .page:hover {
	background: red;
	color: white;
	cursor: pointer;
}

#newsList_style_04_1595986482851 .page_btn .cur {
	background: red;
	color: white;
	cursor: pointer;
}

#newsList_style_04_1595986482851 .submit_div {
	display: inline-block;
}

#newsList_style_04_1595986482851 .page_btn input {
	width: 50px;
	margin: 0 5px;
}

#newsList_style_04_1595986482851 .page_btn input:hover {
	cursor: default;
	background: white;
	color: #333;
}

#newsList_style_04_1595986482851 .page_submit {
	margin-left: 5px;
}

#newsList_style_04_1595986482851 .page {
	display: inline-block;
	border: none;
	background: white;
	text-align: center;
	width: auto;
	padding: 0 15px;
	margin: 0 .5px;
	height: auto;
	line-height: 35px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #e5e5e5;
}

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

	#newsList_style_04_1595986482851 .submit_div {
		display: none;
	}
}

#newsList_style_04_1595986482851 .page {
	width: auto;
	margin: 0 5px 10px 5px;
	border-radius: 5px;
}

@media screen and (max-width:640px) {
	#newsList_style_04_1595986482851 .page {
		line-height: 30px;
		padding: 0 13px;
	}
}



#tab_style_03_1595949984655 #div_tab_style_03_1595949984655 .tab_right_arrow {
	display: none;
	width: 40px;
	height: 40px;
	opacity: 1;
	right: 10px;
}

#tab_style_03_1595949984655 #div_tab_style_03_1595949984655 .tab_left_arrow {
	display: none;
	width: 40px;
	height: 40px;
	opacity: 1;
	left: 10px;
}

#tab_style_03_1595949984655 #div_tab_style_03_1595949984655 .tab_img {
	display: none;
}

#tab_style_03_1595949984655 #div_tab_style_03_1595949984655 .tab_ul {
	text-align: center
}

#tab_style_03_1595949984655 #div_tab_style_03_1595949984655 .tab_nav {
	display: block !important;
	height: 72px;
}

#tab_style_03_1595949984655 #div_tab_style_03_1595949984655 .tab_box {
	height: calc(100% - 72px);
	top: 72px;
}

#tab_style_03_1595949984655 #div_tab_style_03_1595949984655 .tab_li {
	width: 233px;
}

#tab_style_03_1595949984655 #div_tab_style_03_1595949984655 .tab_img img {
	width: 30px;
	height: 30px;
}

#tab_style_03_1595949984655 .tab_ul.tab_ul_top,
#tab_style_03_1595949984655 .tab_ul.tab_ul_bottom {
	white-space: nowrap;
}

#tab_style_03_1595949984655 .layout_mask_showName {
	position: absolute;
	width: 100%;
	height: 80px;
	line-height: 80px;
	left: 0px;
	top: 50%;
	margin-top: -40px;
	text-align: center;
	color: rgba(142, 142, 142, 0.63);
	font-size: 30px;
}

@media screen and (max-width:640px) {
	::-webkit-scrollbar {
		width: 0px;
	}
}

.button_default01 {
	width: 100%;
	height: 40px;
	background: #fff;
	color: #000;
	box-sizing: border-box;
	border: 1px solid #000;
	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;
}

#button_style_01_1595987853460 .button_default .buttonImg {
	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) {
	#button_style_01_1595987853460 .button_default .buttonImg {
		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) {
	#button_style_01_1595987853460 .button_default .buttonImg {
		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_1596036242617 .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_1596036242617 .CompatibleImg img {
		width: 100%;
		height: 100%
	}
}

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

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

.blank_new05.blank_area {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.blank_new05 .roundcs {
	position: relative;

	border-bottom: none !important;
	border-right: none !important;
	border-left: none !important;
	border: 1px solid #1badf8;
}

.blank_new06.blank_area {
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.blank_new06 .roundcs {
	float: left;
	height: 100%;
	position: relative;
	border: 1px solid #1badf8;
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
}

#div_blank_new06_1588833175912 {
	width: auto !important;
}

.blank_new06.blank_area {
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.blank_new06 .roundcs {
	float: left;
	height: 100%;
	position: relative;
	border: 1px solid #1badf8;
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
}

#div_blank_new06_1588834903148 {
	width: auto !important;
}

.blank_new05.blank_area {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.blank_new05 .roundcs {
	position: relative;

	border-bottom: none !important;
	border-right: none !important;
	border-left: none !important;
	border: 1px solid #1badf8;
}

.blank_new05.blank_area {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.blank_new05 .roundcs {
	position: relative;

	border-bottom: none !important;
	border-right: none !important;
	border-left: none !important;
	border: 1px solid #1badf8;
}

.blank_new06.blank_area {
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.blank_new06 .roundcs {
	float: left;
	height: 100%;
	position: relative;
	border: 1px solid #1badf8;
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
}

#div_blank_new06_1588835562169 {
	width: auto !important;
}


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

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

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

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

.footerCustom_01 {
	width: 100%;
	position: relative;
}

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

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

.footerCustom_01 .dflex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footerCustom_01 .rflex {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	float: left\0;
	white-space: nowrap;
	overflow: hidden;
}

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

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

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

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

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

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

.footerCustom_01 .menuUl>li>a {
	background: rgba(0, 0, 0, 0.0);
	position: relative;
	text-decoration: none;
	font-size: 16px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	letter-spacing: normal;
	white-space: nowrap;
	color: #333d5f;
	line-height: 44px;
	padding: 0;
	padding: 0 1em\0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

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

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

.footerCustom_01 .menuUl02 {
	left: 50%;
	width: 100%;
}

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


.footerCustom_01 .menuUl02 .subMenu02 {
	position: relative;
	color: #333d5f;
	font-size: 14px;
	line-height: 28px;
}

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

.footerCustom_01 .menuUl02 .subMenu02>a .fa {
	float: right;
	padding-right: 6px;
	line-height: inherit;
}

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

.footerCustom_01 .menuUl02 .subMenu02:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.footerCustom_01 .menuUl02 .subMenu02:last-child {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.footerCustom_01 .menuUl03 {
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
}

.footerCustom_01 .menuUl03 .subMenu03 {
	line-height: 40px;
	margin-left: 10px;
}

.footerCustom_01 .menuUl03 .subMenu03>a {
	color: #17233d;
	background: #333d5f;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 15px;
}

.footerCustom_01 .menuUl03 .subMenu03:first-child a {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.footerCustom_01 .menuUl03 .subMenu03:last-child a {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.footerCustom_01 .rflex {
	position: relative;
}

.footerCustom_01 .maxWidth {
	margin: auto;
}

.footerCustom_01 .subBox {
	position: absolute;
	left: 0;
	width: 100%;
	background: rgba(238, 238, 238, 0.85);
	display: none;
}

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

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

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

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

.footerCustom_01 .subBox .subImgsbox {
	float: left;
	width: 440px;
	height: 160px;
}

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

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

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

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

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

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

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

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

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

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



#footerCustom_footerDh_01_1592796389045 .menuUl02 .subMenu02>a .fa {
	position: absolute;
	top: 0;
	right: 0;
}

/*pc*/
#footerCustom_footerDh_01_1592796389045 .footerCustom_01 .menuUl>li {
	min-width: calc(100% / 2);
	max-width: calc(100% / 2);
}

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

	/*pad*/
	#footerCustom_footerDh_01_1592796389045 .footerCustom_01 .menuUl>li {
		min-width: calc(100% / 2);
		max-width: calc(100% / 2);
	}
}

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

	/*mobi*/
	#footerCustom_footerDh_01_1592796389045 .footerCustom_01 .menuUl>li {
		min-width: calc(100% / 4);
		max-width: calc(100% / 4);
	}
}

.footerText_01 {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding-top: 5px;
	padding-bottom: 10px;
	background: #a2a3e9;
}

.footerText_01 .text_list {
	display: flex;
	flex-wrap: wrap;
}

.footerText_01 .conDiv {
	flex: 1;
	align-items: center;
}

.footerText_01 .conDiv .title_box a {
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.footerText_01 .conDiv .sub_title a {
	color: #fff;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media screen and (max-width:768px) {
	.footerText_01 .conDiv {
		width: 50%;
		min-width: 50%;
		max-width: 50%;
		float: left;
	}
}


/*pc*/
#footerCustom_textlist_01_1595986804345 .footerText_01 .conDiv {
	min-width: calc(100% / 1);
	max-width: calc(100% / 1);
}

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

	/*pad*/
	#footerCustom_textlist_01_1595986804345 .footerText_01 .conDiv {
		min-width: calc(100% / 1);
		max-width: calc(100% / 1);
	}
}

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

	/*mobi*/
	#footerCustom_textlist_01_1595986804345 .footerText_01 .conDiv {
		min-width: calc(100% / 4);
		max-width: calc(100% / 4);
	}
}

.blank_new01 {
	width: 100%;
	height: 100%;
}

.blank_new01 .roundcs {
	width: 100%;
	height: 100%;
	background: rgba(7, 126, 244, 0.7);
	box-sizing: border-box;
}

/* Ã¦Â¸â€¦Ã©â„¢Â¤Ã¦ÂµÂ®Ã¥Å Â¨ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1
}

.online-service-style01 {
	display: none
}

.online-service .wrapper {
	padding: 5px 0;
	background-color: #fff
}

.online-service .close,
.online-service .button {
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.online-service.right .button div {
	text-align: right;
	padding-right: 5px
}

.online-service.left .button div {
	text-align: left;
	padding-left: 5px
}

.online-service .header,
.online-service .footer {
	height: 25px;
	line-height: 25px;
	padding: 0 .5em;
}

.online-service .header {
	border-bottom: 1px solid #eee
}

.online-service .footer {
	border-top: 1px solid #eee;
	font-size: 12px
}

.online-service.right .footer {
	text-align: right
}

.online-service.left .footer {
	text-align: left
}

.online-service .content {
	padding: .5em 1em
}

.ol-qq-online .qq-btn {
	float: left;
	margin-right: .5em
}

.ol-qq-online .qq-btn img {
	float: left
}

.ol-qq-online {
	line-height: 25px
}

.ol-image img {
	width: 100%
}

/*----------------------Ã§â€ÂµÃ¨â€žâ€˜Ã¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
body>.online-service {
	display: block !important;
}

/*----------------------Ã¥Â¹Â³Ã¦ÂÂ¿Ã¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	body>.online-service {
		display: block !important;
	}
}

/*----------------------Ã¦â€°â€¹Ã¦Å“ÂºÃ¦ÂÂ¿Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â----------------------*/
@media screen and (max-width:640px) {
	body>.online-service {
		display: none !important;
	}
}




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

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

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

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

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

.bottomMenu ul li .menuIco img {
	width: 100%;
	height: 100%;
	padding: 2px 1px 0;
	box-sizing: border-box;
}

.bottomMenu ul li .menuName {
	font-size: 12px;
	white-space: nowrap;
	margin: auto;
	text-align: center;
	color: #666666;
	line-height: 1;
	font-family: Microsoft YaHei;
}

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

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

@media screen and (max-width:767px) {
	.bottomMenu {
		display: block;
	}

	body {
		padding-bottom: 55px !important;
	}
}
