#mainimage{
display:flex;
width:100%;
height:650px;
overflow:hidden;
background:#fff;
}
#mainimage img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.mainimage_logo{
width:450px;
height:450px;
flex:none;
}
.mainimage_logo img{
display:block;
width:430px !important;
height:auto;
}
.bx-wrapper{
width:100%;
height:100%;
flex:none;
}
.bx-viewport{
width:100%;
height:100%;
}
#slide{
width:100%;
list-style:none;
height:100%;
}
#slide li{
width:100% !important;
height:100%;
}
#slide img{
	width:100%;
	height:auto;
	margin:0px;
	padding:0px;
display:block;
}
#top1{
/*	background:url('../images/index/bg_news.jpg') repeat-x;*/
}
#top1_l{
/*	background:url('../images/index/news_left.jpg') no-repeat;*/
}
#top1_r{
/*	background:url('../images/index/news_right.jpg') no-repeat top right;*/
}
#top1 article{
	width:630px;
	height:270px;
	padding:30px 0 0 330px;
	margin:0 auto;
	background:url('../images/index/news_title.png') no-repeat;
}
#news{
}
#news_inner{
	width:620px;
	height:240px;
	overflow:auto;
}
#news_inner dl{
	color:#354d74;
	margin:0 0 20px 0;
}
#news_inner dt{
	color:#84408f;
	font-weight:bold;
	margin:0 0 5px 0;
}
#top2{
padding:40px 0;
}
#top2 h3{
font-size:26px;
	color:#000;
text-align:center;
margin:0 0 40px;
}
#top2 h3 span{
	color:#8900c9;
}
#top2 article{
display:flex;
width:960px;
margin:0 auto;
}
.link_prosumer{
width:300px;
flex:none;
padding:0 0 30px 0;
box-sizing:border-box;
background:#db0e97;
border-radius:5px;
box-shadow:0 3px 5px rgba(0,0,0,0.4);
text-decoration:none;
color:#db0e97;
}
.icon{
display:block;
padding:40px 35% 20px;
}
.name{
background:#fff;
width:70%;
line-height:40px;
border-radius:5px;
margin:0 auto;
display:block;
font-size:20px;
text-align:center;
}
.link_consumer{
width:300px;
flex:none;
padding:0 0 30px 0;
box-sizing:border-box;
background:#7c19c3;
border-radius:5px;
box-shadow:0 3px 5px rgba(0,0,0,0.4);
text-decoration:none;
color:#7c19c3;
}
#top2 h4{
    font-family: yu-mincho-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
width:360px;
flex:none;
display:flex;
justify-content:center;
align-items:center;
font-size:36px;
color:#999;

}
#top3 {
padding:40px 0;
}
#top3 h3{
    font-family: yu-mincho-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
text-align:center;
font-size:36px;
color:#999;

}
#top3 article{
text-align:center;
font-size:24px;
}
#top3 article .tel{
font-size:48px;
width:450px;
border:2px solid #7a18c2;
border-radius:5px;
margin:20px auto;
    font-family: yu-mincho-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
font-weight:bold;
background:url('../images/common/tel.png') no-repeat left 10px center;
background-size:40px auto;
}
#logo_l{
    background: url(../images/index/mainlogo.png) no-repeat left center;
background-size:300px auto;
}
#logo_r{
    background: url(../images/index/mainlogo.png) no-repeat right center;
background-size:300px auto;
}