﻿
/**
    *编辑器         \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;
}
.mcss{ display: none;}
input,textarea {outline: none}
.rslides {position: relative;list-style: none;overflow: hidden;width: 100%;padding: 0;margin: 0;}
.rslides li {-webkit-backface-visibility: hidden;position: absolute;display: none;width: 100%;left: 0;top: 0;}
.rslides li:first-child {position: relative;display: block;float: left;}
.rslides img {display: block;height: auto;float: left;width: 100%;border: 0;}
.slide_container {position: relative;width: 100%; z-index:0;}
.slide {position: relative;list-style: none;overflow: hidden;width: 100%;padding: 0;margin: 0;}
.slide li {position: absolute;width: 100%;left: 0;top: 0;}
.slide img {display: block;position: relative;z-index: 1;height: auto;width: 100%;border: 0;}
.slide .caption {display: block;position: absolute;z-index: 2;font-size: 20px;text-shadow: none;color: #fff;background: #000;background: rgba(0,0,0, .8);left: 0;right: 0;bottom: 0;padding: 10px 20px;margin: 0;max-width: none;}
.slide_nav {position: absolute;-webkit-tap-highlight-color: rgba(0,0,0,0);top: 52%;left: 0;opacity: 0.7;z-index: 3;text-indent: -9999px;overflow: hidden;text-decoration: none;height: 61px;width: 38px;background: transparent url("../images/themes.gif") no-repeat left top;margin-top: -45px;}
.slide_nav:active {opacity: 1.0;}
.slide_nav.next {left: auto;background-position: right top;right: 0;}
body {
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	overflow-x: hidden;
}
li {
    list-style-type: none;
}
/*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, "";
	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;
    /*添加后，模块的内边距和边框不会再溢出*/
}
.heard1 .view_contents{ padding: 20px 0;}
#layout_1543196389638  .view_contents{ padding: 20px 0 0 0 ;}
.layout {
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	z-index: 1;
}
.layout > .view_contents { /*overflow: visible;*/
	cursor: default;
}
/*流布局*/
.flow .view_contents > .view {
	float: left;
}
.clear {
	clear: both;
}
/*苹果去除样式*/
select, input[type='button'], input[type="reset"], input[type='submit'], input[type='text'], input[type="password"], input[name='query'], input[name='d'] {
	-webkit-appearance: none;
	border-radius: 0px
}
input:focus {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-modify: read-write-plaintext-only;
}
/*模块分页*/
.page_btn {
	clear: both;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}
.page_btn a {
	display: inline-block;
	color: #333;
	box-sizing: border-box;
	margin: 0 5px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #ccc;
	font-family: 'microsoft YaHei';
}
.page_btn a.cur, .page_btn a:hover {
	border: 1px solid #4c4c4c;
}
.prev_btn, .next_btn {
	font-family: '黑体' !important;
	border: 0 !important;
}
.no_page {
	border: 0 !important;
}
@media screen and (max-width:768px) {
/*分页*/
.page_btn a:nth-child(n+5) {
	display: none;
}
.page_btn a:nth-last-child(1), .page_btn a:nth-last-child(2), .page_btn a:nth-last-child(3) {
	display: inline-block !important;
}
}
/*图片放大样式*/
.imgBox {
	position: fixed;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.imgBox img {
	position: absolute;
	width: auto;
	max-width: 80%; /*max-height: 65%;*/
	border: 20px solid #fff;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.imgBox.scroll {
	overflow-y: scroll;
	overflow-x: hidden;
}
.imgBox.scroll::-webkit-scrollbar {
width: 6px;
height: 6px;
background: rgba(0,0,0,.05);
}
.imgBox.scroll::-webkit-scrollbar {
width: 6px;
height: 6px;
background: rgba(0,0,0,.02);
}
.imgBox.scroll::-webkit-scrollbar-button {
background: #f7f7f7;
height: 0;
}
.imgBox.scroll::-webkit-scrollbar-corner {
background: rgba(0,0,0,.05);
}
.imgBox.scroll::-webkit-scrollbar-thumb {
background: rgba(255,255,255,.7);
border-radius: 3px;
}
.imgBox.scroll img {
	top: 5%;
	margin-bottom: 5%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
}
.pos_fixed {
	position: fixed;
	width: 100%;
}
.imageButton {
	position: fixed;
	bottom: 15%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.imageButton span {
	display: inline-block;
	cursor: pointer;
	box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
.imageButton span:hover {
	opacity: .8;
}
.imageButton span.closeShowPic {
	font-size: 40px;
	border-radius: 100%;
	font-family: serif;
	line-height: 1;
	background-color: #fff;
	padding: .2em;
	text-align: center;
}
@media screen and (max-width: 768px) {/*mobi*/
.imgBox img {
	border-width: 10px;
}
.imgBox.scroll img {
	top: 5%;
	margin-bottom: 10vh;
}
}
.jurisdiction_mask {
	top: 0;
	left: 0;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0,0.5);
	z-index: 2147483647;
	display: none;
}
.jurisdiction_tips {
	width: 400px;
	background: #ffffff;
	position: absolute;
	left: 50%;
	top: 45%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 23px 20px;
	box-sizing: border-box;
	text-align: center;
}
.jurisdiction_tips img {
	display: block;
	margin: 0 auto;
}
.jurisdiction_tips h3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 40px;
	color: #575757;
	text-align: center;
	margin: 5px 0 0;
}
.jurisdiction_tips p {
	color: #999;
	font-size: 16px;
	text-align: center;
	font-weight: 300;
	margin: 0;
}
.jurisdiction_tips button {
	color: #fff;
	font-size: 12px;
	padding: 10px 0;
	margin: 10px 3px 0;
	background-color: #aaa;
	cursor: pointer;
	display: inline-block;
	box-sizing: border-box;
	border: none;
	outline: none !important;
	width: 98px;
}
.jurisdiction_tips .jurisdiction_login {
	background: #ff0099;
}
.jurisdiction_tips button:hover {
	opacity: 0.8;
}
.jurisdiction_tips_mobile {
	display: none;
}
 @media screen and (max-width: 450px) {
.jurisdiction_tips {
	width: 80%;
	padding: 20px 15px;
}
.jurisdiction_tips p {
	display: none;
}
.jurisdiction_tips .jurisdiction_tips_mobile {
	display: block;
}
.jurisdiction_tips img {
	width: 60px;
}
.jurisdiction_tips h3 {
	font-size: 16px;
}
.jurisdiction_tips p {
	font-size: 14px;
}
.jurisdiction_tips button {
	margin-top: 12px;
	padding: 8px 0;
}
}
body {
	background-position: left top;
}
#div_blank_1494315315207 {
	width: 100%;
	height: 50px;
	position: absolute;
	top: 95px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#div_blank_1494315315207 {
}
}
@media screen and (max-width:640px) {
#div_blank_1494315315207 {
	width: 78.94736842105263%;
	height: 200px;
	top: 392px;
	left: 10.526315789473685%;
	display: none;
}
}
#div_blank_1494315315207 > .view_contents {
	overflow: visible;
}
#div_blank_1494315315207 {
	box-sizing: border-box;
	background: #191919;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#div_blank_1494315315207 {
	box-sizing: border-box;
}
}
@media screen and (max-width:640px) {
#div_blank_1494315315207 {
	box-sizing: border-box;
}
}
#text_default_1494315609609 {
	width: 33.33333333333333%;
	height: 54px;
	position: absolute;
	top: 28px;
	left: 66.66666666666666%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_default_1494315609609 {
	top: 28px;
	left: 45.17497348886532%;
	width: 515px;
}
}
@media screen and (max-width:640px) {
#text_default_1494315609609 {
	width: 100%;
	height: 300px;
	top: 264px;
	left: 0%;
	display: none;
}
}
#image_logo_1494315509240 {
	width: 17.916666666666668%;
	height: 37px;
	position: absolute;
	top: 27px;
	left: 0%;
	display: none;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_logo_1494315509240 {
	left: 0%;
	width: 15.333333333333332%;
	top: 27px;
	display: none;
}
}
@media screen and (max-width:640px) {
#image_logo_1494315509240 {
	width: 156px;
	height: 36px;
	top: 71px;
	left: 0%;
	display: none;
}
}
#image_logo_1560133924436 {
	width: 500px;/*height:54px;*/
	position: absolute;
	left: 0%;
	top: 10px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_logo_1560133924436 {
	left: 0%;
	width: 291px;
	top: 22px;
}
}
@media screen and (max-width:640px) {
#image_logo_1560133924436 {
	width: 219px;
	height: 47px;
	top: 8px;
	left: 2%;
}
}
#dh_style_01_1494315356816 {
	width: 100%;
	z-index: 999;
	position: absolute;
	top: 95px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#dh_style_01_1494315356816 {
	z-index: 999;
}
}
@media screen and (max-width:640px) {
#dh_style_01_1494315356816 {
	width: 11.733333333333333%;
	z-index: 999;
	top: 4.5px;
	left: 88.26666666666667%;
}
}
#dh_style_01_1494315356816 > .view_contents {
	overflow: visible;
}
#dh_style_01_1494315356816 .mainMenuSet {
	line-height: 50px;
	height: 50px;
	color: #ffffff;
}
#dh_style_01_1494315356816 .columnSet {
	line-height: 50px;
	height: 50px;
}
#dh_style_01_1494315356816 #hot>a {
	color: #ffffff;
	background: #235ad9;
}
#dh_style_01_1494315356816 .subMenuSet:hover {
	background: #235ad9;
}
#dh_style_01_1494315356816 .mainMenuSet:hover {
	background: #235ad9;
}
@media screen and (max-width:640px) {
#dh_style_01_1494315356816 .mainMenuSet {
	color: #ffffff;
	padding-left: 10px;
}
}
@media screen and (max-width:640px) {
#dh_style_01_1494315356816:hover {
}
}
@media screen and (max-width:640px) {
#dh_style_01_1494315356816 .mainMenuSet:hover {
	color: #ffffff;
	padding-left: 10px;
}
}
@media screen and (max-width:640px) {
#dh_style_01_1494315356816 #hot>a {
	color: #ffffff;
	background: transparent;
	padding-left: 10px;
}
}
@media screen and (max-width:640px) {
#dh_style_01_1494315356816 #hot>a:hover {
}
}
@media screen and (max-width:640px) {
#dh_style_01_1494315356816 .columnSet {
}
}
#div_includeBlock_1494315452764 {
	width: 1200px;
	height: 145px;
	position: absolute;
	top: 0px;
	left: calc(50% - 600px);
}
@media screen and (min-width:641px) and (max-width:1200px) {
#div_includeBlock_1494315452764 {
	width: 100%;
	left: 0%;
	height: 145px;
}
}
@media screen and (max-width:640px) {
#div_includeBlock_1494315452764 {
	width: 100%;
	height: 59px;
	top: 0px;
	left: 0%;
}
}
#comm_layout_header {
	height: 145px;
	z-index: 2;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#comm_layout_header {
	height: 145px;
	z-index: 999;
}
}
@media screen and (max-width:640px) {
#comm_layout_header {
	height: 59px;
	z-index: 10;
}
}
#comm_layout_header > .view_contents {
	overflow: visible;
}
#div_blank_1543201735534 {
	width: 2880px;
	height: 500px;
	position: absolute;
	top: -1px;
	left: calc(50% - 1440px);
	z-index: 6;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#div_blank_1543201735534 {
	left: 39.183457051961824%;
	top: 272.5px;
	height: 11px;
}
}
@media screen and (max-width:640px) {
#div_blank_1543201735534 {
	width: 140px;
	height: 5px;
	top: 100px;
	left: calc(50% - 70px);
}
}
#div_blank_1543201735534 > .view_contents {
	overflow: visible;
}
#div_blank_1543201735534 {
	box-sizing: border-box;
	background: rgba(0,0,0,0.3);
}
@media screen and (min-width:641px) and (max-width:1200px) {
#div_blank_1543201735534 {
	box-sizing: border-box;
}
}
@media screen and (max-width:640px) {
#div_blank_1543201735534 {
	box-sizing: border-box;
}
}
#text_style_01_1543201508164 {
	width: 60.25%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 155px;
	left: 19.875%;
	z-index: 9;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543201508164 {
	left: 14.133333333333333%;
	top: 146px;
	width: 71.73333333333333%;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543201508164 {
	width: 99.89166666666667%;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 136px;
	left: 0%;
}
}
#text_style_01_1543201508164>.view_contents {
	color: #ffffff;
	font-size: 36px;
	font-weight: normal;
	text-align: center;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543201508164>.view_contents {
	font-size: 38px;
	text-align: center;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543201508164>.view_contents {
	font-size: 20px;
	text-align: center;
}
}
#text_style_01_1543201443004 {
	width: 49.666666666666664%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 65px;
	left: 25.166666666666668%;
	z-index: 8;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543201443004 {
	width: 48.266666666666666%;
	left: 25.866666666666667%;
	top: 53.5px;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543201443004 {
	width: 99.46666666666667%;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 86px;
	left: 0.26666666666666666%;
	display: block;
}
}
#text_style_01_1543201443004>.view_contents {
	color: #ffffff;
	font-size: 45px;
	font-weight: bold;
	text-align: center;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543201443004>.view_contents {
	font-size: 54px;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543201443004>.view_contents {
	font-size: 24px;
	text-align: center;
}
}
#div_a_includeBlock_1560133320709 {
	width: 1200px;
	height: 302px;
	position: absolute;
	top: 8%;
	left: calc(50% - 600px);
	z-index: 7;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#div_a_includeBlock_1560133320709 {
	left: calc(50% - 600px);
	height: 260px;
	top: 71px;
}
}
@media screen and (max-width:640px) {
#div_a_includeBlock_1560133320709 {
	width: 100%;
	height: 260px;
	top: 0px;
	left: 0%;
}
}
#div_blank_1560137172424 {
	width: 2880px;
	height: 500px;
	position: absolute;
	top: -1px;
	left: calc(50% - 1440px);
	z-index: 6;
	display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#div_blank_1560137172424 {
	left: calc(50% - 1440px);
	top: 0px;
	height: 400px;
	display: block;
}
}
@media screen and (max-width:640px) {
#div_blank_1560137172424 {
	width: 140px;
	height: 5px;
	top: 100px;
	left: calc(50% - 70px);
	display: block;
}
}
#div_blank_1560137172424 > .view_contents {
	overflow: visible;
}
#div_blank_1560137172424 {
	box-sizing: border-box;
	background: rgba(0,0,0,0.3);
}
@media screen and (min-width:641px) and (max-width:1200px) {
#div_blank_1560137172424 {
	box-sizing: border-box;
}
}
@media screen and (max-width:640px) {
#div_blank_1560137172424 {
	box-sizing: border-box;
}
}
#layout_1494315263356 {
	height: 499px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#layout_1494315263356 {
	height: 401px;
}
}
@media screen and (max-width:640px) {
#layout_1494315263356 {
	height: 260px;
	display: block;
}
}
#layout_1494315263356 > .view_contents {
	overflow: visible;
}
#layout_1494315263356 {
	background: url(../images/123.jpg);
	background-position: 50% 50% !important;
	background-repeat: repeat-x!important;
	background-size: 100% auto;
}
@media screen and (max-width:640px) {
#layout_1494315263356 {
	background-size: auto 100%;
}
}
@media screen and (min-width:641px) and (max-width:1200px) {
#layout_1494315263356 {
	background-repeat: no-repeat!important;
	background-position: 50% 50% !important;
	background-size: auto 100%;
}
}
#image_style_12_1543196398400 {
	width: 100%;
	position: absolute;
	
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_12_1543196398400 {
	top: 32.899993896484375px;
	left: 0%;
}
}
@media screen and (max-width:640px) {
#image_style_12_1543196398400 {
	width: 96%;
	top: 23px;
	left: 1.9801980198019802%;
}
}
#image_style_12_1543196398400 > .view_contents {
	overflow: visible;
}
#image_style_12_1543196398400 .titleSet {
	font-size: 16px;
}
#image_style_12_1543196398400 .detailSet {
	margin-left: 38px;
	margin-right: 38px;
}
@media screen and (max-width:640px) {
#image_style_12_1543196398400 .detailSet {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}
}
@media screen and (max-width:640px) {
#image_style_12_1543196398400 .titleSet {
	margin-top: 0px;
}
}
#layout_1543196389638 {
	height: 211px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#layout_1543196389638 {
}
}
@media screen and (max-width:640px) {
#layout_1543196389638 {
	height: 500px;
}
}
#layout_1543196389638 > .view_contents {
	overflow: visible;
	max-width: 1200px;
}
#text_style_01_1543197318330 {
	width: 30.833333333333336%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 80.28334045410156px;
	left: 34.583333333333336%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543197318330 {
	top: 53.28334045410156px;
	left: 34.582891696836896%;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543197318330 {
	width: 96%;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 17px;
	left: 1.9967006771477929%;
}
}
#text_style_01_1543197318330>.view_contents {
	text-align: center;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
}
@media screen and (max-width:640px) {
#text_style_01_1543197318330>.view_contents {
	font-size: 18px;
}
}
#text_style_01_1543197370868 {
	width: 60%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 142.2833251953125px;
	left: 22.666667%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543197370868 {
	top: 115.2833251953125px;
	left: 20%;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543197370868 {
	width: 70.95709570957096%;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 50px;
	left: 14.521452145214523%;
}
}
#text_style_01_1543197370868>.view_contents {
	text-align: center;
	color: #ffffff;
	font-size: 18px;
}
@media screen and (max-width:640px) {
#text_style_01_1543197370868>.view_contents {
	font-size: 12px; background:#224ebb; padding-bottom:2px;
}
}
#text_style_01_1543198257866 {
	width: 88.66279069767442%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 63.2833251953125px;
	left: 11.337209302325581%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543198257866 {
	left: 10%;
	top: 50px;
	width: 211px;
	height: 100px;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543198257866 {
	width: 96%;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 109px;
	left: 2%;
}
}
#text_style_01_1543198257866>.view_contents {
	color: #ffffff;
	font-size: 16px;
	text-align: right;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543198257866>.view_contents {
	font-size: 14px;
}
}
#image_style_01_1543198343934 {
	width: 16.569767441860463%;
	height: 57px;
	position: absolute;
	top: 0px;
	left: 83.43023255813954%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543198343934 {
	height: 50px;
	width: 39px;
}
}
@media screen and (max-width:640px) {
#image_style_01_1543198343934 {
	width: 79px;
	height: 57px;
	top: 0px;
	left: 39.11845730027548%;
}
}
#image_style_01_1543198343934 > .view_contents {
	overflow: visible;
}
#text_style_01_1543198270134 {
	width:46.662791%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 10.5px;
	left:34.2%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543198270134 {
	width: 50px;
	left: 60.88318784012754%;
	top: 1px;
	height: 36px;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543198270134 {
	width: 96%;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 67px;
	left: 2%;
}
}
#text_style_01_1543198270134>.view_contents {
	color: #ffffff;
	font-size: 20px;
	text-align: right;
}
#div_a_includeBlock_1543198514122 {
	width: 28.666666666666668%;
	height: 300px;
	position: absolute;
	top: 259px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#div_a_includeBlock_1543198514122 {
	height: 149px;
	top: 231px;
	left: 0.03357904460498409%;
	width: 234px;
}
}
@media screen and (max-width:640px) {
#div_a_includeBlock_1543198514122 {
	width: 100%;
	height: 160px;
	top: 126px;
	left: 0%;
	display: none;
}
}
#text_style_01_1543198906198 {
	width: 88.66279069767442%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 63.2833251953125px;
	left: 11.337209302325581%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543198906198 {
	width: 211px;
	height: 86px;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543198906198 {
	width: 96%;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 109px;
	left: 2%;
}
}
#text_style_01_1543198906198>.view_contents {
	color: #ffffff;
	font-size: 16px;
	text-align: right;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543198906198>.view_contents {
	font-size: 14px;
}
}
#image_style_01_1543198906220 {
	width: 16.569767441860463%;
	height: 57px;
	position: absolute;
	top: 0px;
	left: 83.43023255813954%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543198906220 {
}
}
@media screen and (max-width:640px) {
#image_style_01_1543198906220 {
	width: 79px;
	height: 57px;
	top: 0px;
	left: 39.11845730027548%;
}
}
#image_style_01_1543198906220 > .view_contents {
	overflow: visible;
}
#text_style_01_1543198906230 {
	width: 13.662790697674417%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 10.5px;
	left: 63.22674418604651%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543198906230 {
	width: 50px;
	left: 62.18660794771635%;
	height: 36px;
	top: 0px;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543198906230 {
	width: 96%;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 67px;
	left: 2%;
}
}
#text_style_01_1543198906230>.view_contents {
	color: #ffffff;
	font-size: 20px;
	text-align: center;
}
#div_a_includeBlock_1543198905870 {
	width: 28.666666666666668%;
	height: 174px;
	position: absolute;
	top: 570px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#div_a_includeBlock_1543198905870 {
	height: 149.2833251953125px;
	width: 234px;
	top: 413px;
	left: 0%;
}
}
@media screen and (max-width:640px) {
#div_a_includeBlock_1543198905870 {
	width: 100%;
	height: 160px;
	top: 466px;
	left: 0%;
	display: none;
}
}
#text_style_01_1543198933494 {
	width: 88.66279069767442%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 63.2833251953125px;
	left: 11.337209302325581%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543198933494 {
	width: 211px;
	height: 86px;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543198933494 {
	width: 96%;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 109px;
	left: 2%;
}
}
#text_style_01_1543198933494>.view_contents {
	color: #ffffff;
	font-size: 16px;
	text-align: right;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543198933494>.view_contents {
	font-size: 14px;
}
}
#image_style_01_1543198933512 {
	width: 16.569767441860463%;
	height: 57px;
	position: absolute;
	top: 0px;
	left: 83.43023255813954%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543198933512 {
}
}
@media screen and (max-width:640px) {
#image_style_01_1543198933512 {
	width: 79px;
	height: 57px;
	top: 0px;
	left: 39.11845730027548%;
}
}
#image_style_01_1543198933512 > .view_contents {
	overflow: visible;
}
#text_style_01_1543198933518 {
	width: 13.662790697674417%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 10.5px;
	left: 63.22674418604651%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543198933518 {
	width: 50px;
	left: 60.8%;
	height: 36px;
	top: 0px;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543198933518 {
	width: 96%;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 67px;
	left: 2%;
}
}
#text_style_01_1543198933518>.view_contents {
	color: #ffffff;
	font-size: 20px;
	text-align: center;
}
#div_a_includeBlock_1543198933214 {
	width: 28.666666666666668%;
	height: 124px;
	position: absolute;
	top: 619px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#div_a_includeBlock_1543198933214 {
	height: 149.2833251953125px;
	width: 234px;
	top: 594px;
	left: 0%;
}
}
@media screen and (max-width:640px) {
#div_a_includeBlock_1543198933214 {
	width: 100%;
	height: 160px;
	top: 806px;
	left: 0%;
	display: none;
}
}
#text_style_01_1543199028106 {
	width: 88.66279069767442%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 63.2833251953125px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543199028106 {
	width: 211px;
	height: 86px;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543199028106 {
	width: 96%;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 109px;
	left: 2%;
}
}
#text_style_01_1543199028106>.view_contents {
	color: #ffffff;
	font-size: 16px;
	text-align: left;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543199028106>.view_contents {
	font-size: 14px;
}
}
#image_style_01_1543199028128 {
	width: 16.569767441860463%;
	height: 57px;
	position: absolute;
	top: 0px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543199028128 {
	width: 39px;
	height: 50px;
}
}
@media screen and (max-width:640px) {
#image_style_01_1543199028128 {
	width: 79px;
	height: 57px;
	top: 0px;
	left: 39.11845730027548%;
}
}
#image_style_01_1543199028128 > .view_contents {
	overflow: visible;
}
#text_style_01_1543199028138 {
	width:53.662791%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 10.5px;
	left: 19.709302%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543199028138 {
	width: 50px;
	height: 36px;
	left: 20.847574869791664%;
	top: 0px;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543199028138 {
	width: 96%;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 67px;
	left: 2%;
}
}
#text_style_01_1543199028138>.view_contents {
	color: #ffffff;
	font-size: 20px;
	text-align: left;
}
#div_a_includeBlock_1543199027806 {
	width: 28.666666666666668%;
	height: 124px;
	position: absolute;
	top: 259px;
	left: 71.33333333333334%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#div_a_includeBlock_1543199027806 {
	height: 149.2833251953125px;
	width: 234px;
	top: 231px;
	left: calc(100% - 234px);
}
}
@media screen and (max-width:640px) {
#div_a_includeBlock_1543199027806 {
	width: 100%;
	height: 160px;
	top: 296px;
	left: 0%;
	display: none;
}
}
#text_style_01_1543199325420 {
	width: 88.66279069767442%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 63.2833251953125px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543199325420 {
	width: 211px;
	height: 86px;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543199325420 {
	width: 96%;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 109px;
	left: 2%;
}
}
#text_style_01_1543199325420>.view_contents {
	color: #ffffff;
	font-size: 16px;
	text-align: left;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543199325420>.view_contents {
	font-size: 14px;
}
}
#image_style_01_1543199325440 {
	width: 16.569767441860463%;
	height: 57px;
	position: absolute;
	top: 0px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543199325440 {
	width: 39px;
	height: 50px;
}
}
@media screen and (max-width:640px) {
#image_style_01_1543199325440 {
	width: 79px;
	height: 57px;
	top: 0px;
	left: 39.11845730027548%;
}
}
#image_style_01_1543199325440 > .view_contents {
	overflow: visible;
}
#text_style_01_1543199325448 {
	width: 13.662790697674417%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 10.5px;
	left: 24.709302325581394%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543199325448 {
	width: 50px;
	height: 36px;
	top: 0px;
	left: 20.8%;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543199325448 {
	width: 96%;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 67px;
	left: 2%;
}
}
#text_style_01_1543199325448>.view_contents {
	color: #ffffff;
	font-size: 20px;
	text-align: center;
}
#div_a_includeBlock_1543199325134 {
	width: 28.666666666666668%;
	height: 124px;
	position: absolute;
	top: 437px;
	left: 71.33333333333334%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#div_a_includeBlock_1543199325134 {
	height: 149.2833251953125px;
	width: 234px;
	left: 75.18557794273595%;
	top: 413px;
}
}
@media screen and (max-width:640px) {
#div_a_includeBlock_1543199325134 {
	width: 100%;
	height: 160px;
	top: 636px;
	left: 0%;
	display: none;
}
}
#text_style_01_1543199333378 {
	width: 88.66279069767442%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 63.2833251953125px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543199333378 {
	width: 211px;
	height: 86px;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543199333378 {
	width: 96%;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 109px;
	left: 2%;
}
}
#text_style_01_1543199333378>.view_contents {
	color: #ffffff;
	font-size: 16px;
	text-align: left;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543199333378>.view_contents {
	font-size: 14px;
}
}
#image_style_01_1543199333396 {
	width: 16.86046511627907%;
	height: 57px;
	position: absolute;
	top: 0px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543199333396 {
	width: 39px;
	height: 50px;
}
}
@media screen and (max-width:640px) {
#image_style_01_1543199333396 {
	width: 79px;
	height: 57px;
	top: 0px;
	left: 39.11845730027548%;
}
}
#image_style_01_1543199333396 > .view_contents {
	overflow: visible;
}
#text_style_01_1543199333406 {
	width: 13.662790697674417%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 10.5px;
	left: 24.709302325581394%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543199333406 {
	width: 50px;
	height: 36px;
	top: 0px;
	left: 20.8%;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543199333406 {
	width: 96%;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 67px;
	left: 2%;
}
}
#text_style_01_1543199333406>.view_contents {
	color: #ffffff;
	font-size: 20px;
	text-align: center;
}
#div_a_includeBlock_1543199333146 {
	width: 28.666666666666668%;
	height: 175px;
	position: absolute;
	top: 619px;
	left: 71.33333333333334%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#div_a_includeBlock_1543199333146 {
	height: 149.2833251953125px;
	width: 234px;
	left: 75.18557794273595%;
	top: 594px;
}
}
@media screen and (max-width:640px) {
#div_a_includeBlock_1543199333146 {
	width: 100%;
	height: 160px;
	top: 976px;
	left: 0%;
	display: none;
}
}
#layout_1543197072950 {
	height: 830px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#layout_1543197072950 {
	height: 768px;
}
}
@media screen and (max-width:640px) {
#layout_1543197072950 {
	height: 356px;
}
.mcss{ display:block;}
.mcss img{ width:100%; display:block; margin:0px auto; padding-top:34%;}
}
#layout_1543197072950 > .view_contents {
	overflow: visible;
	max-width: 1200px;
}
#layout_1543197072950 {
	background: url(../images/000.jpg);
	background-position: 50% 50% !important;
	background-repeat: repeat-x!important;
	background-size: auto 100%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#layout_1543197072950 {
	background-position: 50% 50% !important;
	background-repeat: no-repeat!important;
	background-size: cover;
}
}
@media screen and (max-width:640px) {
#layout_1543197072950 {
	background-repeat: no-repeat!important;
	background-size: auto 100%;
	background-position: 50% 50% !important;
}
}
#image_style_01_1543199904166 {
	width: 538px;
	height: 36px;
	position: absolute;
	top:120px;
	left: 4.333333333333334%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543199904166 {
	width: 495px;
	height: 36px;
}
}
@media screen and (max-width:640px) {
#image_style_01_1543199904166 {
	width: 297px;
	height: 20px;
	top: 203px;
	left: calc(50% - 148.5px);
}
}
#image_style_01_1543199904166 > .view_contents {
	overflow: visible;
}
#text_style_01_1543199960268 {
	width: 30.833333333333336%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 89.2833251953125px;
	left: 4.333333333333334%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543199960268 {
}
}
@media screen and (max-width:640px) {
#text_style_01_1543199960268 {
	width: 96%;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 12px;
	left: 1.9801980198019802%;
}
}
#text_style_01_1543199960268>.view_contents {
	font-size: 28px;
}
@media screen and (max-width:640px) {
#text_style_01_1543199960268>.view_contents {
	font-size: 18px;
	text-align: center;
}
}
#image_style_01_1543199993786 {
	width: 44.83333333333333%;
	height: 36px;
	position: absolute;
	top:176px;
	left: 4.333333333333334%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543199993786 {
	width: 495px;
	height: 36px;
}
}
@media screen and (max-width:640px) {
#image_style_01_1543199993786 {
	width: 297px;
	height: 20px;
	top: 235px;
	left: calc(50% - 148.5px);
}
}
#image_style_01_1543199993786 > .view_contents {
	overflow: visible;
}
#image_style_01_1543199998412 {
	width: 44.83333333333333%;
	height: 36px;
	position: absolute;
	top:232px;
	left: 4.333333333333334%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543199998412 {
	width: 495px;
	height: 36px;
}
}
@media screen and (max-width:640px) {
#image_style_01_1543199998412 {
	width: 297px;
	height: 20px;
	top: 268px;
	left: calc(50% - 148.5px);
}
}
#image_style_01_1543199998412 > .view_contents {
	overflow: visible;
}
#image_style_01_1543200002890 {
	width: 44.83333333333333%;
	height: 36px;
	position: absolute;
	top:251.283325px;
	left: 4.333333333333334%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543200002890 {
	width: 495px;
	height: 36px;
}
}
@media screen and (max-width:640px) {
#image_style_01_1543200002890 {
	width: 297px;
	height: 20px;
	top: 301px;
	left: calc(50% - 148.5px);
}
}
#image_style_01_1543200002890 > .view_contents {
	overflow: visible;
}


#image_style_01_1543200002890 {
	width: 44.83333333333333%;
	height: 36px;
	position: absolute;
	top:288px;
	left: 4.333333333333334%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543200002890 {
	width: 495px;
	height: 36px;
}
}
@media screen and (max-width:640px) {
#image_style_01_1543200002890 {
	width: 297px;
	height: 20px;
	top: 301px;
	left: calc(50% - 148.5px);
}
}
#image_style_01_1543200002890 > .view_contents {
	overflow: visible;
}










#image_style_01_1543200002850 {
	width: 44.83333333333333%;
	height: 36px;
	position: absolute;
	top:251.283325px;
	left: 4.333333333333334%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543200002850 {
	width: 495px;
	height: 36px;
}
}
@media screen and (max-width:640px) {
#image_style_01_1543200002850 {
	width: 297px;
	height: 20px;
	top: 301px;
	left: calc(50% - 148.5px);
}
}
#image_style_01_1543200002850 > .view_contents {
	overflow: visible;
}


#image_style_01_1543200002850 {
	width: 44.83333333333333%;
	height: 36px;
	position: absolute;
	top:337.283325px;
	left: 4.333333333333334%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543200002850 {
	width: 495px;
	height: 36px;
}
}
@media screen and (max-width:640px) {
#image_style_01_1543200002850 {
	width: 297px;
	height: 20px;
	top: 301px;
	left: calc(50% - 148.5px);
}
}
#image_style_01_1543200002850 > .view_contents {
	overflow: visible;
}













#image_style_01_1543200002870 {
	width: 44.83333333333333%;
	height: 36px;
	position: absolute;
	top:251.283325px;
	left: 4.333333333333334%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543200002870 {
	width: 495px;
	height: 36px;
}
}
@media screen and (max-width:640px) {
#image_style_01_1543200002870 {
	width: 297px;
	height: 20px;
	top: 301px;
	left: calc(50% - 148.5px);
}
}
#image_style_01_1543200002870 > .view_contents {
	overflow: visible;
}


#image_style_01_1543200002870 {
	width: 44.83333333333333%;
	height: 36px;
	position: absolute;
	top:404.083325px;
	left: 4.333333333333334%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543200002870 {
	width: 495px;
	height: 36px;
}
}
@media screen and (max-width:640px) {
#image_style_01_1543200002870 {
	width: 297px;
	height: 20px;
	top: 301px;
	left: calc(50% - 148.5px);
}
}
#image_style_01_1543200002870 > .view_contents {
	overflow: visible;
}










#text_style_01_1543200159258 {
	width: 135px;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 374.2833251953125px;
	left: 60.375%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543200159258 {
	top: 85%;
	left: 63.340401674758084%;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543200159258 {
	width: 20%;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 333.99998474121094px;
	left: 40%;
	height: 35px;
}
}
#text_style_01_1543200159258>.view_contents {
	text-align: center;
	background: #235ad9;
	color: #ffffff;
	line-height: 35px;
	height: 35px;
}
@media screen and (max-width:640px) {
#text_style_01_1543200159258>.view_contents {
	line-height: 20px;
	height: 20px;
}
}
#text_style_01_1543200307354 {
	width:45%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 120px;
	left: 55%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543200307354 {
	top: 175.2833251953125px;
	left: 63.340401674758084%;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543200307354 {
	width: 89.43894389438944%;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 81px;
	left: 5.2805280528052805%;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543200307354>.view_contents {
	text-align: center;
}
}
#text_style_01_1543200317450 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 50px;
	left: 4.333333333333%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543200317450 {
	top: 98.2833251953125px;
	left: 63.340401674758084%;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543200317450 {
	width: 96%;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 42px;
	left: 1.9967006771477929%;
}
}
#text_style_01_1543200317450>.view_contents {
	font-size: 28px;
}
@media screen and (max-width:640px) {
#text_style_01_1543200317450>.view_contents {
	font-size: 14px;
	text-align: center;
}
}
#layout_1543199734854 {
	height: 600px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#layout_1543199734854 {
}
}
@media screen and (max-width:640px) {
#layout_1543199734854 {
	height: 399px;
}
}
#layout_1543199734854 > .view_contents {
	overflow: visible;
	max-width: 1200px;
}
#layout_1543199734854 {
	background: #f1f1f1;
}
#layout_1543210585560 {
	height: 69px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#layout_1543210585560 {
	height: 45px;
}
}
@media screen and (max-width:640px) {
#layout_1543210585560 {
	height: 1px;
}
}
#layout_1543210585560 > .view_contents {
	overflow: visible;
	max-width: 1200px;
}
#image_style_01_1543202495120 {
	width: 614px;
	height: 459px;
	position: absolute;
	top: 8px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543202495120 {
	height: 455px;
	left: 0%;
	top: 0px;
	width: 495px;
}
}
@media screen and (max-width:640px) {
#image_style_01_1543202495120 {
	width: 100%;
	height: 176px;
	top: 0px;
	left: 0%;
}
}
#image_style_01_1543202495120 > .view_contents {
	overflow: visible;
}
#text_style_01_1543202589432 {
	width: 30.833333333333336%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 0px;
	left: 54.37499999999999%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543202589432 {
}
}
@media screen and (max-width:640px) {
#text_style_01_1543202589432 {
	width: 96%;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 199.00001525878906px;
	left: 1.9801980198019802%;
}
}
#text_style_01_1543202589432>.view_contents {
	font-size: 28px;
}
@media screen and (max-width:640px) {
#text_style_01_1543202589432>.view_contents {
	font-size: 16px;
	text-align: center;
}
}
#text_style_01_1543202943900 {
	width: 28.166666666666668%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 50.2833251953125px;
	left: 54.37499999999999%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543202943900 {
	width: 353px;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543202943900 {
	width: 98.00329932285221%;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 230px;
	left: 0.9983503385738928%;
}
}
#text_style_01_1543202943900>.view_contents {
	font-size: 16px;
}
@media screen and (max-width:640px) {
#text_style_01_1543202943900>.view_contents {
	font-size: 12px;
	text-align: center;
}
}
#text_style_01_1543203856640 {
	width: 98.83720930232558%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 63.2833251953125px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543203856640 {
	width: 203px;
	height: 76px;
	top: 60.2833251953125px;
	left: 0%;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543203856640 {
	width: 226px;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 83.99998474121094px;
	left: 12.706270627062707%;
	height: 45px;
}
}
#text_style_01_1543203856640>.view_contents {
	color: #666666;
	font-size: 16px;
	text-align: left;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543203856640>.view_contents {
	font-size: 14px;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543203856640>.view_contents {
	font-size: 12px;
	text-align: center;
}
}
#image_style_01_1543203856666 {
	width: 19.84732824427481%;
	height: 57px;
	position: absolute;
	top: 0px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543203856666 {
	width: 49px;
	height: 57px;
}
}
@media screen and (max-width:640px) {
#image_style_01_1543203856666 {
	width: 51px;
	height: 57px;
	top: 0px;
	left: calc(50% - 25.5px);
}
}
#image_style_01_1543203856666 > .view_contents {
	overflow: visible;
}
#text_style_01_1543203856674 {
	width: 49.41860465116279%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 10.5px;
	left: 23.944021909291507%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543203856674 {
	width: 121px;
	height: 36px;
	top: 10.5px;
	left: 30.18609204338592%;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543203856674 {
	width: 96%;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 55px;
	left: 1.9801980198019802%;
}
}
#text_style_01_1543203856674>.view_contents {
	color: #333333;
	font-size: 20px;
	text-align: left;
}
@media screen and (max-width:640px) {
#text_style_01_1543203856674>.view_contents {
	text-align: center;
	font-size: 16px;
}
}
#text_style_01_1543204118120 {
	width: 38.93129770992366%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 136.2833251953125px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543204118120 {
	top: 140px;
	left: 0%;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543204118120 {
	width: 61px;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 133.99998474121094px;
	left: 39.93399339933993%;
	height: 26px;
}
}
#text_style_01_1543204118120>.view_contents {
	color: #235ad9;
	font-size: 16px;
	text-align: left;
}
@media screen and (max-width:640px) {
#text_style_01_1543204118120>.view_contents {
	text-align: center;
}
}
#div_a_includeBlock_1543203856368 {
	width: 21.833333333333332%;
	height: 169px;
	position: absolute;
	top: 109.2833251953125px;
	left: 54.37499999999999%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#div_a_includeBlock_1543203856368 {
}
}
@media screen and (max-width:640px) {
#div_a_includeBlock_1543203856368 {
	width: 299px;
	height: 171px;
	top: 270px;
	left: calc(50% - 149.5px);
}
}
#text_style_01_1543210380656 {
	width: 98.83720930232558%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 63.2833251953125px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543210380656 {
	width: 203px;
	height: 76px;
	top: 60.2833251953125px;
	left: 0%;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543210380656 {
	width: 226px;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 83.9px;
	left: calc(50% - 113px);
	height: 45px;
}
}
#text_style_01_1543210380656>.view_contents {
	color: #666666;
	font-size: 16px;
	text-align: left;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543210380656>.view_contents {
	font-size: 14px;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543210380656>.view_contents {
	font-size: 12px;
	text-align: center;
}
}
#image_style_01_1543210380680 {
	width: 19.84732824427481%;
	height: 57px;
	position: absolute;
	top: 0px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543210380680 {
	width: 49px;
	height: 57px;
}
}
@media screen and (max-width:640px) {
#image_style_01_1543210380680 {
	width: 51px;
	height: 57px;
	top: 0px;
	left: calc(50% - 25.5px);
}
}
#image_style_01_1543210380680 > .view_contents {
	overflow: visible;
}
#text_style_01_1543210380696 {
	width: 49.41860465116279%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 10.5px;
	left: 23.944021909291507%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543210380696 {
	width: 121px;
	height: 36px;
	top: 10.5px;
	left: 30.186062414669294%;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543210380696 {
	width: 123px;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 55px;
	left: calc(50% - 61.5px);
	height: 32px;
}
}
#text_style_01_1543210380696>.view_contents {
	color: #333333;
	font-size: 20px;
	text-align: left;
}
@media screen and (max-width:640px) {
#text_style_01_1543210380696>.view_contents {
	font-size: 16px;
	text-align: center;
}
}
#text_style_01_1543210380706 {
	width: 38.93129770992366%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 136.2833251953125px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543210380706 {
	top: 140px;
	left: 0%;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543210380706 {
	width: 61px;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 133.9px;
	left: calc(50% - 30.5px);
	height: 26px;
}
}
#text_style_01_1543210380706>.view_contents {
	color: #235ad9;
	font-size: 16px;
	text-align: left;
}
@media screen and (max-width:640px) {
#text_style_01_1543210380706>.view_contents {
	text-align: center;
}
}
#div_a_includeBlock_1543210380236 {
	width: 21.833333333333332%;
	height: 169px;
	position: absolute;
	top: 109.2833251953125px;
	left: 78.040283203125%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#div_a_includeBlock_1543210380236 {
}
}
@media screen and (max-width:640px) {
#div_a_includeBlock_1543210380236 {
	width: 299px;
	height: 173px;
	top: 452.99998474121094px;
	left: calc(50% - 149.5px);
}
}
#text_style_01_1543210393734 {
	width: 98.83720930232558%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 63.2833251953125px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543210393734 {
	width: 203px;
	height: 76px;
	top: 60.2833251953125px;
	left: 0%;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543210393734 {
	width: 226px;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 83.9px;
	left: calc(50% - 113px);
	height: 45px;
}
}
#text_style_01_1543210393734>.view_contents {
	color: #666666;
	font-size: 16px;
	text-align: left;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543210393734>.view_contents {
	font-size: 14px;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543210393734>.view_contents {
	font-size: 12px;
	text-align: center;
}
}
#image_style_01_1543210393750 {
	width: 19.84732824427481%;
	height: 57px;
	position: absolute;
	top: 0px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543210393750 {
	width: 49px;
	height: 57px;
}
}
@media screen and (max-width:640px) {
#image_style_01_1543210393750 {
	width: 51px;
	height: 57px;
	top: 0px;
	left: calc(50% - 25.5px);
}
}
#image_style_01_1543210393750 > .view_contents {
	overflow: visible;
}
#text_style_01_1543210393758 {
	width: 49.41860465116279%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 10.5px;
	left: 23.944021909291507%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543210393758 {
	width: 121px;
	height: 36px;
	top: 10.5px;
	left: 30.18609204338592%;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543210393758 {
	width: 123px;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 55px;
	left: calc(50% - 61.5px);
	height: 32px;
}
}
#text_style_01_1543210393758>.view_contents {
	color: #333333;
	font-size: 20px;
	text-align: left;
}
@media screen and (max-width:640px) {
#text_style_01_1543210393758>.view_contents {
	text-align: center;
	font-size: 16px;
}
}
#text_style_01_1543210393762 {
	width: 38.93129770992366%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 136.2833251953125px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543210393762 {
	top: 140px;
	left: 0%;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543210393762 {
	width: 61px;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 133.9px;
	left: calc(50% - 30.5px);
	height: 26px;
}
}
#text_style_01_1543210393762>.view_contents {
	color: #235ad9;
	font-size: 16px;
	text-align: left;
}
@media screen and (max-width:640px) {
#text_style_01_1543210393762>.view_contents {
	text-align: center;
}
}
#div_a_includeBlock_1543210393416 {
	width: 21.833333333333332%;
	height: 169px;
	position: absolute;
	top: 290.2833251953125px;
	left: 54.37499999999999%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#div_a_includeBlock_1543210393416 {
}
}
@media screen and (max-width:640px) {
#div_a_includeBlock_1543210393416 {
	width: 299px;
	height: 173px;
	top: 636px;
	left: calc(50% - 149.5px);
}
}
#text_style_01_1543210406878 {
	width: 98.83720930232558%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 63.2833251953125px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543210406878 {
	width: 203px;
	height: 76px;
	top: 60.2833251953125px;
	left: 0%;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543210406878 {
	width: 226px;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 83.9px;
	left: calc(50% - 113px);
	height: 45px;
}
}
#text_style_01_1543210406878>.view_contents {
	color: #666666;
	font-size: 16px;
	text-align: left;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543210406878>.view_contents {
	font-size: 14px;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543210406878>.view_contents {
	font-size: 12px;
	text-align: center;
}
}
#image_style_01_1543210406894 {
	width: 19.84732824427481%;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543210406894 {
	width: 49px;
	height: 57px;
}
}
@media screen and (max-width:640px) {
#image_style_01_1543210406894 {
	width: 51px;
	height: 57px;
	top: 0px;
	left: calc(50% - 25.5px);
}
}
#image_style_01_1543210406894 > .view_contents {
	overflow: visible;
}
#text_style_01_1543210406902 {
	width: 49.41860465116279%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 10.5px;
	left: 23.944021909291507%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543210406902 {
	width: 121px;
	height: 36px;
	top: 10.5px;
	left: 30.186062414669294%;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543210406902 {
	width: 123px;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 55px;
	left: calc(50% - 61.5px);
	height: 32px;
}
}
#text_style_01_1543210406902>.view_contents {
	color: #333333;
	font-size: 20px;
	text-align: left;
}
@media screen and (max-width:640px) {
#text_style_01_1543210406902>.view_contents {
	font-size: 16px;
	text-align: center;
}
}
#text_style_01_1543210406908 {
	width: 38.93129770992366%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 136.2833251953125px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543210406908 {
	top: 140px;
	left: 0%;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543210406908 {
	width: 61px;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 133.9px;
	left: calc(50% - 30.5px);
	height: 26px;
}
}
#text_style_01_1543210406908>.view_contents {
	color: #235ad9;
	font-size: 16px;
	text-align: left;
}
@media screen and (max-width:640px) {
#text_style_01_1543210406908>.view_contents {
	text-align: center;
}
}
#div_a_includeBlock_1543210406558 {
	width: 21.833333333333332%;
	height: 169px;
	position: absolute;
	top: 290.2833251953125px;
	left: 78.040283203125%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#div_a_includeBlock_1543210406558 {
}
}
@media screen and (max-width:640px) {
#div_a_includeBlock_1543210406558 {
	width: 299px;
	height: 173px;
	top: 817px;
	left: calc(50% - 149.5px);
}
}
#layout_1543200781820 {
	height: 531px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#layout_1543200781820 {
	height: 507px;
}
}
@media screen and (max-width:640px) {
#layout_1543200781820 {
	height: 990px;
}
}
#layout_1543200781820 > .view_contents {
	overflow: visible;
	max-width: 1200px;
}
#text_style_01_1543210888712 {
	width: 30.833333333333336%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 67px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543210888712 {
	top: 30px;
	left: 2.757158006362672%;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543210888712 {
	width: 96%;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 15px;
	left: 1.9801980198019802%;
}
}
#text_style_01_1543210888712>.view_contents {
	font-size: 28px;
}
@media screen and (max-width:640px) {
#text_style_01_1543210888712>.view_contents {
	text-align: center;
	font-size: 18px;
}
}
#text_style_01_1543210902778 {
	width: 28.166666666666668%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 117px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543210902778 {
	width: 338px;
	top: 80px;
	left: 2.757158006362672%;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543210902778 {
	width: 59.73597359735974%;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 49px;
	left: 20.13201320132013%;
}
}
#text_style_01_1543210902778>.view_contents {
	font-size: 16px;
}
@media screen and (max-width:640px) {
#text_style_01_1543210902778>.view_contents {
	text-align: center;
	font-size: 12px;
}
}
#text_style_01_1543210912978 {
	width: 98.83720930232558%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 63.2833251953125px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543210912978 {
	top: 55.2833251953125px;
	left: 0%;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543210912978 {
	width: 226px;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 82px;
	left: 12.706270627062707%;
	height: 45px;
}
}
#text_style_01_1543210912978>.view_contents {
	color: #666666;
	font-size: 16px;
	text-align: left;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543210912978>.view_contents {
	font-size: 14px;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543210912978>.view_contents {
	text-align: center;
	font-size: 12px;
}
}
#image_style_01_1543210912994 {
	width: 19.84732824427481%;
	height: 57px;
	position: absolute;
	top: 0px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543210912994 {
	width: 55px;
	height: 57px;
}
}
@media screen and (max-width:640px) {
#image_style_01_1543210912994 {
	width: 51px;
	height: 57px;
	top: 0px;
	left: calc(50% - 25.5px);
}
}
#image_style_01_1543210912994 > .view_contents {
	overflow: visible;
}
#text_style_01_1543210913002 {
	width: 49.41860465116279%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 10.5px;
	left: 23.944021909291507%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543210913002 {
	width: 122px;
	height: 36px;
	left: 27.071195435755463%;
	top: 6px;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543210913002 {
	width: 96%;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 51px;
	left: 1.9801980198019802%;
}
}
#text_style_01_1543210913002>.view_contents {
	color: #333333;
	font-size: 20px;
	text-align: left;
}
@media screen and (max-width:640px) {
#text_style_01_1543210913002>.view_contents {
	text-align: center;
	font-size: 16px;
}
}
#text_style_01_1543210913008 {
	width: 38.93129770992366%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 136.2833251953125px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543210913008 {
}
}
@media screen and (max-width:640px) {
#text_style_01_1543210913008 {
	width: 61px;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 129px;
	left: 39.93399339933993%;
	height: 26px;
}
}
#text_style_01_1543210913008>.view_contents {
	color: #235ad9;
	font-size: 16px;
	text-align: left;
}
@media screen and (max-width:640px) {
#text_style_01_1543210913008>.view_contents {
	text-align: center;
}
}
#div_a_includeBlock_1543210912672 {
	width: 21.833333333333332%;
	height: 169px;
	position: absolute;
	top: 181px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#div_a_includeBlock_1543210912672 {
	top: 130px;
	left: 2.757158006362672%;
}
}
@media screen and (max-width:640px) {
#div_a_includeBlock_1543210912672 {
	width: 303px;
	height: 167px;
	top: 271px;
	left: calc(50% - 151.5px);
}
}
#text_style_01_1543211140956 {
	width: 98.83720930232558%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 63.2833251953125px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543211140956 {
	top: 55.2833251953125px;
	left: 0%;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543211140956 {
	width: 226px;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 82.00001525878906px;
	left: calc(50% - 113px);
	height: 45px;
}
}
#text_style_01_1543211140956>.view_contents {
	color: #666666;
	font-size: 16px;
	text-align: left;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543211140956>.view_contents {
	font-size: 14px;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543211140956>.view_contents {
	font-size: 12px;
	text-align: center;
}
}
#image_style_01_1543211140978 {
	width: 19.84732824427481%;
	height: 57px;
	position: absolute;
	top: 0px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543211140978 {
	width: 55px;
	height: 57px;
}
}
@media screen and (max-width:640px) {
#image_style_01_1543211140978 {
	width: 51px;
	height: 57px;
	top: 0px;
	left: calc(50% - 25.5px);
}
}
#image_style_01_1543211140978 > .view_contents {
	overflow: visible;
}
#text_style_01_1543211140996 {
	width: 49.41860465116279%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 10.5px;
	left: 23.944021909291507%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543211140996 {
	width: 122px;
	height: 36px;
	left: 27.0%;
	top: 6px;
}
}
@media screen and (max-width:640px) {
#text_style_01_1543211140996 {
	width: 96%;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 51px;
	left: 1.9801980198019802%;
}
}
#text_style_01_1543211140996>.view_contents {
	color: #333333;
	font-size: 20px;
	text-align: left;
}
@media screen and (max-width:640px) {
#text_style_01_1543211140996>.view_contents {
	text-align: center;
	font-size: 16px;
}
}
#text_style_01_1543211141004 {
	width: 38.93129770992366%;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	font-family: ;
	position: absolute;
	top: 136.2833251953125px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_01_1543211141004 {
}
}
@media screen and (max-width:640px) {
#text_style_01_1543211141004 {
	width: 61px;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	top: 129.00001525878906px;
	left: calc(50% - 30.5px);
	height: 26px;
}
}
#text_style_01_1543211141004>.view_contents {
	color: #235ad9;
	font-size: 16px;
	text-align: left;
}
@media screen and (max-width:640px) {
#text_style_01_1543211141004>.view_contents {
	text-align: center;
}
}
#div_a_includeBlock_1543211140616 {
	width: 21.833333333333332%;
	height: 169px;
	position: absolute;
	top: 181px;
	left: 24.25%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#div_a_includeBlock_1543211140616 {
	top: 130px;
	left: 27.0060097298971%;
}
}
@media screen and (max-width:640px) {
#div_a_includeBlock_1543211140616 {
	width: 303px;
	height: 167px;
	top: 451px;
	left: 9.6%;
}
}
#image_style_01_1543211205378 {
	width: 48.583333333333336%;
	height: 275px;
	position: absolute;
	top: 83px;
	left: 49.5%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543211205378 {
	left: 49.39377785740324%;
	top: 72px;
	height: 221px;
}
}
@media screen and (max-width:640px) {
#image_style_01_1543211205378 {
	width: 96%;
	height: 119px;
	top: 106px;
	left: 1.9967006771477929%;
}
}
#image_style_01_1543211205378 > .view_contents {
	overflow: visible;
}
#image_style_01_1543211205378 .picSet {
	box-shadow: 0px 0px 0px;
}
#layout_1543210718974 {
	height: 407px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#layout_1543210718974 {
	height: 354px;
}
}
@media screen and (max-width:640px) {
#layout_1543210718974 {
	height: 633px;
}
}
#layout_1543210718974 > .view_contents {
	overflow: visible;
	max-width: 1200px;
}
#layout_1543210718974 {
	background: #f1f1f1;
}
#text_style_02_1494317217119 {
	width: 46.25%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 7px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_02_1494317217119 {
}
}
@media screen and (max-width:640px) {
#text_style_02_1494317217119 {
	width: 100%;
	top: 0px;
	left: 0%;
}
}
#text_style_02_1494317217119>.view_contents {
	box-sizing: border-box;
	color: #1e50ae;
	font-size: 28px;
	line-height: 30px;
	
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_02_1494317217119>.view_contents {
	box-sizing: border-box;
}
}
@media screen and (max-width:640px) {
#text_style_02_1494317217119>.view_contents {
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
}
}
#text_style_02_1494317217128 {
	width: 46.25%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 43px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_02_1494317217128 {
}
}
@media screen and (max-width:640px) {
#text_style_02_1494317217128 {
	width: 100%;
	top: 31.000015258789062px;
	left: 0%;
}
}
#text_style_02_1494317217128>.view_contents {
	box-sizing: border-box;
	color: #4c4c4c;
	font-size: 14px;
	line-height: 20px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_02_1494317217128>.view_contents {
	box-sizing: border-box;
}
}
@media screen and (max-width:640px) {
#text_style_02_1494317217128>.view_contents {
	box-sizing: border-box;
	text-align: center;
	font-size: 12px;
}
}
#text_style_02_1494317217132 {
	width: 9.75%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 20px;
	left: 90.25%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_02_1494317217132 {
}
}
@media screen and (max-width:640px) {
#text_style_02_1494317217132 {
	width: 26.61290322580645%;
	top: 20px;
	left: 73.38709677419355%;
	display: none;
}
}
#text_style_02_1494317217132>.view_contents {
	box-sizing: border-box;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_02_1494317217132>.view_contents {
	box-sizing: border-box;
}
}
@media screen and (max-width:640px) {
#text_style_02_1494317217132>.view_contents {
	box-sizing: border-box;
}
}
#div_includeBlock_1494317216805 {
	width: 100%;
	height: 70px;
	position: absolute;
	top: 40px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#div_includeBlock_1494317216805 {
	width: 98%;
	left: 1%;
	top: 35px;
}
}
@media screen and (max-width:640px) {
#div_includeBlock_1494317216805 {
	width: 98%;
	height: 60px;
	top: 14px;
	left: 1.0506053962329827%;
}
}
#image_style_01_1494317234098 {
	width: 40.833333333333336%;
	height: 324px;
	position: absolute;
	top: 142px;
	left: 59.16527811686198%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1494317234098 {
	width: 440px;
	left: 51.855779427359494%;
	top: 123px;
	height: 316px;
}
}
@media screen and (max-width:640px) {
#image_style_01_1494317234098 {
	width: 95.04950495049505%;
	height: 168px;
	top: 99.00001525878906px;
	left: 2.4752475247524752%;
	display: none;
}
}
#image_style_01_1494317234098 > .view_contents {
	overflow: visible;
}
#newsList_style_01_1494317299453 {
	width: 702px;
	left: 0%;
	top: 142px;
	position: absolute;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#newsList_style_01_1494317299453 {
	width: 48.992576882290564%;
	left: 1.166489925768823%;
	top: 125px;
}
}
@media screen and (max-width:640px) {
#newsList_style_01_1494317299453 {
	width: 95%;
	left: 2.4752475247524752%;
	top: 80.00001525878906px;
}
}
/*----------------------电脑板式样式----------------------*/
#newsList_style_01_1494317299453 {
}
#newsList_style_01_1494317299453 .riSet {
	display: block;
	float: none;
	margin: 0 auto;
	text-align: center;
}
#newsList_style_01_1494317299453 .yueSet {
	display: inline;
	margin: 0;
	float: right;
}
#newsList_style_01_1494317299453 .nianSet {
	display: inline;
	margin: 0;
}
#newsList_style_01_1494317299453 .nDate {
	text-align: right;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
#newsList_style_01_1494317299453 {
}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
#newsList_style_01_1494317299453 {
}
}
#layout_1494316602076 {
	height: 523px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#layout_1494316602076 {
	height: 457px;
}
}
@media screen and (max-width:640px) {
#layout_1494316602076 {
	height: 1076.000015258789px;
}
}
#layout_1494316602076 > .view_contents {
	overflow: visible;
	max-width: 1200px;
}
#text_style_02_1560146253957 {
	width: 62.5%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	left: 12.596240942028986%;
	top: 29.5px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_02_1560146253957 {
}
}
@media screen and (max-width:640px) {
#text_style_02_1560146253957 {
	width: 97.30000000000001%;
	left: 1.3499999999999943%;
	top: 0px;
	display: none;
}
}
#text_style_02_1560146253957>.view_contents {
	box-sizing: border-box;
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	font-family: ;
	line-height: 30px;
	letter-spacing: 2px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_02_1560146253957>.view_contents {
	box-sizing: border-box;
	font-size: 20px;
}
}
@media screen and (max-width:640px) {
#text_style_02_1560146253957>.view_contents {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
}
}
#div_blank_1560146253960 {
	width: 50px;
	height: 2px;
	position: absolute;
	left: 12.596240942028986%;
	top: 70px;
	z-index: 2;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#div_blank_1560146253960 {
}
}
@media screen and (max-width:640px) {
#div_blank_1560146253960 {
	width: 20.263157894736842%;
	height: 3px;
	left: 39.868421052631575%;
	top: 0px;
	display: none;
}
}
#div_blank_1560146253960 > .view_contents {
	overflow: visible;
}
#div_blank_1560146253960 {
	box-sizing: border-box;
	background: #ffffff;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#div_blank_1560146253960 {
	box-sizing: border-box;
}
}
@media screen and (max-width:640px) {
#div_blank_1560146253960 {
	box-sizing: border-box;
}
}
#dh_style_03_1560146253963 {
	width: 36.91756272401434%;
	z-index: 999;
	left: 8.973052536231885%;
	top: 97.5px;
	position: absolute;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#dh_style_03_1560146253963 {
	z-index: 999;
	width: 93px;
	left: 12.594696969696969%;
	top: 99.5px;
}
}
@media screen and (max-width:640px) {
#dh_style_03_1560146253963 {
	width: 14.348025711662075%;
	z-index: 999;
	left: 42.82598714416896%;
	top: 240px;
	display: none;
}
}
#dh_style_03_1560146253963 > .view_contents {
	overflow: visible;
}
#dh_style_03_1560146253963 .columnSet {
	background: transparent;
	font-size: 12px;
	line-height: 14px;
	color: #bfbfbf;
}
#dh_style_03_1560146253963 #hot>a {
	background: transparent;
	color: #999999;
}
#dh_style_03_1560146253963 .mainMenuSet {
	border-right-style: none;
	border-bottom-style: none;
	height: 28px;
	line-height: 28px;
	color: #999999;
	font-size: 14px;
	text-color: #999999;
	text-hover-color: #999999;
}
#dh_style_03_1560146253963 .mainMenuSet:hover {
	background: transparent;
	color: #999999;
}
#dh_style_03_1560146253963 .subMenuSet {
	color: #999999;
}
#dh_style_03_1560146253963 .thrMenuSet {
	color: #999999;
}
#dh_style_03_1560146253963 .subMenuSet:hover {
	color: #999999;
}
#dh_style_03_1560146253963 .subCurSet {
	color: #999999;
}
#dh_style_03_1560146253963 .thrMenuSet:hover {
	color: #999999;
}
#dh_style_03_1560146253963 .thrCurSet {
	color: #999999;
}
/*----------------------电脑板式样式----------------------*/
#dh_style_03_1560146253963 .menuStyle_3 .menuLi01 a {
	color: inherit;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
#dh_style_03_1560146253963 {
}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
#dh_style_03_1560146253963 {
}
}
#div_includeBlock_1560146253847 {
	width: 23%;
	height: 237.5px;
	position: absolute;
	top: 0px;
	left: 77%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#div_includeBlock_1560146253847 {
	width: 165px;
	left: 81.77313535911603%;
	height: 239.5px;
}
}
@media screen and (max-width:640px) {
#div_includeBlock_1560146253847 {
	width: 100%;
	height: 240px;
	top: 467px;
	left: 0%;
	display: none;
}
}
#div_includeBlock_1560146253847 {
	border-bottom-color: #ffffff;
	border-bottom-style: none;
	border-bottom-width: 1px;
}
#div_blank_1560146254081 {
	width: 50px;
	height: 2px;
	position: absolute;
	left: 4.9921875%;
	top: 72px;
	z-index: 2;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#div_blank_1560146254081 {
}
}
@media screen and (max-width:640px) {
#div_blank_1560146254081 {
	width: 20.263157894736842%;
	height: 3px;
	left: 39.868421052631575%;
	top: 0px;
	display: none;
}
}
#div_blank_1560146254081 > .view_contents {
	overflow: visible;
}
#div_blank_1560146254081 {
	box-sizing: border-box;
	background: #ffffff;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#div_blank_1560146254081 {
	box-sizing: border-box;
}
}
@media screen and (max-width:640px) {
#div_blank_1560146254081 {
	box-sizing: border-box;
}
}
#text_style_02_1560146254090 {
	width: 62.5%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	left: 4.9921875%;
	top: 31.5px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_02_1560146254090 {
	width: 271px;
}
}
@media screen and (max-width:640px) {
#text_style_02_1560146254090 {
	width: 97.30000000000001%;
	left: 1.3499999999999943%;
	top: 0px;
	display: none;
}
}
#text_style_02_1560146254090>.view_contents {
	box-sizing: border-box;
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	font-family: ;
	line-height: 30px;
	letter-spacing: 2px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_02_1560146254090>.view_contents {
	box-sizing: border-box;
	font-size: 20px;
}
}
@media screen and (max-width:640px) {
#text_style_02_1560146254090>.view_contents {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
}
}
#text_style_02_1560146254093 {
	width: 90.22869022869024%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 97.5px;
	left: 5%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_02_1560146254093 {
	left: 5%;
	width: 90%;
	top: 91.5px;
}
}
@media screen and (max-width:640px) {
#text_style_02_1560146254093 {
	width: 370px;
	top: 0px;
	display: none;
}
}
#text_style_02_1560146254093>.view_contents {
	box-sizing: border-box;
	font-family: ;
	font-size: 14px;
	color: #999999;
	line-height: 26px;
	
	text-align: justify;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_02_1560146254093>.view_contents {
	box-sizing: border-box;
	text-indent: 2em;
	line-height: 25px;
}
}
@media screen and (max-width:640px) {
#text_style_02_1560146254093>.view_contents {
	box-sizing: border-box;
}
}
#div_includeBlock_1560146253862 {
	width: 40.08333333333333%;
	height: 247.5px;
	position: absolute;
	top: 0px;
	left: 35.083333333333336%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#div_includeBlock_1560146253862 {
	height: 266.5px;
	width: 306px;
	left: 46.83011049723757%;
	top: 0px;
}
}
@media screen and (max-width:640px) {
#div_includeBlock_1560146253862 {
	width: 100%;
	height: 240px;
	top: 0px;
	left: 0%;
	display: none;
}
}
#div_includeBlock_1560146253862 {
	border-bottom-color: #ffffff;
	border-bottom-style: none;
	border-bottom-width: 1px;
}
#text_style_02_1560146254133 {
	width: 84%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 180.5px;
	left: 11.671686746987952%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_02_1560146254133 {
	top: 190px;
	left: 11.390509828009828%;
	width: 72.42524916943522%;
}
}
@media screen and (max-width:640px) {
#text_style_02_1560146254133 {
	width: 100%;
	top: 0px;
	left: 0%;
	display: none;
}
}
#text_style_02_1560146254133>.view_contents {
	box-sizing: border-box;
	font-family: ;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_02_1560146254133>.view_contents {
	box-sizing: border-box;
}
}
@media screen and (max-width:640px) {
#text_style_02_1560146254133>.view_contents {
	box-sizing: border-box;
}
}
#div_blank_1560146254136 {
	width: 50px;
	height: 2px;
	position: absolute;
	left: 4.03125%;
	top: 72px;
	z-index: 2;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#div_blank_1560146254136 {
	top: 73px;
	height: 2px;
	left: 1.9656019656019657%;
}
}
@media screen and (max-width:640px) {
#div_blank_1560146254136 {
	width: 20.263157894736842%;
	height: 3px;
	left: 39.868421052631575%;
	top: 0px;
	display: none;
}
}
#div_blank_1560146254136 > .view_contents {
	overflow: visible;
}
#div_blank_1560146254136 {
	box-sizing: border-box;
	background: #ffffff;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#div_blank_1560146254136 {
	box-sizing: border-box;
}
}
@media screen and (max-width:640px) {
#div_blank_1560146254136 {
	box-sizing: border-box;
}
}
#image_style_01_1560146254148 {
	width: 6.833333333333333%;
	height: 25px;
	position: absolute;
	top: 139px;
	left: 3.0384036144578315%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1560146254148 {
	left: 0.5796990171990172%;
	top: 147px;
	height: 25px;
	width: 37px;
}
}
@media screen and (max-width:640px) {
#image_style_01_1560146254148 {
	width: 55.09641873278237%;
	height: 200px;
	top: 0px;
	left: 22.451790633608816%;
	display: none;
}
}
#image_style_01_1560146254148 > .view_contents {
	overflow: visible;
}
#image_style_01_1560146254151 {
	width: 6.166666666666667%;
	height: 25px;
	position: absolute;
	top: 182.5px;
	left: 3.0384036144578315%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1560146254151 {
	left: 0.9405712530712531%;
	top: 191px;
	width: 38px;
	height: 27px;
}
}
@media screen and (max-width:640px) {
#image_style_01_1560146254151 {
	width: 55.09641873278237%;
	height: 200px;
	top: 0px;
	left: 22.451790633608816%;
	display: none;
}
}
#image_style_01_1560146254151 > .view_contents {
	overflow: visible;
}
#image_style_01_1560146254154 {
	width: 10%;
	height: 35px;
	position: absolute;
	top: 215.5px;
	left: 1.088102409638554%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1560146254154 {
	left: 0.4914004914004914%;
	top: 234.5px;
	height: 38px;
}
}
@media screen and (max-width:640px) {
#image_style_01_1560146254154 {
	width: 55.09641873278237%;
	height: 200px;
	top: 600px;
	left: 22.451790633608816%;
	display: none;
}
}
#image_style_01_1560146254154 > .view_contents {
	overflow: visible;
}
#text_style_02_1560146254169 {
	width: 66.25%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 136.5px;
	left: 11.99171686746988%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_02_1560146254169 {
	left: 11.528716216216216%;
	top: 145px;
	width: 190px;
}
}
@media screen and (max-width:640px) {
#text_style_02_1560146254169 {
	width: 100%;
	top: 0px;
	left: 0%;
	display: none;
}
}
#text_style_02_1560146254169>.view_contents {
	box-sizing: border-box;
	font-family: ;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	    width: 300px;
    display: block;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_02_1560146254169>.view_contents {
	box-sizing: border-box;
}
}
@media screen and (max-width:640px) {
#text_style_02_1560146254169>.view_contents {
	box-sizing: border-box;
}
}
#text_style_02_1560146254172 {
	width: 88.1015625%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 218px;
	left: 11.80722891566265%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_02_1560146254172 {
	left: 11.390509828009828%;
	top: 241px;
	width: 357px;
}
}
@media screen and (max-width:640px) {
#text_style_02_1560146254172 {
	width: 100%;
	top: 800px;
	left: 0%;
	display: none;
}
}
#text_style_02_1560146254172>.view_contents {
	box-sizing: border-box;
	font-family: ;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_02_1560146254172>.view_contents {
	box-sizing: border-box;
	line-height: 25px;
}
}
@media screen and (max-width:640px) {
#text_style_02_1560146254172>.view_contents {
	box-sizing: border-box;
}
}
#text_style_02_1560146254177 {
	width: 56.333333333333336%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	left: 4.046875%;
	top: 31.5px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_02_1560146254177 {
	left: 1.9656019656019657%;
	top: 29.5px;
}
}
@media screen and (max-width:640px) {
#text_style_02_1560146254177 {
	width: 97.30000000000001%;
	left: 1.3499999999999943%;
	top: 0px;
	display: none;
}
}
#text_style_02_1560146254177>.view_contents {
	box-sizing: border-box;
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	font-family: ;
	line-height: 30px;
	letter-spacing: 2px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_02_1560146254177>.view_contents {
	box-sizing: border-box;
	font-size: 20px;
}
}
@media screen and (max-width:640px) {
#text_style_02_1560146254177>.view_contents {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
}
}
#image_style_01_1560146254142 {
	width: 9.75%;
	height: 25px;
	position: absolute;
	top: 98px;
	left: 1.6867469879518073%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1560146254142 {
	left: 0%;
	top: 100.5px;
}
}
@media screen and (max-width:640px) {
#image_style_01_1560146254142 {
	width: 57.3921028466483%;
	height: 200px;
	top: 200px;
	left: 21.30394857667585%;
	display: none;
}
}
#image_style_01_1560146254142 > .view_contents {
	overflow: visible;
}
#text_style_02_1560146254163 {
	width: 66.5%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 97px;
	left: 11.261295180722891%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_02_1560146254163 {
	left: 11.29453316953317%;
	width: 77.40863787375415%;
	top: 97.5px;
}
}
@media screen and (max-width:640px) {
#text_style_02_1560146254163 {
	width: 100%;
	top: 0px;
	left: 0%;
	display: none;
}
}
#text_style_02_1560146254163>.view_contents {
	box-sizing: border-box;
	font-family: ;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_02_1560146254163>.view_contents {
	box-sizing: border-box;
}
}
@media screen and (max-width:640px) {
#text_style_02_1560146254163>.view_contents {
	box-sizing: border-box;
}
}
#div_includeBlock_1560146253864 {
	width: 34.583333333333336%;
	height: 250.5px;
	position: absolute;
	top: 0px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#div_includeBlock_1560146253864 {
	height: 272.5px;
	width: 407px;
}
}
@media screen and (max-width:640px) {
#div_includeBlock_1560146253864 {
	width: 100%;
	height: 145px;
	top: 0px;
	left: 0%;
	display: none;
}
}
#div_includeBlock_1560146253864 {
	border-left-color: #ffffff;
	border-left-style: none;
	border-left-width: 1px;
}
@media screen and (max-width:640px) {
#div_includeBlock_1560146253864 {
	border-left-width: 0px;
}
}
#div_includeBlock_1560146253663 {
	width: 1200px;
	height: 250.5px;
	position: absolute;
	top: 15.5px;
	left: calc(50% - 600px);
}
@media screen and (min-width:641px) and (max-width:1200px) {
#div_includeBlock_1560146253663 {
	left: 2.014846235418876%;
	width: 96%;
	height: 272.5px;
	top: 20px;
}
}
@media screen and (max-width:640px) {
#div_includeBlock_1560146253663 {
	width: 96%;
	height: 227px;
	top: 61px;
	left: 2%;
	display: none;
}
}
#text_style_02_1560146253914 {
	width: 100%;
	font-size: 46px;
	color: #333;
	line-height: 50px;
	font-family: microsoft yahei;
	position: absolute;
	top: 13px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_02_1560146253914 {
	width: 100%;
	left: 0%;
	top: 12px;
}
}
@media screen and (max-width:640px) {
#text_style_02_1560146253914 {
	width: 96%;
	top: 10px;
	left: 2%;
	display: block;
}
}
#text_style_02_1560146253914>.view_contents {
	box-sizing: border-box;
	font-family: ;
	font-size: 14px;
	color: #bfbfbf;
	line-height: 30px;
	text-align: center;
}
#text_style_02_1560146253914>.view_contents a{
	box-sizing: border-box;
	font-family: ;
	font-size: 14px;
	color: #bfbfbf;
	line-height: 30px;
	text-align: center;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#text_style_02_1560146253914>.view_contents {
	box-sizing: border-box;
}
}
@media screen and (max-width:640px) {
#text_style_02_1560146253914>.view_contents {
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	height: 18px;
	line-height: 14px;
}
}
#div_includeBlock_1560146253674 {
	width: 100%;
	height: 54px;
	position: absolute;
	top: 313px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#div_includeBlock_1560146253674 {
	left: 0%;
	top: 313px;
	height: 52px;
	width: 100%;
}
}
@media screen and (max-width:640px) {
#div_includeBlock_1560146253674 {
	display: block;
	top: 0px;
	height: 38px;
	left: 0%;
	width: 100%;
}
}
#div_includeBlock_1560146253674 {
	background: #235ad9;
}
#div_includeBlock_1560146253526 {
	width: 100%;
	height: 367px;
	position: absolute;
	top: 0px;
	left: 0%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#div_includeBlock_1560146253526 {
	height: 365px;
}
}
@media screen and (max-width:640px) {
#div_includeBlock_1560146253526 {
	width: 100%;
	height: 38px;
	top: 0px;
	left: 0%;
	display: block;
}
}
#div_includeBlock_1560146253526 {
	background: #333333;
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 50%;
}
@media screen and (max-width:640px) {
#div_includeBlock_1560146253526 {
	background-position-x: 50%;
	background: #000000;
}
}
#comm_layout_footer {
	height: 367px;
}
@media screen and (min-width:641px) and (max-width:1200px) {
#comm_layout_footer {
	height: 365px;
}
}
@media screen and (max-width:640px) {
#comm_layout_footer {
	height: 38px;
}
}
#comm_layout_footer > .view_contents {
	overflow: visible;
}
#comm_layout_footer {
	background: transparent;
}
.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;*/
.logoStyle * {
	box-sizing: border-box;
}
.logoStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.logoStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: block;
}
.logoName {
	white-space: nowrap;
}
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
/*菜单样式*/
.menuStyle_1 {
	width: 100%;
	position: relative;
}
.menuStyle_1 * {
	transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
	-webkit-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
	-moz-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
	-o-transition: color, font-size, background, background-color, line-height, height, border, border-radius, box-shadow, opacity, padding, margin ease .3s;
	box-sizing: border-box;
}
.menuStyle_1 .dflex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.menuStyle_1 .rflex {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	float: left\0;
}
.menuStyle_1 ul, .menuStyle_1 li {
	padding: 0;
	margin: 0px;
	list-style: none
}
.menuStyle_1 .menuLayout {
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.menuStyle_1 .menuLayout:after {
	content: '';
	display: block;
	clear: both;
}
.menuStyle_1 .menuUl_box {
	position: relative;
	width: 100%;
	text-align: center;
}
.menuStyle_1 .menuUl {
	position: relative;
	width: 100%;
	text-align: center;
}
.menuStyle_1 .menuUl li {
	position: relative;
}
.menuStyle_1 .menuUl li>a {
	text-decoration: none;
	color: #4d5158;
	font-size: 14px;
	height: 44px;
	box-sizing: border-box;
	line-height: 44px;
	display: block;
	text-align: center;
	letter-spacing: normal;
	white-space: nowrap;
	padding: 0 1em\0;
}
.menuStyle_1 .menuUl li>a:hover {
	color: #f90
}
.menuStyle_1 .menuUl #hot > a {
	color: #f90;
}
.menuStyle_1 .menuLayout .miniMenu {
	display: none;
}
.menuStyle_1 .menuUl02 {
	opacity: 0;
	display: none;
	position: absolute;
	left: 50%;
	height: 0;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {
	opacity: 1;
	display: block;
	height: auto;
}
.menuStyle_1 .menuUl02 .subMenu02 {
	float: none;
}
.menuStyle_1 .menuUl02 .subMenu02 a {
	color: #333;
	width: 130px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 15px;
}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {
}
.menuStyle_1 .rflex {
	position: relative;
}
 @media screen and (max-width:640px) {
.menuStyle_1 .menuUl, .menuStyle_1 .menuUl_box {
	display: none;
}
.menuStyle_1 .menuScroll {
	height: 84%;
	height: 84vh;
	width: 100%;
}
.menuStyle_1 .menuScroll>.menuUlCopy {
	width: calc(100% + 18px);
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}
.menuStyle_1 .menuLayout .miniMenu {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 44px;
}
.menuStyle_1 .miniMenu .leftBox .sidebar {
	font-size: 28px;
	line-height: 44px;
	font-weight: normal;
	cursor: pointer;
	color: #4d5158;
	position: absolute;
	top: 0;
	right: 0px;
	width: 44px;
	text-align: center;
}
.menuStyle_1 .miniMenu .leftBox .nav {
	width: 100%;
	height: 44px;
}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy {
	padding: 15px 0 15px 30px;
}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li {
	width: 100%;
}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a {
	width: 100%;
	display: block;
	text-align: left;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,.2);
	text-decoration: none;
	font-size: 16px;
	line-height: 44px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.menuStyle_1 .menuLayout .miniMenu.Mslide {
	height: 100% !important;
	height: 100vh !important;
	background: rgba(0,0,0,.85);
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar {
	color: #fff;
}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a {
	display: none !important;
}
}
.imgStyle_12 {
	width: 100%;
}
.imgStyle_12 * {
	font-size: '';
}
.imgStyle_12 .imgTextUl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.imgStyle_12 .imgTextLi {
	width: 23.5%;
	overflow: hidden;
	margin-bottom: 2%;
}
.imgStyle_12 .imgTBox {
	text-align: center;
}
.imgStyle_12 .imgTBox>img {
	display: inline-block;
	width: 100px;
	box-sizing: border-box;
}
.imgStyle_12 .imgBt {
	text-align: center;
	font-size: 20px;
	line-height: 3;
}
.imgStyle_12 .imgDetail {
	text-align: center;
	font-size: 12px;
}
 @media screen and (max-width: 768px) {
.imgStyle_12 .imgTextLi {
	width: 44%;
}
.imgStyle_12 .imgTBox>img {
	width: 50px;
}
.imgStyle_12 .imgBt {
	font-size: 16px;
	line-height: 2.5;
}
}
#image_style_12_1543196398400 .imgDetail {
	display: block;
}
#image_style_12_1543196398400 li {
	width: 15.5%;
}
#image_style_12_1543196398400 li.imgTextLi {
	margin-bottom: 2%;
}
#image_style_12_1543196398400 .imgTBox img {
	width: 50px;
}
#image_style_12_1543196398400 .img_Box {
padding-bottom:;
}
 @media screen and (min-width: 767px) and (max-width: 1024px) {
#image_style_12_1543196398400 li {
	width: 15%;
}
#image_style_12_1543196398400 li.imgTextLi {
	margin-bottom: 2%;
}
#image_style_12_1543196398400 .imgTBox img {
	width: 50px;
}
}
 @media screen and (max-width: 768px) {
#image_style_12_1543196398400 li {
	width: 48%;
}
#image_style_12_1543196398400 li.imgTextLi {
	margin-bottom: 4%;
}
#image_style_12_1543196398400 .imgTBox img {
	width: 50px;
}
}
#image_style_01_1543198343934 .CompatibleImg img {
	width: auto;
	height: auto
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543198343934 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}
}
@media screen and (max-width:640px) {
#image_style_01_1543198343934 .CompatibleImg img {
	width: 100%;
	height: 100%
}
}
#image_style_01_1543198343934 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_1543198906220 .CompatibleImg img {
	width: auto;
	height: auto
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543198906220 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}
}
@media screen and (max-width:640px) {
#image_style_01_1543198906220 .CompatibleImg img {
	width: 100%;
	height: 100%
}
}
#image_style_01_1543198906220 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_1543198933512 .CompatibleImg img {
	width: auto;
	height: auto
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543198933512 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}
}
@media screen and (max-width:640px) {
#image_style_01_1543198933512 .CompatibleImg img {
	width: 100%;
	height: 100%
}
}
#image_style_01_1543198933512 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_1543199028128 .CompatibleImg img {
	width: auto;
	height: auto
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543199028128 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}
}
@media screen and (max-width:640px) {
#image_style_01_1543199028128 .CompatibleImg img {
	width: 100%;
	height: 100%
}
}
#image_style_01_1543199028128 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_1543199325440 .CompatibleImg img {
	width: auto;
	height: auto
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543199325440 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}
}
@media screen and (max-width:640px) {
#image_style_01_1543199325440 .CompatibleImg img {
	width: 100%;
	height: 100%
}
}
#image_style_01_1543199325440 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_1543199333396 .CompatibleImg img {
	width: auto;
	height: auto
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543199333396 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}
}
@media screen and (max-width:640px) {
#image_style_01_1543199333396 .CompatibleImg img {
	width: 100%;
	height: 100%
}
}
#image_style_01_1543199333396 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_1543199904166 .CompatibleImg img {
	width: auto;
	height: auto
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543199904166 .CompatibleImg img {
	width: auto;
	height: auto
}
}
@media screen and (max-width:640px) {
#image_style_01_1543199904166 .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_1543199904166 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_1543199993786 .CompatibleImg img {
	width: auto;
	height: auto
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543199993786 .CompatibleImg img {
	width: auto;
	height: auto
}
}
@media screen and (max-width:640px) {
#image_style_01_1543199993786 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}
}
#image_style_01_1543199993786 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_1543199998412 .CompatibleImg img {
	width: auto;
	height: auto
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543199998412 .CompatibleImg img {
	width: auto;
	height: auto
}
}
@media screen and (max-width:640px) {
#image_style_01_1543199998412 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}
}
#image_style_01_1543199998412 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_1543200002890 .CompatibleImg img {
	width: auto;
	height: auto
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543200002890 .CompatibleImg img {
	width: auto;
	height: auto
}
}
@media screen and (max-width:640px) {
#image_style_01_1543200002890 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}
}
#image_style_01_1543200002890 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_1543202495120 .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_1543202495120 .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_1543202495120 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}
}
#image_style_01_1543202495120 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_1543203856666 .CompatibleImg img {
	width: auto;
	height: auto
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543203856666 .CompatibleImg img {
	width: auto;
	height: auto
}
}
@media screen and (max-width:640px) {
#image_style_01_1543203856666 .CompatibleImg img {
	width: auto;
	height: auto
}
}
#image_style_01_1543203856666 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_1543210380680 .CompatibleImg img {
	width: auto;
	height: auto
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543210380680 .CompatibleImg img {
	width: auto;
	height: auto
}
}
@media screen and (max-width:640px) {
#image_style_01_1543210380680 .CompatibleImg img {
	width: auto;
	height: auto
}
}
#image_style_01_1543210380680 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_1543210393750 .CompatibleImg img {
	width: auto;
	height: auto
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543210393750 .CompatibleImg img {
	width: auto;
	height: auto
}
}
@media screen and (max-width:640px) {
#image_style_01_1543210393750 .CompatibleImg img {
	width: auto;
	height: auto
}
}
#image_style_01_1543210393750 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_1543210406894 .CompatibleImg img {
	width: auto;
	height: auto
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543210406894 .CompatibleImg img {
	width: auto;
	height: auto
}
}
@media screen and (max-width:640px) {
#image_style_01_1543210406894 .CompatibleImg img {
	width: auto;
	height: auto
}
}
#image_style_01_1543210406894 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_1543210912994 .CompatibleImg img {
	width: auto;
	height: auto
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543210912994 .CompatibleImg img {
	width: auto;
	height: auto
}
}
@media screen and (max-width:640px) {
#image_style_01_1543210912994 .CompatibleImg img {
	width: auto;
	height: auto
}
}
#image_style_01_1543210912994 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_1543211140978 .CompatibleImg img {
	width: auto;
	height: auto
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543211140978 .CompatibleImg img {
	width: auto;
	height: auto
}
}
@media screen and (max-width:640px) {
#image_style_01_1543211140978 .CompatibleImg img {
	width: auto;
	height: auto
}
}
#image_style_01_1543211140978 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_1543211205378 .CompatibleImg img {
	width: auto;
	height: auto
}
@media screen and (min-width:641px) and (max-width:1200px) {
#image_style_01_1543211205378 .CompatibleImg img {
	width: 100%;
	height: auto;
	margin-left: 0px
}
}
@media screen and (max-width:640px) {
#image_style_01_1543211205378 .CompatibleImg img {
	width: 100%;
	height: 100%
}
}
#image_style_01_1543211205378 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_1494317234098 .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_1494317234098 .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_1494317234098 .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_1494317234098 a {
	cursor: default;
}
.imgStyle {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.imgStyle>a {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.imgStyle img {
	box-sizing: border-box;
}
/*新闻列表样式*/
.boxNewsListStyle_2 {
	width: 100%;
	clear: both;
}
.boxNewsListStyle_2 * {
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	box-sizing: border-box;
}
.boxNewsListStyle_2 li {
	width: 100%;
	list-style: none;
	margin-bottom: 10px;
	background: #fff;
}
.boxNewsListStyle_2 li .clear {
	clear: both;
}
.boxNewsListStyle_2 .sumary_list .newPic {
	float: left;
	width: 150px;
	
	overflow: hidden;
	position: relative;
	
	box-sizing: border-box; 
}
.boxNewsListStyle_2 .sumary_list .newPic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.boxNewsListStyle_2 .sumary_list .newPic .zTm {
	margin-top: 100%;
}
.boxNewsListStyle_2 .sumary_list .newCont {
	float: left;
	width: calc(100% - 150px);
	padding-left: 1em;
	box-sizing: border-box;
}
.boxNewsListStyle_2 .sumary_list .newCont .newTitle {
	width: 100%;
}
.boxNewsListStyle_2 .sumary_list .newName {
}
.boxNewsListStyle_2 .sumary_list .newName a {
	display: block;
	color: #333;
	text-decoration: none;
	line-height: 1.4;
	font-size: 16px;
	padding: 15px 0 10px;
	border-bottom: 1px solid #eee;
}
.boxNewsListStyle_2 .sumary_list .newName a:hover {
}
.boxNewsListStyle_2 .sumary_list .newB {
	width: 100%;
	line-height: 2;
	padding-top: .5em;
}
.boxNewsListStyle_2 .sumary_list .newSort {
	color: #f37878;
	font-size: 12px;
	white-space: nowrap;
	border-radius: 1.5em;
	margin-right: 5px;
}
.boxNewsListStyle_2 .sumary_list .newsTime {
	text-align: right;
	color: #888;
	font-size: 14px;
	white-space: nowrap;
}
.boxNewsListStyle_2 .sumary_list .newsTime span {
	white-space: nowrap;
}
.boxNewsListStyle_2 .sumary_list .newDetail {
	width: 100%;
	padding: .6em .6em .6em 0;
	color: #888;
	font-size: 12px;
	line-height: 1.6;
}
.boxNewsListStyle_2 .sumary_list .show_all {
	width: 100%;
}
.boxNewsListStyle_2 .sumary_list .show_all a {
	display: inline-block;
	margin-top: .4em;
	text-decoration: underline;
	font-size: 12px;
	color: #fff;
	background: #f37878;
	padding: 4px 10px;
}
/* 分页 */

.boxNewsListStyle_2 .page {
	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_2 .page_btn .cur {
	background: red;
	color: white;
	cursor: pointer;
}
.boxNewsListStyle_2 .page:hover {
	background: red;
	color: white;
	cursor: pointer;
}
 @media screen and (max-width:991px) {
.boxNewsListStyle_2 .sumary_list .newName {
	margin: .4em 0;
}
}
@media screen and (max-width:768px) {
.boxNewsListStyle_2 li {
	float: left;
	width: calc((100% - 10px)/2);
	margin-right: 10px;
}
.boxNewsListStyle_2 li:nth-child(even) {
	margin-right: 0;
}
.boxNewsListStyle_2 .sumary_list .newPic {
	float: none;
	width: 100%;
}
.boxNewsListStyle_2 .sumary_list .newCont {
	float: none;
	width: 100%;
	padding-left: 0;
}
.boxNewsListStyle_2 .sumary_list .newName {
	margin: .4em 0;
}
.boxNewsListStyle_2 .sumary_list .newName a {
	font-size: 14px;
}
/*分页*/
.boxNewsListStyle_2 .page_btn a:nth-child(n+5) {
	display: none;
}
.boxNewsListStyle_2 .page_btn a:nth-last-child(1), .boxNewsListStyle_2 .page_btn a:nth-last-child(2), .boxNewsListStyle_2 .page_btn a:nth-last-child(3) {
	display: inline-block;
}
}
@media screen and (max-width:480px) {
.boxNewsListStyle_2 li {
	float: none;
	width: 100%;
	margin-right: 0;
}
.boxNewsListStyle_2 .sumary_list .newName {
	margin: .4em 0;
}
.boxNewsListStyle_2 .sumary_list .newName a {
	font-size: 14px;
}
}
#newsList_style_01_1494317299453 .newDetail.pc {
	display: block;
}
#newsList_style_01_1494317299453 .newDetail.pad, #newsList_style_01_1494317299453 .newDetail.mobile {
	display: none;
}
 @media screen and (min-width:641px) and (max-width:1200px) {
#newsList_style_01_1494317299453 .newDetail.pad {
	display: block;
}
#newsList_style_01_1494317299453 .newDetail.pc, #newsList_style_01_1494317299453 .newDetail.mobile {
	display: none;
}
}
 @media screen and (max-width:640px) {
#newsList_style_01_1494317299453 .newDetail.mobile {
	display: block;
}
#newsList_style_01_1494317299453 .newDetail.pc, #newsList_style_01_1494317299453 .newDetail.pad {
	display: none;
}
}
 @media screen and (min-width: 1025px) {
#newsList_style_01_1494317299453 .sumary_list .newPic {
	width: px;
}
#newsList_style_01_1494317299453 .sumary_list .newCont {
	width: calc(100% - px);
}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
#newsList_style_01_1494317299453 .sumary_list .newPic {
	width: px;
}
#newsList_style_01_1494317299453 .sumary_list .newCont {
	width: calc(100% - px);
}
}
 @media screen and (max-width: 640px) {
#newsList_style_01_1494317299453 .sumary_list .newPic {
	width: px;
}
}
/* 新分页 */
#newsList_style_01_1494317299453 .page_btn {
	font-size: 14px;
	text-align: center;
}
#newsList_style_01_1494317299453 .page_btn .all_page {
	display: inline-block;
	margin: 0 10px;
}
#newsList_style_01_1494317299453 .page:hover {
	background: red;
	color: white;
	cursor: pointer;
}
#newsList_style_01_1494317299453 .page_btn .cur {
	background: red;
	color: white;
	cursor: pointer;
}
#newsList_style_01_1494317299453 .submit_div {
	display: inline-block;
}
#newsList_style_01_1494317299453 .page_btn input {
	width: 50px;
	margin: 0 5px;
}
#newsList_style_01_1494317299453 .page_btn input:hover {
	cursor: default;
	background: white;
	color: #333;
}
#newsList_style_01_1494317299453 .page_submit {
	margin-left: 5px;
}
#newsList_style_01_1494317299453 .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_01_1494317299453 .page_btn {
	font-size: 12px;
}
#newsList_style_01_1494317299453 .submit_div {
	display: none;
}
}
#newsList_style_01_1494317299453 .page {
	width: auto;
	margin: 0 5px 10px 5px;
	border-radius: 5px;
}
 @media screen and (max-width:640px) {
#newsList_style_01_1494317299453 .page {
	line-height: 30px;
	padding: 0 13px;
}
}
/*菜单样式*/
.menuStyle_3 {
	position: relative;
	width: 100%;
	height: 100%;
}
.menuStyle_3 * {
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	box-sizing: border-box;
}
.menuStyle_3 .ddsmoothmenu-v {
	display: block
}
.menuStyle_3 .ddsmoothmenu-v ul {
	background: #414141;
}
.menuStyle_3 .ddsmoothmenu-v ul li {
	line-height: 36px;
	height: 36px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	color: white;
}
.menuStyle_3 .ddsmoothmenu-v ul li:hover {
	background: #000;
}
.menuStyle_3 .menuLi01 {
	position: relative;
}
.menuStyle_3 .menuLi01:hover .menuUl02 {
	display: block;
}
.menuStyle_3 .menuLi01 a {
	display: block;
	color: inherit;
	padding-left: 15px;
	padding-right: 15px;
}
.menuStyle_3 .menuUl02 {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	white-space: nowrap;
}
.menuStyle_3 #hot>a {
	background: #ffcc00;
}
.menuStyle_3 .mobi_top {
	display: none;
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
	font-size: 40px;
}
.menuStyle_3 .icoFont {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.menuStyle_3 .header_nav {
	width: 100%;
	height: calc(100% - 40px);
	overflow: hidden;
}
.menuStyle_3 .header_nav li {
	position: relative;
	line-height: 180%;
	color: #fff;
}
.menuStyle_3 .header_nav li a {
	color: inherit;
	display: block;
	padding: 15px;
}
.menuStyle_3 .header_scroll {
	overflow-y: scroll;
	height: 100%;
	width: calc(100% + 17px);
}
.menuStyle_3 .mobi_title {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #333;
	color: #fff;
	text-align: center;
	overflow: hidden;
}
.menuStyle_3 .m_icoFont {
	width: 50px;
	height: 100%;
	display: block;
	float: right;
	border-left: 1px solid #333;
	cursor: pointer;
	font-size: 22px;
}
.menuStyle_3 .mobi_main {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	background: #414141;
	width: 100vw;
	height: 100vh;
	z-index: 999;
}
.menuStyle_3 .mobi_border {
	position: relative;
	border-bottom: 1px solid #333;
	line-height: 120%;
}
.menuStyle_3 .mobi_more {
	position: absolute;
	top: 0;
	right: 17px;
	width: 50px;
	height: 100%;
	color: #fff;
	border-left: 1px solid #333;
	cursor: pointer;
	text-align: center;
}
.menuStyle_3 .mobi_add {
	display: block;
	font-size: 22px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.menuStyle_3 .mobi_menuLi02 .mobi_border {
	padding-left: 30px;
}
.menuStyle_3 .mobi_menuUl02 {
	display: none;
}
 @media screen and (max-width:640px) {
.menuStyle_3 .ddsmoothmenu-v {
	display: none;
}
.menuStyle_3 .mobi_top {
	display: block;
}
}
#image_style_01_1560146254148 .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_1560146254148 .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_1560146254148 .CompatibleImg img {
null
}
}
#image_style_01_1560146254148 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_1560146254151 .CompatibleImg img {
	width: 30px;
	height: 30px;
	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_1560146254151 .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_1560146254151 .CompatibleImg img {
null
}
}
#image_style_01_1560146254151 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_1560146254154 .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_1560146254154 .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_1560146254154 .CompatibleImg img {
null
}
}
#image_style_01_1560146254154 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_1560146254142 .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_1560146254142 .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_1560146254142 .CompatibleImg img {
null
}
}
#image_style_01_1560146254142 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;
}
.bottomMenu {
	width: 100%;
	box-sizing: border-box;
	display: none;
	position: fixed;
	top: calc(100% - 50px);
	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 5px;
}
.bottomMenu ul li .menuIco img {
	width: 100%;
	height: 100%;
}
.bottomMenu ul li .menuName {
	font-size: 12px;
	white-space: nowrap;
	margin: auto;
	text-align: center;
	color: #666666;
	line-height: 1;
	font-family: ;
}
.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;
}
}
