@charset "UTF-8";
/* CSS Document */

/***span**/
.midori{
	color:#060;
	font-size:0.7em;
}
.cover{
	color:#069;
	font-size:2em;
	font-weight:bold;
	margin-top:30px;
}
#thanks p.size{
	color:#069;
	font-size:2em;
}
.top a{
	width:200px;
	text-align:center;
	margin:0 auto;
	height:40px;
	background-color:#6CF;
	border-radius:4px;
	color:#039;
	display:block;
	font-weight:bold;
}


#header{
	width:100%;
	border-top:5px solid #036;
	height:130px;
	background-color:#fff;
	box-shadow:0 0 5px #777;
	position:relative;
	z-index:0;
}
header{
	width:980px;
	margin:0px auto;
}
header h1{
	font-size:1.7em;
	font-weight:bold;
	line-height:28px;
	height:60px;
	margin-top:10px;
}

#logo{
	width:400px;
	height:60px;
	float:left;
}
#con_link{
	width:200px;
	height:35px;
	background-color:#036;
	float:right;
	border-radius:0 0 10px 10px;
	text-align:center;
	line-height:35px;
}
#con_link a{
	color:#fff;
}



#top_bg{
	width:100%;
	background-image:url(../img/bg.png);
	background-repeat:no-repeat;
	background-size:contain;
	height:auto;
}

/***nav**/
nav#nav_top{
	clear:both;
}
nav#nav_top ul{
	width:980px;
	height:36px;
	padding-top:30px;
}
#nav_top li{
	float:left;
	width:170px;
	text-align:center;
	height:30px;
	line-height:30px;
	border-left:1px dotted #ccc;
}
#nav_top li.home{
	width:80px;
}
#nav_top li:last-child{
	border-right:1px dotted  #ccc;
}
#nav_top li a{
	display:block;
}
#nav_top li a:hover{
	background-color:#f9f9f9;
}

/**slide**/
#slide{
	width:980px;
	height:650px;
	margin:0 auto;
	padding-top:60px;
}
.in { position:relative;}
.in img { position:absolute; left:0; top:0; width:100%; border:8px solid #fff; box-shadow:0 0 3px #ccc;}

#top ul{
	position:relative;
}
#top li{
	position:absolute;
}
li.top1{
	top:200px;
	left:200px;
	color:#fff;
	font-size:3.5em;
	background-color:rgba(0,0,0,0.2);
	text-shadow:0 0 5px #333;
	padding-top:20px;
	padding-bottom:40px;
	line-height:50px;
}
li.top2{
	font-size:1.5em;
	top:275px;
	left:290px;
	color:#fff;
	text-shadow:0 0 3px #222;
	
}
li.top3{
	top:400px;
	right:0;
}

/**main*/
#main{
	clear:both;
	width:980px;
	height:auto;
	margin:0 auto;
}
#main h2{
	font-size:2.5em;
	color:#036;
	font-weight:bold;
}
#main h3{
	font-size:1.4em;
	background-color:rgba(255,255,0,0.1);
	width:500px;
	text-align:center;	
	margin-top:20px;
	margin-bottom:30px;
}
#main p{
	font-size:1.2em;
	padding-left:30px;
	line-height:40px;
}

/****content**/
#content{
	width:100%;
	margin-top:50px;
	background-color:#F2F5F9;
	overflow:hidden;
}
#content li{
	height:300px;
	border-bottom:1px solid #fff;
}
#content ul{
	width:950px;
	margin:0 auto;
}
li.content_img,li.content_link{
	float:left;
}
li.content_img{
	width:500px;
}
li.content_link{
	width:420px;
	font-size:1.2em;
	text-align:center;
}
li.content_link p.link_title{
	margin-top:50px;
	margin-bottom:20px;
}
li.content_link span{
	display:block;
	width:180px;
	text-align:center;
	margin:0 auto;
	font-size:0.9em;
}
.border_bottom{
	margin-bottom:30px;
}


.button {
	position: relative;
	display: inline-block;
	padding:3px 0;
	border: 1px solid #333;
	color: #333;
	text-align: center;
	text-decoration: none;
	outline: none;
	transition: all .4s;
}
.button::before,
.button::after {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	z-index: 2;
	content: '';
	transition: all .4s;
}
.button::before {
	border-top: 1px solid #39C;
	border-bottom: 1px solid #39C;
	transform: scale(0, 1);
}
.button::after {
	border-right: 1px solid #39C;
	border-left: 1px solid #39C;
	transform: scale(1, 0);
}
.button:hover {
	color: #39C;
}
.button:hover::after,
.button:hover::before {
	transform: scale(1);
}

/*access**/
#access{
	clear:both;
	height:400px;
}

/**company**/
#company_w{
	background-image:url(../img/company.png);
	background-repeat:no-repeat;
	height:300px;
	margin:0 auto;
	width:980px;
}
#company_w h2,#solor_w h2,#haran_w h2,#sui_w h2{
	font-size:2.4em;
	color:#fff;
	margin-left:100px;
	padding-top:100px;
	text-shadow:0 0 8px #000;
	letter-spacing:5px;
	width:780px;
}
#main h4{
	width:780px;
	margin:0 auto;
	background-color:rgba(255,255,255,0.9);
	border-radius:3px 3px 0 0;
	height:50px;
	border-bottom:1px solid #ccc;
	font-size:1.2em;
	padding-left:20px;
	line-height:50px;
}
#main #com_table{
	width:800px;
	background-color:rgba(255,255,255,0.8);
	margin:0px auto 50px;
}
#com_table td{
	padding:20px;
	border-bottom:1px dotted #ccc;
}
td.td_c{
	width:200px;
	border-right:1px dotted #ccc;
}

/**solor**/
#solor_w{
	background-image:url(../img/solor.png);
	background-repeat:no-repeat;
	height:300px;
	margin:0 auto;
	width:980px;
}
#text{
	width:900px;
	margin:30px auto;
}
#text p{
	font-size:1.6em;
	width:850px;
	margin:0 auto;
}
#solor_img{
	width:500px;
	float:left;
}
#solor{
	width:980px;
	height:940px;
	margin:0 auto;
}
#solor_img img{
	margin-bottom:10px;
}
#solor_text{
	width:440px;
	float:right;
}
#solor_text p{
	background-color:rgba(255,255,255,0.5);
}
#solor_text li{
	font-size:1.2em;
	margin-bottom:15px;
}
#solor_text span{
	font-size:0.8em;
}
#solor_text2{
	clear:both;
	width:980px;
	padding-top:30px;
}

/**haran*/
#haran_w{
	background-image:url(../img/haran_title.png);
	background-repeat:no-repeat;
	height:300px;
	margin:0 auto;
	width:980px;
}
#haran{
	height:700px;
}
#haran ul{
	width:980px;
}
#haran li{
	float:left;
	margin:12px;
}
#haran .large{
	font-size:1.5em;
	text-align:center;
}
#haran .box{
	width:800px;
	border:1px dotted #ccc;
	padding:20px;
	margin:30px auto;
	background-color:#fff;
}
#haran .box span{
	width:300px;
	display:block;
	margin:20px auto 5px;
}
#haran .box span a{
	background-color:#6CF;
	padding:10px 13px;
	border-radius:3px;
	font-size:0.9em;

}
#haran .box span a:hover{
	background-color:#3CF;
	color:#fff;
}
	
#haran .haran_img{
	margin-top:30px;
}
#haran .haran_img img{
	border:8px solid #fff;
	border-radius:4px;
}
/**work**/
#sui_w{
	background-image:url(../img/sui.png);
	background-repeat:no-repeat;
	height:300px;
	margin:0 auto;
	width:980px;
}
#sui{
	width:750px;
	margin:0 auto;
}
#sui h1{
	font-size:2em;
	color:#006;
	background-color:rgba(255,255,255,0.3);
	text-align:center;
}
span.blue{
	color:#36C;
	text-shadow:0 0 0px #111;
	font-size:1.em;
	border-bottom:1px solid #69C;
}
span.youto{
	font-size:1.2em;
	color:#36C;
}
#sui ol{
	margin-top:30px;
}
ol li {
  padding-left: 1em;
  list-style-position: inside;
  font-size:1.3em;
  line-height:50px;
}
#sui_img{
	width:750px;
	margin:30px auto;
}
#sui_img img{
	float:left;
	margin:12px 12px 30px 12px;

}
#sui p{
	font-size:1.5em;
}
p.sui_title{
	clear:both;
	margin-top:20px;
	background-color:rgba(204,204,204,0.3);
	border-left:3px solid #003;
	width:100px;
}
p span.pink{
	font-size:0.9em;
	margin-left:-30px;
	color:#333;
	display:block;
	padding-top:20px;
	margin-bottom:30px;
	
}
/****contact***/
#contact{
	width:750px;
	margin:40px auto;
}
#contact p{
	font-size:1.2em;
	line-height:40px;
}
#mail_form{
	margin-top:30px;
}

#privacy{
	margin-top:50px;
	font-size:0.9em;
}
#privacy h3{
	font-size:1.4em;
	background-color:#eee;
	padding-left:20px;
	border-left:5px solid #333;
	margin-bottom:30px;
}
#privacy h4{
	font-size:1.2em;
	border-bottom:1px solid #ccc;
}
#privacy ul{
	margin-bottom:20px;
}
#privacy ul li{
	font-size:1.2em;
	margin-left:10px;
	line-height:45px;
}
/*thanks**/
#thanks{
	width:750px;
	margin:0px auto;
	height:500px;
	background-color:#fff;
	border-radius:4px;
	padding:30px;
}
#thanks h2{
	font-size:1.6em;
	color:#36C;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}

/**footer**/


footer{
	clear:both;
	width:100%;
	height:220px;
	background-color:#333;
	box-shadow:0 0 10px #222 inset;
	color:#fff;
}

footer #f_wrapper{
	width:980px;
	height:180px;
	margin:0 auto;
	padding-top:40px;
}
#f_wrapper #left{
	float:left;
	width:310px;
	border-right:1px dotted #555;
	height:120px;
}
#f_wrapper #right{
	float:right;
	width:660px;
}
#right li{
	margin:5px;
	text-align:left;
	line-height:10px;
	border-bottom:1px solid #444;
	padding:6px 7px;
}
#right ul li a{
	color:#fff;
	font-size:0.8em;
	display:block;
}
#right li a:hover{
	color:#69c;
}


/**f_nav**/
.f_nav{
	float:left;
}
.f_nav:last-child{
	border-right:none;
}
li.b_bottom{
	border-bottom:1px solid #444;
	line-height:20px;
	padding:10px;
	background-color:rgba(102,102,102,0.2);
}
p#copy{
	clear:both;
	text-align:center;
	background-color:#ccc;
	color:#333;
	height:40px;
	line-height:40px;
	font-size:0.5em;
}


/****top_btn*******/

#top_btn{
	width:90px;
	height:30px;
	background-color:#369;
	position:absolute;
	right:30px;
	border-top:3px solid #FC3;
}
#top_btn a{
	display:block;
	color:#fff;
	font-size:0.7em;
	text-align:center;
	line-height:30px;
}
#top_btn a:hover{
	background-color:#777;
	color:#111;
}

